Skip to content

Commit

Permalink
Another Sendable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed May 29, 2024
1 parent d2a4f38 commit ec655d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FluentKit/Query/Builder/QueryBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,5 @@ public final class QueryBuilder<Model>
}

#if swift(<6) || !$InferSendableFromCaptures
extension Swift.KeyPath: @unchecked Sendable {}
extension Swift.KeyPath: @unchecked Swift.Sendable {}
#endif

0 comments on commit ec655d7

Please sign in to comment.