Build Information
Successful build of GraphQLWS, reference main (93e8e7), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 05:13:53 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/GraphQLWS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GraphQLSwift/GraphQLWS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93e8e79 Merge pull request #9 from GraphQLSwift/refactor/swift-format
Cloned https://github.com/GraphQLSwift/GraphQLWS.git
Revision (git rev-parse @):
93e8e79814d0e463f679673734e2f251d711f584
SUCCESS checkout https://github.com/GraphQLSwift/GraphQLWS.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/GraphQLWS.git
https://github.com/GraphQLSwift/GraphQLWS.git
{
"dependencies" : [
{
"identity" : "graphiti",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/Graphiti.git"
},
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
}
],
"manifest_display_name" : "GraphQLWS",
"name" : "GraphQLWS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GraphQLWS",
"targets" : [
"GraphQLWS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "GraphQLWSTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLWSTests",
"path" : "Tests/GraphQLWSTests",
"sources" : [
"GraphQLWSTests.swift",
"Utils/TestAPI.swift",
"Utils/TestMessenger.swift"
],
"target_dependencies" : [
"GraphQLWS"
],
"type" : "test"
},
{
"c99name" : "GraphQLWS",
"module_type" : "SwiftTarget",
"name" : "GraphQLWS",
"path" : "Sources/GraphQLWS",
"product_dependencies" : [
"Graphiti",
"GraphQL"
],
"product_memberships" : [
"GraphQLWS"
],
"sources" : [
"Client.swift",
"GraphQLWSError.swift",
"InitPayloads.swift",
"JsonEncodable.swift",
"Messenger.swift",
"Requests.swift",
"Responses.swift",
"Server.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/25] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[8/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/26] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[12/26] Compiling InternalCollectionsUtilities Span+Extras.swift
[13/26] Compiling InternalCollectionsUtilities String+Padding.swift
[14/26] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[15/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/26] Compiling InternalCollectionsUtilities Integer rank.swift
[20/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/26] Compiling InternalCollectionsUtilities Debugging.swift
[25/26] Compiling InternalCollectionsUtilities Descriptions.swift
[26/26] Emitting module InternalCollectionsUtilities
[27/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/88] Compiling OrderedCollections OrderedSet+Codable.swift
[34/88] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[35/88] Compiling OrderedCollections OrderedSet+Descriptions.swift
[36/88] Compiling OrderedCollections OrderedSet+Diffing.swift
[37/88] Compiling OrderedCollections OrderedSet+Equatable.swift
[38/88] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[39/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/88] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/88] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/88] Compiling OrderedCollections OrderedSet+Sendable.swift
[45/88] Compiling OrderedCollections _Hashtable+Header.swift
[46/88] Compiling OrderedCollections OrderedDictionary+Codable.swift
[47/88] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[48/88] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[49/88] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[50/88] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[51/88] Compiling OrderedCollections OrderedDictionary+Elements.swift
[52/88] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[53/88] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[54/88] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[55/88] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[56/88] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[57/88] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/88] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/88] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/88] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/88] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/88] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/88] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/88] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/88] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/88] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/88] Compiling OrderedCollections OrderedDictionary+Values.swift
[68/88] Compiling OrderedCollections OrderedDictionary.swift
[69/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[70/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[71/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[72/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/88] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/88] Compiling OrderedCollections _HashTable+Bucket.swift
[76/88] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/88] Compiling OrderedCollections _HashTable+Constants.swift
[78/88] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/88] Compiling OrderedCollections _HashTable+Testing.swift
[80/88] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/88] Compiling OrderedCollections _HashTable.swift
[82/88] Compiling OrderedCollections OrderedSet+SubSequence.swift
[83/88] Compiling OrderedCollections OrderedSet+Testing.swift
[84/88] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[85/88] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[86/88] Compiling OrderedCollections OrderedSet.swift
[87/88] Compiling OrderedCollections _UnsafeBitset.swift
[88/88] Emitting module OrderedCollections
[89/174] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[90/174] Compiling GraphQL UniqueArgumentNamesRule.swift
[91/174] Compiling GraphQL UniqueDirectiveNamesRule.swift
[92/174] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[93/174] Compiling GraphQL UniqueEnumValueNamesRule.swift
[94/174] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[95/174] Compiling GraphQL UniqueFragmentNamesRule.swift
[96/174] Compiling GraphQL UniqueInputFieldNamesRule.swift
[97/174] Compiling GraphQL UniqueOperationNamesRule.swift
[98/174] Emitting module GraphQL
[99/183] Compiling GraphQL UniqueOperationTypesRule.swift
[100/183] Compiling GraphQL UniqueTypeNamesRule.swift
[101/183] Compiling GraphQL UniqueVariableNamesRule.swift
[102/183] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[103/183] Compiling GraphQL VariablesAreInputTypesRule.swift
[104/183] Compiling GraphQL VariablesInAllowedPositionRule.swift
[105/183] Compiling GraphQL SpecifiedRules.swift
[106/183] Compiling GraphQL Validate.swift
[107/183] Compiling GraphQL ValidationContext.swift
[108/183] Compiling GraphQL NoFragmentCyclesRule.swift
[109/183] Compiling GraphQL NoUndefinedVariablesRule.swift
[110/183] Compiling GraphQL NoUnusedFragmentsRule.swift
[111/183] Compiling GraphQL NoUnusedVariablesRule.swift
[112/183] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[113/183] Compiling GraphQL PossibleTypeExtensionsRule.swift
[114/183] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[115/183] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[116/183] Compiling GraphQL ScalarLeafsRule.swift
[117/183] Compiling GraphQL Find.swift
[118/183] Compiling GraphQL FormatList.swift
[119/183] Compiling GraphQL IsNullish.swift
[120/183] Compiling GraphQL KeyMap.swift
[121/183] Compiling GraphQL Mirror.swift
[122/183] Compiling GraphQL SuggestionList.swift
[123/183] Compiling GraphQL Definition.swift
[124/183] Compiling GraphQL Directives.swift
[125/183] Compiling GraphQL Introspection.swift
[126/183] Compiling GraphQL Scalars.swift
[127/183] Compiling GraphQL CharacterClasses.swift
[128/183] Compiling GraphQL Kinds.swift
[129/183] Compiling GraphQL Lexer.swift
[130/183] Compiling GraphQL Location.swift
[131/183] Compiling GraphQL Parser.swift
[132/183] Compiling GraphQL Predicates.swift
[133/183] Compiling GraphQL PrintString.swift
[134/183] Compiling GraphQL Printer.swift
[135/183] Compiling GraphQL Source.swift
[136/183] Compiling GraphQL Visitor.swift
[137/183] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[138/183] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[139/183] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[140/183] Compiling GraphQL KnownArgumentNamesRule.swift
[141/183] Compiling GraphQL KnownDirectivesRule.swift
[142/183] Compiling GraphQL KnownFragmentNamesRule.swift
[143/183] Compiling GraphQL KnownTypeNamesRule.swift
[144/183] Compiling GraphQL LoneAnonymousOperationRule.swift
[145/183] Compiling GraphQL LoneSchemaDefinitionRule.swift
[146/183] Compiling GraphQL Schema.swift
[147/183] Compiling GraphQL Validation.swift
[148/183] Compiling GraphQL ASTFromValue.swift
[149/183] Compiling GraphQL AssertValidName.swift
[150/183] Compiling GraphQL BuildASTSchema.swift
[151/183] Compiling GraphQL ConcatAST.swift
[152/183] Compiling GraphQL ExtendSchema.swift
[153/183] Compiling GraphQL IsValidValue.swift
[154/183] Compiling GraphQL Keyable.swift
[155/183] Compiling GraphQL PrintSchema.swift
[156/183] Compiling GraphQL TypeComparators.swift
[157/183] Compiling GraphQL TypeFromAST.swift
[158/183] Compiling GraphQL TypeInfo.swift
[159/183] Compiling GraphQL ValueFromAST.swift
[160/183] Compiling GraphQL ValueFromASTUntyped.swift
[161/183] Compiling GraphQL NoDeprecatedCustomRule.swift
[162/183] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[163/183] Compiling GraphQL ExecutableDefinitionsRule.swift
[164/183] Compiling GraphQL GraphQLError.swift
[165/183] Compiling GraphQL LocatedError.swift
[166/183] Compiling GraphQL SyntaxError.swift
[167/183] Compiling GraphQL Execute.swift
[168/183] Compiling GraphQL Values.swift
[169/183] Compiling GraphQL Codable+Extensions.swift
[170/183] Compiling GraphQL GraphQL.swift
[171/183] Compiling GraphQL GraphQLRequest.swift
[172/183] Compiling GraphQL AST.swift
[173/183] Compiling GraphQL BlockString.swift
[174/183] Compiling GraphQL AnyCoder.swift
[175/183] Compiling GraphQL AnySerialization.swift
[176/183] Compiling GraphQL GraphQLJSONEncoder.swift
[177/183] Compiling GraphQL Map.swift
[178/183] Compiling GraphQL MapCoder.swift
[179/183] Compiling GraphQL MapSerialization.swift
[180/183] Compiling GraphQL Number.swift
[181/183] Compiling GraphQL PersistedQueries.swift
[182/183] Compiling GraphQL Subscribe.swift
[183/183] Compiling GraphQL DidYouMean.swift
[184/234] Emitting module Graphiti
[185/239] Compiling Graphiti API.swift
[186/239] Compiling Graphiti Argument.swift
[187/239] Compiling Graphiti ArgumentComponent.swift
[188/239] Compiling Graphiti ArgumentComponentBuilder.swift
[189/239] Compiling Graphiti NoArguments.swift
[190/239] Compiling Graphiti Coders.swift
[191/239] Compiling Graphiti Edge.swift
[192/239] Compiling Graphiti PageInfo.swift
[193/239] Compiling Graphiti BackwardPaginationArguments.swift
[194/239] Compiling Graphiti ForwardPaginationArguments.swift
[195/239] Compiling Graphiti PaginationArguments.swift
[196/239] Compiling Graphiti NoContext.swift
[197/239] Compiling Graphiti Component.swift
[198/239] Compiling Graphiti ComponentBuilder.swift
[199/239] Compiling Graphiti TypeComponent.swift
[200/239] Compiling Graphiti TypeComponentBuilder.swift
[201/239] Compiling Graphiti Connection.swift
[202/239] Compiling Graphiti ConnectionType.swift
[203/239] Compiling Graphiti Field.swift
[204/239] Compiling Graphiti FieldComponent.swift
[205/239] Compiling Graphiti FieldComponentBuilder.swift
[206/239] Compiling Graphiti AsyncResolve.swift
[207/239] Compiling Graphiti SyncResolve.swift
[208/239] Compiling Graphiti AnyType.swift
[209/239] Compiling Graphiti Reflection.swift
[210/239] Compiling Graphiti TypeProvider.swift
[211/239] Compiling Graphiti Wrappers.swift
[212/239] Compiling Graphiti Enum.swift
[213/239] Compiling Graphiti Any.swift
[214/239] Compiling Graphiti PartialSchema.swift
[215/239] Compiling Graphiti SchemaBuilder.swift
[216/239] Compiling Graphiti SubscribeField.swift
[217/239] Compiling Graphiti SubscribeResolve.swift
[218/239] Compiling Graphiti Subscription.swift
[219/239] Compiling Graphiti Entity.swift
[220/239] Compiling Graphiti Key.swift
[221/239] Compiling Graphiti KeyComponent.swift
[222/239] Compiling Graphiti Type+Key.swift
[223/239] Compiling Graphiti Queries.swift
[224/239] Compiling Graphiti Service.swift
[225/239] Compiling Graphiti Input.swift
[226/239] Compiling Graphiti InputField.swift
[227/239] Compiling Graphiti InputFieldComponent.swift
[228/239] Compiling Graphiti InputFieldComponentBuilder.swift
[229/239] Compiling Graphiti Interface.swift
[230/239] Compiling Graphiti Mutation.swift
[231/239] Compiling Graphiti Query.swift
[232/239] Compiling Graphiti Scalar.swift
[233/239] Compiling Graphiti Schema.swift
[234/239] Compiling Graphiti SchemaTypeProvider.swift
[235/239] Compiling Graphiti Type.swift
[236/239] Compiling Graphiti Union.swift
[237/239] Compiling Graphiti NoIntrospectionRule.swift
[238/239] Compiling Graphiti Value.swift
[239/239] Compiling Graphiti ValueBuilder.swift
[240/248] Compiling GraphQLWS Client.swift
[241/248] Emitting module GraphQLWS
[242/248] Compiling GraphQLWS JsonEncodable.swift
[243/248] Compiling GraphQLWS Server.swift
[244/248] Compiling GraphQLWS Requests.swift
[245/248] Compiling GraphQLWS GraphQLWSError.swift
[246/248] Compiling GraphQLWS Responses.swift
[247/248] Compiling GraphQLWS InitPayloads.swift
[248/248] Compiling GraphQLWS Messenger.swift
Build complete! (16.26s)
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3839] Fetching graphiti
[2305/9797] Fetching graphiti, graphql
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.23s)
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (1.23s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 3.1.0 (1.70s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (0.44s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (1.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.15s)
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at 3.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "graphiti",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/Graphiti.git"
},
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
}
],
"manifest_display_name" : "GraphQLWS",
"name" : "GraphQLWS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GraphQLWS",
"targets" : [
"GraphQLWS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "GraphQLWSTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLWSTests",
"path" : "Tests/GraphQLWSTests",
"sources" : [
"GraphQLWSTests.swift",
"Utils/TestAPI.swift",
"Utils/TestMessenger.swift"
],
"target_dependencies" : [
"GraphQLWS"
],
"type" : "test"
},
{
"c99name" : "GraphQLWS",
"module_type" : "SwiftTarget",
"name" : "GraphQLWS",
"path" : "Sources/GraphQLWS",
"product_dependencies" : [
"Graphiti",
"GraphQL"
],
"product_memberships" : [
"GraphQLWS"
],
"sources" : [
"Client.swift",
"GraphQLWSError.swift",
"InitPayloads.swift",
"JsonEncodable.swift",
"Messenger.swift",
"Requests.swift",
"Responses.swift",
"Server.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.