We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489613e commit 2dafb5eCopy full SHA for 2dafb5e
Package.swift
@@ -7,7 +7,7 @@ let availabilityDefinition = PackageDescription.SwiftSetting.unsafeFlags([
7
"-Xfrontend",
8
"-define-availability",
9
10
- "SwiftStdlib 5.7:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999",
+ "SwiftStdlib 5.7:macOS 13, iOS 9999, watchOS 9999, tvOS 9999",
11
])
12
13
/// Swift settings for building a private stdlib-like module that is to be used
0 commit comments