Skip to content

Commit

Permalink
Add FoundationPreview 6.2 as an allowed availability annotation (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschonfeld authored Nov 22, 2024
1 parent 156ab32 commit 5a39fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ list(APPEND _SwiftFoundation_versions
"0.3"
"0.4"
"6.0.2"
"6.2"
)

# Each availability name to define
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let availabilityTags: [_Availability] = [
_Availability("FoundationPredicate", availability: .macOS14_0), // Predicate relies on pack parameter runtime support
_Availability("FoundationPredicateRegex", availability: .macOS15_0) // Predicate regexes rely on new stdlib APIs
]
let versionNumbers = ["0.1", "0.2", "0.3", "0.4", "6.0.2"]
let versionNumbers = ["0.1", "0.2", "0.3", "0.4", "6.0.2", "6.2"]

// Availability Macro Utilities

Expand Down

0 comments on commit 5a39fc4

Please sign in to comment.