The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Graphaello, reference 0.1.0-beta.9 (8134d5), with Swift 6.1 for Wasm on 28 May 2025 03:50:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 0.1.0-beta.9
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nerdsupremacist/Graphaello
 * tag               0.1.0-beta.9 -> FETCH_HEAD
HEAD is now at 8134d59 Consolidating api name camelcasing
Cloned https://github.com/nerdsupremacist/Graphaello.git
Revision (git rev-parse @):
8134d59f776be0ef3df77c16b640d473f8a91433
SUCCESS checkout https://github.com/nerdsupremacist/Graphaello.git at 0.1.0-beta.9
========================================
Build
========================================
Selected platform:         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-2":/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/kylef/PathKit.git
Fetching https://github.com/nerdsupremacist/Stencil.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/nerdsupremacist/graphql-syntax.git
[1/61] Fetching graphql-syntax
[62/1472] Fetching graphql-syntax, pathkit
[1473/4548] Fetching graphql-syntax, pathkit, stencil
[4549/27838] Fetching graphql-syntax, pathkit, stencil, xcodeproj
Fetched https://github.com/kylef/PathKit.git from cache (0.38s)
[3370/26427] Fetching graphql-syntax, stencil, xcodeproj
Fetching https://github.com/nerdsupremacist/CLIKit.git
Fetched https://github.com/nerdsupremacist/Stencil.git from cache (0.43s)
[2623/23351] Fetching graphql-syntax, xcodeproj
Fetching https://github.com/jpsim/SourceKitten.git
[8214/24311] Fetching graphql-syntax, xcodeproj, clikit
[11969/40423] Fetching graphql-syntax, xcodeproj, clikit, sourcekitten
Fetched https://github.com/nerdsupremacist/CLIKit.git from cache (0.40s)
[16918/39463] Fetching graphql-syntax, xcodeproj, sourcekitten
[19266/87645] Fetching graphql-syntax, xcodeproj, sourcekitten, swiftformat
[23772/158093] Fetching graphql-syntax, xcodeproj, sourcekitten, swiftformat, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (4.14s)
[101450/141981] Fetching graphql-syntax, xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/nerdsupremacist/graphql-syntax.git from cache (7.02s)
[105302/141920] Fetching xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/tuist/xcodeproj.git from cache (7.07s)
Fetched https://github.com/apple/swift-syntax.git from cache (7.10s)
[12046/48182] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (38.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (43.43s)
Computing version for https://github.com/nerdsupremacist/Stencil.git
Computed https://github.com/nerdsupremacist/Stencil.git at 0.13.2 (6.18s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (5.06s)
Computing version for https://github.com/nerdsupremacist/graphql-syntax.git
Computed https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3 (7.39s)
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.46s)
Computing version for https://github.com/nerdsupremacist/CLIKit.git
Computed https://github.com/nerdsupremacist/CLIKit.git at 0.3.7 (1.51s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.53s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.57s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.59s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.25s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.86s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (2.16s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2820] Fetching swxmlhash
[1411/13477] Fetching swxmlhash, yams
[3567/28828] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.43s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.44s)
[8100/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.01s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (2.62s)
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.79s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.58s)
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.34s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (0.94s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.62s)
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/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/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
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/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/graphql-syntax.git
Working copy of https://github.com/nerdsupremacist/graphql-syntax.git resolved at 0.1.3
Creating working copy for https://github.com/nerdsupremacist/CLIKit.git
Working copy of https://github.com/nerdsupremacist/CLIKit.git resolved at 0.3.7
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.5.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/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 7.23.0
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Creating working copy for https://github.com/nerdsupremacist/Stencil.git
Working copy of https://github.com/nerdsupremacist/Stencil.git resolved at 0.13.2
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/44] Write sources
[16/44] Compiling atomic-counter.c
[17/44] Compiling Clang_C Clang_C.c
[18/44] Compiling SourceKit SourceKit.c
[19/44] Compiling writer.c
[20/44] Compiling reader.c
[21/44] Compiling api.c
[22/44] Compiling parser.c
[23/44] Compiling emitter.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
[25/77] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/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
[28/324] Emitting module AEXML
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] Emitting module Yams
[31/333] Compiling Yams Tag.swift
[32/333] Compiling Yams YamlAnchorProviding.swift
[33/333] Compiling SwiftFormat SpaceAroundParens.swift
[34/333] Compiling SwiftFormat SpaceInsideBraces.swift
[35/333] Compiling SwiftFormat SpaceInsideBrackets.swift
[36/333] Compiling SwiftFormat SpaceInsideComments.swift
[37/333] Compiling SwiftFormat SpaceInsideGenerics.swift
[38/333] Compiling SwiftFormat SpaceInsideParens.swift
[39/333] Compiling SwiftFormat Specifiers.swift
[40/333] Compiling SwiftFormat StrongOutlets.swift
[41/333] Compiling SwiftFormat StrongifiedSelf.swift
[42/333] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[43/333] Compiling SwiftFormat Todos.swift
[44/333] Compiling SwiftFormat TrailingClosures.swift
[45/333] Compiling SwiftFormat TrailingCommas.swift
[46/333] Compiling SwiftFormat TrailingSpace.swift
[47/333] Compiling SwiftFormat TypeSugar.swift
[48/333] Compiling SwiftFormat UnusedArguments.swift
[49/333] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[50/350] Emitting module SyntaxTree
[51/350] Compiling SyntaxTree Kind.swift
[52/350] Compiling Yams Node.Scalar.swift
[53/350] Compiling Yams Node.Sequence.swift
[54/350] Compiling Yams Node.swift
[55/350] Compiling Yams Mark.swift
[56/350] Compiling Yams Node.Alias.swift
[57/350] Compiling Yams Node.Mapping.swift
[58/350] Compiling Yams Encoder.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 |
[63/355] 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
[64/355] 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
[65/355] 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
[66/355] 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
[67/355] 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
[68/355] 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
[69/355] 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
[70/355] Compiling Yams Decoder.swift
[71/355] Compiling Yams Emitter.swift
[73/355] Compiling SWXMLHash XMLHashOptions.swift
[74/355] Compiling SWXMLHash XMLIndexer.swift
[75/355] Compiling SWXMLHash shim.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/355] 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 |
[77/355] Compiling SyntaxTree SyntaxTree.swift
[78/355] Compiling SyntaxTree LineColumnIndex.swift
[79/355] 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
[80/355] 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
[81/355] 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
[82/355] Compiling CLIKit Log.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
[83/355] Compiling CLIKit Regex.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
[84/355] Compiling CLIKit Sequence+Convenience.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/355] Compiling CLIKit String+Utilities.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
[86/355] Compiling CLIKit Environment.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
[87/355] 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
[88/355] 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
[89/355] 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
[90/355] 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
[91/355] 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
[92/355] 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
[93/355] 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
[94/355] Compiling Yams YamlError.swift
[95/355] Compiling Yams YamlTagProviding.swift
[96/355] Compiling SyntaxTree Location.swift
[97/355] Compiling SyntaxTree MutableSyntaxTree.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
[99/355] Compiling Yams Parser.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
[100/355] Compiling Yams RedundancyAliasingStrategy.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
[101/355] Compiling SwiftFormat RedundantReturn.swift
[102/355] Compiling SwiftFormat RedundantSelf.swift
[103/355] Compiling SwiftFormat RedundantStaticSelf.swift
[104/355] Compiling SwiftFormat RedundantType.swift
[105/355] Compiling SwiftFormat RedundantTypedThrows.swift
[106/355] Compiling SwiftFormat RedundantVoidReturnType.swift
[107/355] Compiling SwiftFormat Semicolons.swift
[108/355] Compiling SwiftFormat SortDeclarations.swift
[109/355] Compiling SwiftFormat SortImports.swift
[110/355] Compiling SwiftFormat SortSwitchCases.swift
[111/355] Compiling SwiftFormat SortTypealiases.swift
[112/355] Compiling SwiftFormat SortedImports.swift
[113/355] Compiling SwiftFormat SortedSwitchCases.swift
[114/355] Compiling SwiftFormat SpaceAroundBraces.swift
[115/355] Compiling SwiftFormat SpaceAroundBrackets.swift
[116/355] Compiling SwiftFormat SpaceAroundComments.swift
[117/355] Compiling SwiftFormat SpaceAroundGenerics.swift
[118/355] Compiling SwiftFormat SpaceAroundOperators.swift
[119/355] Compiling AEXML Options.swift
[120/355] Compiling AEXML Parser.swift
[121/355] Compiling SyntaxTree SyntaxTreeFactory.swift
[123/355] Compiling CLIKit TerminalCode.swift
[124/355] Compiling CLIKit TerminalInputMode.swift
[125/355] Compiling Yams Resolver.swift
[126/355] Compiling Yams String+Yams.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
[134/356] Compiling Yams Representer.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/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
/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
/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
[139/356] Compiling Yams AliasDereferencingStrategy.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
[140/356] Compiling Yams Anchor.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
[141/356] Compiling Yams Constructor.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/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 |
[157/356] Compiling AEXML Error.swift
[169/356] Compiling AEXML Element.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.
/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.
[175/356] Compiling AEXML Document.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 |
/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
[183/357] Compiling CLIKit CommandUsage.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
[184/357] Compiling CLIKit ParserContext.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
[185/357] Compiling CLIKit ParserEvent.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
[186/357] Compiling CLIKit ParserState.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
[187/357] Compiling CLIKit ParserStateMachine.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
[188/357] Compiling CLIKit Execution.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
[189/357] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/357] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/172] Compiling SyntaxTree SyntaxTreeFactory.swift
[5/298] Compiling SyntaxTree Kind.swift
[6/298] Compiling AEXML Parser.swift
[7/298] Compiling AEXML Document.swift
[8/298] Emitting module SyntaxTree
[9/298] Compiling SyntaxTree LineColumnIndex.swift
[10/298] Emitting module AEXML
[11/298] Compiling AEXML Error.swift
[12/298] Compiling AEXML Element.swift
[13/298] Compiling AEXML Options.swift
[14/298] Compiling SwiftFormat ConsecutiveBlankLines.swift
[15/298] Compiling SwiftFormat Arguments.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/301] 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
[17/304] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.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
[18/304] Compiling SwiftFormat BlankLinesBetweenImports.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
[19/304] Compiling SwiftFormat BlankLinesBetweenScopes.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/304] 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
[21/311] Compiling SwiftFormat BlockComments.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
[22/311] Compiling SwiftFormat Braces.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
[23/311] Compiling SwiftFormat ConditionalAssignment.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/311] 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
[26/311] 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
[29/311] Compiling Yams YamlError.swift
[30/311] Compiling Yams YamlTagProviding.swift
[31/311] Compiling SwiftFormat DeclarationType.swift
[32/311] Compiling SwiftFormat EnumAssociable.swift
[32/311] Wrapping AST for AEXML for debugging
BUILD FAILURE 6.1 wasm