We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f313228 commit 03bead7Copy full SHA for 03bead7
1 file changed
FetchRequests/Sources/OrderedSetCompat.swift
@@ -38,6 +38,10 @@ struct OrderedSet<Element: Hashable> {
38
}
39
40
41
+// MARK: - Sendable
42
+
43
+extension OrderedSet: Sendable where Element: Sendable {}
44
45
// MARK: - Capacity
46
47
extension OrderedSet {
0 commit comments