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.
1 parent 073d545 commit 7c8c548Copy full SHA for 7c8c548
stdlib/public/core/Span/MutableSpan.swift
@@ -57,7 +57,7 @@ public struct MutableSpan<Element: ~Copyable>
57
58
@available(SwiftCompatibilitySpan 5.0, *)
59
@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
60
-extension MutableSpan: @unchecked Sendable where Element: Sendable {}
+extension MutableSpan: @unchecked Sendable where Element: Sendable & ~Copyable {}
61
62
63
0 commit comments