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 6d16075 commit eead962Copy full SHA for eead962
Sources/PackageDescription/SupportedPlatforms.swift
@@ -43,7 +43,7 @@ public struct Platform: Encodable {
43
public static let android: Platform = Platform(name: "android")
44
45
/// The WASI platform
46
- @available(_PackageDescription, introduced: 5.2)
+ @available(_PackageDescription, introduced: 999.0)
47
public static let wasi: Platform = Platform(name: "wasi")
48
}
49
0 commit comments