Open
Description
The CMake scripts that build the toolchain should have one source of truth for the version of Swift being built (and whether or not it's a development or release build, ideally.)
Currently, at least the following components manually set the Swift version on each release:
- swift
- swift-package-manager
- swift-testing
This is easy to get out of sync if we're not careful!