ayaanali110 / swift-build

Alternate Swift Builds

Home Page:http://compnerd.visualstudio.com/swift-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

//swift/build

The //swift/build project 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/build you can easily cross-compile your Swift code for Android and Windows targets, or build on Windows natively without cross-compilation.

Table of Contents

Status

Dependencies

Build Status
CURL Build Status
ICU Build Status
SQLite3 Build Status
TensorFlow Build Status
XML2 Build Status
ZLIB Build Status

Swift HEAD (Development)

Build Status
VS2017 Build Status
VS2019 Build Status
VS2017 (Facebook) Build Status
VS2019 (Facebook) Build Status

Getting the latest build

Stable builds

The latest stable build can be acuqired from the releases page.

Development builds

The utilities/swift-build.py script allows downloading of the latest build artifacts. The script requires the azure-devops and tabulate python 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

About

Alternate Swift Builds

http://compnerd.visualstudio.com/swift-build


Languages

Language:CMake 68.8%Language:C++ 16.9%Language:Makefile 6.5%Language:Dockerfile 4.1%Language:Python 3.3%Language:Shell 0.4%