Skip to content

Commit efb4e11

Browse files
authored
(161108781) Add FoundationPreview 6.4 availability (swiftlang#1516)
1 parent 27effcb commit efb4e11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ list(APPEND _SwiftFoundation_versions
102102
"6.1"
103103
"6.2"
104104
"6.3"
105+
"6.4"
105106
)
106107

107108
# Each availability name to define

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CompilerPluginSupport
99
let availabilityTags: [_Availability] = [
1010
_Availability("FoundationPreview"), // Default FoundationPreview availability
1111
]
12-
let versionNumbers = ["6.0.2", "6.1", "6.2", "6.3"]
12+
let versionNumbers = ["6.0.2", "6.1", "6.2", "6.3", "6.4"]
1313

1414
// Availability Macro Utilities
1515

0 commit comments

Comments
 (0)