Skip to content

Commit f2c4678

Browse files
committed
ArrayRowImpl is checked Sendable
1 parent 9340fdc commit f2c4678

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

GRDB/Core/Row.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,9 +2055,7 @@ struct ArrayRowImpl: RowImpl {
20552055
}
20562056
}
20572057

2058-
// @unchecked because columns property is not inferred as Sendable
2059-
// TODO: remove this @unchecked when compiler can handle tuples.
2060-
extension ArrayRowImpl: @unchecked Sendable { }
2058+
extension ArrayRowImpl: Sendable { }
20612059

20622060
// TODO: merge with ArrayRowImpl eventually?
20632061
/// See Row.init(copiedFromStatementRef:sqliteStatement:)

0 commit comments

Comments
 (0)