Skip to content

Commit d926944

Browse files
committed
set Platform.freebsd availability behind 999.0
1 parent 4c728ce commit d926944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/SupportedPlatforms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public struct Platform: Equatable, Sendable {
7171
public static let openbsd: Platform = Platform(name: "openbsd")
7272

7373
/// The FreeBSD platform.
74-
// @available(_PackageDescription, introduced: ??.??)
74+
@available(_PackageDescription, introduced: 999.0)
7575
public static let freebsd: Platform = Platform(name: "freebsd")
7676
}
7777

0 commit comments

Comments
 (0)