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 cd62ce0 + 2c5da55 commit 39cc73bCopy full SHA for 39cc73b
stdlib/public/core/Span/Span.swift
@@ -506,7 +506,8 @@ extension Span where Element: BitwiseCopyable {
506
}
507
508
509
-@available(SwiftStdlib 6.2, *)
+@available(SwiftCompatibilitySpan 5.0, *)
510
+@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
511
extension Span where Element: BitwiseCopyable {
512
513
public var bytes: RawSpan {
0 commit comments