Skip to content

Releases: SwiftAndroid/swift

SwiftAndroid 2016-01-06

07 Jan 03:36
Compare
Choose a tag to compare
Pre-release

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

18 Dec 05:09
Compare
Choose a tag to compare
Pre-release

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

12 Dec 20:11
Compare
Choose a tag to compare
Pre-release

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.