Skip to content

Commit f1c6bda

Browse files
Merge pull request #154 from NeedleInAJayStack/test/swift-testing
Converts tests to Swift Testing
2 parents a23a3d2 + 58763e7 commit f1c6bda

17 files changed

+1664
-1637
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Graphiti/Field/Field/Field.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,4 @@ public extension Field where Arguments == NoArguments {
151151
}
152152

153153
// We must conform KeyPath to unchecked sendable to allow keypath-based resolvers.
154-
// Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155-
// Remove when support transitions to Swift 6.
156-
extension KeyPath: @unchecked Sendable {}
154+
extension KeyPath: @retroactive @unchecked Sendable {}

0 commit comments

Comments
 (0)