@@ -69,7 +69,20 @@ The `swift-version` input can be set to a specific version number (e.g., "6.0.3"
69
69
A shortened version like "6.0" or "6.1" will use the latest [release](https://github.com/skiptools/swift-android-toolchain/releases),
70
70
which may be a pre-release build.
71
71
72
- Snapshots can be specified with their full name, like "6.1-DEVELOPMENT-SNAPSHOT-2025-03-07-a".
72
+ > [!NOTE]
73
+ > The SDK that is installed is currently the unofficial de-facto Android SDK created from
74
+ > the [swift-android-sdk](https://github.com/swift-android-sdk/swift-android-sdk) fork.
75
+ > As the official Android WG is [formed](https://github.com/swiftlang/swift-org-website/pull/925),
76
+ > we anticipate the release of an official Android SDK, at which time this action will
77
+ > transition to using that bundle.
78
+
79
+ Snapshots can be specified with their full name, like `6.1-DEVELOPMENT-SNAPSHOT-2025-03-25-a`,
80
+ or the most recent snapshot/nightly build can be specified with `nightly-6.1`.
81
+
82
+ > [!NOTE]
83
+ > The Swift Testing framework is only available in the 6.1 SDK, so if your project
84
+ > uses Swift Testing, you should either use the `nightly-6.1` version, or disable
85
+ > testing by setting `build-tests: false`.
73
86
74
87
75
88
# ## Configuration Options
@@ -250,3 +263,26 @@ git tag -fa v2 -m "Update v2 tag" && git push origin v2 --force
250
263
gh release create --generate-notes --latest
251
264
` ` `
252
265
266
+ # # Who is using the Swift Android Action?
267
+
268
+ These are some of the open-source projects using (or used) the Swift Android Action :
269
+
270
+ - [Alamofire](https://github.com/Alamofire/Alamofire/tree/master/.github/workflows)
271
+ - [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift/tree/main/.github/workflows)
272
+ - [Forked](https://github.com/drewmccormack/Forked/tree/main/.github/workflows)
273
+ - [GraphQL](https://github.com/GraphQLSwift/GraphQL/tree/main/.github/workflows)
274
+ - [PromiseKit](https://github.com/mxcl/PromiseKit/tree/master/.github/workflows)
275
+ - [Skip](https://github.com/skiptools/actions/tree/main/.github/workflows)
276
+ - [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot/tree/main/.github/workflows)
277
+ - [SwifterSwift](https://github.com/SwifterSwift/SwifterSwift/tree/master/.github/workflows)
278
+ - [Yams](https://github.com/jpsim/Yams/tree/main/.github/workflows)
279
+ - [egeniq/app-remote-config](https://github.com/egeniq/app-remote-config/tree/main/.github/workflows)
280
+ - [supabase-swift](https://github.com/supabase/supabase-swift/tree/main/.github/workflows)
281
+ - [swift-android-native](https://github.com/skiptools/swift-android-native/tree/main/.github/workflows)
282
+ - [swift-fakes](https://github.com/Quick/swift-fakes/tree/main/.github/workflows)
283
+ - [swift-issue-reporting](https://github.com/pointfreeco/swift-issue-reporting/tree/main/.github/workflows)
284
+ - [swift-png](https://github.com/tayloraswift/swift-png/tree/master/.github/workflows)
285
+ - [swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing/tree/main/.github/workflows)
286
+ - [swift-sqlcipher](https://github.com/skiptools/swift-sqlcipher/tree/main/.github/workflows)
287
+ - [vapor/ci](https://github.com/vapor/ci/tree/main/.github/workflows)
288
+
0 commit comments