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 b0f7493 commit 9340fdcCopy full SHA for 9340fdc
GRDB/Core/DatabaseValue.swift
@@ -158,10 +158,7 @@ extension DatabaseValue: StatementBinding {
158
}
159
160
extension DatabaseValue: Sendable { }
161
-
162
-// @unchecked due to Foundation.Data not conforming to Sendable
163
-// TODO: Remove @unchecked when Foundation has been upgraded
164
-extension DatabaseValue.Storage: @unchecked Sendable { }
+extension DatabaseValue.Storage: Sendable { }
165
166
// MARK: - Hashable & Equatable
167
0 commit comments