This commit is contained in:
John Estropia
2026-07-15 11:50:43 +09:00
parent 7db1cfecfb
commit 890e150b95
135 changed files with 2895 additions and 2526 deletions
+2 -1
View File
@@ -33,7 +33,7 @@ import CoreData
/**
The `SelectResultType` protocol is implemented by return types supported by the `Select` clause.
*/
public protocol SelectResultType {}
public protocol SelectResultType: Sendable {}
// MARK: - SelectAttributesResultType
@@ -43,6 +43,7 @@ public protocol SelectResultType {}
*/
public protocol SelectAttributesResultType: SelectResultType {
@_spi(Internals)
static func cs_fromQueryResultsNativeType(
_ result: [Any]
) -> [[String: Any]]