@@ -39,12 +39,11 @@ SwiftStdlib 6.0:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
39
39
SwiftStdlib 6.1:macOS 15.4, iOS 18.4, watchOS 11.4, tvOS 18.4, visionOS 2.4
40
40
SwiftStdlib 6.2:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
41
41
42
- # Like SwiftStdlib 5.0, but also the oldest visionOS from SwiftStdlib 5.10 .
43
- SwiftCompatibilitySpan 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.1
42
+ # Like SwiftStdlib 5.0, but also the oldest visionOS.
43
+ SwiftCompatibilitySpan 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.0
44
44
45
- # Note: This cannot be 9999, so use the last non-placeholder entry instead.
46
- # This will go away once 'SwiftStdlib 6.2' is filled in.
47
- SwiftCompatibilitySpan 6.2:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
45
+ # Identical to SwiftStdlib 6.2.
46
+ SwiftCompatibilitySpan 6.2:macOS 26.0, iOS 26.0, watchOS 26.0, tvOS 26.0, visionOS 26.0
48
47
49
48
# TODO: When you add a new version, remember to tell the compiler about it
50
49
# by also adding it to include/swift/AST/RuntimeVersions.def.
0 commit comments