Skip to content

Commit 412b2f2

Browse files
committed
Fix deployment version for Span back-deployment library
Part of rdar://155252653.
1 parent 8b3cb86 commit 412b2f2

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
@@ -48,12 +48,11 @@ SwiftStdlib 6.1:macOS 15.4, iOS 18.4, watchOS 11.4, tvOS 18.4, visionOS 2.4
4848
SwiftStdlib 6.2:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
4949
SwiftStdlib 6.3:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
5050

51-
# Like SwiftStdlib 5.0, but also the oldest visionOS from SwiftStdlib 5.10.
52-
SwiftCompatibilitySpan 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.1
51+
# Like SwiftStdlib 5.0, but also the oldest visionOS.
52+
SwiftCompatibilitySpan 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.0
5353

54-
# Note: This cannot be 9999, so use the last non-placeholder entry instead.
55-
# This will go away once 'SwiftStdlib 6.2' is filled in.
56-
SwiftCompatibilitySpan 6.2:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
54+
# Identical to SwiftStdlib 6.2.
55+
SwiftCompatibilitySpan 6.2:macOS 26.0, iOS 26.0, watchOS 26.0, tvOS 26.0, visionOS 26.0
5756

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

0 commit comments

Comments
 (0)