Skip to content

Commit 6391d3d

Browse files
committed
Fix deployment version for Span back-deployment library
Part of rdar://155252653.
1 parent 35cbdd8 commit 6391d3d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

utils/availability-macros.def

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ SwiftStdlib 6.0:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
3939
SwiftStdlib 6.1:macOS 15.4, iOS 18.4, watchOS 11.4, tvOS 18.4, visionOS 2.4
4040
SwiftStdlib 6.2:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
4141

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
4444

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
4847

4948
# TODO: When you add a new version, remember to tell the compiler about it
5049
# by also adding it to include/swift/AST/RuntimeVersions.def.

0 commit comments

Comments
 (0)