Swift 4.2.1

My mac wants me to upgrade to Xcode 10.1, which will include Swift 4.2.1.
However, I can't find any mention of that swift version either on the download page or in the changelog.

My worry is that I (or any of my team members) update to Swift 4.2.1, write some code that passes locally and then try to push it onto CI where it will fail because 4.2.1 might include some bugfix or new functionality that isn't present on version 4.2—or even worse, there will be subtle behavioural differences between the local version and the one deployed on the server.

Would it be possible to update the changelog and add the Swift 4.2.1 release (also for Ubuntu) to the downloads page?

11 Likes

It also caused minor confusion for me earlier today.

Oddly enough, you can successfully download it by manually entering a 4.2.1 download URL according to the pattern established by the links for other versions. There is just no entry on the page itself. For this reason, I suspect swiftenv and similar tools can already access 4.2.1 too (though I don’t have my Linux machine with me right now to try).

Here are the links for now:

Ubuntu 18.04
https://swift.org/builds/swift-4.2.1-release/ubuntu1804/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu18.04.tar.gz

Ubuntu 16.04
https://swift.org/builds/swift-4.2.1-release/ubuntu1604/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu16.04.tar.gz

Ubuntu 14.04
https://swift.org/builds/swift-4.2.1-release/ubuntu1404/swift-4.2.1-RELEASE/swift-4.2.1-RELEASE-ubuntu14.04.tar.gz

1 Like

The downloads page at swift.org is now up to date too.

There are known and resolved issues (for the Swift Compiler and Standard Library) in the Xcode 10.1 Release Notes.

The Xcode 10.1 release notes describe the most pertinent Swift changes.

Edit: :sweat_smile: Nice timing @benrimmington.

1 Like

Do we know, in terms of commits, what is included in this release?