Build Information
Successful build of graphql-generator, reference main (74b6ed), with Swift 6.1 for Android on 6 Apr 2026 01:19:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/graphql-generator.git
Reference: main
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-generator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74b6edc Merge pull request #9 from GraphQLSwift/refactor/swift-format
Cloned https://github.com/GraphQLSwift/graphql-generator.git
Revision (git rev-parse @):
74b6edce3c9fb19564cb031598471745aaa302d9
SUCCESS checkout https://github.com/GraphQLSwift/graphql-generator.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/graphql-generator.git
https://github.com/GraphQLSwift/graphql-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "graphql-generator",
"name" : "graphql-generator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "GraphQLGeneratorPlugin",
"targets" : [
"GraphQLGeneratorPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GraphQLGeneratorRuntime",
"targets" : [
"GraphQLGeneratorRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLGeneratorMacros",
"targets" : [
"GraphQLGeneratorMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLGenerator",
"targets" : [
"GraphQLGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "GraphQLGeneratorMacrosBackend",
"targets" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "GraphQLGeneratorRuntime",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorRuntime",
"path" : "Sources/GraphQLGeneratorRuntime",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"GraphQLGeneratorRuntime"
],
"sources" : [
"AnyAsyncSequence.swift",
"GraphQLScalar.swift",
"ResolverHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQLGeneratorPlugin",
"module_type" : "PluginTarget",
"name" : "GraphQLGeneratorPlugin",
"path" : "Plugins",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"GraphQLGeneratorPlugin"
],
"sources" : [
"GraphQLGeneratorPlugin.swift"
],
"target_dependencies" : [
"GraphQLGenerator"
],
"type" : "plugin"
},
{
"c99name" : "GraphQLGeneratorMacrosTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacrosTests",
"path" : "Tests/GraphQLGeneratorMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"GraphQLResolverMacroTests.swift"
],
"target_dependencies" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : "test"
},
{
"c99name" : "GraphQLGeneratorMacrosBackend",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacrosBackend",
"path" : "Sources/GraphQLGeneratorMacrosBackend",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"GraphQLGeneratorMacros",
"GraphQLGeneratorMacrosBackend"
],
"sources" : [
"GraphQLResolverMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "GraphQLGeneratorMacros",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacros",
"path" : "Sources/GraphQLGeneratorMacros",
"product_memberships" : [
"GraphQLGeneratorMacros"
],
"sources" : [
"GraphQLGeneratorMacros.swift"
],
"target_dependencies" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : "library"
},
{
"c99name" : "GraphQLGeneratorCoreTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorCoreTests",
"path" : "Tests/GraphQLGeneratorCoreTests",
"sources" : [
"IndentTests.swift",
"SchemaGeneratorTests.swift",
"TypeGeneratorTests.swift"
],
"target_dependencies" : [
"GraphQLGeneratorCore"
],
"type" : "test"
},
{
"c99name" : "GraphQLGeneratorCore",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorCore",
"path" : "Sources/GraphQLGeneratorCore",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"GraphQLGeneratorPlugin",
"GraphQLGenerator"
],
"sources" : [
"Generator/BuildGraphQLSchemaGenerator.swift",
"Generator/CodeGenerator.swift",
"Generator/GraphQLRawSDLGenerator.swift",
"Generator/GraphQLTypesGenerator.swift",
"Utilities/SafeNameGenerator.swift",
"Utilities/indent.swift",
"Utilities/swiftTypeName.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQLGenerator",
"module_type" : "SwiftTarget",
"name" : "GraphQLGenerator",
"path" : "Sources/GraphQLGenerator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"GraphQLGeneratorPlugin",
"GraphQLGenerator"
],
"sources" : [
"GraphQLGeneratorCommand.swift"
],
"target_dependencies" : [
"GraphQLGeneratorCore"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17488] Fetching swift-argument-parser
[3849/23446] Fetching swift-argument-parser, graphql
[23098/98378] Fetching swift-argument-parser, graphql, swift-syntax
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.10s)
[19736/92420] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.69s)
[9742/74932] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (10.94s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (12.15s)
Fetching https://github.com/apple/swift-collections
[1/23426] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.22s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (6.58s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.15s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.45s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
[1/1] Compiling plugin GraphQLGeneratorPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/75] Write sources
[36/75] Compiling _SwiftSyntaxCShims PlatformMutex.c
[37/75] Write swift-version-24593BA9C3E375BF.txt
[39/123] Emitting module SwiftSyntax600
[40/123] Emitting module SwiftSyntax509
[41/123] Emitting module InternalCollectionsUtilities
[42/125] Compiling SwiftSyntax600 Empty.swift
[43/126] Emitting module ArgumentParserToolInfo
[44/126] Compiling ArgumentParserToolInfo ToolInfo.swift
[45/127] Compiling InternalCollectionsUtilities Descriptions.swift
[46/127] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/127] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[48/127] Compiling InternalCollectionsUtilities String+Padding.swift
[49/127] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/127] Compiling InternalCollectionsUtilities Debugging.swift
[51/129] Emitting module SwiftSyntax602
[52/129] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/129] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/129] Compiling SwiftSyntax602 Empty.swift
[55/129] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[56/129] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[57/130] Emitting module SwiftSyntax601
[58/130] Compiling SwiftSyntax601 Empty.swift
[59/131] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/131] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/131] Compiling SwiftSyntax509 Empty.swift
[62/132] Emitting module SwiftSyntax510
[63/132] Compiling SwiftSyntax510 Empty.swift
[64/132] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/132] Compiling InternalCollectionsUtilities Span+Extras.swift
[66/133] Emitting module InternalCollectionsUtilities
[67/133] Compiling InternalCollectionsUtilities Integer rank.swift
[68/133] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/133] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/133] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/133] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[96/135] Wrapping AST for SwiftSyntax600 for debugging
[98/135] Wrapping AST for SwiftSyntax601 for debugging
[99/135] Wrapping AST for SwiftSyntax509 for debugging
[100/137] Wrapping AST for SwiftSyntax602 for debugging
[102/183] Wrapping AST for SwiftSyntax510 for debugging
[103/183] Wrapping AST for InternalCollectionsUtilities for debugging
[104/183] Wrapping AST for ArgumentParserToolInfo for debugging
[105/258] Wrapping AST for InternalCollectionsUtilities for debugging
[107/301] Emitting module ArgumentParserToolInfo
[108/356] Compiling OrderedCollections OrderedSet+Insertions.swift
[109/356] Compiling OrderedCollections OrderedSet+Invariants.swift
[110/356] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[111/356] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[112/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[113/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[114/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[115/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[116/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[117/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[118/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[119/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[120/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[121/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[129/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[132/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[133/363] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[134/363] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[135/363] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[136/370] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/370] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/370] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/370] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/370] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[141/370] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[142/370] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[143/370] Compiling OrderedCollections OrderedDictionary+Values.swift
[151/370] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/370] Compiling OrderedCollections OrderedDictionary.swift
[161/370] Compiling OrderedCollections OrderedSet+Codable.swift
[162/370] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[163/370] Compiling OrderedCollections OrderedSet+Descriptions.swift
[164/370] Compiling OrderedCollections OrderedSet+Diffing.swift
[165/370] Compiling OrderedCollections OrderedSet+Equatable.swift
[166/370] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[167/370] Compiling OrderedCollections OrderedSet+Hashable.swift
[176/370] Compiling OrderedCollections OrderedDictionary+Codable.swift
[177/370] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[178/370] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[179/370] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[180/370] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[181/370] Compiling OrderedCollections OrderedDictionary+Elements.swift
[182/370] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[183/370] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[192/370] Compiling ArgumentParserToolInfo ToolInfo.swift
[193/371] Wrapping AST for ArgumentParserToolInfo for debugging
[195/417] Compiling ArgumentParser InputOrigin.swift
[196/417] Compiling ArgumentParser Name.swift
[197/417] Compiling ArgumentParser Parsed.swift
[198/417] Compiling ArgumentParser ParsedValues.swift
[199/417] Compiling ArgumentParser ParserError.swift
[200/417] Compiling ArgumentParser SplitArguments.swift
[201/417] Compiling ArgumentParser ArgumentVisibility.swift
[202/417] Compiling ArgumentParser CompletionKind.swift
[203/417] Compiling ArgumentParser CommandParser.swift
[204/417] Compiling ArgumentParser InputKey.swift
[205/417] Compiling ArgumentParser DumpHelpGenerator.swift
[206/417] Compiling ArgumentParser HelpCommand.swift
[207/417] Compiling ArgumentParser HelpGenerator.swift
[208/417] Compiling ArgumentParser MessageInfo.swift
[209/417] Compiling ArgumentParser UsageGenerator.swift
[210/417] Compiling ArgumentParser CollectionExtensions.swift
[219/417] Compiling OrderedCollections OrderedSet+Sendable.swift
[220/417] Compiling OrderedCollections OrderedSet+SubSequence.swift
[221/417] Compiling OrderedCollections OrderedSet+Testing.swift
[222/417] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[223/417] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/417] Compiling OrderedCollections OrderedSet.swift
[225/417] Compiling OrderedCollections _UnsafeBitset.swift
[233/417] Emitting module OrderedCollections
[236/419] Wrapping AST for OrderedCollections for debugging
[239/453] Compiling GraphQL GraphQLError.swift
[240/453] Compiling GraphQL LocatedError.swift
[241/453] Compiling GraphQL SyntaxError.swift
[242/453] Compiling GraphQL Execute.swift
[243/453] Compiling GraphQL Values.swift
[244/453] Compiling GraphQL Codable+Extensions.swift
[245/453] Compiling GraphQL GraphQL.swift
[246/453] Compiling GraphQL GraphQLRequest.swift
[247/453] Compiling GraphQL AST.swift
[248/595] Compiling GraphQL Scalars.swift
[249/595] Compiling GraphQL Schema.swift
[250/595] Compiling GraphQL Validation.swift
[251/595] Compiling GraphQL ASTFromValue.swift
[252/595] Compiling GraphQL AssertValidName.swift
[253/595] Compiling GraphQL BuildASTSchema.swift
[254/601] Compiling GraphQL KeyMap.swift
[255/601] Compiling GraphQL Mirror.swift
[256/601] Compiling GraphQL SuggestionList.swift
[257/601] Compiling GraphQL Definition.swift
[258/601] Compiling GraphQL Directives.swift
[259/601] Compiling GraphQL Introspection.swift
[260/601] Compiling GraphQL PersistedQueries.swift
[261/601] Compiling GraphQL Subscribe.swift
[262/601] Compiling GraphQL DidYouMean.swift
[263/601] Compiling GraphQL Find.swift
[264/601] Compiling GraphQL FormatList.swift
[265/601] Compiling GraphQL IsNullish.swift
[266/601] Compiling ArgumentParser Tree.swift
[267/601] Compiling ArgumentParser CodingKeyValidator.swift
[268/601] Compiling ArgumentParser NonsenseFlagsValidator.swift
[269/601] Compiling ArgumentParser ParsableArgumentsValidation.swift
[270/601] Compiling ArgumentParser PositionalArgumentsValidator.swift
[271/601] Compiling ArgumentParser UniqueNamesValidator.swift
[272/601] Compiling GraphQL GraphQLError.swift
[273/601] Compiling GraphQL LocatedError.swift
[274/601] Compiling GraphQL SyntaxError.swift
[275/601] Compiling GraphQL Execute.swift
[276/601] Compiling GraphQL Values.swift
[277/601] Compiling GraphQL Codable+Extensions.swift
[278/601] Compiling GraphQL GraphQL.swift
[279/601] Compiling GraphQL Parser.swift
[280/601] Compiling GraphQL Predicates.swift
[281/601] Compiling GraphQL PrintString.swift
[282/601] Compiling GraphQL Printer.swift
[283/601] Compiling GraphQL Source.swift
[284/601] Compiling GraphQL Visitor.swift
[285/601] Compiling GraphQL AnyCoder.swift
[286/601] Compiling GraphQL GraphQLRequest.swift
[287/601] Compiling GraphQL AST.swift
[288/601] Compiling GraphQL BlockString.swift
[289/601] Compiling GraphQL CharacterClasses.swift
[290/601] Compiling GraphQL Kinds.swift
[291/601] Compiling GraphQL Lexer.swift
[292/601] Compiling GraphQL Location.swift
[293/601] Emitting module ArgumentParser
[294/601] Compiling GraphQL AnySerialization.swift
[295/601] Compiling GraphQL GraphQLJSONEncoder.swift
[296/601] Compiling GraphQL Map.swift
[297/601] Compiling GraphQL MapCoder.swift
[298/601] Compiling GraphQL MapSerialization.swift
[299/601] Compiling GraphQL Number.swift
[300/602] Wrapping AST for ArgumentParser for debugging
[302/602] Emitting module ArgumentParser
[303/608] Compiling ArgumentParser Tree.swift
[304/608] Compiling ArgumentParser CodingKeyValidator.swift
[305/608] Compiling ArgumentParser NonsenseFlagsValidator.swift
[306/608] Compiling ArgumentParser ParsableArgumentsValidation.swift
[307/608] Compiling ArgumentParser PositionalArgumentsValidator.swift
[308/608] Compiling ArgumentParser UniqueNamesValidator.swift
[354/609] Compiling GraphQL PossibleTypeExtensionsRule.swift
[355/609] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[356/609] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[357/609] Compiling GraphQL ScalarLeafsRule.swift
[358/609] Compiling GraphQL UniqueArgumentDefinitionNamesRule.swift
[359/609] Compiling GraphQL UniqueArgumentNamesRule.swift
[360/609] Compiling GraphQL UniqueDirectiveNamesRule.swift
[361/609] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[362/609] Compiling GraphQL UniqueEnumValueNamesRule.swift
[363/609] Compiling GraphQL UniqueFieldDefinitionNamesRule.swift
[364/609] Compiling GraphQL UniqueFragmentNamesRule.swift
[365/609] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[366/609] Compiling GraphQL KnownArgumentNamesRule.swift
[367/609] Compiling GraphQL KnownDirectivesRule.swift
[368/609] Compiling GraphQL KnownFragmentNamesRule.swift
[369/609] Compiling GraphQL KnownTypeNamesRule.swift
[370/609] Compiling GraphQL LoneAnonymousOperationRule.swift
[371/609] Compiling GraphQL LoneSchemaDefinitionRule.swift
[372/609] Compiling GraphQL NoFragmentCyclesRule.swift
[373/609] Compiling GraphQL NoUndefinedVariablesRule.swift
[374/609] Compiling GraphQL NoUnusedFragmentsRule.swift
[375/609] Compiling GraphQL NoUnusedVariablesRule.swift
[376/609] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[377/620] Wrapping AST for ArgumentParser for debugging
[379/620] Emitting module GraphQL
[406/631] Compiling GraphQL TypeFromAST.swift
[407/631] Compiling GraphQL TypeInfo.swift
[408/631] Compiling GraphQL ValueFromAST.swift
[409/631] Compiling GraphQL ValueFromASTUntyped.swift
[410/631] Compiling GraphQL NoDeprecatedCustomRule.swift
[411/631] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[412/631] Compiling GraphQL ExecutableDefinitionsRule.swift
[413/631] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[414/631] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[415/631] Compiling GraphQL UniqueInputFieldNamesRule.swift
[416/631] Compiling GraphQL UniqueOperationNamesRule.swift
[417/631] Compiling GraphQL UniqueOperationTypesRule.swift
[418/631] Compiling GraphQL UniqueTypeNamesRule.swift
[419/631] Compiling GraphQL UniqueVariableNamesRule.swift
[420/631] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[421/631] Compiling GraphQL VariablesAreInputTypesRule.swift
[422/631] Compiling GraphQL VariablesInAllowedPositionRule.swift
[423/631] Compiling GraphQL SpecifiedRules.swift
[424/631] Compiling GraphQL Validate.swift
[425/631] Compiling GraphQL ValidationContext.swift
[449/631] Emitting module SwiftSyntax
[522/631] Emitting module GraphQL
[523/632] Wrapping AST for GraphQL for debugging
[525/640] Compiling GraphQLGeneratorCore CodeGenerator.swift
[526/640] Compiling GraphQLGeneratorCore swiftTypeName.swift
[527/640] Compiling GraphQLGeneratorCore indent.swift
[528/640] Emitting module GraphQLGeneratorCore
[529/640] Compiling GraphQLGeneratorCore BuildGraphQLSchemaGenerator.swift
[530/640] Compiling GraphQLGeneratorCore SafeNameGenerator.swift
[531/640] Compiling GraphQLGeneratorCore GraphQLRawSDLGenerator.swift
[532/640] Compiling GraphQLGeneratorCore GraphQLTypesGenerator.swift
[533/641] Wrapping AST for GraphQLGeneratorCore for debugging
[535/643] Emitting module GraphQLGenerator
[536/643] Compiling GraphQLGenerator GraphQLGeneratorCommand.swift
[561/645] Wrapping AST for GraphQLGenerator for debugging
[562/645] Write Objects.LinkFileList
[564/645] Wrapping AST for GraphQL for debugging
[566/657] Compiling GraphQLGeneratorRuntime ResolverHelpers.swift
[567/657] Compiling GraphQLGeneratorRuntime AnyAsyncSequence.swift
[568/657] Compiling GraphQLGeneratorRuntime GraphQLScalar.swift
[569/657] Emitting module GraphQLGeneratorRuntime
[570/658] Compiling GraphQLGeneratorCore indent.swift
[571/658] Compiling GraphQLGeneratorCore swiftTypeName.swift
[572/658] Compiling GraphQLGeneratorCore CodeGenerator.swift
[572/658] Linking GraphQLGenerator-tool
[574/658] Compiling GraphQLGeneratorCore SafeNameGenerator.swift
[576/658] Emitting module GraphQLGeneratorCore
[577/658] Compiling GraphQLGeneratorCore BuildGraphQLSchemaGenerator.swift
[578/658] Compiling GraphQLGeneratorCore GraphQLTypesGenerator.swift
[579/658] Compiling GraphQLGeneratorCore GraphQLRawSDLGenerator.swift
[580/659] Wrapping AST for GraphQLGeneratorCore for debugging
[582/661] Emitting module GraphQLGenerator
[583/661] Compiling GraphQLGenerator GraphQLGeneratorCommand.swift
[584/662] Wrapping AST for GraphQLGenerator for debugging
[585/662] Write Objects.LinkFileList
[586/662] Linking GraphQLGenerator
[649/666] Wrapping AST for SwiftSyntax for debugging
[651/680] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[652/723] Compiling SwiftDiagnostics Message.swift
[653/723] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[654/723] Compiling SwiftParser Attributes.swift
[655/723] Compiling SwiftParser Availability.swift
[656/723] Emitting module SwiftDiagnostics
[657/723] Compiling SwiftParser CharacterInfo.swift
[658/723] Compiling SwiftParser CollectionNodes+Parsable.swift
[659/723] Compiling SwiftDiagnostics Note.swift
[660/723] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[661/723] Compiling SwiftBasicFormat Syntax+Extensions.swift
[662/723] Emitting module SwiftBasicFormat
[663/723] Compiling SwiftBasicFormat BasicFormat.swift
[664/723] Compiling SwiftDiagnostics FixIt.swift
[665/723] Compiling SwiftBasicFormat Indenter.swift
[666/723] Compiling SwiftBasicFormat InferIndentation.swift
[668/724] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[669/724] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[669/725] Wrapping AST for SwiftBasicFormat for debugging
[671/725] Wrapping AST for SwiftDiagnostics for debugging
[673/725] Compiling SwiftParser LoopProgressCondition.swift
[674/725] Compiling SwiftParser Modifiers.swift
[675/725] Compiling SwiftParser Names.swift
[676/725] Compiling SwiftParser Nominals.swift
[677/725] Compiling SwiftParser Parameters.swift
[678/725] Compiling SwiftParser ParseSourceFile.swift
[679/730] Compiling SwiftParser Lexeme.swift
[680/730] Compiling SwiftParser LexemeSequence.swift
[681/730] Compiling SwiftParser Lexer.swift
[682/730] Compiling SwiftParser RegexLiteralLexer.swift
[683/730] Compiling SwiftParser UnicodeScalarExtensions.swift
[684/730] Compiling SwiftParser Lookahead.swift
[685/730] Emitting module SwiftParser
[686/730] Compiling SwiftParser TokenSpec.swift
[687/730] Compiling SwiftParser TokenSpecSet.swift
[688/730] Compiling SwiftParser TopLevel.swift
[689/730] Compiling SwiftParser TriviaParser.swift
[690/730] Compiling SwiftParser Types.swift
[691/730] Compiling SwiftParser StringLiterals.swift
[692/730] Compiling SwiftParser SwiftParserCompatibility.swift
[693/730] Compiling SwiftParser SwiftVersion.swift
[694/730] Compiling SwiftParser SyntaxUtils.swift
[695/730] Compiling SwiftParser TokenConsumer.swift
[696/730] Compiling SwiftParser TokenPrecedence.swift
[697/730] Compiling SwiftParser Parser.swift
[698/730] Compiling SwiftParser Patterns.swift
[699/730] Compiling SwiftParser Recovery.swift
[700/730] Compiling SwiftParser Specifiers.swift
[701/730] Compiling SwiftParser Statements.swift
[702/730] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[707/730] Compiling SwiftParser CompilerFiles.swift
[708/730] Compiling SwiftParser Declarations.swift
[709/730] Compiling SwiftParser Directives.swift
[710/730] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[711/730] Compiling SwiftParser Expressions.swift
[712/730] Compiling SwiftParser IncrementalParseTransition.swift
[713/730] Compiling SwiftParser IsValidIdentifier.swift
[714/730] Compiling SwiftParser Cursor.swift
[715/730] Compiling SwiftParser ExperimentalFeatures.swift
[716/730] Compiling SwiftParser IsLexerClassified.swift
[717/730] Compiling SwiftParser LayoutNodes+Parsable.swift
[718/730] Compiling SwiftParser Parser+TokenSpecSet.swift
[719/730] Compiling SwiftParser TokenSpecStaticMembers.swift
[720/731] Wrapping AST for SwiftParser for debugging
[722/754] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[723/755] Compiling SwiftOperators OperatorTable+Semantics.swift
[724/755] Compiling SwiftOperators PrecedenceGroup.swift
[725/756] Compiling SwiftOperators PrecedenceGraph.swift
[726/756] Compiling SwiftOperators OperatorTable.swift
[727/756] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[728/756] Compiling SwiftOperators SyntaxSynthesis.swift
[729/756] Compiling SwiftOperators Operator.swift
[730/756] Compiling SwiftOperators OperatorError+Diagnostics.swift
[731/756] Emitting module SwiftOperators
[732/756] Compiling SwiftOperators OperatorTable+Folding.swift
[733/756] Compiling SwiftOperators OperatorError.swift
[734/756] Compiling SwiftOperators OperatorTable+Defaults.swift
[735/757] Wrapping AST for SwiftOperators for debugging
[737/757] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[738/757] Compiling SwiftParserDiagnostics Utils.swift
[739/757] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[740/757] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[741/757] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[746/757] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[747/757] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[748/757] Emitting module SwiftParserDiagnostics
[749/758] Wrapping AST for SwiftParserDiagnostics for debugging
[751/773] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[752/773] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[753/773] Emitting module SwiftSyntaxBuilder
[754/774] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[755/774] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[756/774] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[757/774] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[758/774] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[759/774] Compiling SwiftSyntaxBuilder Indenter.swift
[760/774] Compiling SwiftSyntaxBuilder ListBuilder.swift
[761/774] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[762/774] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[763/774] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[764/774] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[765/774] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[766/774] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[767/775] Wrapping AST for SwiftSyntaxBuilder for debugging
[769/792] Compiling SwiftSyntaxMacros Macro.swift
[770/792] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[771/794] Compiling SwiftSyntaxMacros AccessorMacro.swift
[772/794] Compiling SwiftSyntaxMacros AttachedMacro.swift
[773/794] Compiling SwiftSyntaxMacros BodyMacro.swift
[774/794] Emitting module SwiftSyntaxMacros
[775/794] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[776/794] Compiling SwiftSyntaxMacros Macro+Format.swift
[777/794] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[778/794] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[779/794] Compiling SwiftSyntaxMacros MemberMacro.swift
[780/794] Compiling SwiftSyntaxMacros PeerMacro.swift
[781/794] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[782/794] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[783/794] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[784/794] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[785/794] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[786/794] Compiling SwiftSyntaxMacros PreambleMacro.swift
[787/794] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[788/795] Wrapping AST for SwiftSyntaxMacros for debugging
[790/804] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[791/805] Emitting module SwiftSyntaxMacroExpansion
[792/805] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[793/805] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[794/805] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[795/805] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[796/805] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[797/805] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[798/805] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[799/805] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[800/806] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[802/818] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[803/819] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[804/819] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[805/819] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[806/819] Emitting module SwiftCompilerPluginMessageHandling
[807/819] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[808/819] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[809/819] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[810/819] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[811/819] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[812/819] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[813/819] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[814/819] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[815/820] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[817/822] Emitting module SwiftCompilerPlugin
[818/822] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[819/823] Wrapping AST for SwiftCompilerPlugin for debugging
[821/825] Emitting module GraphQLGeneratorMacrosBackend
[822/825] Compiling GraphQLGeneratorMacrosBackend GraphQLResolverMacro.swift
[823/826] Wrapping AST for GraphQLGeneratorMacrosBackend for debugging
[824/826] Write Objects.LinkFileList
[825/826] Linking GraphQLGeneratorMacrosBackend-tool
[827/828] Emitting module GraphQLGeneratorMacros
[828/828] Compiling GraphQLGeneratorMacros GraphQLGeneratorMacros.swift
Build complete! (231.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "graphql-generator",
"name" : "graphql-generator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "GraphQLGeneratorPlugin",
"targets" : [
"GraphQLGeneratorPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GraphQLGeneratorRuntime",
"targets" : [
"GraphQLGeneratorRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLGeneratorMacros",
"targets" : [
"GraphQLGeneratorMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLGenerator",
"targets" : [
"GraphQLGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "GraphQLGeneratorMacrosBackend",
"targets" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "GraphQLGeneratorRuntime",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorRuntime",
"path" : "Sources/GraphQLGeneratorRuntime",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"GraphQLGeneratorRuntime"
],
"sources" : [
"AnyAsyncSequence.swift",
"GraphQLScalar.swift",
"ResolverHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQLGeneratorPlugin",
"module_type" : "PluginTarget",
"name" : "GraphQLGeneratorPlugin",
"path" : "Plugins",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"GraphQLGeneratorPlugin"
],
"sources" : [
"GraphQLGeneratorPlugin.swift"
],
"target_dependencies" : [
"GraphQLGenerator"
],
"type" : "plugin"
},
{
"c99name" : "GraphQLGeneratorMacrosTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacrosTests",
"path" : "Tests/GraphQLGeneratorMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"GraphQLResolverMacroTests.swift"
],
"target_dependencies" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : "test"
},
{
"c99name" : "GraphQLGeneratorMacrosBackend",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacrosBackend",
"path" : "Sources/GraphQLGeneratorMacrosBackend",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"GraphQLGeneratorMacros",
"GraphQLGeneratorMacrosBackend"
],
"sources" : [
"GraphQLResolverMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "GraphQLGeneratorMacros",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorMacros",
"path" : "Sources/GraphQLGeneratorMacros",
"product_memberships" : [
"GraphQLGeneratorMacros"
],
"sources" : [
"GraphQLGeneratorMacros.swift"
],
"target_dependencies" : [
"GraphQLGeneratorMacrosBackend"
],
"type" : "library"
},
{
"c99name" : "GraphQLGeneratorCoreTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorCoreTests",
"path" : "Tests/GraphQLGeneratorCoreTests",
"sources" : [
"IndentTests.swift",
"SchemaGeneratorTests.swift",
"TypeGeneratorTests.swift"
],
"target_dependencies" : [
"GraphQLGeneratorCore"
],
"type" : "test"
},
{
"c99name" : "GraphQLGeneratorCore",
"module_type" : "SwiftTarget",
"name" : "GraphQLGeneratorCore",
"path" : "Sources/GraphQLGeneratorCore",
"product_dependencies" : [
"GraphQL"
],
"product_memberships" : [
"GraphQLGeneratorPlugin",
"GraphQLGenerator"
],
"sources" : [
"Generator/BuildGraphQLSchemaGenerator.swift",
"Generator/CodeGenerator.swift",
"Generator/GraphQLRawSDLGenerator.swift",
"Generator/GraphQLTypesGenerator.swift",
"Utilities/SafeNameGenerator.swift",
"Utilities/indent.swift",
"Utilities/swiftTypeName.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQLGenerator",
"module_type" : "SwiftTarget",
"name" : "GraphQLGenerator",
"path" : "Sources/GraphQLGenerator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"GraphQLGeneratorPlugin",
"GraphQLGenerator"
],
"sources" : [
"GraphQLGeneratorCommand.swift"
],
"target_dependencies" : [
"GraphQLGeneratorCore"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.