-
Notifications
You must be signed in to change notification settings - Fork 252
Blog post: Announce the Swift SDK for Android #1200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
shahmishal
merged 12 commits into
swiftlang:main
from
Joannis:jo/announce-swift-sdk-android
Oct 24, 2025
Merged
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3fd6343
Add "Announcing the Swift SDK for Android" blog post
Joannis f775f2b
Update my bio as chair of the Android Workgroup
Joannis 3baef45
Remove B&P workgroup
Joannis 3446e42
Apply suggestions from code review
Joannis 8675e91
Apply suggestions from PR review
Joannis 61834c2
Remove "the"
Joannis 69ba8bc
Add leading `/`
Joannis 3a782d6
Fix "between platforms" text
Joannis a24c35c
Update supported packages and community showcase text
Joannis c06dac1
Update _posts/2025-10-24-nightly-swift-sdk-for-android.md
shahmishal 13eb42f
Move the blog post to featured on the blog page
shahmishal b83abd1
Update the order of the blog categories
shahmishal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -446,8 +446,9 @@ davidswift: | |
|
|
||
| joannis: | ||
| name: Joannis Orlandos | ||
| email: [email protected] | ||
| github: joannis | ||
| about: Joannis is a member of the Swift Server Workgroup and maintainer of multiple open source Swift projects. | ||
| about: Joannis is the chair of the Android Workgroup, member of the Server Workgroup and maintainer of Hummingbird. | ||
|
|
||
| matthewbastien: | ||
| name: Matthew Bastien | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| layout: new-layouts/post | ||
| published: true | ||
| date: 2025-10-24 10:00:00 | ||
| title: "Announcing the Swift SDK for Android" | ||
| author: joannis | ||
| category: "Developer Tools" | ||
| featured-image: | ||
| url: 'assets/images/swift-sdk-for-android-blog/[email protected]' | ||
| alt: 'Featured blog image with the screenshot of Android Studio with Swift code' | ||
| featured-image-dark: | ||
| url: 'assets/images/swift-sdk-for-android-blog/[email protected]' | ||
| alt: 'Featured blog image with the screenshot of Android Studio with Swift code' | ||
shahmishal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| Swift has matured significantly over the past decade — extending from cloud services to Windows applications, browser apps, and microcontrollers. Swift powers apps and services of all kinds, and thanks to its great interoperability, you can share code between many different platforms. | ||
Joannis marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| The [Android workgroup](/android-workgroup/) is an open group, free for anyone to join, that aims to expand Swift to Android. Today, we are pleased to announce nightly preview releases of the [Swift SDK for Android](/install). | ||
|
|
||
| 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. | ||
|
|
||
| The Swift SDK for Android is available today, bundled with the [Windows installer](/install/windows/) or downloadable separately for use on Linux or macOS. | ||
|
|
||
| ## Getting Started | ||
|
|
||
| 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. | ||
|
|
||
Joannis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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. | ||
Joannis marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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. | ||
|
|
||
| ## Next Steps | ||
|
|
||
| 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). | ||
|
|
||
| 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/). | ||
|
|
||
| If you're as excited as we are, join us and help make this ecosystem even better! | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.