Code Monkey home page Code Monkey logo

swift-build's Introduction

//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 5.2

Build Status
VS2019 Build Status
Build Contents
  • VS2019
    • Toolchain (llvm, clang, lld, lldb, swift)
      • ARM64
      • x64
    • Swift SDK for Android (swift, libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86
    • Swift SDK for Windows (swift, libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86

Swift 5.3

Build Status
VS2019 Build Status

Swift HEAD (Development)

Build Status
macOS Build Status
VS2017 Build Status
VS2019 Build Status
VS2017 (Facebook) Build Status
VS2019 (Facebook) Build Status
Ubuntu 18.04 (flowkey) Build Status
macOS (TensorFlow) Build Status
VS2019 (TensorFlow) Build Status
Build Contents
  • macOS

    • Toolchain (llvm, clang, lld, lldb, swift)
      • x64
    • xctoolchain
      • x64
  • VS2017

    • Toolchain (llvm, clang, lld, lldb, swift)
      • x64
  • VS2019

    • Toolchain (llvm, clang, lld, lldb, swift)
      • ARM64
      • x86
    • Swift SDK for Android (swift, libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86
    • Swift SDK for Windows (swift, libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86
    • Swift Developer Tools (llbuild)
      • ARM64
      • x64
    • MSI
      • Toolchain
        • x64
  • VS2017 (Facebook)

    • Toolchain (llvm, clang, lld, lldb, swift)
      • X64
    • Swift SDK for Windows (swift, libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86
  • VS2019 (Facebook)

    • Toolchain (llvm, clang, lld, lldb, swift)
      • x64
    • Swift SDK for Windows (libdispatch, foundation, xctest)
      • ARM
      • ARM64
      • x64
      • x86
  • Ubuntu 18.04 (flowkey)

    • Toolchain (llvm, clang, lld, lldb, swift)
      • x64
    • Swift SDK for Linux (swift, libdispatch, foundation, xctest)
      • x64
    • Swift Developer Tools (llbuild, swift-package-manager)
      • x64
    • debian packages
      • toolchain
        • x64
      • ICU
        • x64
      • Developer Tools
        • x64
      • SDK
        • Linux

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.