Build Information
Successful build of Graphiti, reference main (a23a3d
), with Swift 6.1 for macOS (SPM) on 21 Aug 2025 20:22:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/Graphiti.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GraphQLSwift/Graphiti
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a23a3d2 Merge pull request #152 from NeedleInAJayStack/feat/swift-concurrency
Cloned https://github.com/GraphQLSwift/Graphiti.git
Revision (git rev-parse @):
a23a3d232df202fc158ad2d698926325b470523c
SUCCESS checkout https://github.com/GraphQLSwift/Graphiti.git at main
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/apple/swift-collections from cache
[1/5369] Fetching graphql
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.07s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Fetched https://github.com/apple/swift-collections from cache (1.09s)
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.0.0 (1.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.60s)
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "graphiti",
"name": "Graphiti",
"url": "https://github.com/GraphQLSwift/Graphiti.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Graphiti",
"dependencies": [
{
"identity": "graphql",
"name": "GraphQL",
"url": "https://github.com/GraphQLSwift/GraphQL.git",
"version": "4.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GraphQL",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3656] Fetching graphiti
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (0.93s)
Fetching https://github.com/GraphQLSwift/GraphQL.git from cache
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (0.54s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.0.0 (0.60s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.59s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at main (a23a3d2)
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.0.0
warning: '.resolve-product-dependencies': dependency 'graphiti' is not used by any target
Found 1 product dependencies
- GraphQL
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/Graphiti.git
https://github.com/GraphQLSwift/Graphiti.git
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
}
],
"manifest_display_name" : "Graphiti",
"name" : "Graphiti",
"path" : "/Users/admin/builder/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" : "Graphiti",
"targets" : [
"Graphiti"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "GraphitiTests",
"module_type" : "SwiftTarget",
"name" : "GraphitiTests",
"path" : "Tests/GraphitiTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GraphitiTests/FederationTests/GraphQL",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectionTests.swift",
"DefaultValueTests.swift",
"DirectiveTests/DirectiveTests.swift",
"FederationTests/FederationOnlySchemaTests.swift",
"FederationTests/FederationTests.swift",
"HelloWorldTests/HelloWorldAsyncTests.swift",
"HelloWorldTests/HelloWorldTests.swift",
"PartialSchemaTests.swift",
"ProductAPI/ProductAPI.swift",
"ProductAPI/ProductContext.swift",
"ProductAPI/ProductEntities.swift",
"ProductAPI/ProductResolver.swift",
"ProductAPI/ProductSchema.swift",
"ScalarTests.swift",
"SchemaBuilderTests.swift",
"SchemaTests.swift",
"StarWarsAPI/StarWarsAPI.swift",
"StarWarsAPI/StarWarsContext.swift",
"StarWarsAPI/StarWarsEntities.swift",
"StarWarsAPI/StarWarsResolver.swift",
"StarWarsTests/StarWarsIntrospectionTests.swift",
"StarWarsTests/StarWarsQueryTests.swift",
"UnionTests.swift",
"ValidationRulesTests.swift"
],
"target_dependencies" : [
"Graphiti"
],
"type" : "test"
},
{
"c99name" : "Graphiti",
"module_type" : "SwiftTarget",
"name" : "Graphiti",
"path" : "Sources/Graphiti",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"Graphiti"
],
"sources" : [
"API/API.swift",
"Argument/Argument.swift",
"Argument/ArgumentComponent.swift",
"Argument/ArgumentComponentBuilder.swift",
"Argument/NoArguments.swift",
"Coder/Coders.swift",
"Component/Component.swift",
"Component/ComponentBuilder.swift",
"Component/TypeComponent.swift",
"Component/TypeComponentBuilder.swift",
"Connection/Connection.swift",
"Connection/ConnectionType.swift",
"Connection/Edge.swift",
"Connection/PageInfo.swift",
"Connection/PagniationArguments/BackwardPaginationArguments.swift",
"Connection/PagniationArguments/ForwardPaginationArguments.swift",
"Connection/PagniationArguments/PaginationArguments.swift",
"Context/NoContext.swift",
"Definition/AnyType.swift",
"Definition/Reflection.swift",
"Definition/TypeProvider.swift",
"Definition/Wrappers.swift",
"Enum/Enum.swift",
"Federation/Any.swift",
"Federation/Entity.swift",
"Federation/Key/Key.swift",
"Federation/Key/KeyComponent.swift",
"Federation/Key/Type+Key.swift",
"Federation/Queries.swift",
"Federation/Service.swift",
"Field/Field/Field.swift",
"Field/Field/FieldComponent.swift",
"Field/Field/FieldComponentBuilder.swift",
"Field/Resolve/AsyncResolve.swift",
"Field/Resolve/SyncResolve.swift",
"Input/Input.swift",
"InputField/InputField.swift",
"InputField/InputFieldComponent.swift",
"InputField/InputFieldComponentBuilder.swift",
"Interface/Interface.swift",
"Mutation/Mutation.swift",
"Query/Query.swift",
"Scalar/Scalar.swift",
"Schema/Schema.swift",
"Schema/SchemaTypeProvider.swift",
"SchemaBuilders/PartialSchema.swift",
"SchemaBuilders/SchemaBuilder.swift",
"Subscription/SubscribeField.swift",
"Subscription/SubscribeResolve.swift",
"Subscription/Subscription.swift",
"Type/Type.swift",
"Union/Union.swift",
"Validation/NoIntrospectionRule.swift",
"Value/Value.swift",
"Value/ValueBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/19] Compiling InternalCollectionsUtilities Descriptions.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/20] Compiling InternalCollectionsUtilities Debugging.swift
[10/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/20] Compiling InternalCollectionsUtilities Integer rank.swift
[19/20] Emitting module InternalCollectionsUtilities
[20/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[22/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[23/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[24/76] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[25/76] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[26/76] Compiling OrderedCollections OrderedSet+Sendable.swift
[27/82] Compiling OrderedCollections OrderedSet+Codable.swift
[28/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[29/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[30/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[31/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[32/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[33/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[34/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[35/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[36/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[37/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[38/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[39/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[40/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[41/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[42/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[43/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[44/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[45/82] Compiling OrderedCollections _Hashtable+Header.swift
[46/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[47/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[48/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[49/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[50/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[51/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[52/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[56/82] Compiling OrderedCollections OrderedDictionary.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[58/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/82] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/82] Compiling OrderedCollections _HashTable+Bucket.swift
[64/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/82] Compiling OrderedCollections _HashTable+Constants.swift
[66/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/82] Compiling OrderedCollections _HashTable+Testing.swift
[68/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[69/82] Compiling OrderedCollections _HashTable.swift
[70/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[73/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[83/168] Emitting module GraphQL
[84/177] Compiling GraphQL UniqueOperationTypesRule.swift
[85/177] Compiling GraphQL UniqueTypeNamesRule.swift
[86/177] Compiling GraphQL UniqueVariableNamesRule.swift
[87/177] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[88/177] Compiling GraphQL VariablesAreInputTypesRule.swift
[89/177] Compiling GraphQL VariablesInAllowedPositionRule.swift
[90/177] Compiling GraphQL SpecifiedRules.swift
[91/177] Compiling GraphQL Validate.swift
[92/177] Compiling GraphQL ValidationContext.swift
[93/177] Compiling GraphQL PrintSchema.swift
[94/177] Compiling GraphQL TypeComparators.swift
[95/177] Compiling GraphQL TypeFromAST.swift
[96/177] Compiling GraphQL TypeInfo.swift
[97/177] Compiling GraphQL ValueFromAST.swift
[98/177] Compiling GraphQL ValueFromASTUntyped.swift
[99/177] Compiling GraphQL NoDeprecatedCustomRule.swift
[100/177] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[101/177] Compiling GraphQL ExecutableDefinitionsRule.swift
[102/177] Compiling GraphQL CharacterClasses.swift
[103/177] Compiling GraphQL Kinds.swift
[104/177] Compiling GraphQL Lexer.swift
[105/177] Compiling GraphQL Location.swift
[106/177] Compiling GraphQL Parser.swift
[107/177] Compiling GraphQL Predicates.swift
[108/177] Compiling GraphQL PrintString.swift
[109/177] Compiling GraphQL Printer.swift
[110/177] Compiling GraphQL Source.swift
[111/177] Compiling GraphQL Visitor.swift
[112/177] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[113/177] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[114/177] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[115/177] Compiling GraphQL KnownArgumentNamesRule.swift
[116/177] Compiling GraphQL KnownDirectivesRule.swift
[117/177] Compiling GraphQL KnownFragmentNamesRule.swift
[118/177] Compiling GraphQL KnownTypeNamesRule.swift
[119/177] Compiling GraphQL LoneAnonymousOperationRule.swift
[120/177] Compiling GraphQL LoneSchemaDefinitionRule.swift
[121/177] Compiling GraphQL NoFragmentCyclesRule.swift
[122/177] Compiling GraphQL NoUndefinedVariablesRule.swift
[123/177] Compiling GraphQL NoUnusedFragmentsRule.swift
[124/177] Compiling GraphQL NoUnusedVariablesRule.swift
[125/177] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[126/177] Compiling GraphQL PossibleTypeExtensionsRule.swift
[127/177] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[128/177] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[129/177] Compiling GraphQL ScalarLeafsRule.swift
[130/177] Compiling GraphQL Schema.swift
[131/177] Compiling GraphQL Validation.swift
[132/177] Compiling GraphQL ASTFromValue.swift
[133/177] Compiling GraphQL AssertValidName.swift
[134/177] Compiling GraphQL BuildASTSchema.swift
[135/177] Compiling GraphQL ConcatAST.swift
[136/177] Compiling GraphQL ExtendSchema.swift
[137/177] Compiling GraphQL IsValidValue.swift
[138/177] Compiling GraphQL Keyable.swift
[139/177] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[140/177] Compiling GraphQL UniqueArgumentNamesRule.swift
[141/177] Compiling GraphQL UniqueDirectiveNamesRule.swift
[142/177] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[143/177] Compiling GraphQL UniqueEnumValueNamesRule.swift
[144/177] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[145/177] Compiling GraphQL UniqueFragmentNamesRule.swift
[146/177] Compiling GraphQL UniqueInputFieldNamesRule.swift
[147/177] Compiling GraphQL UniqueOperationNamesRule.swift
[148/177] Compiling GraphQL Find.swift
[149/177] Compiling GraphQL FormatList.swift
[150/177] Compiling GraphQL IsNullish.swift
[151/177] Compiling GraphQL KeyMap.swift
[152/177] Compiling GraphQL Mirror.swift
[153/177] Compiling GraphQL SuggestionList.swift
[154/177] Compiling GraphQL Definition.swift
[155/177] Compiling GraphQL Directives.swift
[156/177] Compiling GraphQL Introspection.swift
[157/177] Compiling GraphQL Scalars.swift
[158/177] Compiling GraphQL GraphQLError.swift
[159/177] Compiling GraphQL LocatedError.swift
[160/177] Compiling GraphQL SyntaxError.swift
[161/177] Compiling GraphQL Execute.swift
[162/177] Compiling GraphQL Values.swift
[163/177] Compiling GraphQL Codable+Extensions.swift
[164/177] Compiling GraphQL GraphQL.swift
[165/177] Compiling GraphQL GraphQLRequest.swift
[166/177] Compiling GraphQL AST.swift
[167/177] Compiling GraphQL BlockString.swift
[168/177] Compiling GraphQL AnyCoder.swift
[169/177] Compiling GraphQL AnySerialization.swift
[170/177] Compiling GraphQL GraphQLJSONEncoder.swift
[171/177] Compiling GraphQL Map.swift
[172/177] Compiling GraphQL MapCoder.swift
[173/177] Compiling GraphQL MapSerialization.swift
[174/177] Compiling GraphQL Number.swift
[175/177] Compiling GraphQL PersistedQueries.swift
[176/177] Compiling GraphQL Subscribe.swift
[177/177] Compiling GraphQL DidYouMean.swift
[178/228] Emitting module Graphiti
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[179/233] Compiling Graphiti API.swift
[180/233] Compiling Graphiti Argument.swift
[181/233] Compiling Graphiti ArgumentComponent.swift
[182/233] Compiling Graphiti ArgumentComponentBuilder.swift
[183/233] Compiling Graphiti NoArguments.swift
[184/233] Compiling Graphiti Coders.swift
[185/233] Compiling Graphiti Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[186/233] Compiling Graphiti FieldComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[187/233] Compiling Graphiti FieldComponentBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[188/233] Compiling Graphiti AsyncResolve.swift
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[189/233] Compiling Graphiti SyncResolve.swift
/Users/admin/builder/spi-builder-workspace/Sources/Graphiti/Field/Field/Field.swift:156:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
154 | // Despite the warning, we cannot add `@retroactive` and keep Swift 5 support.
155 | // Remove when support transitions to Swift 6.
156 | extension KeyPath: @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
157 |
[190/233] Compiling Graphiti Component.swift
[191/233] Compiling Graphiti ComponentBuilder.swift
[192/233] Compiling Graphiti TypeComponent.swift
[193/233] Compiling Graphiti TypeComponentBuilder.swift
[194/233] Compiling Graphiti Connection.swift
[195/233] Compiling Graphiti ConnectionType.swift
[196/233] Compiling Graphiti Input.swift
[197/233] Compiling Graphiti InputField.swift
[198/233] Compiling Graphiti InputFieldComponent.swift
[199/233] Compiling Graphiti InputFieldComponentBuilder.swift
[200/233] Compiling Graphiti Interface.swift
[201/233] Compiling Graphiti PartialSchema.swift
[202/233] Compiling Graphiti SchemaBuilder.swift
[203/233] Compiling Graphiti SubscribeField.swift
[204/233] Compiling Graphiti SubscribeResolve.swift
[205/233] Compiling Graphiti Subscription.swift
[206/233] Compiling Graphiti AnyType.swift
[207/233] Compiling Graphiti Reflection.swift
[208/233] Compiling Graphiti TypeProvider.swift
[209/233] Compiling Graphiti Wrappers.swift
[210/233] Compiling Graphiti Enum.swift
[211/233] Compiling Graphiti Any.swift
[212/233] Compiling Graphiti Entity.swift
[213/233] Compiling Graphiti Key.swift
[214/233] Compiling Graphiti KeyComponent.swift
[215/233] Compiling Graphiti Type+Key.swift
[216/233] Compiling Graphiti Queries.swift
[217/233] Compiling Graphiti Service.swift
[218/233] Compiling Graphiti Edge.swift
[219/233] Compiling Graphiti PageInfo.swift
[220/233] Compiling Graphiti BackwardPaginationArguments.swift
[221/233] Compiling Graphiti ForwardPaginationArguments.swift
[222/233] Compiling Graphiti PaginationArguments.swift
[223/233] Compiling Graphiti NoContext.swift
[224/233] Compiling Graphiti Mutation.swift
[225/233] Compiling Graphiti Query.swift
[226/233] Compiling Graphiti Scalar.swift
[227/233] Compiling Graphiti Schema.swift
[228/233] Compiling Graphiti SchemaTypeProvider.swift
[229/233] Compiling Graphiti Type.swift
[230/233] Compiling Graphiti Union.swift
[231/233] Compiling Graphiti NoIntrospectionRule.swift
[232/233] Compiling Graphiti Value.swift
[233/233] Compiling Graphiti ValueBuilder.swift
Build complete! (10.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
}
],
"manifest_display_name" : "Graphiti",
"name" : "Graphiti",
"path" : "/Users/admin/builder/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" : "Graphiti",
"targets" : [
"Graphiti"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "GraphitiTests",
"module_type" : "SwiftTarget",
"name" : "GraphitiTests",
"path" : "Tests/GraphitiTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GraphitiTests/FederationTests/GraphQL",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectionTests.swift",
"DefaultValueTests.swift",
"DirectiveTests/DirectiveTests.swift",
"FederationTests/FederationOnlySchemaTests.swift",
"FederationTests/FederationTests.swift",
"HelloWorldTests/HelloWorldAsyncTests.swift",
"HelloWorldTests/HelloWorldTests.swift",
"PartialSchemaTests.swift",
"ProductAPI/ProductAPI.swift",
"ProductAPI/ProductContext.swift",
"ProductAPI/ProductEntities.swift",
"ProductAPI/ProductResolver.swift",
"ProductAPI/ProductSchema.swift",
"ScalarTests.swift",
"SchemaBuilderTests.swift",
"SchemaTests.swift",
"StarWarsAPI/StarWarsAPI.swift",
"StarWarsAPI/StarWarsContext.swift",
"StarWarsAPI/StarWarsEntities.swift",
"StarWarsAPI/StarWarsResolver.swift",
"StarWarsTests/StarWarsIntrospectionTests.swift",
"StarWarsTests/StarWarsQueryTests.swift",
"UnionTests.swift",
"ValidationRulesTests.swift"
],
"target_dependencies" : [
"Graphiti"
],
"type" : "test"
},
{
"c99name" : "Graphiti",
"module_type" : "SwiftTarget",
"name" : "Graphiti",
"path" : "Sources/Graphiti",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"Graphiti"
],
"sources" : [
"API/API.swift",
"Argument/Argument.swift",
"Argument/ArgumentComponent.swift",
"Argument/ArgumentComponentBuilder.swift",
"Argument/NoArguments.swift",
"Coder/Coders.swift",
"Component/Component.swift",
"Component/ComponentBuilder.swift",
"Component/TypeComponent.swift",
"Component/TypeComponentBuilder.swift",
"Connection/Connection.swift",
"Connection/ConnectionType.swift",
"Connection/Edge.swift",
"Connection/PageInfo.swift",
"Connection/PagniationArguments/BackwardPaginationArguments.swift",
"Connection/PagniationArguments/ForwardPaginationArguments.swift",
"Connection/PagniationArguments/PaginationArguments.swift",
"Context/NoContext.swift",
"Definition/AnyType.swift",
"Definition/Reflection.swift",
"Definition/TypeProvider.swift",
"Definition/Wrappers.swift",
"Enum/Enum.swift",
"Federation/Any.swift",
"Federation/Entity.swift",
"Federation/Key/Key.swift",
"Federation/Key/KeyComponent.swift",
"Federation/Key/Type+Key.swift",
"Federation/Queries.swift",
"Federation/Service.swift",
"Field/Field/Field.swift",
"Field/Field/FieldComponent.swift",
"Field/Field/FieldComponentBuilder.swift",
"Field/Resolve/AsyncResolve.swift",
"Field/Resolve/SyncResolve.swift",
"Input/Input.swift",
"InputField/InputField.swift",
"InputField/InputFieldComponent.swift",
"InputField/InputFieldComponentBuilder.swift",
"Interface/Interface.swift",
"Mutation/Mutation.swift",
"Query/Query.swift",
"Scalar/Scalar.swift",
"Schema/Schema.swift",
"Schema/SchemaTypeProvider.swift",
"SchemaBuilders/PartialSchema.swift",
"SchemaBuilders/SchemaBuilder.swift",
"Subscription/SubscribeField.swift",
"Subscription/SubscribeResolve.swift",
"Subscription/Subscription.swift",
"Type/Type.swift",
"Union/Union.swift",
"Validation/NoIntrospectionRule.swift",
"Value/Value.swift",
"Value/ValueBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.