Build Information
Failed to build Graphaello, reference develop (83fb61
), with Swift 6.1 for Wasm on 28 May 2025 03:50:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/nerdsupremacist/Stencil.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/nerdsupremacist/graphql-syntax.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1412/4487] Fetching pathkit, stencil
[1966/4548] Fetching pathkit, stencil, graphql-syntax
[4549/27838] Fetching pathkit, stencil, graphql-syntax, xcodeproj
[16194/76020] Fetching pathkit, stencil, graphql-syntax, xcodeproj, swiftformat
[22780/146468] Fetching pathkit, stencil, graphql-syntax, xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/tuist/xcodeproj.git from cache (1.70s)
Fetching https://github.com/nerdsupremacist/CLIKit.git
[33320/123178] Fetching pathkit, stencil, graphql-syntax, swiftformat, swift-syntax
[42738/124138] Fetching pathkit, stencil, graphql-syntax, swiftformat, swift-syntax, clikit
Fetched https://github.com/nerdsupremacist/CLIKit.git from cache (1.29s)
Fetching https://github.com/jpsim/SourceKitten.git
[81742/123178] Fetching pathkit, stencil, graphql-syntax, swiftformat, swift-syntax
[81743/139290] Fetching pathkit, stencil, graphql-syntax, swiftformat, swift-syntax, sourcekitten
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.13s)
[83669/123178] Fetching pathkit, stencil, graphql-syntax, swiftformat, swift-syntax
Fetched https://github.com/nerdsupremacist/graphql-syntax.git from cache (6.68s)
Fetched https://github.com/nerdsupremacist/Stencil.git from cache (6.69s)
[82891/120041] Fetching pathkit, swiftformat, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.76s)
[12975/49593] Fetching pathkit, swiftformat
Fetched https://github.com/kylef/PathKit.git from cache (34.07s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (35.08s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (36.12s)
Computing version for https://github.com/nerdsupremacist/Stencil.git
Computed https://github.com/nerdsupremacist/Stencil.git at 0.13.2 (0.83s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.31s)
Computing version for https://github.com/nerdsupremacist/graphql-syntax.git
Computed https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3 (1.14s)
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.56s)
Computing version for https://github.com/nerdsupremacist/CLIKit.git
Computed https://github.com/nerdsupremacist/CLIKit.git at 0.3.7 (1.43s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.59s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.35s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (5.25s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (3.70s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (8.99s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (5.05s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2820] Fetching swxmlhash
[2821/13477] Fetching swxmlhash, yams
[3567/28828] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.48s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.49s)
Fetched https://github.com/jpsim/Yams.git from cache (1.52s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (2.15s)
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.59s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.64s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 7.23.0 (0.65s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.32s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (0.91s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.55s)
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/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
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/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/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
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/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.4.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/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/graphql-syntax.git
Working copy of https://github.com/nerdsupremacist/graphql-syntax.git resolved at 0.1.3
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/44] Write sources
[14/44] Compiling Clang_C Clang_C.c
[14/44] Compiling atomic-counter.c
[16/44] Compiling SourceKit SourceKit.c
[16/44] Write sources
[19/44] Compiling reader.c
[20/44] Compiling writer.c
[21/44] Compiling parser.c
[22/44] Compiling api.c
[23/44] Write swift-version-24593BA9C3E375BF.txt
[24/44] Compiling emitter.c
[25/301] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/321] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/321] Emitting module SWXMLHash
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/324] Emitting module CLIKit
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[30/331] Compiling Yams Tag.swift
[31/331] Compiling Yams YamlAnchorProviding.swift
[32/333] Compiling SyntaxTree Kind.swift
[33/333] Emitting module SyntaxTree
[34/333] Compiling Yams AliasDereferencingStrategy.swift
[35/333] Compiling Yams Anchor.swift
[36/333] Compiling Yams Constructor.swift
[37/333] Emitting module AEXML
[38/333] Compiling Yams Resolver.swift
[39/333] Compiling Yams String+Yams.swift
[40/333] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[41/333] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[42/333] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[43/333] Compiling SwiftFormat FileMacro.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[44/333] Compiling SwiftFormat GenericExtensions.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[45/333] Compiling SwiftFormat HeaderFileName.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[46/333] Compiling SwiftFormat HoistAwait.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[47/333] Compiling SwiftFormat HoistPatternLet.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[48/333] Compiling SwiftFormat HoistTry.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[49/333] Compiling SwiftFormat Indent.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[52/333] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[53/333] Compiling AEXML Element.swift
[54/333] Compiling AEXML Document.swift
[55/333] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
[59/333] Compiling Yams Mark.swift
[60/333] Compiling Yams Node.Alias.swift
[61/333] Compiling Yams Node.Mapping.swift
[62/333] Compiling SyntaxTree SyntaxTreeFactory.swift
[66/333] Compiling Yams Decoder.swift
[67/333] Compiling Yams Emitter.swift
[68/333] Compiling Yams Encoder.swift
[73/333] Compiling Yams YamlError.swift
[75/333] Compiling Yams Node.Scalar.swift
[76/333] Compiling Yams Node.Sequence.swift
[77/333] Compiling Yams YamlTagProviding.swift
[78/333] Compiling SwiftFormat DeclarationType.swift
[79/333] Compiling SwiftFormat EnumAssociable.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[87/333] Compiling SWXMLHash XMLHashOptions.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[88/333] Compiling SwiftFormat DuplicateImports.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[89/333] Compiling SwiftFormat ElseOnSameLine.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[90/333] Compiling SwiftFormat EmptyBraces.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[91/333] Compiling SwiftFormat EmptyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[92/333] Compiling SwiftFormat EnumNamespaces.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[93/333] Compiling SwiftFormat EnvironmentEntry.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[94/333] Compiling SwiftFormat ExtensionAccessControl.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[95/333] Compiling SwiftFormat FileHeader.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[96/333] Compiling SyntaxTree LineColumnIndex.swift
[97/333] Compiling SyntaxTree SyntaxTree.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 |
[103/333] Compiling CLIKit Subprocess.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[104/333] Compiling CLIKit SubprocessError.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[105/333] Compiling CLIKit SubprocessResult.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[106/333] Compiling CLIKit Character+Inspection.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[107/333] Compiling CLIKit SimpleWordCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[108/333] Compiling CLIKit String+Words.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[109/333] Compiling CLIKit TextCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[110/333] Compiling SyntaxTree MutableSyntaxTree.swift
[111/333] Compiling SyntaxTree Location.swift
[112/333] Compiling SWXMLHash XMLIndexer.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[113/333] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[114/333] Compiling SwiftFormat GitFileInfo.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[115/333] Compiling SwiftFormat GithubActionsLogReporter.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[116/333] Compiling SwiftFormat Globs.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[117/333] Compiling SwiftFormat Inference.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[118/333] Compiling SwiftFormat JSONReporter.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[119/333] Compiling SwiftFormat OptionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[139/333] Compiling AEXML Options.swift
[140/333] Compiling AEXML Error.swift
[141/333] Compiling AEXML Parser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[142/333] 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 |
/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 |
/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/242] Compiling SyntaxTree SyntaxTreeFactory.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/298] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[6/298] Compiling CLIKit Array+CommandArgumentValue.swift
[7/298] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[8/298] Compiling CLIKit Double+CommandArgumentValue.swift
[9/301] Compiling CLIKit Float+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[10/301] Compiling CLIKit Int+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[11/301] Compiling CLIKit Set+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
50 | parentStack.push(root)
51 |
52 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
53 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
54 | parser.delegate = self
[12/301] Compiling CLIKit ParserEvent.swift
[13/301] Compiling CLIKit ParserState.swift
[14/301] Compiling CLIKit ParserStateMachine.swift
[15/301] Compiling CLIKit Execution.swift
[16/301] Compiling SyntaxTree Kind.swift
[17/301] Emitting module SyntaxTree
[18/301] Compiling SyntaxTree LineColumnIndex.swift
[19/301] Compiling AEXML Error.swift
[20/301] Compiling SyntaxTree MutableSyntaxTree.swift
[21/301] Compiling SyntaxTree Location.swift
[22/301] Compiling SyntaxTree SyntaxTree.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[29/302] Compiling CLIKit String+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[30/302] Compiling CLIKit UInt+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[33/309] Compiling CLIKit URL+CommandArgumentValue.swift
[34/309] Compiling CLIKit CommandArgumentSpecification.swift
[35/309] Compiling CLIKit CommandArgumentValue.swift
[36/309] Compiling CLIKit CommandFlag.swift
[37/309] Compiling CLIKit CommandInput.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
[38/309] Compiling CLIKit CommandOption.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
[39/309] Compiling CLIKit HelpFlag.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:60:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
58 |
59 | self.ops = ops
60 | let parser = XMLParser(data: data!)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
61 | parser.shouldProcessNamespaces = options.shouldProcessNamespaces
62 | parser.delegate = self
[41/309] Compiling AEXML Options.swift
[42/309] Compiling AEXML Parser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/311] Emitting module SWXMLHash
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
62 | }
63 |
64 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
65 | didStartElement elementName: String,
66 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | }
75 |
76 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
77 | let current = parentStack.top()
78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
80 | }
81 |
82 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 | didEndElement elementName: String,
84 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
87 | }
88 |
89 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
90 | if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
91 | let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
95 | }
96 |
97 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
98 | #if os(Linux) && !swift(>=4.1.50)
99 | if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
31 |
32 | /// The implementation of XMLParserDelegate and where the lazy parsing actually happens.
33 | class LazyXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
34 | required init(_ options: XMLHashOptions) {
35 | root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:66:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
64 | }
65 |
66 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
67 | didStartElement elementName: String,
68 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:83:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
81 | }
82 |
83 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
84 | if !onMatch() {
85 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:93:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
91 | }
92 |
93 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
94 | if !onMatch() {
95 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/LazyXMLParser.swift:105:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
103 | }
104 |
105 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
106 | didEndElement elementName: String,
107 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
[46/311] Compiling CLIKit CommandLineError.swift
[47/311] Compiling CLIKit CommandLineParser.swift
[48/311] Compiling CLIKit CommandUsage.swift
[49/311] Compiling CLIKit ParserContext.swift
[50/311] Compiling CLIKit Subprocess.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[51/311] Compiling CLIKit SubprocessError.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[52/311] Compiling CLIKit SubprocessResult.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[53/311] Compiling CLIKit Character+Inspection.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[54/311] Compiling CLIKit SimpleWordCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[55/311] Compiling CLIKit String+Words.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[56/311] Compiling CLIKit TextCompletion.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/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 |
[62/316] Compiling CLIKit LineReader.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[63/316] Compiling CLIKit WrapsFileHandle.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[64/316] Compiling CLIKit Lock.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[65/316] Compiling SwiftSyntax SyntaxExprNodes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[66/316] Compiling SwiftSyntax SyntaxNodes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[67/316] Compiling SwiftSyntax SyntaxPatternNodes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[68/316] Compiling SwiftSyntax SyntaxStmtNodes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[69/316] Compiling SwiftSyntax SyntaxTypeNodes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[70/316] Compiling CLIKit StandardEnvironmentVariable.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[71/316] Compiling CLIKit CStrings.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[72/316] Compiling CLIKit SubprocessAttributes.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[73/316] Compiling CLIKit SubprocessCaptureOutputThread.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[74/316] Compiling CLIKit SubprocessIO.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[75/316] Compiling CLIKit SubprocessPipe.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[76/316] Compiling CLIKit SubprocessStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/316] Emitting module CLIKit
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[80/316] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[84/316] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[85/316] Compiling Yams YamlTagProviding.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[88/316] Compiling SWXMLHash XMLHashOptions.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[89/316] Compiling SWXMLHash XMLIndexer.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[90/316] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[91/316] Compiling CLIKit Path+FileManagement.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[92/316] Compiling CLIKit Path.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[93/316] Compiling CLIKit Console.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[94/316] Compiling CLIKit IO.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[95/316] Compiling CLIKit BasicREPL.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[96/316] Compiling CLIKit CommandLineHistory.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
7 | import Glibc
8 | #else
9 | import Darwin
| `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[105/316] Emitting module AEXML
BUILD FAILURE 6.1 wasm