You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until swiftlang/swift#82852, the toolchain had the wrong availability for Span, requiring us to mis-state the availability of Data's span properties to be "visionOS 1.1". Once the PR above is in the compiler we use to build swift-foundation, then we can change it back to visionOS 1.0 (or even "*"?)