This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
Releases: vgorloff/swift-everywhere-toolchain
Releases · vgorloff/swift-everywhere-toolchain
Distributable Toolchain
- Build makes distributable Toolchain.
- Added convenience scripts for easier Swift invocation.
Full support for arm64 and x86
- x86 demo project successfully built, but still failing when launching on Android Virtual Device.
Partial support for AArch64 and x86
Merge pull request #21 from vgorloff/feature/replacing-rake-with-make Making Dependencies buildable on additional architectures.
Removed shared object version suffixes for libICU and libSSL
Merge pull request #17 from vgorloff/releasing v1.0.11
Configured to reuse NDK from Android Studio
Merge pull request #16 from vgorloff/releasing v 1.0.10
Maintenance Fixes
- Fixes broken git revision for libXML component.
- Skipped OSX SDK Target when building Swift.
macOS Cross Compile support.
- Cross Compile for macOS achieved.
- Linux builds first Deprecated.
Swift 5 + NDK r19
- Swift 5 support.
- NDK updated to version 19.
- Removed unnecessary patches.
Swift and Dispatch on macOS Host
- Achieved Toolchain compilation on macOS. But compiler fails due missed symbol
swift_addNewDSOImage
.
Links:
Simplifies Build Configuration.
- Removed unused CMake options
- Improvements in macOS builds.