Hi all, is there a way to track the Swift version that a proposal was or is planned to be released in? I know about this page but it only lists the review status of the proposals and proposal acceptance != code release.
Specifically, I was wanting to mess around with SE-0443 but couldn't find any evidence that it's been released yet (see my experiment below).
// main.swift
import Security
var keychain: SecKeychain?
SecKeychainCopyDefault(&keychain)
$ swift --version
swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
Target: arm64-apple-macosx15.0
$ swiftc -Werror deprecation main.swift
error: unknown argument: '-Werror'