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.
1 parent 3b9ec94 commit c24bae7Copy full SHA for c24bae7
stdlib/public/Observation/Sources/Observation/Observations.swift
@@ -41,7 +41,7 @@ func withIsolatedTaskCancellationHandler<T: Sendable>(
41
/// `Observations` conforms to `AsyncSequence`, providing a intutive and safe mechanism to track changes to
42
/// types that are marked as `@Observable` by using Swift Concurrency to indicate transactional boundaries
43
/// starting from the willSet of the first mutation to the next suspension point of the safe access.
44
-@available(SwiftStdlib 9999, *)
+@available(SwiftStdlib 6.2, *)
45
public struct Observations<Element: Sendable, Failure: Error>: AsyncSequence, Sendable {
46
public enum Iteration: Sendable {
47
case next(Element)
0 commit comments