Build Information
Failed to build Graphaello, reference 0.1.0-beta.9 (8134d5
), with Swift 6.1 for Linux on 26 Apr 2025 18:35:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Graphaello.git
Reference: 0.1.0-beta.9
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/nerdsupremacist/Graphaello
* tag 0.1.0-beta.9 -> FETCH_HEAD
HEAD is now at 8134d59 Consolidating api name camelcasing
Cloned https://github.com/nerdsupremacist/Graphaello.git
Revision (git rev-parse @):
8134d59f776be0ef3df77c16b640d473f8a91433
SUCCESS checkout https://github.com/nerdsupremacist/Graphaello.git at 0.1.0-beta.9
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/nerdsupremacist/Graphaello.git
https://github.com/nerdsupremacist/Graphaello.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sourcekitten",
"requirement" : {
"range" : [
{
"lower_bound" : "0.27.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/SourceKitten.git"
},
{
"identity" : "clikit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/CLIKit.git"
},
{
"identity" : "graphql-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/graphql-syntax.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/Stencil.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "7.5.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.42.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50500.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "Graphaello",
"name" : "Graphaello",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "graphaello",
"targets" : [
"Graphaello"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Graphaello",
"module_type" : "SwiftTarget",
"name" : "Graphaello",
"path" : "Sources/Graphaello",
"product_dependencies" : [
"SourceKittenFramework",
"CLIKit",
"GraphQLSyntax",
"Stencil",
"XcodeProj",
"PathKit",
"SwiftFormat",
"SwiftSyntax"
],
"product_memberships" : [
"graphaello"
],
"sources" : [
"Arguments/ApolloReference.swift",
"Arguments/ProjectPath.swift",
"Cache/PersistentCache.swift",
"Commands/AddAPI/AddAPICommand.swift",
"Commands/ClearCacheCommand.swift",
"Commands/Codegen/CodegenCommand.swift",
"Commands/GraphQLCommands.swift",
"Commands/Init/InitCommand.swift",
"Commands/UpdateAPICommand.swift",
"Commands/checkVersion.swift",
"Errors/ArgumentError.swift",
"Errors/GraphQLFragmentResolverError.swift",
"Errors/GraphQLPathValidationError.swift",
"Errors/LocatedError.swift",
"Errors/ParseError.swift",
"Extensions/Array.swift",
"Extensions/Collection+single.swift",
"Extensions/Environment+custom.swift",
"Extensions/ExprSyntax+erasure.swift",
"Extensions/ExprSyntax+init.swift",
"Extensions/Inflector.swift",
"Extensions/Levensttein.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/OrderedHashableDictionary.swift",
"Extensions/OrderedSet.swift",
"Extensions/Path+templates.swift",
"Extensions/String+camelized.swift",
"Extensions/String+keywordProtected.swift",
"Processing/Apollo/ApolloCodeGenRequest.swift",
"Processing/Apollo/ApolloCodeGenResponse.swift",
"Processing/Code Generstion/CodeTransformable/AnyCodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/Array+CodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/CachedCodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/CodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/Context+render.swift",
"Processing/Code Generstion/CodeTransformable/Optional+CodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/String+CodeTransformable.swift",
"Processing/Code Generstion/CodeTransformable/SwiftCodeBuilder.swift",
"Processing/Code Generstion/CodeTransformable/code.swift",
"Processing/Code Generstion/GraphQL/ExtraValuesGraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/FieldArgument.swift",
"Processing/Code Generstion/GraphQL/Implementation/FragmentReference.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLCodeQueryArgument.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLComponent+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLField+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLFragment+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLMutation+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLObject+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphQLQuery+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/GraphqLTypeConditional+GraphQLCodeTransformable.swift",
"Processing/Code Generstion/GraphQL/Implementation/ObjectFieldCall.swift",
"Processing/Code Generstion/Swift/ExtraValuesSwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/FormattedSwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/API+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/Argument+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/Field+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/FragmentPlaceholder.swift",
"Processing/Code Generstion/Swift/Implementation/GraphQLConnectionFragment+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/GraphQLType+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/InitializerArgument.swift",
"Processing/Code Generstion/Swift/Implementation/InitializerArgumentAssignmentFromQueryData.swift",
"Processing/Code Generstion/Swift/Implementation/InitializerValueAssignment.swift",
"Processing/Code Generstion/Swift/Implementation/InputField+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/InputFieldInitializerArgument.swift",
"Processing/Code Generstion/Swift/Implementation/MissingFragmentsStruct.swift",
"Processing/Code Generstion/Swift/Implementation/MissingReferencedFragment.swift",
"Processing/Code Generstion/Swift/Implementation/MutationStruct.swift",
"Processing/Code Generstion/Swift/Implementation/PagingFromFragment.swift",
"Processing/Code Generstion/Swift/Implementation/Path+expression.swift",
"Processing/Code Generstion/Swift/Implementation/QueryArgumentAssignment.swift",
"Processing/Code Generstion/Swift/Implementation/QueryRendererArgument.swift",
"Processing/Code Generstion/Swift/Implementation/Struct+Prepared+SwiftCodeTransformable.swift",
"Processing/Code Generstion/Swift/Implementation/StructureAPI.swift",
"Processing/Code Generstion/Swift/SwiftCodeTransformable.swift",
"Processing/Context/AnyContextProtocol.swift",
"Processing/Context/Array+ContextProtocol.swift",
"Processing/Context/Context.swift",
"Processing/Context/ContextBuilder.swift",
"Processing/Context/ContextElement.swift",
"Processing/Context/ContextKeyAssignment.swift",
"Processing/Context/ContextProtocol.swift",
"Processing/Model/GraphQL/Component.swift",
"Processing/Model/GraphQL/GraphQLArgument.swift",
"Processing/Model/GraphQL/GraphQLConnectionFragment.swift",
"Processing/Model/GraphQL/GraphQLConnectionQuery.swift",
"Processing/Model/GraphQL/GraphQLField.swift",
"Processing/Model/GraphQL/GraphQLFragment.swift",
"Processing/Model/GraphQL/GraphQLMutation.swift",
"Processing/Model/GraphQL/GraphQLObject.swift",
"Processing/Model/GraphQL/GraphQLTypeConditional.swift",
"Processing/Model/GraphQL/Operation.swift",
"Processing/Model/GraphQL/Query.swift",
"Processing/Model/Schema/API.swift",
"Processing/Model/Schema/Definition.swift",
"Processing/Model/Schema/Field+Argument.swift",
"Processing/Model/Schema/Field.swift",
"Processing/Model/Schema/GraphQLType+ConnectionEdgeType.swift",
"Processing/Model/Schema/GraphQLType.swift",
"Processing/Model/Schema/InputField.swift",
"Processing/Model/Schema/Schema+Kind.swift",
"Processing/Model/Schema/Schema.swift",
"Processing/Model/Schema/TypeReference+Codable.swift",
"Processing/Model/Schema/TypeReference.swift",
"Processing/Model/Struct/Argument.swift",
"Processing/Model/Struct/Location.swift",
"Processing/Model/Struct/Property.swift",
"Processing/Model/Struct/Struct.swift",
"Processing/Model/Struct/Target.swift",
"Processing/Model/Struct/Warning.swift",
"Processing/Pipeline/BasicPipeline.swift",
"Processing/Pipeline/Component/Assembly/Assembler.swift",
"Processing/Pipeline/Component/Assembly/Implementation/BasicAssembler.swift",
"Processing/Pipeline/Component/Assembly/Implementation/BasicRequestAssembler.swift",
"Processing/Pipeline/Component/Assembly/RequestAssembler.swift",
"Processing/Pipeline/Component/Cleaning/BasicCleaner.swift",
"Processing/Pipeline/Component/Cleaning/Cleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/ComponentAliasingPropagator.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicComponentAliasingPropagator.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicPropertyAliasingPropagator.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/PropertyAliasingPropagator.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/AnyArgumentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/ArgumentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/BasicArgumentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Cleaning+Argument.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/DictionaryCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/FieldArgumentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLArgumentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLComponentCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLConnectionQueryCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLFragmenrCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLObjectCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLQueryCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLTypeConditionalCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/Cleaning.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AliasStateMatcher.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AnyFieldNameCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Cleaning+FieldName.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameAliasNamer.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicAliasStateMatcher.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicFieldNameCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicRenamer.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/FragmentFieldNameCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLObjectFieldNameCleaner.swift",
"Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLQueryFieldNameCleaner.swift",
"Processing/Pipeline/Component/Extraction/BasicExtractor.swift",
"Processing/Pipeline/Component/Extraction/Extractor.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/LineColumnIndex.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Accessibility.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Kind.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+content.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+decode.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+location.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+optional.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+syntaxTree.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceCode.swift",
"Processing/Pipeline/Component/Extraction/SourceCode/SourceFileSyntax+SingleItem.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/AttributeExtractor.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicAttributeExtractor.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicPropertyExtractor.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicStructExtractor.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/PropertyExtractor.swift",
"Processing/Pipeline/Component/Extraction/SubExtractors/StructExtractor.swift",
"Processing/Pipeline/Component/Generation/BasicGenerator.swift",
"Processing/Pipeline/Component/Generation/Generator.swift",
"Processing/Pipeline/Component/Parsing/BasicParser.swift",
"Processing/Pipeline/Component/Parsing/Parser.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/Helpers/BaseMemberAccess.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubPArser+memberAccess+Path.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+annotationFunctionCall.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+argumentList.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+attribute.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+baseMemberAccess.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+expression.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Argument.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Path.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+QueryArgument.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+Argument.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+QueryArgument.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser+syntaxTree.swift",
"Processing/Pipeline/Component/Parsing/SubParsers/SubParser.swift",
"Processing/Pipeline/Component/Preparation/ApolloCodegenRequestProcessor.swift",
"Processing/Pipeline/Component/Preparation/ApolloProcessInstantiator.swift",
"Processing/Pipeline/Component/Preparation/Implementation/BasicApolloCodegenRequestProcessor.swift",
"Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift",
"Processing/Pipeline/Component/Preparation/Implementation/BasicPreparator.swift",
"Processing/Pipeline/Component/Preparation/Preparator.swift",
"Processing/Pipeline/Component/Resolution/BasicResolver.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+connection.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+object.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+queryComponents.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/Sequence+collect.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+CollectedValue.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Context.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName+init.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament+init.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment+init.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Result.swift",
"Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution.swift",
"Processing/Pipeline/Component/Resolution/Resolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/BasicStructResolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/BasicResolvedStructCollector.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedComponentCollector.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedPropertyCollector.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PathResolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PropertyResolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/StructPropertiesResolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedStructCollector.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedValueCollector.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/StructResolver.swift",
"Processing/Pipeline/Component/Resolution/SubResolvers/ValueResolver.swift",
"Processing/Pipeline/Component/Transpilation/BasicGraphQLToSwiftTranspiler.swift",
"Processing/Pipeline/Component/Transpilation/GraphQLToSwiftTranspiler.swift",
"Processing/Pipeline/Component/Validation/BasicValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/ComponentValidation.swift",
"Processing/Pipeline/Component/Validation/SubValidators/ComponentValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicComponentValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicOperationTypeValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicPathValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/OperationValidator.swift",
"Processing/Pipeline/Component/Validation/SubValidators/PathValidator.swift",
"Processing/Pipeline/Component/Validation/Validator.swift",
"Processing/Pipeline/Diagnostics/Array+WarningDiagnoser.swift",
"Processing/Pipeline/Diagnostics/UnusedWarningDiagnoser.swift",
"Processing/Pipeline/Diagnostics/WarningDiagnoser.swift",
"Processing/Pipeline/FileWithTargets.swift",
"Processing/Pipeline/Pipeline.swift",
"Processing/Pipeline/PipelineFactory.swift",
"Processing/Pipeline/Stage/Assembled/Assembled.swift",
"Processing/Pipeline/Stage/Assembled/AssembledStage.swift",
"Processing/Pipeline/Stage/Cleaned/Cleaned.swift",
"Processing/Pipeline/Stage/Extracted/Extracted+Property+hasValue.swift",
"Processing/Pipeline/Stage/Extracted/Extracted+Property+isComputed.swift",
"Processing/Pipeline/Stage/Extracted/Extracted+Property+isPrivate.swift",
"Processing/Pipeline/Stage/Extracted/Extracted.swift",
"Processing/Pipeline/Stage/GraphQLStage.swift",
"Processing/Pipeline/Stage/Parsed/Parsed.swift",
"Processing/Pipeline/Stage/Prepared/Prepared.swift",
"Processing/Pipeline/Stage/Resolved/AdditionalReferencedAPI.swift",
"Processing/Pipeline/Stage/Resolved/Resolved+Keys.swift",
"Processing/Pipeline/Stage/Resolved/Resolved+Struct+Concat.swift",
"Processing/Pipeline/Stage/Resolved/Resolved+Struct+Properties.swift",
"Processing/Pipeline/Stage/Resolved/Resolved.swift",
"Processing/Pipeline/Stage/Resolved/ResolvedStage.swift",
"Processing/Pipeline/Stage/Stage.swift",
"Processing/Pipeline/Stage/Validated/Validated.swift",
"Processing/Project/Project+State+Pipeline.swift",
"Processing/Project/Project+State+ResolvedStage.swift",
"Processing/Project/Project+State.swift",
"Processing/Project/Project+scanAPIs.swift",
"Processing/Project/Project.swift",
"Property Wrappers/OptionalParsed.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nerdsupremacist/Stencil.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/nerdsupremacist/graphql-syntax.git
Fetching https://github.com/tuist/xcodeproj.git
[1/1411] Fetching pathkit
[1370/4487] Fetching pathkit, stencil
[2674/4548] Fetching pathkit, stencil, graphql-syntax
Fetched https://github.com/nerdsupremacist/Stencil.git from cache (0.26s)
Fetching https://github.com/nerdsupremacist/CLIKit.git
[1451/24620] Fetching pathkit, graphql-syntax, xcodeproj
[6544/25580] Fetching pathkit, graphql-syntax, xcodeproj, clikit
Fetched https://github.com/nerdsupremacist/CLIKit.git from cache (0.27s)
Fetching https://github.com/jpsim/SourceKitten.git
[10478/24620] Fetching pathkit, graphql-syntax, xcodeproj
[10942/71350] Fetching pathkit, graphql-syntax, xcodeproj, swiftformat
[21154/87462] Fetching pathkit, graphql-syntax, xcodeproj, swiftformat, sourcekitten
[23782/157694] Fetching pathkit, graphql-syntax, xcodeproj, swiftformat, sourcekitten, swift-syntax
Fetched https://github.com/tuist/xcodeproj.git from cache (1.59s)
[46484/134546] Fetching pathkit, graphql-syntax, swiftformat, sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.29s)
[42311/118434] Fetching pathkit, graphql-syntax, swiftformat, swift-syntax
Fetched https://github.com/nerdsupremacist/graphql-syntax.git from cache (25.18s)
Fetched https://github.com/kylef/PathKit.git from cache (25.18s)
Fetched https://github.com/apple/swift-syntax.git from cache (25.24s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (25.89s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (26.49s)
Computing version for https://github.com/nerdsupremacist/Stencil.git
Computed https://github.com/nerdsupremacist/Stencil.git at 0.13.2 (0.56s)
Fetching https://github.com/kylef/Spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/nerdsupremacist/graphql-syntax.git
Computed https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3 (0.81s)
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.38s)
Computing version for https://github.com/nerdsupremacist/CLIKit.git
Computed https://github.com/nerdsupremacist/CLIKit.git at 0.3.7 (0.92s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.58s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.57s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.62s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (1.16s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.57s)
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2820] Fetching swxmlhash
[2539/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.31s)
[2779/10289] Fetching yams
[5660/25239] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Fetched https://github.com/jpsim/Yams.git from cache (1.07s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.51s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.54s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 7.23.0 (0.57s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.23s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (0.77s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (0.56s)
Creating working copy for https://github.com/nerdsupremacist/CLIKit.git
Working copy of https://github.com/nerdsupremacist/CLIKit.git resolved at 0.3.7
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50500.0
Creating working copy for https://github.com/nerdsupremacist/graphql-syntax.git
Working copy of https://github.com/nerdsupremacist/graphql-syntax.git resolved at 0.1.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 7.23.0
Creating working copy for https://github.com/nerdsupremacist/Stencil.git
Working copy of https://github.com/nerdsupremacist/Stencil.git resolved at 0.13.2
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.5.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.55.5
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.5.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/44] Write sources
[14/44] Compiling SourceKit SourceKit.c
[15/44] Compiling Clang_C Clang_C.c
[16/44] Compiling writer.c
[16/44] Write sources
[19/44] Compiling reader.c
[20/44] Compiling parser.c
[21/44] Compiling api.c
[22/44] Compiling emitter.c
[23/44] Compiling scanner.c
[24/44] Compiling atomic-counter.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
[27/310] Emitting module SyntaxTree
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/310] Emitting module CLIKit
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
[29/317] Compiling SwiftFormat Arguments.swift
[30/317] Compiling SwiftFormat CommandLine.swift
[31/317] Compiling SwiftFormat DeclarationHelpers.swift
[32/319] Compiling SwiftFormat RuleRegistry.generated.swift
[33/319] Compiling SwiftFormat Acronyms.swift
[37/319] Compiling SwiftFormat EnumAssociable.swift
[38/319] Compiling SwiftFormat FormatRule.swift
[39/319] Compiling SwiftFormat Formatter.swift
[40/319] Compiling SwiftFormat FormattingHelpers.swift
[41/319] Compiling Yams YamlError.swift
[42/319] Compiling SwiftFormat GitFileInfo.swift
[43/319] Compiling Yams YamlTagProviding.swift
[44/319] Compiling SyntaxTree SyntaxTreeFactory.swift
[45/319] Compiling SyntaxTree Kind.swift
[46/319] Compiling SwiftFormat OptionDescriptor.swift
[47/319] Compiling SwiftFormat Options.swift
[48/319] Compiling SwiftFormat ParsingHelpers.swift
[49/319] Compiling SwiftFormat Reporter.swift
[50/319] Compiling SwiftFormat JSONReporter.swift
[53/319] Compiling SwiftFormat ApplicationMain.swift
[54/319] Compiling SwiftFormat AssertionFailures.swift
[55/319] Compiling SwiftFormat BlankLineAfterImports.swift
[62/322] Compiling SyntaxTree LineColumnIndex.swift
[63/322] Compiling SwiftFormat NoExplicitOwnership.swift
[64/322] Compiling SwiftFormat NumberFormatting.swift
[65/322] Compiling SwiftFormat OpaqueGenericParameters.swift
[66/322] Compiling SwiftFormat OrganizeDeclarations.swift
[67/322] Compiling SwiftFormat PreferForLoop.swift
[68/322] Compiling SwiftFormat PreferKeyPath.swift
[69/322] Compiling SwiftFormat PropertyTypes.swift
[70/322] Compiling SwiftFormat RedundantBackticks.swift
[74/322] Emitting module Yams
[75/322] Compiling SwiftFormat RedundantBreak.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[76/322] Compiling SwiftFormat RedundantClosure.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[77/322] Compiling SwiftFormat ConsecutiveSpaces.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[78/322] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[79/322] Compiling SwiftFormat DocComments.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[80/322] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[81/322] Compiling SwiftFormat DuplicateImports.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[82/322] Compiling AEXML Parser.swift
[83/322] Compiling SyntaxTree MutableSyntaxTree.swift
[84/322] Compiling SyntaxTree Location.swift
[85/322] Compiling SyntaxTree SyntaxTree.swift
[86/322] Compiling AEXML Error.swift
[87/322] Compiling AEXML Options.swift
[89/322] Compiling SwiftFormat GithubActionsLogReporter.swift
[90/322] Compiling SwiftFormat Globs.swift
[91/322] Compiling SwiftFormat Inference.swift
[92/322] Compiling AEXML Document.swift
[93/322] Compiling AEXML Element.swift
[94/322] Emitting module AEXML
[99/322] Emitting module SWXMLHash
[100/324] Compiling CLIKit Subprocess.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[101/324] Compiling CLIKit SubprocessError.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[102/324] Compiling CLIKit SubprocessResult.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[103/324] Compiling CLIKit Character+Inspection.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[104/324] Compiling CLIKit SimpleWordCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[105/324] Compiling CLIKit String+Words.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[106/324] Compiling CLIKit TextCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[107/324] Compiling SwiftFormat ConditionalAssignment.swift
[108/324] Compiling SwiftFormat ConsecutiveBlankLines.swift
[109/324] Compiling SwiftFormat IsEmpty.swift
[110/324] Compiling SwiftFormat LeadingDelimiters.swift
[111/324] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[112/324] Compiling SwiftFormat Linebreaks.swift
[113/324] Compiling SwiftFormat MarkTypes.swift
[114/324] Compiling SwiftFormat ModifierOrder.swift
[122/324] Compiling SWXMLHash XMLHashOptions.swift
[131/324] Compiling SWXMLHash XMLIndexer.swift
[132/324] Compiling SWXMLHash shim.swift
[133/324] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[134/324] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[135/324] Compiling SwiftFormat BlankLinesBetweenImports.swift
[136/324] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[137/324] Compiling SwiftFormat BlockComments.swift
[138/324] Compiling SwiftFormat Braces.swift
[148/324] Compiling SwiftFormat RedundantExtensionACL.swift
[149/324] Compiling SwiftFormat RedundantFileprivate.swift
[150/324] Compiling SwiftFormat RedundantGet.swift
[151/324] Compiling SwiftFormat RedundantInit.swift
[152/324] Compiling SwiftFormat RedundantInternal.swift
[153/324] Compiling SwiftFormat RedundantLet.swift
[154/324] Compiling SwiftFormat RedundantLetError.swift
[155/324] Compiling SwiftFormat RedundantNilInit.swift
[156/324] Compiling SwiftFormat RedundantObjc.swift
[157/324] Compiling SwiftFormat RedundantOptionalBinding.swift
[158/324] Compiling SwiftFormat RedundantParens.swift
[159/324] Compiling SwiftFormat RedundantPattern.swift
[160/324] Compiling SwiftFormat RedundantProperty.swift
[161/324] Compiling SwiftFormat RedundantRawValues.swift
[162/324] Compiling SwiftFormat RedundantReturn.swift
[163/324] Compiling SwiftFormat RedundantSelf.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[169/324] Compiling SwiftFormat RedundantStaticSelf.swift
[170/324] Compiling SwiftFormat RedundantType.swift
[171/324] Compiling SwiftFormat RedundantTypedThrows.swift
[172/324] Compiling SwiftFormat RedundantVoidReturnType.swift
[173/324] Compiling SwiftFormat Semicolons.swift
[174/324] Compiling SwiftFormat SortDeclarations.swift
[175/324] Compiling SwiftFormat SortImports.swift
[176/324] Compiling SwiftFormat SortSwitchCases.swift
[177/324] Compiling SwiftFormat SortTypealiases.swift
[178/324] Compiling SwiftFormat SortedImports.swift
[179/324] Compiling SwiftFormat SortedSwitchCases.swift
[180/324] Compiling SwiftFormat SpaceAroundBraces.swift
[181/324] Compiling SwiftFormat SpaceAroundBrackets.swift
[182/324] Compiling SwiftFormat SpaceAroundComments.swift
[183/324] Compiling SwiftFormat SpaceAroundGenerics.swift
[184/324] Compiling SwiftFormat SpaceAroundOperators.swift
[185/324] Compiling SwiftFormat SpaceAroundParens.swift
[186/324] Compiling SwiftFormat SpaceInsideBraces.swift
[187/324] Compiling SwiftFormat SpaceInsideBrackets.swift
[188/324] Compiling SwiftFormat SpaceInsideComments.swift
[189/324] Compiling SwiftFormat SpaceInsideGenerics.swift
[190/324] Compiling SwiftFormat SpaceInsideParens.swift
[191/324] Compiling SwiftFormat Specifiers.swift
[192/324] Compiling SwiftFormat StrongOutlets.swift
[193/324] Compiling SwiftFormat StrongifiedSelf.swift
[194/324] Compiling SwiftFormat Todos.swift
[195/324] Compiling SwiftFormat TrailingClosures.swift
[196/324] Compiling SwiftFormat TrailingCommas.swift
[197/324] Compiling SwiftFormat TrailingSpace.swift
[198/324] Compiling SwiftFormat TypeSugar.swift
[199/324] Compiling SwiftFormat UnusedArguments.swift
[200/324] Compiling SwiftFormat UnusedPrivateDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/345] Emitting module SwiftSyntax
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[209/346] Emitting module PathKit
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/21] Write swift-version-24593BA9C3E375BF.txt
[4/171] Compiling CLIKit StandardEnvironmentVariable.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[5/171] Compiling CLIKit CStrings.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[6/171] Compiling CLIKit SubprocessAttributes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[7/171] Compiling CLIKit SubprocessCaptureOutputThread.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[8/171] Compiling CLIKit SubprocessIO.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[9/171] Compiling CLIKit SubprocessPipe.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[10/171] Compiling CLIKit SubprocessStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessIO.swift:41:55: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
39 |
40 | // Open /dev/null as stdin.
41 | posix_spawn_file_actions_addopen(&actions, 0, devNull, O_RDONLY, 0)
| |- error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
42 |
43 | if captureOutput {
[11/178] Compiling SWXMLHash String+Extensions.swift
[12/178] Compiling SWXMLHash TextElement.swift
[13/178] Compiling SWXMLHash XMLAttribute.swift
[14/178] Compiling SWXMLHash XMLContent.swift
[15/178] Compiling SWXMLHash XMLElement.swift
[16/178] Compiling SWXMLHash XMLHash.swift
[17/181] Compiling SyntaxTree SyntaxTreeFactory.swift
[18/297] Emitting module AEXML
[19/297] Compiling AEXML Parser.swift
[20/297] Compiling AEXML Error.swift
[21/297] Compiling AEXML Options.swift
[22/297] Emitting module SyntaxTree
[23/297] Compiling SyntaxTree Kind.swift
[24/297] Compiling SyntaxTree LineColumnIndex.swift
[25/297] Emitting module SWXMLHash
[26/297] Compiling SyntaxTree Location.swift
[27/297] Compiling SwiftFormat MarkTypes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[28/297] Compiling SwiftFormat ModifierOrder.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[29/297] Compiling SwiftFormat NoExplicitOwnership.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[30/297] Compiling SwiftFormat NumberFormatting.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[31/297] Compiling SwiftFormat OpaqueGenericParameters.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[32/297] Compiling SwiftFormat OrganizeDeclarations.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[33/297] Compiling SwiftFormat PreferForLoop.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Subprocess.swift:67:54: error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
65 |
66 | let result = posix_spawnp(&processID,
67 | cArguments.cStrings[0],
| |- error: value of optional type 'UnsafeMutablePointer<Int8>?' must be unwrapped to a value of type 'UnsafeMutablePointer<Int8>'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
68 | &io.actions,
69 | &attributes.attributes,
[34/297] Compiling SwiftFormat RuleRegistry.generated.swift
[35/297] Compiling SwiftFormat Acronyms.swift
[36/299] Compiling SwiftFormat ParsingHelpers.swift
[37/299] Compiling SwiftFormat Reporter.swift
[39/299] Compiling SwiftFormat Inference.swift
[40/299] Compiling SwiftFormat JSONReporter.swift
[41/299] Compiling SwiftFormat OptionDescriptor.swift
[42/299] Compiling SwiftFormat Options.swift
[43/299] Compiling SwiftFormat GitFileInfo.swift
[44/299] Compiling SwiftFormat GithubActionsLogReporter.swift
[45/299] Compiling SwiftFormat Globs.swift
[46/299] Compiling SwiftFormat FormatRule.swift
[47/299] Compiling SwiftFormat Formatter.swift
[48/299] Compiling SwiftFormat FormattingHelpers.swift
[49/299] Compiling SwiftFormat Arguments.swift
[50/299] Compiling SwiftFormat CommandLine.swift
[51/299] Compiling SwiftFormat DeclarationHelpers.swift
[52/299] Compiling SwiftFormat EnumAssociable.swift
[53/299] Compiling SyntaxTree MutableSyntaxTree.swift
[54/299] Compiling SyntaxTree SyntaxTree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/300] Emitting module CLIKit
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/Subprocess/Internal/SubprocessCaptureOutputThread.swift:13:13: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
11 | #endif
12 |
13 | final class SubprocessCaptureThread: Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
14 |
15 | private let bufferChunkSize = 4096
[68/300] Compiling AEXML Document.swift
[69/300] Compiling AEXML Element.swift
[70/301] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[71/301] Compiling SwiftFormat BlankLinesAroundMark.swift
[72/301] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[74/302] Compiling Yams YamlError.swift
[75/302] Compiling Yams YamlTagProviding.swift
[81/302] Compiling SwiftFormat EmptyBraces.swift
[82/302] Compiling SwiftFormat EnumNamespaces.swift
[83/302] Compiling SwiftFormat ExtensionAccessControl.swift
[84/302] Compiling SwiftFormat FileHeader.swift
[85/302] Compiling SwiftFormat GenericExtensions.swift
[86/302] Compiling SwiftFormat HeaderFileName.swift
[87/302] Compiling SwiftFormat HoistAwait.swift
[88/302] Compiling SwiftFormat HoistPatternLet.swift
[88/359] Wrapping AST for SyntaxTree for debugging
[90/359] Compiling Syntax WhiteSpaceConsumer.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[91/359] Compiling Syntax BinaryOperation.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[92/359] Compiling Syntax BinaryOperationParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[93/359] Compiling Syntax BinaryOperationParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[94/359] Compiling Syntax BinaryOperator.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[94/364] Wrapping AST for AEXML for debugging
[96/364] Compiling Syntax PartialResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[97/364] Compiling Syntax AnyParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[98/364] Compiling Syntax Associativity.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[99/364] Compiling Syntax AnnotatedString.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[100/364] Compiling Syntax Cache.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[101/364] Compiling Syntax ExpressionMatch.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[102/364] Compiling Syntax EitherParserBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[103/364] Compiling Syntax ParserBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[104/364] Compiling Syntax PartialEmptyParserResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[105/364] Compiling Syntax PartialParserResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[106/364] Compiling Syntax OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[107/364] Compiling Syntax DiagnosticError.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[108/364] Compiling Syntax ParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[109/364] Compiling Syntax ScannerError.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[110/364] Compiling Syntax ScannerErrorHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:17:29: error: no such module '_InternalSwiftSyntaxParser'
15 | //===----------------------------------------------------------------------===//
16 |
17 | @_implementationOnly import _InternalSwiftSyntaxParser
| `- error: no such module '_InternalSwiftSyntaxParser'
18 | import Foundation
19 |
[110/364] Wrapping AST for SWXMLHash for debugging
[115/364] Compiling Syntax MemberOfBinaryOperation.swift
[116/364] Compiling Syntax BooleanLiteral.swift
[117/364] Compiling Syntax DoubleLiteral.swift
[119/364] Compiling Syntax IntLiteral.swift
[128/364] Emitting module PathKit
[129/364] Compiling PathKit PathKit.swift
[131/365] Compiling Syntax Token.swift
[132/365] Compiling Syntax Word.swift
[133/365] Compiling Syntax neverBody.swift
[134/365] Compiling Syntax InternalParser.swift
[135/365] Compiling Syntax MemoizationKey.swift
[136/365] Compiling Syntax MemoizationStorage.swift
[137/365] Compiling Syntax Memoized.swift
[138/365] Compiling Syntax Node.swift
[138/373] Wrapping AST for PathKit for debugging
[140/393] Compiling Stencil Include.swift
[141/393] Compiling Stencil Inheritence.swift
[142/393] Compiling Stencil KeyPath.swift
[143/477] Compiling XcodeProj PBXBuildFile.swift
[144/477] Compiling XcodeProj PBXBuildPhase.swift
[145/477] Compiling XcodeProj PBXBuildRule.swift
[146/477] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[147/477] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[148/477] Compiling XcodeProj PBXHeadersBuildPhase.swift
[149/477] Compiling XcodeProj PBXResourcesBuildPhase.swift
[150/477] Compiling XcodeProj PBXRezBuildPhase.swift
[151/477] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[152/477] Compiling XcodeProj PBXSourcesBuildPhase.swift
[153/477] Compiling XcodeProj BuildSettings.swift
[154/477] Compiling XcodeProj XCBuildConfiguration.swift
[155/477] Compiling XcodeProj XCScheme+ArchiveAction.swift
[156/477] Compiling XcodeProj XCScheme+BuildAction.swift
[157/477] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[158/477] Compiling XcodeProj XCScheme+BuildableReference.swift
[159/477] Compiling XcodeProj Errors.swift
[160/477] Compiling XcodeProj AEXML+XcodeFormat.swift
[161/477] Compiling XcodeProj Array+Extras.swift
[162/477] Emitting module Yams
BUILD FAILURE 6.1 linux