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.3 (6e483a), with Swift 6.1 for Linux on 12 Nov 2025 22:41:14 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-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/GraphQL.git
Reference: 4.0.3
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.3      -> FETCH_HEAD
HEAD is now at 6e483ae Merge pull request #170 from NeedleInAJayStack/fix/stream-concurrency
Cloned https://github.com/GraphQLSwift/GraphQL.git
Revision (git rev-parse @):
6e483aec1a8f86f7fee95b1f72e678bdf0e537a4
SUCCESS checkout https://github.com/GraphQLSwift/GraphQL.git at 4.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/GraphQL.git
https://github.com/GraphQLSwift/GraphQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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/kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/schema-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"
}
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-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.16s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (3.85s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/20] Emitting module InternalCollectionsUtilities
[6/22] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[7/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[9/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/22] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/22] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/22] Compiling InternalCollectionsUtilities Debugging.swift
[15/22] Compiling InternalCollectionsUtilities Descriptions.swift
[16/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/22] Compiling InternalCollectionsUtilities Integer rank.swift
[18/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/85] Compiling OrderedCollections OrderedDictionary.swift
[39/85] Compiling OrderedCollections OrderedSet+Codable.swift
[40/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[41/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[42/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[47/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[50/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/85] Compiling OrderedCollections _HashTable+Bucket.swift
[71/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/85] Compiling OrderedCollections _HashTable+Constants.swift
[73/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/85] Compiling OrderedCollections _HashTable+Testing.swift
[75/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/85] Compiling OrderedCollections _HashTable.swift
[77/85] Compiling OrderedCollections _Hashtable+Header.swift
[78/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[79/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[80/85] Compiling OrderedCollections OrderedSet+Testing.swift
[81/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[82/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[83/85] Compiling OrderedCollections OrderedSet.swift
[84/85] Compiling OrderedCollections _UnsafeBitset.swift
[85/85] Emitting module OrderedCollections
[87/170] Compiling GraphQL Keyable.swift
[88/170] Compiling GraphQL PrintSchema.swift
[89/170] Compiling GraphQL TypeComparators.swift
[90/170] Compiling GraphQL TypeFromAST.swift
[91/170] Compiling GraphQL TypeInfo.swift
[92/170] Compiling GraphQL ValueFromAST.swift
[93/170] Compiling GraphQL ValueFromASTUntyped.swift
[94/170] Compiling GraphQL NoDeprecatedCustomRule.swift
[95/170] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[96/170] Compiling GraphQL ExecutableDefinitionsRule.swift
[97/170] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[98/170] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[99/181] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[100/181] Compiling GraphQL KnownArgumentNamesRule.swift
[101/181] Compiling GraphQL KnownDirectivesRule.swift
[102/181] Compiling GraphQL KnownFragmentNamesRule.swift
[103/181] Compiling GraphQL KnownTypeNamesRule.swift
[104/181] Compiling GraphQL LoneAnonymousOperationRule.swift
[105/181] Compiling GraphQL LoneSchemaDefinitionRule.swift
[106/181] Compiling GraphQL NoFragmentCyclesRule.swift
[107/181] Compiling GraphQL NoUndefinedVariablesRule.swift
[108/181] Compiling GraphQL NoUnusedFragmentsRule.swift
[109/181] Compiling GraphQL NoUnusedVariablesRule.swift
[110/181] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[111/181] Compiling GraphQL PossibleTypeExtensionsRule.swift
[112/181] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[113/181] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[114/181] Compiling GraphQL ScalarLeafsRule.swift
[115/181] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[116/181] Compiling GraphQL UniqueArgumentNamesRule.swift
[117/181] Compiling GraphQL UniqueDirectiveNamesRule.swift
[118/181] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[119/181] Compiling GraphQL UniqueEnumValueNamesRule.swift
[120/181] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[121/181] Compiling GraphQL UniqueFragmentNamesRule.swift
[122/181] Compiling GraphQL UniqueInputFieldNamesRule.swift
[123/181] Compiling GraphQL UniqueOperationNamesRule.swift
[124/181] Compiling GraphQL UniqueOperationTypesRule.swift
[125/181] Compiling GraphQL UniqueTypeNamesRule.swift
[126/181] Compiling GraphQL UniqueVariableNamesRule.swift
[127/181] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[128/181] Compiling GraphQL VariablesAreInputTypesRule.swift
[129/181] Compiling GraphQL VariablesInAllowedPositionRule.swift
[130/181] Compiling GraphQL SpecifiedRules.swift
[131/181] Compiling GraphQL Validate.swift
[132/181] Compiling GraphQL ValidationContext.swift
[133/181] Compiling GraphQL MapCoder.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[134/181] Compiling GraphQL MapSerialization.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[135/181] Compiling GraphQL Number.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[136/181] Compiling GraphQL PersistedQueries.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[137/181] Compiling GraphQL Subscribe.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[138/181] Compiling GraphQL DidYouMean.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[139/181] Compiling GraphQL Find.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[140/181] Compiling GraphQL FormatList.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[141/181] Compiling GraphQL IsNullish.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[142/181] Compiling GraphQL KeyMap.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[143/181] Compiling GraphQL Mirror.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[144/181] Compiling GraphQL SuggestionList.swift
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:48:46: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 46 |                             // compiler throws:
 47 |                             // `marker protocol 'Sendable' cannot be used in a conditional cast`
 48 |                             rootValue: event as! (any Sendable),
    |                                              `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 49 |                             context: context,
 50 |                             variableValues: variableValues,
/host/spi-builder-workspace/Sources/GraphQL/Subscription/Subscribe.swift:224:32: warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
222 |         // protocols like Sendable. This is safe because subscription resolvers should only
223 |         // return Sendable AsyncSequences.
224 |         return .success(stream as! (any AsyncSequence & Sendable))
    |                                `- warning: forced cast from 'any AsyncSequence' to 'any Sendable & AsyncSequence' always succeeds; did you mean to use 'as'?
225 |     } else if resolved == nil {
226 |         return .failure(.init([
/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'?
12 |     // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
13 |     // `marker protocol 'Sendable' cannot be used in a conditional cast`
14 |     return (child.value as! (any Sendable))
   |                         `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
15 | }
16 |
/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'?
23 |         // Despite the warning, we must force unwrap because on optional unwrap, compiler throws:
24 |         // `marker protocol 'Sendable' cannot be used in a conditional cast`
25 |         return unwrap(matched.value as! (any Sendable))
   |                                     `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
26 |     }
27 | }
[145/181] Compiling GraphQL Definition.swift
[146/181] Compiling GraphQL Directives.swift
[147/181] Compiling GraphQL Introspection.swift
[148/181] Compiling GraphQL Scalars.swift
[149/181] Compiling GraphQL Schema.swift
[150/181] Compiling GraphQL Validation.swift
[151/181] Compiling GraphQL ASTFromValue.swift
[152/181] Compiling GraphQL AssertValidName.swift
[153/181] Compiling GraphQL BuildASTSchema.swift
[154/181] Compiling GraphQL ConcatAST.swift
[155/181] Compiling GraphQL ExtendSchema.swift
[156/181] Compiling GraphQL IsValidValue.swift
[157/181] Emitting module GraphQL
[158/181] Compiling GraphQL Lexer.swift
[159/181] Compiling GraphQL Location.swift
[160/181] Compiling GraphQL Parser.swift
[161/181] Compiling GraphQL Predicates.swift
[162/181] Compiling GraphQL PrintString.swift
[163/181] Compiling GraphQL Printer.swift
[164/181] Compiling GraphQL Source.swift
[165/181] Compiling GraphQL Visitor.swift
[166/181] Compiling GraphQL AnyCoder.swift
[167/181] Compiling GraphQL AnySerialization.swift
[168/181] Compiling GraphQL GraphQLJSONEncoder.swift
[169/181] Compiling GraphQL Map.swift
[170/181] Compiling GraphQL GraphQLError.swift
[171/181] Compiling GraphQL LocatedError.swift
[172/181] Compiling GraphQL SyntaxError.swift
[173/181] Compiling GraphQL Execute.swift
[174/181] Compiling GraphQL Values.swift
[175/181] Compiling GraphQL Codable+Extensions.swift
[176/181] Compiling GraphQL GraphQL.swift
[177/181] Compiling GraphQL GraphQLRequest.swift
[178/181] Compiling GraphQL AST.swift
[179/181] Compiling GraphQL BlockString.swift
[180/181] Compiling GraphQL CharacterClasses.swift
[181/181] Compiling GraphQL Kinds.swift
Build complete! (50.61s)
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/kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/schema-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-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.