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 4c728ce commit d926944Copy full SHA for d926944
Sources/PackageDescription/SupportedPlatforms.swift
@@ -71,7 +71,7 @@ public struct Platform: Equatable, Sendable {
71
public static let openbsd: Platform = Platform(name: "openbsd")
72
73
/// The FreeBSD platform.
74
-// @available(_PackageDescription, introduced: ??.??)
+ @available(_PackageDescription, introduced: 999.0)
75
public static let freebsd: Platform = Platform(name: "freebsd")
76
}
77
0 commit comments