Skip to content

Commit 98633fe

Browse files
michael-yujijakepetroules
authored andcommitted
set Platform.freebsd availability behind 999.0
1 parent ccec6e5 commit 98633fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/SupportedPlatforms.swift

+1-1
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)