Skip to content

Commit 85dcd62

Browse files
authored
Add 6.3 as an allowed availability version (#1454)
1 parent 7ffb21c commit 85dcd62

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
@@ -101,6 +101,7 @@ list(APPEND _SwiftFoundation_versions
101101
"6.0.2"
102102
"6.1"
103103
"6.2"
104+
"6.3"
104105
)
105106

106107
# 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"]
12+
let versionNumbers = ["6.0.2", "6.1", "6.2", "6.3"]
1313

1414
// Availability Macro Utilities
1515

0 commit comments

Comments
 (0)