-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add the new platform versions to the SupportedPlatforms API #8790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci test |
@@ -730,6 +814,12 @@ extension SupportedPlatform { | |||
/// - Since: First available in PackageDescription 6.0. | |||
@available(_PackageDescription, introduced: 6.0) | |||
public static let v24: DriverKitVersion = .init(string: "24.0") | |||
|
|||
/// The value that represents DriverKit 25.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is correct and expected that DriverKit remains version 25 (not 26) -- in other words, macOS 26 and iOS 26 contain DriverKit 25 (the versions are off by one).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
surprise and delight 🤕
@swift-ci smoke test linux |
@swift-ci test linux |
1 similar comment
@swift-ci test linux |
eb3c420
to
5730851
Compare
@swift-ci test |
@swift-ci please test windows |
This matches what is present in the beta 1 releases.