Releases: SwiftAndroid/swift
SwiftAndroid 2016-01-06
Support for building APKs with (proof-of-concept) Gradle plugin: https://github.com/SwiftAndroid/swift-android-gradle
Support the Swift Package Manager: run
SWIFTC=swiftc-pm-android swift build
to build shared libraries for Android (or use the Gradle plugin)
Use Android's version of arc4_random to generate random numbers.
libicu now compiled with libc++_shared instead of gnustl_static.
To install and use the toolchain, or to upgrade from a previous version, please follow the Getting Started guide.
If you experience any problems, please file an issue.
SwiftAndroid 2015-12-18
Fixed crash when running program with enum or other objects that implement protocols.
Simplified installation: the symlink is no longer required, and the NDK's copy of Clang is used.
To install and use the toolchain, please follow the Getting Started guide.
If you experience any problems, please file an issue.
SwiftAndroid 2015-12-12
A newer version has been released. Please check the Releases page for the latest version.
Initial release of the SwiftAndroid toolchain. Enough to build Hello World, at least.
To install and use the toolchain, please follow the Getting Started guide.
If you experience any problems, please file an issue.