Alternate Swift Builds
The
//swift/buildproject provides a CI configuration for Azure Pipelines that allows building Swift for multiple platforms. The configuration is not specific to Azure, and can be reused for developer builds as well. Thanks to modular packaging, with
//swift/buildyou can easily cross-compile your Swift code for Android and Windows targets, or build on Windows natively without cross-compilation.
Dependencies
| Build | Status |
| :-: | --- |
| CURL | |
| ICU |
|
| SQLite3 |
|
| TensorFlow |
|
| XML2 |
|
| ZLIB |
|
Swift 5.2
| Build | Status |
| :-: | --- |
| VS2019 | |
Swift 5.3
Build | Status |
---|---|
VS2019 |
Swift HEAD (Development)
Build | Status |
---|---|
macOS | |
VS2017 | |
VS2019 | |
VS2017 (Facebook) | |
VS2019 (Facebook) | |
Ubuntu 18.04 (flowkey) |
macOS
VS2017
VS2019
VS2017 (Facebook)
VS2019 (Facebook)
Ubuntu 18.04 (flowkey)
The latest stable build can be acuqired from the releases page.
The
utilities/swift-build.pyscript allows downloading of the latest build artifacts. The script requires the
azure-devopsand
tabulatepython packages. These can be installed with
pip:
python3 -m pip install tabulate azure-devops
For example, to download the latest VS2019 build:
swift-build.py --download --build-id VS2019 --latest-artifacts --filter installer.exe