Swift Continuous Integration

The Swift project follows an incremental development model, and utilizes continuous integration (CI) testing of changes in pull requests before merging as a core tool for maintaining project stability. The system produces the snapshot builds posted on swift.org, and runs tests against active branches. It is also used as part of the review process to run tests against pull requests before committing them.

Configuration

Our continuous integration system is powered by Jenkins and currently supports building and testing on macOS, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, CentOS 7, and Amazon Linux 2. Testing on the iOS, tvOS, and watchOS simulator is also supported.

Job organization

Continuous integration jobs are organized within the CI system in the following categories:

Usage

There are several ways in which you can interact with the swift.org CI system:

More usage documentation can be found here.

Pull Request Testing

When a change is reviewed on a pull request, a member of the Swift team will trigger testing by the CI system. Tests can be triggered to run on macOS, Linux, or both platforms.

pull request CI trigger

Testing status is then posted inline with the pull request, showing that a test is in progress. You can click the “details” link to go directly to the status page for the test in progress.

CI Progress

When tests complete, that result is also updated in the pull request

CI Pass

If there are issues found during testing, you will get a link to the details of the failure.

CI Pass

It is expected that changes meet the quality standards for the Swift project before they are committed to the development branch, and you are responsible for fixing problems found by your changes. If your changes break builds or tests on the development or release branches, you will receive email notification.

Community Involvement

The Swift project welcomes proposals from the community for adding support for other configurations.

Swift Community-Hosted Continuous Integration

Community members can volunteer to host nodes for additional platforms on Swift Community-Hosted Continuous Integration, and are responsible for maintaining the host system. New nodes can be initiated by creating a pull request at: Swift Community-Hosted CI Repository. Further information about the process is documented in the README.md.

The Swift community-hosted CI allows un-supported platforms to be moved over to a supported platform on a case by case basis. Depending on the number of nodes provided, @swift-ci pull request testing can be integrated with the community-hosted CI as well.