The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GraphQL, reference 4.0.1 (0fe18b), with Swift 5.10 for Linux on 30 Aug 2025 21:24:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/GraphQL.git
Reference: 4.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/GraphQLSwift/GraphQL
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at 0fe18bc Merge pull request #168 from NeedleInAJayStack/fix/graphqlresult-sendable
Cloned https://github.com/GraphQLSwift/GraphQL.git
Revision (git rev-parse @):
0fe18bc0bbbc9ab8929c285f419adea7c8fc7da2
SUCCESS checkout https://github.com/GraphQLSwift/GraphQL.git at 4.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/GraphQLSwift/GraphQL.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-collections
[1/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.92s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.22s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/18] Compiling InternalCollectionsUtilities Debugging.swift
[7/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/18] Compiling InternalCollectionsUtilities Descriptions.swift
[9/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/19] Compiling InternalCollectionsUtilities Integer rank.swift
[12/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/19] Emitting module InternalCollectionsUtilities
[15/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[22/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[23/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[24/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[25/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[26/75] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[27/75] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[28/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[36/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[37/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[38/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[39/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[40/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[41/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[42/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[43/82] Compiling OrderedCollections OrderedDictionary.swift
[44/82] Compiling OrderedCollections OrderedSet+Codable.swift
[45/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[46/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[47/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[48/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[49/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[50/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[51/82] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[52/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[59/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[60/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[62/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[64/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[66/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[67/82] Compiling OrderedCollections _HashTable+Bucket.swift
[68/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/82] Compiling OrderedCollections _HashTable+Constants.swift
[70/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/82] Compiling OrderedCollections _HashTable+Testing.swift
[72/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/82] Compiling OrderedCollections _HashTable.swift
[74/82] Compiling OrderedCollections _Hashtable+Header.swift
[75/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[76/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[77/82] Compiling OrderedCollections OrderedSet+Testing.swift
[78/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[79/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[80/82] Compiling OrderedCollections OrderedSet.swift
[81/82] Compiling OrderedCollections _UnsafeBitset.swift
[82/82] Emitting module OrderedCollections
[84/167] Emitting module GraphQL
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[85/178] Compiling GraphQL PossibleTypeExtensionsRule.swift
[86/178] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[87/178] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[88/178] Compiling GraphQL ScalarLeafsRule.swift
[89/178] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[90/178] Compiling GraphQL UniqueArgumentNamesRule.swift
[91/178] Compiling GraphQL UniqueDirectiveNamesRule.swift
[92/178] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[93/178] Compiling GraphQL UniqueEnumValueNamesRule.swift
[94/178] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[95/178] Compiling GraphQL UniqueFragmentNamesRule.swift
[96/178] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[97/178] Compiling GraphQL KnownArgumentNamesRule.swift
[98/178] Compiling GraphQL KnownDirectivesRule.swift
[99/178] Compiling GraphQL KnownFragmentNamesRule.swift
[100/178] Compiling GraphQL KnownTypeNamesRule.swift
[101/178] Compiling GraphQL LoneAnonymousOperationRule.swift
[102/178] Compiling GraphQL LoneSchemaDefinitionRule.swift
[103/178] Compiling GraphQL NoFragmentCyclesRule.swift
[104/178] Compiling GraphQL NoUndefinedVariablesRule.swift
[105/178] Compiling GraphQL NoUnusedFragmentsRule.swift
[106/178] Compiling GraphQL NoUnusedVariablesRule.swift
[107/178] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[108/178] Compiling GraphQL Keyable.swift
[109/178] Compiling GraphQL PrintSchema.swift
[110/178] Compiling GraphQL TypeComparators.swift
[111/178] Compiling GraphQL TypeFromAST.swift
[112/178] Compiling GraphQL TypeInfo.swift
[113/178] Compiling GraphQL ValueFromAST.swift
[114/178] Compiling GraphQL ValueFromASTUntyped.swift
[115/178] Compiling GraphQL NoDeprecatedCustomRule.swift
[116/178] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[117/178] Compiling GraphQL ExecutableDefinitionsRule.swift
[118/178] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[119/178] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[120/178] Compiling GraphQL UniqueInputFieldNamesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[121/178] Compiling GraphQL UniqueOperationNamesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[122/178] Compiling GraphQL UniqueOperationTypesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[123/178] Compiling GraphQL UniqueTypeNamesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[124/178] Compiling GraphQL UniqueVariableNamesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[125/178] Compiling GraphQL ValuesOfCorrectTypeRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[126/178] Compiling GraphQL VariablesAreInputTypesRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[127/178] Compiling GraphQL VariablesInAllowedPositionRule.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[128/178] Compiling GraphQL SpecifiedRules.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[129/178] Compiling GraphQL Validate.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[130/178] Compiling GraphQL ValidationContext.swift
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:5:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ExecutableDefinitionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:6:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueOperationNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:7:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    LoneAnonymousOperationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:9:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:10:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FragmentsOnCompositeTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:11:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesAreInputTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:12:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ScalarLeafsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:13:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    FieldsOnCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:14:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:15:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownFragmentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:16:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedFragmentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:17:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    PossibleFragmentSpreadsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:18:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoFragmentCyclesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:19:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueVariableNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:20:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUndefinedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:21:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    NoUnusedVariablesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:22:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:23:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:27:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:28:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:29:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ValuesOfCorrectTypeRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:30:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:31:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    VariablesInAllowedPositionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:33:5: warning: converting non-sendable function value to '@Sendable (ValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:40:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    LoneSchemaDefinitionRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:41:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueOperationTypesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:42:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:43:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueEnumValueNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:44:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueFieldDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:45:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentDefinitionNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:46:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectiveNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:47:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownTypeNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:48:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:49:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueDirectivesPerLocationRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:50:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    PossibleTypeExtensionsRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:51:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    KnownArgumentNamesOnDirectivesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:52:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueArgumentNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:53:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    UniqueInputFieldNamesRule,
    ^
/host/spi-builder-workspace/Sources/GraphQL/Validation/SpecifiedRules.swift:54:5: warning: converting non-sendable function value to '@Sendable (SDLValidationContext) -> Visitor' may introduce data races
    ProvidedRequiredArgumentsOnDirectivesRule,
    ^
[131/178] Compiling GraphQL MapCoder.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[132/178] Compiling GraphQL MapSerialization.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[133/178] Compiling GraphQL Number.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[134/178] Compiling GraphQL PersistedQueries.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[135/178] Compiling GraphQL Subscribe.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[136/178] Compiling GraphQL DidYouMean.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[137/178] Compiling GraphQL Find.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[138/178] Compiling GraphQL FormatList.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[139/178] Compiling GraphQL IsNullish.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[140/178] Compiling GraphQL KeyMap.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[141/178] Compiling GraphQL Mirror.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[142/178] Compiling GraphQL SuggestionList.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:45:42: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
            let rootValue = eventPayload as! (any Sendable)
                                         ^~~
                                         as
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:186:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:211:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
        return .success(stream as! (any AsyncSequence & Sendable))
                               ^~~
                               as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:14:25: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
    return (child.value as! (any Sendable))
                        ^~~
                        as
/host/spi-builder-workspace/Sources/GraphQL/SwiftUtilities/Mirror.swift:25:37: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
        return unwrap(matched.value as! (any Sendable))
                                    ^~~
                                    as
[143/178] Compiling GraphQL Definition.swift
[144/178] Compiling GraphQL Directives.swift
[145/178] Compiling GraphQL Introspection.swift
[146/178] Compiling GraphQL Scalars.swift
[147/178] Compiling GraphQL Schema.swift
[148/178] Compiling GraphQL Validation.swift
[149/178] Compiling GraphQL ASTFromValue.swift
[150/178] Compiling GraphQL AssertValidName.swift
[151/178] Compiling GraphQL BuildASTSchema.swift
[152/178] Compiling GraphQL ConcatAST.swift
[153/178] Compiling GraphQL ExtendSchema.swift
[154/178] Compiling GraphQL IsValidValue.swift
[155/178] Compiling GraphQL GraphQLError.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[156/178] Compiling GraphQL LocatedError.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[157/178] Compiling GraphQL SyntaxError.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[158/178] Compiling GraphQL Execute.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[159/178] Compiling GraphQL Values.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[160/178] Compiling GraphQL Codable+Extensions.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[161/178] Compiling GraphQL GraphQL.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[162/178] Compiling GraphQL GraphQLRequest.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[163/178] Compiling GraphQL AST.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[164/178] Compiling GraphQL BlockString.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[165/178] Compiling GraphQL CharacterClasses.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[166/178] Compiling GraphQL Kinds.swift
/host/spi-builder-workspace/Sources/GraphQL/Execution/Execute.swift:614:18: warning: converting non-sendable function value to '@Sendable (any Sendable, Map, any Sendable, GraphQLResolveInfo) async throws -> (any Sendable)?' may introduce data races
        resolve: resolve,
                 ^
[167/178] Compiling GraphQL Lexer.swift
[168/178] Compiling GraphQL Location.swift
[169/178] Compiling GraphQL Parser.swift
[170/178] Compiling GraphQL Predicates.swift
[171/178] Compiling GraphQL PrintString.swift
[172/178] Compiling GraphQL Printer.swift
[173/178] Compiling GraphQL Source.swift
[174/178] Compiling GraphQL Visitor.swift
[175/178] Compiling GraphQL AnyCoder.swift
[176/178] Compiling GraphQL AnySerialization.swift
[177/178] Compiling GraphQL GraphQLJSONEncoder.swift
[178/178] Compiling GraphQL Map.swift
Build complete! (52.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "GraphQL",
  "name" : "GraphQL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphQL",
      "targets" : [
        "GraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/schema-kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ExecutionTests/OneOfTests.swift",
        "FederationTests/FederationTests.swift",
        "HelloWorldTests/HelloWorldTests.swift",
        "InputTests/InputTests.swift",
        "LanguageTests/BlockStringTests.swift",
        "LanguageTests/LexerTests.swift",
        "LanguageTests/ParserTests.swift",
        "LanguageTests/PrintStringTests.swift",
        "LanguageTests/PrinterTests.swift",
        "LanguageTests/SchemaParserTests.swift",
        "LanguageTests/SchemaPrinterTests.swift",
        "LanguageTests/VisitorTests.swift",
        "MapTests/MapTests.swift",
        "PersistedQueriesTests/PersistedQueriesTests.swift",
        "StarWarsTests/StarWarsData.swift",
        "StarWarsTests/StarWarsIntrospectionTests.swift",
        "StarWarsTests/StarWarsQueryTests.swift",
        "StarWarsTests/StarWarsSchema.swift",
        "StarWarsTests/StarWarsValidationTests.swift",
        "SubscriptionTests/SimplePubSub.swift",
        "SubscriptionTests/SubscriptionSchema.swift",
        "SubscriptionTests/SubscriptionTests.swift",
        "SwiftUtilitiesTests/DidYouMeanTests.swift",
        "TypeTests/GraphQLArgumentDefinitionTests.swift",
        "TypeTests/GraphQLSchemaTests.swift",
        "TypeTests/IntrospectionTests.swift",
        "TypeTests/ScalarTests.swift",
        "TypeTests/ValidateSchemaTests.swift",
        "UtilitiesTests/BuildASTSchemaTests.swift",
        "UtilitiesTests/ConcatASTTests.swift",
        "UtilitiesTests/ExtendSchemaTests.swift",
        "UtilitiesTests/PrintSchemaTests.swift",
        "ValidationTests/ExampleSchema.swift",
        "ValidationTests/ExecutableDefinitionsRuleTests.swift",
        "ValidationTests/FieldsOnCorrectTypeTests.swift",
        "ValidationTests/FragmentsOnCompositeTypesRuleTests.swift",
        "ValidationTests/KnownArgumentNamesOnDirectivesRuleTests.swift",
        "ValidationTests/KnownArgumentNamesTests.swift",
        "ValidationTests/KnownDirectivesRuleTests.swift",
        "ValidationTests/KnownFragmentNamesTests.swift",
        "ValidationTests/KnownTypeNamesRuleTests.swift",
        "ValidationTests/LoneAnonymousOperationRuleTests.swift",
        "ValidationTests/LoneSchemaDefinitionRuleTests.swift",
        "ValidationTests/NoDeprecatedCustomRuleTests.swift",
        "ValidationTests/NoFragmentCyclesRuleTests.swift",
        "ValidationTests/NoUndefinedVariablesRuleTests.swift",
        "ValidationTests/NoUnusedFragmentsRuleTests.swift",
        "ValidationTests/NoUnusedVariablesRuleTests.swift",
        "ValidationTests/PossibleFragmentSpreadsRuleRuleTests.swift",
        "ValidationTests/PossibleTypeExtensionsRuleTests.swift",
        "ValidationTests/ProvidedRequiredArgumentsOnDirectivesRuleTests.swift",
        "ValidationTests/ProvidedRequiredArgumentsRuleTests.swift",
        "ValidationTests/UniqueArgumentDefinitionNamesRuleTests.swift",
        "ValidationTests/UniqueArgumentNamesRuleTests.swift",
        "ValidationTests/UniqueDirectiveNamesRuleTests.swift",
        "ValidationTests/UniqueDirectivesPerLocationRuleTests.swift",
        "ValidationTests/UniqueEnumValueNamesRuleTests.swift",
        "ValidationTests/UniqueFieldDefinitionNamesRuleTests.swift",
        "ValidationTests/UniqueFragmentNamesRuleTests.swift",
        "ValidationTests/UniqueInputFieldNamesRuleTests.swift",
        "ValidationTests/UniqueOperationNamesRuleTests.swift",
        "ValidationTests/UniqueOperationTypesRuleTests.swift",
        "ValidationTests/UniqueTypeNamesRuleTests.swift",
        "ValidationTests/UniqueVariableNamesRuleTests.swift",
        "ValidationTests/ValidationTests.swift",
        "ValidationTests/ValuesOfCorrectTypeRuleTests.swift",
        "ValidationTests/VariablesAreInputTypesRuleTests.swift",
        "ValidationTests/VariablesInAllowedPositionRuleTests.swift"
      ],
      "target_dependencies" : [
        "GraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQL",
      "module_type" : "SwiftTarget",
      "name" : "GraphQL",
      "path" : "Sources/GraphQL",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "GraphQL"
      ],
      "sources" : [
        "Error/GraphQLError.swift",
        "Error/LocatedError.swift",
        "Error/SyntaxError.swift",
        "Execution/Execute.swift",
        "Execution/Values.swift",
        "Extensions/Codable+Extensions.swift",
        "GraphQL.swift",
        "GraphQLRequest.swift",
        "Language/AST.swift",
        "Language/BlockString.swift",
        "Language/CharacterClasses.swift",
        "Language/Kinds.swift",
        "Language/Lexer.swift",
        "Language/Location.swift",
        "Language/Parser.swift",
        "Language/Predicates.swift",
        "Language/PrintString.swift",
        "Language/Printer.swift",
        "Language/Source.swift",
        "Language/Visitor.swift",
        "Map/AnyCoder.swift",
        "Map/AnySerialization.swift",
        "Map/GraphQLJSONEncoder.swift",
        "Map/Map.swift",
        "Map/MapCoder.swift",
        "Map/MapSerialization.swift",
        "Map/Number.swift",
        "PersistedQueries/PersistedQueries.swift",
        "Subscription/Subscribe.swift",
        "SwiftUtilities/DidYouMean.swift",
        "SwiftUtilities/Find.swift",
        "SwiftUtilities/FormatList.swift",
        "SwiftUtilities/IsNullish.swift",
        "SwiftUtilities/KeyMap.swift",
        "SwiftUtilities/Mirror.swift",
        "SwiftUtilities/SuggestionList.swift",
        "Type/Definition.swift",
        "Type/Directives.swift",
        "Type/Introspection.swift",
        "Type/Scalars.swift",
        "Type/Schema.swift",
        "Type/Validation.swift",
        "Utilities/ASTFromValue.swift",
        "Utilities/AssertValidName.swift",
        "Utilities/BuildASTSchema.swift",
        "Utilities/ConcatAST.swift",
        "Utilities/ExtendSchema.swift",
        "Utilities/IsValidValue.swift",
        "Utilities/Keyable.swift",
        "Utilities/PrintSchema.swift",
        "Utilities/TypeComparators.swift",
        "Utilities/TypeFromAST.swift",
        "Utilities/TypeInfo.swift",
        "Utilities/ValueFromAST.swift",
        "Utilities/ValueFromASTUntyped.swift",
        "Validation/Rules/Custom/NoDeprecatedCustomRule.swift",
        "Validation/Rules/Custom/NoSchemaIntrospectionCustomRule.swift",
        "Validation/Rules/ExecutableDefinitionsRule.swift",
        "Validation/Rules/FieldsOnCorrectTypeRule.swift",
        "Validation/Rules/FragmentsOnCompositeTypesRule.swift",
        "Validation/Rules/KnownArgumentNamesOnDirectivesRule.swift",
        "Validation/Rules/KnownArgumentNamesRule.swift",
        "Validation/Rules/KnownDirectivesRule.swift",
        "Validation/Rules/KnownFragmentNamesRule.swift",
        "Validation/Rules/KnownTypeNamesRule.swift",
        "Validation/Rules/LoneAnonymousOperationRule.swift",
        "Validation/Rules/LoneSchemaDefinitionRule.swift",
        "Validation/Rules/NoFragmentCyclesRule.swift",
        "Validation/Rules/NoUndefinedVariablesRule.swift",
        "Validation/Rules/NoUnusedFragmentsRule.swift",
        "Validation/Rules/NoUnusedVariablesRule.swift",
        "Validation/Rules/PossibleFragmentSpreadsRule.swift",
        "Validation/Rules/PossibleTypeExtensionsRule.swift",
        "Validation/Rules/ProvidedRequiredArgumentsOnDirectivesRule.swift",
        "Validation/Rules/ProvidedRequiredArgumentsRule.swift",
        "Validation/Rules/ScalarLeafsRule.swift",
        "Validation/Rules/UniqueArgumentDefinitionNamesRule.swift",
        "Validation/Rules/UniqueArgumentNamesRule.swift",
        "Validation/Rules/UniqueDirectiveNamesRule.swift",
        "Validation/Rules/UniqueDirectivesPerLocationRule.swift",
        "Validation/Rules/UniqueEnumValueNamesRule.swift",
        "Validation/Rules/UniqueFieldDefinitionNamesRule.swift",
        "Validation/Rules/UniqueFragmentNamesRule.swift",
        "Validation/Rules/UniqueInputFieldNamesRule.swift",
        "Validation/Rules/UniqueOperationNamesRule.swift",
        "Validation/Rules/UniqueOperationTypesRule.swift",
        "Validation/Rules/UniqueTypeNamesRule.swift",
        "Validation/Rules/UniqueVariableNamesRule.swift",
        "Validation/Rules/ValuesOfCorrectTypeRule.swift",
        "Validation/Rules/VariablesAreInputTypesRule.swift",
        "Validation/Rules/VariablesInAllowedPositionRule.swift",
        "Validation/SpecifiedRules.swift",
        "Validation/Validate.swift",
        "Validation/ValidationContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.