Skip to content

Commit f0b4545

Browse files
authored
Merge pull request #83416 from glessard/also-available-now
2 parents 918eaa4 + f6a7c61 commit f0b4545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/public/core/Span/Span.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ extension Span where Element: BitwiseCopyable {
503503
}
504504
}
505505

506-
@available(SwiftStdlib 6.2, *)
506+
@available(SwiftCompatibilitySpan 5.0, *)
507+
@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
507508
extension Span where Element: BitwiseCopyable {
508509

509510
public var bytes: RawSpan {

0 commit comments

Comments
 (0)