Build Information
Failed to build Graphaello, reference develop (83fb61
), with Swift 6.1 for Linux on 26 Apr 2025 18:35:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: develop
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
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 83fb610 Merge pull request #44 from getfiit/issues/42
Cloned https://github.com/nerdsupremacist/Graphaello.git
Revision (git rev-parse @):
83fb6106f222603c5ec3c539fdd859b6539ca89e
SUCCESS checkout https://github.com/nerdsupremacist/Graphaello.git at develop
========================================
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-4609320-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/graphql-syntax.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/nerdsupremacist/Stencil.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-syntax.git
[1/61] Fetching graphql-syntax
[62/1472] Fetching graphql-syntax, pathkit
[937/4548] Fetching graphql-syntax, pathkit, stencil
Fetched https://github.com/kylef/PathKit.git from cache (0.25s)
Fetched https://github.com/nerdsupremacist/Stencil.git from cache (0.25s)
Fetching https://github.com/nerdsupremacist/CLIKit.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/23148] Fetching xcodeproj
[6946/24108] Fetching xcodeproj, clikit
[8206/70838] Fetching xcodeproj, clikit, swiftformat
[13943/86950] Fetching xcodeproj, clikit, swiftformat, sourcekitten
Fetched https://github.com/nerdsupremacist/CLIKit.git from cache (0.24s)
[14160/85990] Fetching xcodeproj, swiftformat, sourcekitten
[30740/156222] Fetching xcodeproj, swiftformat, sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.21s)
[55634/140110] Fetching xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/nerdsupremacist/graphql-syntax.git from cache (4.58s)
Fetched https://github.com/tuist/xcodeproj.git from cache (4.61s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.64s)
[21029/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (21.52s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (22.01s)
Computing version for https://github.com/nerdsupremacist/Stencil.git
Computed https://github.com/nerdsupremacist/Stencil.git at 0.13.2 (0.45s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/nerdsupremacist/graphql-syntax.git
Computed https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3 (0.64s)
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.33s)
Computing version for https://github.com/nerdsupremacist/CLIKit.git
Computed https://github.com/nerdsupremacist/CLIKit.git at 0.3.7 (0.79s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.79s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.45s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.45s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.19s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.62s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.46s)
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
[2821/13109] Fetching swxmlhash, yams
[8686/28059] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
Fetched https://github.com/jpsim/Yams.git from cache (0.93s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.37s)
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.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.45s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 7.23.0 (0.45s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.20s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (0.66s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.55.5 (0.46s)
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/nerdsupremacist/CLIKit.git
Working copy of https://github.com/nerdsupremacist/CLIKit.git resolved at 0.3.7
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/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
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/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50500.0
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/nerdsupremacist/Stencil.git
Working copy of https://github.com/nerdsupremacist/Stencil.git resolved at 0.13.2
[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
[17/44] Write sources
[19/44] Compiling reader.c
[20/44] Compiling parser.c
[21/44] Compiling emitter.c
[22/44] Compiling api.c
[23/44] Compiling atomic-counter.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
[25/44] Compiling scanner.c
[27/310] Emitting module AEXML
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/317] 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 |
[30/322] Compiling Yams Tag.swift
[31/322] Compiling Yams YamlAnchorProviding.swift
[32/324] Compiling SyntaxTree SyntaxTreeFactory.swift
[33/324] Compiling SyntaxTree SyntaxTree.swift
[35/324] Compiling Yams YamlError.swift
[36/324] Compiling Yams YamlTagProviding.swift
[37/327] Compiling AEXML Parser.swift
[38/327] 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,
[39/327] 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,
[40/327] 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,
[41/327] 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,
[42/327] 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,
[43/327] 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,
[44/327] 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,
[45/327] Compiling SwiftFormat Acronyms.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 |
[46/327] Compiling SwiftFormat AndOperator.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 |
[47/327] Compiling SwiftFormat AnyObjectProtocol.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 |
[48/327] Compiling SwiftFormat ApplicationMain.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 |
[49/327] Compiling SwiftFormat AssertionFailures.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 |
[53/327] Compiling SwiftFormat Braces.swift
[54/327] Compiling SwiftFormat ConditionalAssignment.swift
[55/327] Compiling SWXMLHash XMLIndexer.swift
[56/327] Compiling SWXMLHash shim.swift
[57/327] Compiling SwiftFormat Globs.swift
[58/327] Compiling SwiftFormat Inference.swift
[59/327] Compiling SwiftFormat JSONReporter.swift
[60/327] Compiling SwiftFormat OptionDescriptor.swift
[61/327] Compiling SwiftFormat Options.swift
[62/327] Compiling SwiftFormat ParsingHelpers.swift
[63/327] Compiling AEXML Options.swift
[64/327] Emitting module PathKit
[65/327] Compiling PathKit PathKit.swift
[66/327] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[67/327] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[68/327] Compiling SwiftFormat BlankLinesBetweenImports.swift
[69/327] Compiling Yams RedundancyAliasingStrategy.swift
[70/327] Compiling Yams Representer.swift
[71/328] Compiling SwiftFormat EnumAssociable.swift
[72/328] Compiling SwiftFormat FormatRule.swift
[73/328] Compiling SwiftFormat Formatter.swift
[74/328] Compiling AEXML Document.swift
[76/328] Compiling SwiftFormat BlankLineAfterImports.swift
[77/328] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[81/328] Compiling AEXML Error.swift
[85/328] Compiling CLIKit LineReader.swift
[86/328] Compiling CLIKit WrapsFileHandle.swift
[87/328] Compiling CLIKit Lock.swift
[88/328] Compiling SwiftSyntax SyntaxExprNodes.swift
[89/328] Compiling SwiftSyntax SyntaxNodes.swift
[90/328] Compiling SwiftSyntax SyntaxPatternNodes.swift
[91/328] Compiling SwiftSyntax SyntaxStmtNodes.swift
[92/328] Compiling SwiftSyntax SyntaxTypeNodes.swift
[93/328] 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 {
[94/328] 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 {
[95/328] 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 {
[96/328] 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 {
[97/328] 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 {
[98/328] 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 {
[99/328] 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 {
[100/328] Compiling AEXML Element.swift
[101/329] Compiling SwiftFormat BlankLinesAroundMark.swift
[102/329] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[105/329] Compiling SyntaxTree LineColumnIndex.swift
[110/329] Compiling SyntaxTree Kind.swift
[111/329] Emitting module Yams
[112/329] Compiling SyntaxTree MutableSyntaxTree.swift
[113/329] Emitting module SyntaxTree
[114/329] Compiling SyntaxTree Location.swift
[115/329] Emitting module SWXMLHash
[122/330] Compiling CLIKit ExecutionMode.swift
[123/330] Compiling CLIKit ExecutableFinder.swift
[124/330] Compiling CLIKit Path+FileManagement.swift
[125/330] Compiling CLIKit Path.swift
[126/330] Compiling CLIKit Console.swift
[127/330] Compiling CLIKit IO.swift
[128/330] Compiling CLIKit BasicREPL.swift
[129/330] Compiling CLIKit CommandLineHistory.swift
[137/330] Compiling SWXMLHash XMLHashOptions.swift
[155/330] Compiling SwiftFormat SpaceAroundParens.swift
[156/330] Compiling SwiftFormat SpaceInsideBraces.swift
[157/330] Compiling SwiftFormat SpaceInsideBrackets.swift
[158/330] Compiling SwiftFormat SpaceInsideComments.swift
[159/330] Compiling SwiftFormat SpaceInsideGenerics.swift
[160/330] Compiling SwiftFormat SpaceInsideParens.swift
[161/330] Compiling SwiftFormat Specifiers.swift
[162/330] Compiling SwiftFormat StrongOutlets.swift
[163/330] Compiling SwiftFormat StrongifiedSelf.swift
[164/330] Compiling SwiftFormat Todos.swift
[165/330] Compiling SwiftFormat TrailingClosures.swift
[166/330] Compiling SwiftFormat TrailingCommas.swift
[167/330] Compiling SwiftFormat TrailingSpace.swift
[168/330] Compiling SwiftFormat TypeSugar.swift
[169/330] Compiling SwiftFormat UnusedArguments.swift
[170/330] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[190/367] Emitting module Stencil
[191/369] Compiling Stencil Context.swift
[192/369] Compiling Stencil Environment.swift
[193/369] Compiling Stencil Errors.swift
[194/369] Compiling Stencil Include.swift
[195/369] Compiling Stencil Inheritence.swift
[196/369] Compiling Stencil KeyPath.swift
[197/369] Compiling Stencil NowTag.swift
[198/369] Compiling Stencil Parser.swift
[199/369] Compiling Stencil Expression.swift
[200/369] Compiling Stencil Extension.swift
[201/369] Compiling Stencil FilterTag.swift
[202/369] Compiling Stencil Variable.swift
[203/369] Compiling Stencil _SwiftSupport.swift
[204/369] Compiling Stencil Template.swift
[205/369] Compiling Stencil Tokenizer.swift
[206/369] Compiling Stencil Lexer.swift
[207/369] Compiling Stencil Loader.swift
[208/369] Compiling Stencil Node.swift
[209/369] Compiling Stencil Filters.swift
[210/369] Compiling Stencil ForTag.swift
[211/369] Compiling Stencil IfTag.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/287] Emitting module PathKit
[5/287] Compiling SyntaxTree SyntaxTreeFactory.swift
[6/287] Emitting module AEXML
[7/287] Emitting module SWXMLHash
[8/290] Compiling SwiftFormat AssertionFailures.swift
[9/290] Compiling SwiftFormat BlankLineAfterImports.swift
[10/290] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[11/290] Compiling SwiftFormat BlankLinesAroundMark.swift
[12/290] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[13/290] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[14/290] Compiling SwiftFormat BlankLinesBetweenImports.swift
[15/290] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[16/292] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[19/292] 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 {
[20/292] 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 {
[21/292] 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 {
[22/292] 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 {
[23/292] 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 {
[24/292] 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 {
[25/292] 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 {
[26/299] Compiling AEXML Parser.swift
[27/299] Compiling AEXML Error.swift
[28/299] Compiling AEXML Options.swift
[29/299] Compiling SwiftFormat EnumAssociable.swift
[30/299] Compiling SwiftFormat FormatRule.swift
[31/299] Compiling SwiftFormat Formatter.swift
[32/299] Compiling SyntaxTree MutableSyntaxTree.swift
[33/299] Compiling SyntaxTree LineColumnIndex.swift
[34/299] Compiling SyntaxTree Location.swift
[35/299] Compiling SyntaxTree Kind.swift
[36/299] Emitting module SyntaxTree
[37/299] Compiling SyntaxTree SyntaxTree.swift
[38/300] Compiling Yams RedundancyAliasingStrategy.swift
[39/300] Compiling Yams Representer.swift
[40/300] Compiling SwiftFormat ConditionalAssignment.swift
[41/300] Compiling SwiftFormat ConsecutiveBlankLines.swift
[42/300] Compiling SwiftFormat Arguments.swift
[43/300] Compiling Yams YamlError.swift
[44/300] Compiling Yams YamlTagProviding.swift
[45/300] Compiling SwiftFormat Acronyms.swift
[46/300] Compiling SwiftFormat AndOperator.swift
[47/300] Compiling SwiftFormat AnyObjectProtocol.swift
[48/300] Compiling SwiftFormat ApplicationMain.swift
[49/300] Compiling AEXML Document.swift
[50/300] Compiling AEXML Element.swift
[55/301] 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,
[56/301] 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,
[57/301] 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,
[58/301] 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,
[59/301] 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,
[60/301] 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,
[61/301] 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,
[61/301] Wrapping AST for SyntaxTree for debugging
[63/301] Compiling SWXMLHash XMLIndexer.swift
[64/301] Compiling SWXMLHash shim.swift
[65/301] Compiling SwiftFormat Globs.swift
[66/301] Compiling SwiftFormat Inference.swift
[67/301] Compiling SwiftFormat JSONReporter.swift
[68/301] Compiling SwiftFormat OptionDescriptor.swift
[69/301] Compiling SwiftFormat Options.swift
[70/301] Compiling SwiftFormat ParsingHelpers.swift
[71/327] Compiling Syntax Parser+map+location.swift
[72/327] Compiling Syntax BinaryOperation.swift
[74/343] 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 |
[75/343] 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 |
[76/343] 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 |
[77/343] 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 |
[78/343] 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 |
[79/343] 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 |
[80/343] 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 |
[81/343] 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 |
[82/344] 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 |
[83/344] 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 |
[84/364] Compiling Syntax ScannerError.swift
[85/364] Compiling Syntax ScannerErrorHandler.swift
[85/364] Wrapping AST for AEXML for debugging
[87/364] Compiling Syntax SwiftEscapeStrategy.swift
[88/364] Compiling Syntax Maybe.swift
[90/364] Compiling PathKit PathKit.swift
[91/365] 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 |
[92/365] 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 |
[93/365] 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 |
/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 |
[95/365] Wrapping AST for SWXMLHash for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/365] 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
[98/365] Wrapping AST for PathKit for debugging
[100/385] Compiling Stencil NowTag.swift
[101/385] Compiling Stencil Parser.swift
[102/385] Compiling Stencil Template.swift
[103/385] Compiling Stencil Context.swift
[104/385] Compiling Stencil Environment.swift
[105/385] Compiling Stencil Errors.swift
[106/469] Compiling XcodeProj PBXProductType.swift
[107/469] Compiling XcodeProj PBXReferenceProxy.swift
[108/469] Compiling XcodeProj PBXTarget.swift
[109/469] Compiling XcodeProj PBXTargetDependency.swift
[110/469] Compiling XcodeProj WorkspaceSettings.swift
[111/469] Compiling XcodeProj XCBreakpointList.swift
[112/469] Compiling XcodeProj XCSharedData.swift
[113/469] Compiling XcodeProj Xcode.swift
[114/477] Emitting module Stencil
[115/479] Compiling XcodeProj XCVersionGroup.swift
[116/479] Compiling XcodeProj PBXObject.swift
[117/479] Compiling XcodeProj PBXObjectParser.swift
[118/479] Compiling XcodeProj PBXObjectReference.swift
[119/479] Compiling XcodeProj PBXObjects.swift
[120/479] Compiling XcodeProj PBXOutputSettings.swift
[121/479] Compiling XcodeProj PBXProj.swift
[122/479] Compiling XcodeProj PBXProjEncoder.swift
[123/479] Compiling XcodeProj Path+Extras.swift
[124/479] Compiling XcodeProj String+Utils.swift
[125/479] Compiling XcodeProj String+md5.swift
[126/479] Compiling XcodeProj BuildPhase.swift
[127/479] Compiling XcodeProj PBXBuildFile.swift
[128/479] Compiling XcodeProj PBXBuildPhase.swift
[129/479] Compiling XcodeProj PBXBuildRule.swift
[130/479] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[131/479] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[132/479] Compiling XcodeProj PBXHeadersBuildPhase.swift
[133/479] Compiling XcodeProj PBXResourcesBuildPhase.swift
[134/479] Compiling Stencil Variable.swift
[135/479] Compiling Stencil _SwiftSupport.swift
[136/479] Compiling XcodeProj PBXSourcesBuildPhase.swift
[137/479] Compiling XcodeProj BuildSettings.swift
[138/479] Compiling XcodeProj XCBuildConfiguration.swift
[139/479] Compiling XcodeProj Errors.swift
[140/479] Compiling XcodeProj AEXML+XcodeFormat.swift
[141/479] Compiling XcodeProj Array+Extras.swift
[142/479] Compiling XcodeProj Bool+Extras.swift
[143/479] Compiling XcodeProj Dictionary+Enumerate.swift
[144/479] Compiling XcodeProj Dictionary+Extras.swift
[145/479] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[146/479] Compiling XcodeProj NSRecursiveLock+Sync.swift
[147/479] Compiling XcodeProj PBXProject.swift
[148/479] Compiling XcodeProj Equality.generated.swift
[149/479] Compiling XcodeProj Sourcery.swift
[150/479] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[151/479] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[152/479] Compiling XcodeProj PBXAggregateTarget.swift
[153/479] Compiling XcodeProj PBXLegacyTarget.swift
[154/479] Compiling XcodeProj PBXNativeTarget.swift
BUILD FAILURE 6.1 linux