Apple Swift Programming Language Launches Official Android Support
A year after announcing the effort, Swift now runs natively on Android opening cross-platform possibilities
The launch means developers can now write Swift code that compiles and runs natively on Android devices, removing one of the key barriers to using Apple's language for cross-platform mobile development. While Swift has been open source since 2015, Android support was never officially prioritised until last year.
The move could be significant for teams already invested in Swift for iOS development who want to share code across platforms without rewriting in Kotlin or using bridge frameworks like React Native or Flutter.
Google's 9to5Google reported the launch, noting that the Android support has been in active development with community contributions alongside Apple's engineering team.
Analysis
Why This Matters
Swift joining the cross-platform conversation alongside Kotlin Multiplatform and Flutter gives developers another serious option for shared mobile codebases. For iOS-first teams, this could be transformative.
Background
Swift was open-sourced in 2015 and has since expanded to Linux and Windows. Android was the most requested missing platform. The effort was announced in early 2025.
What to Watch
Adoption rates, tooling maturity, and whether this triggers a response from the Kotlin Multiplatform ecosystem.