You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-10-24-nightly-swift-sdk-for-android.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,20 @@ The [Android workgroup](/android-workgroup/) is an open group, free for anyone t
19
19
20
20
This milestone reflects months of effort by the Android workgroup, building on many years of grassroots community effort. With the SDK, developers can begin developing Android applications in Swift, opening new avenues for cross-platform development and accelerating innovation across the mobile ecosystem.
21
21
22
-
The Swift SDK for Android is available today, bundled with the [Windows installer](https://www.swift.org/install/windows/) or downloadable separately for use on Linux or macOS.
22
+
The Swift SDK for Android is available today, bundled with the [Windows installer](/install/windows/) or downloadable separately for use on Linux or macOS.
23
23
24
24
## Getting Started
25
25
26
26
We've published a [Getting Started guide](/documentation/articles/swift-sdk-for-android-getting-started.html) to help you set up your first native Swift code on an Android device. The [Swift for Android Examples](https://github.com/swiftlang/swift-android-examples) help demonstrate end‑to‑end application workflows on Android.
27
27
28
-
With the Swift SDK for Android, you can now start porting your Swift packages to Android. The [Swift Package Index](https://swiftpackageindex.com) already records 27.9% of packages as [compiling for Android](https://swiftpackageindex.com/blog/adding-wasm-and-android-compatibility-testing).
28
+
With the Swift SDK for Android, you can now start porting your Swift packages to Android. The [Swift Package Index](https://swiftpackageindex.com) already records 27.9% of packages as [compiling for Android](https://swiftpackageindex.com/blog/adding-wasm-and-android-compatibility-testing) and [the Community Showcase](packages/showcase.html) now shows Android compatibility.
29
29
30
-
The [swift-java project](https://github.com/swiftlang/swift-java) enables you to establish interoperability between Java and Swift. It is both a library and a code generator, enabling you bi-directionally integrate Swift and Java, as well as automatically generate safe and performant bindings. To learn about generating bindings to bring your business logic to Android, check out the [recent talk](https://youtube.com/watch?v=96IQAA7Nl8E&t=982s) by Mads Odgaard.
30
+
The [swift-java project](https://github.com/swiftlang/swift-java) enables you to interoperate between Java and Swift. It is both a library and a code generator, enabling you to integrate Swift and Java in both directions by automatically generating safe and performant bindings. To learn about generating bindings to bring your business logic to Android, check out the [recent Swift Server Side meetup talk](https://www.youtube.com/watch?v=96IQAA7Nl8E&t=982s) by Mads Odgaard.
31
31
32
32
## Next Steps
33
33
34
-
This release opens many new opportunities to continue improving these tools. We encourage you to discuss your experiences, ideas, tools and apps on the [Swift Forums](https://forums.swift.org) in the [Android Category](https://forums.swift.org/c/platform/android/115).
34
+
This preview release opens many new opportunities to continue improving these tools. We encourage you to discuss your experiences, ideas, tools and apps on the [Swift Forums](https://forums.swift.org) in the [Android Category](https://forums.swift.org/c/platform/android/115).
35
35
36
-
The Android workgroup is drafting [a vision document](https://github.com/swiftlang/swift-evolution/pull/2946), currently under review, for directing future work regarding Swift on Android. This vision will outline priority areas and guide community efforts to maximize impact across the ecosystem. In addition, we maintain a [project board](https://github.com/orgs/swiftlang/projects/17) that tracks the status of major efforts.
36
+
The Android workgroup is drafting [a vision document](https://github.com/swiftlang/swift-evolution/pull/2946), currently under review, for directing future work regarding Swift on Android. This vision will outline priority areas and guide community efforts to maximize impact across the ecosystem. In addition, we maintain a [project board](https://github.com/orgs/swiftlang/projects/17) that tracks the status of major efforts, as well as [official CI for the Swift SDK for Android](https://ci.swift.org/job/oss-swift-package-swift-sdk-for-android/).
37
37
38
38
If you're as excited as we are, join us and help make this ecosystem even better!
0 commit comments