From f5d2c3b0ecf75cb49e4ce7ee9181fbcce61c5ee2 Mon Sep 17 00:00:00 2001 From: leogdion Date: Wed, 10 Sep 2025 16:48:05 -0400 Subject: [PATCH] Adding Swift-Build --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index e8a76dec..8617b6dd 100644 --- a/contents.json +++ b/contents.json @@ -8553,6 +8553,13 @@ "description": "Codable extensions using Swift macro.", "homepage": "https://github.com/reers/ReerCodable", "tags":["swift", "codable"] + }, + { + "title": "swift-build", + "category": "utility", + "description": "GitHub Action for building and testing Swift packages across all platforms.", + "homepage": "https://github.com/brightdigit/swift-build", + "tags":["swift", "github"] } ] }