From 25075bcb0bc8fe494892433b6baac3a614c99ffe Mon Sep 17 00:00:00 2001 From: Pierluigi Cifani Date: Fri, 30 May 2025 15:34:28 +0200 Subject: [PATCH 1/3] Bump this --- Package.resolved | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Package.resolved b/Package.resolved index 904a9fe..aa7008e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/theleftbit/BSWFoundation.git", "state" : { - "revision" : "0c08a587a2f4ee10811606bfc85fad129104ba01", - "version" : "7.1.0" + "revision" : "0f14a68d6771bc2311d2fc46048a4a24c7b6a4eb", + "version" : "7.2.1" } }, { @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/skip.git", "state" : { - "revision" : "05556ff97d7ebf9dd98df6bc1472dd972a17f465", - "version" : "1.5.11" + "revision" : "85594bc9130ba1a5e9061322888738a36a7ddee3", + "version" : "1.5.18" } }, { @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/skip-android-bridge.git", "state" : { - "revision" : "c7b453bf804c4310eccd84b48d26e9ee8d10d830", - "version" : "0.4.5" + "revision" : "98079bb2c5a8a93e71ce270eec6a5a5451c64dc0", + "version" : "0.5.0" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/skip-foundation.git", "state" : { - "revision" : "1f3aa51ed5cff2c62f1e6a22a44c61198deefa5c", - "version" : "1.3.3" + "revision" : "3e2451134334c93e3f83d06e2428d70bc5030caa", + "version" : "1.3.5" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/skip-lib.git", "state" : { - "revision" : "9380b16f637bcc839486f42124297935879b7ee4", - "version" : "1.3.4" + "revision" : "7302c637824bc0700c852a351d4982f4f7d54a3b", + "version" : "1.3.6" } }, { @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/skip-unit.git", "state" : { - "revision" : "d7988bf16a3cfb6d0956bf378044cb258ea9312e", - "version" : "1.1.2" + "revision" : "dc579f46ce0bef8d4c2158ec1c1662abef626283", + "version" : "1.1.3" } }, { @@ -96,8 +96,8 @@ "kind" : "remoteSourceControl", "location" : "https://source.skip.tools/swift-android-native.git", "state" : { - "revision" : "04415c097c73455a31a9553ddf7a85711ebd3b97", - "version" : "1.4.0" + "revision" : "8bfa631886b4dd1f9e3fc3f43d653a71b6d19295", + "version" : "1.4.3" } }, { From c00a74c5b2dc86bccedb035f7a397e6f3cc5326a Mon Sep 17 00:00:00 2001 From: Pierluigi Cifani Date: Fri, 30 May 2025 15:36:41 +0200 Subject: [PATCH 2/3] silence warning --- Tests/LemonKitTests/LemonKitTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/LemonKitTests/LemonKitTests.swift b/Tests/LemonKitTests/LemonKitTests.swift index f907c40..b83a48f 100644 --- a/Tests/LemonKitTests/LemonKitTests.swift +++ b/Tests/LemonKitTests/LemonKitTests.swift @@ -2,5 +2,5 @@ import Testing @testable import LemonKit @Test func example() async throws { - LemonAPIClient.shared + _ = LemonAPIClient.shared } From f11860d4928fb3028d32593950a208d16fd71218 Mon Sep 17 00:00:00 2001 From: Pierluigi Cifani Date: Fri, 30 May 2025 15:38:23 +0200 Subject: [PATCH 3/3] Create a static tarhet --- .github/workflows/swift.yml | 2 +- Package.swift | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e38e112..94eb920 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: set -o pipefail && xcodebuild test -scheme LemonKit -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' | xcbeautify --renderer github-actions + run: set -o pipefail && xcodebuild test -scheme LemonKit-Package -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' | xcbeautify --renderer github-actions android-build: runs-on: mobile diff --git a/Package.swift b/Package.swift index 1b7a50f..3e4b2d8 100644 --- a/Package.swift +++ b/Package.swift @@ -46,6 +46,10 @@ let package = Package( type: .dynamic, targets: ["LemonKit"] ), + .library( + name: "LemonStaticKit", + targets: ["LemonKit"] + ), ], dependencies: packageDependencies, targets: [