Skip to content

Commit

Permalink
set Platform.freebsd availability behind 999.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yuji committed Jan 7, 2025
1 parent 4c728ce commit d926944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageDescription/SupportedPlatforms.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public struct Platform: Equatable, Sendable {
public static let openbsd: Platform = Platform(name: "openbsd")

/// The FreeBSD platform.
// @available(_PackageDescription, introduced: ??.??)
@available(_PackageDescription, introduced: 999.0)
public static let freebsd: Platform = Platform(name: "freebsd")
}

Expand Down

0 comments on commit d926944

Please sign in to comment.