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.
Span
1 parent 1125f75 commit e81a2eeCopy full SHA for e81a2ee
stdlib/public/core/Span/Span.swift
@@ -84,7 +84,7 @@ public struct Span<Element: ~Copyable & ~Escapable>
84
}
85
86
@available(SwiftStdlib 6.2, *)
87
-extension Span: @unchecked Sendable where Element: Sendable {}
+extension Span: @unchecked Sendable where Element: Sendable & ~Copyable {}
88
89
90
extension Span where Element: ~Copyable {
0 commit comments