File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ list(APPEND _SwiftFoundation_versions
106106
107107# Each availability name to define
108108list (APPEND _SwiftFoundation_availability_names
109- "FoundationPreview"
110- "FoundationSpan" )
109+ "FoundationPreview" )
111110
112111# The aligned availability for each name (in the same order)
113112list (APPEND _SwiftFoundation_availability_releases
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import CompilerPluginSupport
88
99let availabilityTags : [ _Availability ] = [
1010 _Availability ( " FoundationPreview " ) , // Default FoundationPreview availability
11- _Availability ( " FoundationSpan " , availability: . macOS26) , // Availability of Span types
1211]
1312let versionNumbers = [ " 6.0.2 " , " 6.1 " , " 6.2 " ]
1413
You can’t perform that action at this time.
0 commit comments