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.
2 parents 185ff12 + 173c5ff commit 5464129Copy full SHA for 5464129
stdlib/public/Concurrency/PartialAsyncTask.swift
@@ -601,12 +601,12 @@ public struct JobPriority: Sendable {
601
}
602
603
604
-@available(SwiftStdlib 5.9, *)
+@available(StdlibDeploymentTarget 5.9, *)
605
extension TaskPriority {
606
/// Convert this ``UnownedJob/Priority`` to a ``TaskPriority``.
607
///
608
/// Most values are directly interchangeable, but this initializer reserves the right to fail for certain values.
609
- @available(SwiftStdlib 5.9, *)
+ @available(StdlibDeploymentTarget 5.9, *)
610
public init?(_ p: JobPriority) {
611
guard p.rawValue != 0 else {
612
// 0 is "undefined"
0 commit comments