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 918eaa4 + f6a7c61 commit f0b4545Copy full SHA for f0b4545
stdlib/public/core/Span/Span.swift
@@ -503,7 +503,8 @@ extension Span where Element: BitwiseCopyable {
503
}
504
505
506
-@available(SwiftStdlib 6.2, *)
+@available(SwiftCompatibilitySpan 5.0, *)
507
+@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
508
extension Span where Element: BitwiseCopyable {
509
510
public var bytes: RawSpan {
0 commit comments