Build Information
Successful build of graphql-generator, reference 1.1.0 (90c61c), with Swift 6.1 for Linux on 2 Mar 2026 02:21:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/graphql-generator.git
Reference: 1.1.0
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
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 90c61c9 Merge pull request #8 from GraphQLSwift/feat/macro
Cloned https://github.com/GraphQLSwift/graphql-generator.git
Revision (git rev-parse @):
90c61c95b44a33767862726c3203852a4900a618
SUCCESS checkout https://github.com/GraphQLSwift/graphql-generator.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
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-0":/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
e1a89dea01a6: Pulling fs layer
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
237344e5d97c: Pulling fs layer
98f88296ccaf: Pulling fs layer
f5acc90f6901: Pulling fs layer
719666911b61: Pulling fs layer
955ae20f829c: Waiting
f5acc90f6901: Waiting
719666911b61: Waiting
e1a89dea01a6: Waiting
2574e4b2ede5: Waiting
98f88296ccaf: Waiting
237344e5d97c: Waiting
0347e81243ca: Waiting
e1a89dea01a6: Verifying Checksum
e1a89dea01a6: Download complete
e1a89dea01a6: Pull complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
2574e4b2ede5: Download complete
98f88296ccaf: Verifying Checksum
98f88296ccaf: Download complete
f5acc90f6901: Verifying Checksum
f5acc90f6901: Download complete
237344e5d97c: Verifying Checksum
237344e5d97c: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
719666911b61: Verifying Checksum
719666911b61: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
237344e5d97c: Pull complete
98f88296ccaf: Pull complete
f5acc90f6901: Pull complete
719666911b61: Pull complete
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/GraphQLSwift/GraphQL.git
[1/17182] Fetching swift-argument-parser
[3094/22947] Fetching swift-argument-parser, graphql
[22948/97507] Fetching swift-argument-parser, graphql, swift-syntax
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (1.19s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.20s)
[9693/74560] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.18s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (7.80s)
Fetching https://github.com/apple/swift-collections
[1/20255] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.24s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (4.08s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.61s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.04s)
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.0
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
[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/119] Emitting module SwiftSyntax602
[40/119] Emitting module InternalCollectionsUtilities
[41/121] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/121] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/123] Compiling SwiftSyntax601 Empty.swift
[44/123] Emitting module SwiftSyntax601
[45/124] Emitting module ArgumentParserToolInfo
[46/124] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/124] Emitting module SwiftSyntax600
[48/124] Compiling SwiftSyntax600 Empty.swift
[50/126] Emitting module InternalCollectionsUtilities
[53/126] Compiling SwiftSyntax602 Empty.swift
[54/129] Wrapping AST for SwiftSyntax601 for debugging
[55/129] Wrapping AST for SwiftSyntax600 for debugging
[56/129] Wrapping AST for ArgumentParserToolInfo for debugging
[58/145] Compiling ArgumentParser Errors.swift
[59/145] Compiling ArgumentParser Flag.swift
[60/175] Compiling ArgumentParser ArgumentDiscussion.swift
[61/175] Compiling ArgumentParser ArgumentHelp.swift
[62/175] Compiling ArgumentParser ZshCompletionsGenerator.swift
[63/175] Compiling ArgumentParser Argument.swift
[64/175] Compiling ArgumentParser OptionGroup.swift
[65/175] Compiling ArgumentParser ParentCommand.swift
[65/175] Wrapping AST for SwiftSyntax602 for debugging
[67/175] Compiling ArgumentParser AsyncParsableCommand.swift
[68/175] Compiling ArgumentParser CommandConfiguration.swift
[69/175] Emitting module ArgumentParserToolInfo
[70/175] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/176] Compiling ArgumentParser NameSpecification.swift
[74/176] Compiling ArgumentParser Option.swift
[75/176] Compiling ArgumentParser ArgumentVisibility.swift
[76/176] Compiling ArgumentParser CompletionKind.swift
[80/176] Compiling ArgumentParser FishCompletionsGenerator.swift
[82/176] Emitting module SwiftSyntax510
[83/176] Compiling ArgumentParser BashCompletionsGenerator.swift
[84/176] Compiling ArgumentParser CompletionsGenerator.swift
[85/176] Compiling SwiftSyntax510 Empty.swift
[89/177] Emitting module SwiftSyntax509
[90/177] Compiling SwiftSyntax509 Empty.swift
[101/180] Wrapping AST for ArgumentParserToolInfo for debugging
[102/235] Wrapping AST for SwiftSyntax510 for debugging
[102/235] Wrapping AST for SwiftSyntax509 for debugging
[104/239] Wrapping AST for InternalCollectionsUtilities for debugging
[107/399] Compiling OrderedCollections _HashTable+Bucket.swift
[108/399] Compiling OrderedCollections _HashTable+BucketIterator.swift
[109/399] Compiling OrderedCollections _HashTable+Constants.swift
[110/399] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[111/399] Compiling OrderedCollections _HashTable+Testing.swift
[112/399] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[113/399] Compiling OrderedCollections _HashTable.swift
[114/406] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[115/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[116/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[117/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[118/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[119/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[120/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[121/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[122/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[123/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[124/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[125/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[126/406] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[127/406] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[128/406] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[143/413] Compiling OrderedCollections OrderedDictionary.swift
[144/413] Compiling OrderedCollections OrderedSet+Codable.swift
[145/413] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/413] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/413] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/413] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/413] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/413] Compiling OrderedCollections OrderedSet+Hashable.swift
[151/413] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/413] Compiling OrderedCollections OrderedSet+Insertions.swift
[153/413] Compiling OrderedCollections OrderedSet+Invariants.swift
[154/413] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[155/413] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[156/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[157/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[159/413] Emitting module ArgumentParser
[168/419] Compiling OrderedCollections _Hashtable+Header.swift
[169/419] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[170/419] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[171/419] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[172/419] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[173/419] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[174/419] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[175/419] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[183/419] Compiling OrderedCollections OrderedDictionary+Values.swift
[184/419] Compiling OrderedCollections OrderedDictionary+Codable.swift
[185/419] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[186/419] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[187/419] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[188/419] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[189/419] Compiling OrderedCollections OrderedDictionary+Elements.swift
[190/419] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[223/419] Compiling ArgumentParser Tree.swift
[224/419] Compiling ArgumentParser CodingKeyValidator.swift
[225/419] Compiling ArgumentParser NonsenseFlagsValidator.swift
[226/419] Compiling ArgumentParser ParsableArgumentsValidation.swift
[227/419] Compiling ArgumentParser PositionalArgumentsValidator.swift
[228/419] Compiling ArgumentParser UniqueNamesValidator.swift
[229/419] Emitting module OrderedCollections
[230/419] Compiling OrderedCollections OrderedSet+Sendable.swift
[231/419] Compiling OrderedCollections OrderedSet+SubSequence.swift
[232/419] Compiling OrderedCollections OrderedSet+Testing.swift
[233/419] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[234/419] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[235/419] Compiling OrderedCollections OrderedSet.swift
[236/419] Compiling OrderedCollections _UnsafeBitset.swift
[245/420] Emitting module OrderedCollections
[253/427] Emitting module ArgumentParser
[253/427] Wrapping AST for OrderedCollections for debugging
[270/476] Compiling GraphQL BuildASTSchema.swift
[271/476] Compiling GraphQL ConcatAST.swift
[272/476] Compiling GraphQL ExtendSchema.swift
[273/476] Compiling GraphQL IsValidValue.swift
[274/476] Compiling GraphQL MapCoder.swift
[275/476] Compiling GraphQL MapSerialization.swift
[276/476] Compiling GraphQL Number.swift
[277/477] Compiling GraphQL PersistedQueries.swift
[278/477] Compiling GraphQL Subscribe.swift
[279/477] Compiling GraphQL DidYouMean.swift
[280/477] Compiling GraphQL Find.swift
[281/477] Compiling GraphQL FormatList.swift
[282/477] Compiling GraphQL IsNullish.swift
[283/512] Compiling GraphQL Scalars.swift
[284/512] Compiling GraphQL Schema.swift
[285/512] Compiling GraphQL Validation.swift
[286/512] Compiling GraphQL ASTFromValue.swift
[287/512] Compiling GraphQL AssertValidName.swift
[289/513] Compiling GraphQL AnySerialization.swift
[290/513] Compiling GraphQL GraphQLJSONEncoder.swift
[291/513] Compiling GraphQL Map.swift
[292/513] Compiling GraphQL Definition.swift
[293/513] Compiling GraphQL Directives.swift
[294/513] Compiling GraphQL Introspection.swift
[295/595] Compiling GraphQL GraphQLError.swift
[296/595] Compiling GraphQL LocatedError.swift
[297/595] Compiling GraphQL SyntaxError.swift
[298/595] Compiling GraphQL Execute.swift
[299/595] Compiling GraphQL Values.swift
[300/595] Compiling GraphQL Codable+Extensions.swift
[301/595] Compiling GraphQL GraphQL.swift
[302/595] Compiling GraphQL GraphQLRequest.swift
[303/595] Compiling GraphQL AST.swift
[304/603] Compiling GraphQL BlockString.swift
[305/603] Compiling GraphQL CharacterClasses.swift
[306/603] Compiling GraphQL Kinds.swift
[307/603] Compiling GraphQL Lexer.swift
[308/603] Compiling GraphQL Location.swift
[309/603] Compiling GraphQL Parser.swift
[310/603] Compiling GraphQL Predicates.swift
[311/603] Compiling GraphQL PrintString.swift
[312/603] Compiling GraphQL Printer.swift
[313/603] Compiling GraphQL Source.swift
[314/603] Compiling GraphQL Visitor.swift
[315/603] Compiling GraphQL AnyCoder.swift
[316/603] Compiling GraphQL AnySerialization.swift
[317/603] Compiling GraphQL GraphQLJSONEncoder.swift
[318/603] Compiling GraphQL Map.swift
[319/603] Compiling GraphQL MapCoder.swift
[320/603] Compiling GraphQL MapSerialization.swift
[321/603] Compiling GraphQL Number.swift
[323/603] Compiling GraphQL PersistedQueries.swift
[324/603] Compiling GraphQL Subscribe.swift
[325/603] Compiling GraphQL DidYouMean.swift
[326/603] Compiling GraphQL Find.swift
[327/603] Compiling GraphQL FormatList.swift
[354/603] Compiling GraphQL KeyMap.swift
[355/603] Compiling GraphQL Mirror.swift
[356/603] Compiling GraphQL SuggestionList.swift
[357/603] Compiling GraphQL Definition.swift
[358/603] Compiling GraphQL Directives.swift
[359/603] Compiling GraphQL Introspection.swift
[360/603] Compiling GraphQL ConcatAST.swift
[361/603] Compiling GraphQL ExtendSchema.swift
[362/603] Compiling GraphQL IsValidValue.swift
[363/603] Compiling GraphQL Keyable.swift
[364/603] Compiling GraphQL PrintSchema.swift
[365/603] Compiling GraphQL TypeComparators.swift
[367/605] Wrapping AST for ArgumentParser for debugging
[373/605] Compiling GraphQL TypeFromAST.swift
[374/605] Compiling GraphQL TypeInfo.swift
[375/605] Compiling GraphQL ValueFromAST.swift
[376/605] Compiling GraphQL ValueFromASTUntyped.swift
[377/605] Compiling GraphQL NoDeprecatedCustomRule.swift
[378/605] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[379/605] Compiling GraphQL ExecutableDefinitionsRule.swift
[380/605] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[381/605] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[382/616] Compiling GraphQL PossibleTypeExtensionsRule.swift
[383/616] Compiling GraphQL ProvidedRequiredArgumentsOnDirectivesRule.swift
[384/616] Compiling SwiftSyntax SyntaxNodesC.swift
[385/616] Compiling SwiftSyntax SyntaxNodesD.swift
[386/616] Compiling SwiftSyntax SyntaxNodesEF.swift
[387/616] Compiling SwiftSyntax SyntaxNodesGHI.swift
[388/616] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[389/616] Compiling SwiftSyntax SyntaxNodesOP.swift
[390/616] Compiling SwiftSyntax SyntaxNodesQRS.swift
[391/616] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[392/616] Compiling GraphQL UniqueFragmentNamesRule.swift
[393/616] Compiling GraphQL KnownArgumentNamesOnDirectivesRule.swift
[394/616] Compiling GraphQL KnownArgumentNamesRule.swift
[395/616] Compiling GraphQL KnownDirectivesRule.swift
[396/616] Compiling GraphQL KnownFragmentNamesRule.swift
[397/616] Compiling GraphQL KnownTypeNamesRule.swift
[398/616] Compiling GraphQL LoneAnonymousOperationRule.swift
[399/616] Compiling GraphQL LoneSchemaDefinitionRule.swift
[400/616] Compiling GraphQL NoFragmentCyclesRule.swift
[401/616] Compiling GraphQL NoUndefinedVariablesRule.swift
[402/616] Compiling GraphQL NoUnusedFragmentsRule.swift
[403/616] Compiling GraphQL NoUnusedVariablesRule.swift
[404/616] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[417/627] Emitting module GraphQL
[441/627] Compiling GraphQL UniqueInputFieldNamesRule.swift
[442/627] Compiling GraphQL UniqueOperationNamesRule.swift
[443/627] Compiling GraphQL UniqueOperationTypesRule.swift
[444/627] Compiling GraphQL UniqueTypeNamesRule.swift
[445/627] Compiling GraphQL UniqueVariableNamesRule.swift
[446/627] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[447/627] Compiling GraphQL VariablesAreInputTypesRule.swift
[448/627] Compiling GraphQL VariablesInAllowedPositionRule.swift
[449/627] Compiling GraphQL SpecifiedRules.swift
[450/627] Compiling GraphQL Validate.swift
[451/627] Compiling GraphQL ValidationContext.swift
[463/627] Emitting module GraphQL
[472/627] Compiling GraphQL IsNullish.swift
[479/627] Compiling GraphQL Scalars.swift
[480/627] Compiling GraphQL Schema.swift
[481/627] Compiling GraphQL Validation.swift
[482/627] Compiling GraphQL ASTFromValue.swift
[483/627] Compiling GraphQL AssertValidName.swift
[484/627] Compiling GraphQL BuildASTSchema.swift
[512/627] Emitting module SwiftSyntax
[561/629] Wrapping AST for GraphQL for debugging
[565/644] Compiling GraphQLGeneratorRuntime ResolverHelpers.swift
[566/644] Compiling GraphQLGeneratorRuntime GraphQLScalar.swift
[567/649] Emitting module GraphQLGeneratorRuntime
[568/649] Compiling GraphQLGeneratorRuntime AnyAsyncSequence.swift
[569/650] Compiling GraphQLGeneratorCore CodeGenerator.swift
[572/650] Compiling GraphQLGeneratorCore indent.swift
[573/650] Compiling GraphQLGeneratorCore swiftTypeName.swift
[574/650] Compiling GraphQLGeneratorCore indent.swift
[575/650] Compiling GraphQLGeneratorCore SafeNameGenerator.swift
[576/650] Compiling GraphQLGeneratorCore swiftTypeName.swift
[577/650] Emitting module GraphQLGeneratorCore
[578/650] Compiling GraphQLGeneratorCore BuildGraphQLSchemaGenerator.swift
[579/650] Emitting module GraphQLGeneratorCore
[580/650] Compiling GraphQLGeneratorCore BuildGraphQLSchemaGenerator.swift
[581/650] Compiling GraphQLGeneratorCore GraphQLRawSDLGenerator.swift
[582/650] Compiling GraphQLGeneratorCore GraphQLTypesGenerator.swift
[583/650] Compiling GraphQLGeneratorCore SafeNameGenerator.swift
[585/651] Compiling GraphQLGeneratorCore GraphQLRawSDLGenerator.swift
[586/651] Compiling GraphQLGeneratorCore GraphQLTypesGenerator.swift
[586/654] Wrapping AST for GraphQLGeneratorCore for debugging
[590/656] Compiling GraphQLGenerator GraphQLGeneratorCommand.swift
[591/656] Emitting module GraphQLGenerator
[593/657] Compiling GraphQLGenerator GraphQLGeneratorCommand.swift
[594/657] Emitting module GraphQLGenerator
[595/658] Wrapping AST for GraphQLGenerator for debugging
[596/658] Write Objects.LinkFileList
[597/658] Wrapping AST for GraphQLGenerator for debugging
[598/658] Write Objects.LinkFileList
[599/658] Linking GraphQLGenerator-tool
[600/658] Linking GraphQLGenerator
[645/659] Wrapping AST for SwiftSyntax for debugging
[647/718] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[648/718] Compiling SwiftBasicFormat InferIndentation.swift
[649/718] Compiling SwiftBasicFormat Syntax+Extensions.swift
[650/718] Compiling SwiftDiagnostics Message.swift
[651/719] Emitting module SwiftDiagnostics
[652/719] Compiling SwiftDiagnostics Convenience.swift
[653/719] Compiling SwiftDiagnostics Diagnostic.swift
[654/719] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[655/719] Compiling SwiftDiagnostics Note.swift
[656/719] Compiling SwiftBasicFormat Indenter.swift
[657/719] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[658/719] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[659/719] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[660/719] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[661/719] Compiling SwiftDiagnostics FixIt.swift
[662/719] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[663/720] Wrapping AST for SwiftDiagnostics for debugging
[665/720] Compiling SwiftBasicFormat BasicFormat.swift
[666/720] Emitting module SwiftBasicFormat
[671/721] Compiling SwiftParser Parameters.swift
[672/721] Compiling SwiftParser ParseSourceFile.swift
[673/726] Wrapping AST for SwiftBasicFormat for debugging
[675/726] Emitting module SwiftParser
[676/726] Compiling SwiftParser TokenSpec.swift
[677/726] Compiling SwiftParser TokenSpecSet.swift
[678/726] Compiling SwiftParser TopLevel.swift
[679/726] Compiling SwiftParser TriviaParser.swift
[680/726] Compiling SwiftParser Types.swift
[681/726] Compiling SwiftParser StringLiterals.swift
[682/726] Compiling SwiftParser SwiftParserCompatibility.swift
[683/726] Compiling SwiftParser SwiftVersion.swift
[684/726] Compiling SwiftParser SyntaxUtils.swift
[685/726] Compiling SwiftParser TokenConsumer.swift
[686/726] Compiling SwiftParser TokenPrecedence.swift
[687/726] Compiling SwiftParser Lexeme.swift
[688/726] Compiling SwiftParser LexemeSequence.swift
[689/726] Compiling SwiftParser Lexer.swift
[690/726] Compiling SwiftParser RegexLiteralLexer.swift
[691/726] Compiling SwiftParser UnicodeScalarExtensions.swift
[692/726] Compiling SwiftParser Lookahead.swift
[693/726] Compiling SwiftParser Parser.swift
[694/726] Compiling SwiftParser Patterns.swift
[695/726] Compiling SwiftParser Recovery.swift
[696/726] Compiling SwiftParser Specifiers.swift
[697/726] Compiling SwiftParser Statements.swift
[698/726] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[699/726] Compiling SwiftParser Attributes.swift
[700/726] Compiling SwiftParser Availability.swift
[701/726] Compiling SwiftParser CharacterInfo.swift
[702/726] Compiling SwiftParser CollectionNodes+Parsable.swift
[703/726] Compiling SwiftParser CompilerFiles.swift
[704/726] Compiling SwiftParser Declarations.swift
[705/726] Compiling SwiftParser Directives.swift
[706/726] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[707/726] Compiling SwiftParser Expressions.swift
[708/726] Compiling SwiftParser IncrementalParseTransition.swift
[709/726] Compiling SwiftParser IsValidIdentifier.swift
[710/726] Compiling SwiftParser Cursor.swift
[711/726] Compiling SwiftParser ExperimentalFeatures.swift
[712/726] Compiling SwiftParser IsLexerClassified.swift
[713/726] Compiling SwiftParser LayoutNodes+Parsable.swift
[714/726] Compiling SwiftParser Parser+TokenSpecSet.swift
[715/726] Compiling SwiftParser TokenSpecStaticMembers.swift
[716/727] Wrapping AST for SwiftParser for debugging
[718/750] Compiling SwiftOperators PrecedenceGroup.swift
[719/751] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[720/752] Compiling SwiftOperators PrecedenceGraph.swift
[721/752] Compiling SwiftOperators OperatorTable.swift
[722/752] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[723/752] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[724/752] Emitting module SwiftOperators
[725/752] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[726/752] Compiling SwiftOperators SyntaxSynthesis.swift
[727/752] Emitting module SwiftParserDiagnostics
[728/752] Compiling SwiftParserDiagnostics MissingNodesError.swift
[729/752] Compiling SwiftParserDiagnostics MissingTokenError.swift
[730/752] Compiling SwiftOperators OperatorTable+Semantics.swift
[731/752] Compiling SwiftOperators OperatorTable+Folding.swift
[733/753] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[734/753] Compiling SwiftParserDiagnostics Utils.swift
[735/753] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[735/753] Wrapping AST for SwiftOperators for debugging
[737/753] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[738/753] Compiling SwiftParserDiagnostics PresenceUtils.swift
[741/753] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[742/753] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[745/754] Wrapping AST for SwiftParserDiagnostics for debugging
[747/769] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[748/769] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[749/770] Compiling SwiftSyntaxBuilder Indenter.swift
[750/770] Compiling SwiftSyntaxBuilder ListBuilder.swift
[751/770] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[752/770] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[753/770] Emitting module SwiftSyntaxBuilder
[754/770] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[755/770] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[756/770] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[757/770] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[758/770] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[759/770] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[760/770] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[761/770] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[762/770] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[763/771] Wrapping AST for SwiftSyntaxBuilder for debugging
[765/788] Compiling SwiftSyntaxMacros Macro.swift
[766/788] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[767/788] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[768/788] Compiling SwiftSyntaxMacros Macro+Format.swift
[769/790] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[770/790] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[771/790] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[772/790] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[773/790] Compiling SwiftSyntaxMacros AccessorMacro.swift
[774/790] Compiling SwiftSyntaxMacros AttachedMacro.swift
[775/790] Compiling SwiftSyntaxMacros BodyMacro.swift
[776/790] Compiling SwiftSyntaxMacros MemberMacro.swift
[777/790] Compiling SwiftSyntaxMacros PeerMacro.swift
[778/790] Emitting module SwiftSyntaxMacros
[779/790] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[780/790] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[781/790] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[782/790] Compiling SwiftSyntaxMacros PreambleMacro.swift
[783/790] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[784/791] Wrapping AST for SwiftSyntaxMacros for debugging
[786/800] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[787/801] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[788/801] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[789/801] Emitting module SwiftSyntaxMacroExpansion
[790/801] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[791/801] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[792/801] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[793/801] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[794/801] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[795/801] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[796/802] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[798/814] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[799/814] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[800/815] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[801/815] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[802/815] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[803/815] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[804/815] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[805/815] Emitting module SwiftCompilerPluginMessageHandling
[806/815] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[807/815] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[808/815] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[809/815] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[810/815] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[811/816] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[813/818] Emitting module SwiftCompilerPlugin
[814/818] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[815/819] Wrapping AST for SwiftCompilerPlugin for debugging
[817/821] Emitting module GraphQLGeneratorMacrosBackend
[818/821] Compiling GraphQLGeneratorMacrosBackend GraphQLResolverMacro.swift
[819/822] Wrapping AST for GraphQLGeneratorMacrosBackend for debugging
[820/822] Write Objects.LinkFileList
[821/822] Linking GraphQLGeneratorMacrosBackend-tool
[823/824] Emitting module GraphQLGeneratorMacros
[824/824] Compiling GraphQLGeneratorMacros GraphQLGeneratorMacros.swift
Build complete! (247.51s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.