Swift 4.2 Release Process

Ted Kremenek is a member of the Swift Core Team and manages the Languages and Runtimes group at Apple.

This post describes the goals, release process, and estimated schedule for Swift 4.2.

Motivation and Goals

Swift 4.2 is meant to be a waypoint towards achieving ABI stability in Swift 5.

Swift 4.2 will include numerous under-the-hood ABI changes as part of the effort to stabilize the Swift ABI. It is valuable to incrementally roll out ABI changes — many of which are performance related — to provide ample time for user feedback in assessing these changes before they are locked into the final ABI.

Swift 4.2 will also include numerous bug fixes, as well as have a goal of some focused improvements on compile-time performance.

Binary Compatibility

Swift 4.2 is not binary compatible with previous Swift releases.

Source Compatibility

As with Swift 4.1, the vast majority of sources that built with the Swift 4.0 compiler (including those using the Swift 3 compatibility mode) should compile with the Swift 4.2 compiler.

There will be some exceptional cases where this cannot be an absolute guarantee. This includes fixes to incorrect behavior in the compiler or corner cases with the uses of generics now addressed by the introduction of long-anticipated generics features. The expectation, however, is that most projects will continue to build with no source changes.

Snapshots of Swift 4.2

Downloadable snapshots of the Swift 4.2 release branch will be posted regularly as part of continuous integration testing.

Once Swift 4.2 is released, the official final builds will also be posted in addition to the snapshots.

Getting Changes into Swift 4.2

The swift-4.2-branch contains the changes that will be released in Swift 4.2. The branch will be managed as follows:

Four notable exceptions to this plan are swift-package-manager, swift-llbuild, swift-corelibs-foundation, and swift-corelibs-libdispatch which will merge from master into swift-4.2-branch daily and whose final cutoff date for changes will extend beyond April 20 and will be announced later.

Project Cutoff date
swift April 20, 2018
swift-package-manager June 28, 2018
swift-llbuild July 05, 2018

Philosophy on Taking Changes into Swift 4.2

Impacted Repositories

The following repositories will have a swift-4.2-branch branch to track sources as part of Swift 4.2 release:

Release Managers

The overall management of the release will be overseen by the following individuals, who will announce when stricter control of change goes into effect for the Swift 4 release as the release converges:

Please feel free to post on the development forum or contact Ted Kremenek directly concerning any questions about the release management process.

Pull Requests for Release Branch

In order for a pull request to be considered for inclusion in the release branch it must include the following information:

All change going into the swift-4.2-branch (outside changes being merged in automatically from master) must go through pull requests that are accepted by the corresponding release manager.