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 develop (83fb61), with Swift 6.1 for Android on 28 May 2025 03:48:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Graphaello.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nerdsupremacist/Graphaello
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 83fb610 Merge pull request #44 from getfiit/issues/42
Cloned https://github.com/nerdsupremacist/Graphaello.git
Revision (git rev-parse @):
83fb6106f222603c5ec3c539fdd859b6539ca89e
SUCCESS checkout https://github.com/nerdsupremacist/Graphaello.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/Graphaello.git
https://github.com/nerdsupremacist/Graphaello.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.27.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "clikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/CLIKit.git"
    },
    {
      "identity" : "graphql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/graphql-syntax.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Stencil.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.5.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.42.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Graphaello",
  "name" : "Graphaello",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "graphaello",
      "targets" : [
        "Graphaello"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graphaello",
      "module_type" : "SwiftTarget",
      "name" : "Graphaello",
      "path" : "Sources/Graphaello",
      "product_dependencies" : [
        "SourceKittenFramework",
        "CLIKit",
        "GraphQLSyntax",
        "Stencil",
        "XcodeProj",
        "PathKit",
        "SwiftFormat",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "graphaello"
      ],
      "sources" : [
        "Arguments/ApolloReference.swift",
        "Arguments/ProjectPath.swift",
        "Cache/PersistentCache.swift",
        "Commands/AddAPI/AddAPICommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/Codegen/CodegenCommand.swift",
        "Commands/GraphQLCommands.swift",
        "Commands/Init/InitCommand.swift",
        "Commands/UpdateAPICommand.swift",
        "Commands/checkVersion.swift",
        "Errors/ArgumentError.swift",
        "Errors/GraphQLFragmentResolverError.swift",
        "Errors/GraphQLPathValidationError.swift",
        "Errors/LocatedError.swift",
        "Errors/ParseError.swift",
        "Extensions/Array.swift",
        "Extensions/Collection+single.swift",
        "Extensions/Environment+custom.swift",
        "Extensions/ExprSyntax+erasure.swift",
        "Extensions/ExprSyntax+init.swift",
        "Extensions/Inflector.swift",
        "Extensions/Levensttein.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/OrderedHashableDictionary.swift",
        "Extensions/OrderedSet.swift",
        "Extensions/Path+templates.swift",
        "Extensions/String+camelized.swift",
        "Extensions/String+keywordProtected.swift",
        "Processing/Apollo/ApolloCodeGenRequest.swift",
        "Processing/Apollo/ApolloCodeGenResponse.swift",
        "Processing/Code Generstion/CodeTransformable/AnyCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Array+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CachedCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Context+render.swift",
        "Processing/Code Generstion/CodeTransformable/Optional+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/String+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/SwiftCodeBuilder.swift",
        "Processing/Code Generstion/CodeTransformable/code.swift",
        "Processing/Code Generstion/GraphQL/ExtraValuesGraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FieldArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FragmentReference.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLCodeQueryArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLComponent+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLField+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLFragment+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLMutation+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLObject+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLQuery+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphqLTypeConditional+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/ObjectFieldCall.swift",
        "Processing/Code Generstion/Swift/ExtraValuesSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/FormattedSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/API+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Argument+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Field+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/FragmentPlaceholder.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLConnectionFragment+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLType+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgumentAssignmentFromQueryData.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerValueAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/InputField+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InputFieldInitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingFragmentsStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingReferencedFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/MutationStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/PagingFromFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/Path+expression.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryArgumentAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryRendererArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/Struct+Prepared+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/StructureAPI.swift",
        "Processing/Code Generstion/Swift/SwiftCodeTransformable.swift",
        "Processing/Context/AnyContextProtocol.swift",
        "Processing/Context/Array+ContextProtocol.swift",
        "Processing/Context/Context.swift",
        "Processing/Context/ContextBuilder.swift",
        "Processing/Context/ContextElement.swift",
        "Processing/Context/ContextKeyAssignment.swift",
        "Processing/Context/ContextProtocol.swift",
        "Processing/Model/GraphQL/Component.swift",
        "Processing/Model/GraphQL/GraphQLArgument.swift",
        "Processing/Model/GraphQL/GraphQLConnectionFragment.swift",
        "Processing/Model/GraphQL/GraphQLConnectionQuery.swift",
        "Processing/Model/GraphQL/GraphQLField.swift",
        "Processing/Model/GraphQL/GraphQLFragment.swift",
        "Processing/Model/GraphQL/GraphQLMutation.swift",
        "Processing/Model/GraphQL/GraphQLObject.swift",
        "Processing/Model/GraphQL/GraphQLTypeConditional.swift",
        "Processing/Model/GraphQL/Operation.swift",
        "Processing/Model/GraphQL/Query.swift",
        "Processing/Model/Schema/API.swift",
        "Processing/Model/Schema/Definition.swift",
        "Processing/Model/Schema/Field+Argument.swift",
        "Processing/Model/Schema/Field.swift",
        "Processing/Model/Schema/GraphQLType+ConnectionEdgeType.swift",
        "Processing/Model/Schema/GraphQLType.swift",
        "Processing/Model/Schema/InputField.swift",
        "Processing/Model/Schema/Schema+Kind.swift",
        "Processing/Model/Schema/Schema.swift",
        "Processing/Model/Schema/TypeReference+Codable.swift",
        "Processing/Model/Schema/TypeReference.swift",
        "Processing/Model/Struct/Argument.swift",
        "Processing/Model/Struct/Location.swift",
        "Processing/Model/Struct/Property.swift",
        "Processing/Model/Struct/Struct.swift",
        "Processing/Model/Struct/Target.swift",
        "Processing/Model/Struct/Warning.swift",
        "Processing/Pipeline/BasicPipeline.swift",
        "Processing/Pipeline/Component/Assembly/Assembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicAssembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicRequestAssembler.swift",
        "Processing/Pipeline/Component/Assembly/RequestAssembler.swift",
        "Processing/Pipeline/Component/Cleaning/BasicCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/Cleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/ComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicPropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/PropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/AnyArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/ArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/BasicArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Cleaning+Argument.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/DictionaryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/FieldArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLComponentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLConnectionQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLFragmenrCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLObjectCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLTypeConditionalCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Cleaning.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AnyFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Cleaning+FieldName.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameAliasNamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicAliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicRenamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/FragmentFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLObjectFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLQueryFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Extraction/BasicExtractor.swift",
        "Processing/Pipeline/Component/Extraction/Extractor.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/LineColumnIndex.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Accessibility.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Kind.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+content.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+decode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+location.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+optional.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+syntaxTree.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceFileSyntax+SingleItem.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/AttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicAttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicPropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicStructExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/PropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/StructExtractor.swift",
        "Processing/Pipeline/Component/Generation/BasicGenerator.swift",
        "Processing/Pipeline/Component/Generation/Generator.swift",
        "Processing/Pipeline/Component/Parsing/BasicParser.swift",
        "Processing/Pipeline/Component/Parsing/Parser.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/Helpers/BaseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubPArser+memberAccess+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+annotationFunctionCall.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+argumentList.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+attribute.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+baseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+expression.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+syntaxTree.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser.swift",
        "Processing/Pipeline/Component/Preparation/ApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/ApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicPreparator.swift",
        "Processing/Pipeline/Component/Preparation/Preparator.swift",
        "Processing/Pipeline/Component/Resolution/BasicResolver.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+connection.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+object.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+queryComponents.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/Sequence+collect.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+CollectedValue.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Context.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Result.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution.swift",
        "Processing/Pipeline/Component/Resolution/Resolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/BasicStructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/BasicResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedComponentCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedPropertyCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PathResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PropertyResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/StructPropertiesResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedValueCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/StructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ValueResolver.swift",
        "Processing/Pipeline/Component/Transpilation/BasicGraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Transpilation/GraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Validation/BasicValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidation.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicOperationTypeValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicPathValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/OperationValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/PathValidator.swift",
        "Processing/Pipeline/Component/Validation/Validator.swift",
        "Processing/Pipeline/Diagnostics/Array+WarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/UnusedWarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/WarningDiagnoser.swift",
        "Processing/Pipeline/FileWithTargets.swift",
        "Processing/Pipeline/Pipeline.swift",
        "Processing/Pipeline/PipelineFactory.swift",
        "Processing/Pipeline/Stage/Assembled/Assembled.swift",
        "Processing/Pipeline/Stage/Assembled/AssembledStage.swift",
        "Processing/Pipeline/Stage/Cleaned/Cleaned.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+hasValue.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isComputed.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isPrivate.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted.swift",
        "Processing/Pipeline/Stage/GraphQLStage.swift",
        "Processing/Pipeline/Stage/Parsed/Parsed.swift",
        "Processing/Pipeline/Stage/Prepared/Prepared.swift",
        "Processing/Pipeline/Stage/Resolved/AdditionalReferencedAPI.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Keys.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Concat.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Properties.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved.swift",
        "Processing/Pipeline/Stage/Resolved/ResolvedStage.swift",
        "Processing/Pipeline/Stage/Stage.swift",
        "Processing/Pipeline/Stage/Validated/Validated.swift",
        "Processing/Project/Project+State+Pipeline.swift",
        "Processing/Project/Project+State+ResolvedStage.swift",
        "Processing/Project/Project+State.swift",
        "Processing/Project/Project+scanAPIs.swift",
        "Processing/Project/Project.swift",
        "Property Wrappers/OptionalParsed.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/nerdsupremacist/graphql-syntax.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/nerdsupremacist/Stencil.git
Fetching https://github.com/apple/swift-syntax.git
[1/1411] Fetching pathkit
[933/4487] Fetching pathkit, stencil
[1843/4548] Fetching pathkit, stencil, graphql-syntax
[4549/27838] Fetching pathkit, stencil, graphql-syntax, xcodeproj
[11304/76020] Fetching pathkit, stencil, graphql-syntax, xcodeproj, swiftformat
[14629/146468] Fetching pathkit, stencil, graphql-syntax, xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/kylef/PathKit.git from cache (2.12s)
Fetching https://github.com/nerdsupremacist/CLIKit.git
[80114/145057] Fetching stencil, graphql-syntax, xcodeproj, swiftformat, swift-syntax
Fetched https://github.com/tuist/xcodeproj.git from cache (2.16s)
Fetching https://github.com/jpsim/SourceKitten.git
[58938/121767] Fetching stencil, graphql-syntax, swiftformat, swift-syntax
[64574/122727] Fetching stencil, graphql-syntax, swiftformat, swift-syntax, clikit
[67648/138839] Fetching stencil, graphql-syntax, swiftformat, swift-syntax, clikit, sourcekitten
Fetched https://github.com/nerdsupremacist/CLIKit.git from cache (0.44s)
[85954/137879] Fetching stencil, graphql-syntax, swiftformat, swift-syntax, sourcekitten
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.47s)
[80481/121767] Fetching stencil, graphql-syntax, swiftformat, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.52s)
[14073/51319] Fetching stencil, graphql-syntax, swiftformat
Fetched https://github.com/nerdsupremacist/graphql-syntax.git from cache (24.48s)
Fetched https://github.com/nerdsupremacist/Stencil.git from cache (24.47s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (25.20s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50500.0 (25.79s)
Computing version for https://github.com/nerdsupremacist/Stencil.git
Computed https://github.com/nerdsupremacist/Stencil.git at 0.13.2 (0.70s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/nerdsupremacist/graphql-syntax.git
Computed https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3 (1.10s)
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.40s)
Computing version for https://github.com/nerdsupremacist/CLIKit.git
Computed https://github.com/nerdsupremacist/CLIKit.git at 0.3.7 (0.88s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.31s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.08s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.48s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.72s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (1.59s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.55s)
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
[2821/13477] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.32s)
[214/10657] Fetching yams
[1600/26008] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Fetched https://github.com/jpsim/Yams.git from cache (1.18s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.73s)
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.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.49s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 7.23.0 (0.51s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.24s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (2.17s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.97s)
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/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/CLIKit.git
Working copy of https://github.com/nerdsupremacist/CLIKit.git resolved at 0.3.7
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.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/nerdsupremacist/Stencil.git
Working copy of https://github.com/nerdsupremacist/Stencil.git resolved at 0.13.2
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/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 7.23.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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/nerdsupremacist/graphql-syntax.git
Working copy of https://github.com/nerdsupremacist/graphql-syntax.git resolved at 0.1.3
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/44] Write sources
[14/44] Compiling Clang_C Clang_C.c
[15/44] Compiling SourceKit SourceKit.c
[16/44] Compiling reader.c
[17/44] Write sources
[19/44] Compiling writer.c
[20/44] Compiling parser.c
[21/44] Compiling api.c
[22/44] Compiling emitter.c
[23/44] Compiling atomic-counter.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
[25/44] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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
[29/331] Compiling CLIKit CommandInput.swift
[30/331] Compiling CLIKit CommandOption.swift
[31/333] Compiling Yams YamlTagProviding.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 |
[32/333] Compiling CLIKit Sequence+Convenience.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 |
[33/333] Compiling CLIKit String+Utilities.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 |
[34/333] Compiling SWXMLHash XMLHashOptions.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 |
[35/333] Compiling SWXMLHash XMLIndexer.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/338] 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
[37/338] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/298] Emitting module AEXML
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/298] 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
[6/301] Compiling AEXML Options.swift
[7/301] Compiling AEXML Error.swift
[8/301] Compiling AEXML Parser.swift
[9/301] Compiling CLIKit ParserEvent.swift
[10/301] Compiling CLIKit ParserState.swift
[11/301] Compiling CLIKit ParserStateMachine.swift
[12/301] Compiling SyntaxTree SyntaxTreeFactory.swift
[13/301] Compiling CLIKit CommandInput.swift
[14/301] Compiling CLIKit CommandOption.swift
[15/301] Compiling CLIKit HelpFlag.swift
[16/301] Compiling CLIKit Command.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/301] 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
[18/308] Emitting module SyntaxTree
[19/308] Compiling CLIKit String+CommandArgumentValue.swift
[20/308] Compiling CLIKit UInt+CommandArgumentValue.swift
[21/308] Compiling CLIKit CommandLineError.swift
[22/308] Compiling CLIKit CommandLineParser.swift
[23/308] Compiling CLIKit CommandUsage.swift
[24/308] Compiling CLIKit ParserContext.swift
[25/308] Compiling CLIKit Array+CommandArgumentValue.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
[26/308] Compiling CLIKit Dictionary+CommandArgumentValue.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
[27/308] Compiling CLIKit Double+CommandArgumentValue.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
[28/308] Compiling CLIKit Float+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
 31 |
 32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
 33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
    |                                                 `- error: cannot find type 'XMLParserDelegate' in scope
 34 |     required init(_ options: XMLHashOptions) {
 35 |         root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 62 |     }
 63 |
 64 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 65 |                 didStartElement elementName: String,
 66 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 74 |     }
 75 |
 76 |     func parser(_ parser: XMLParser, foundCharacters string: String) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 77 |         let current = parentStack.top()
 78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 80 |     }
 81 |
 82 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 83 |                 didEndElement elementName: String,
 84 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 87 |     }
 88 |
 89 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 90 |         if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
 91 |             let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 95 |     }
 96 |
 97 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 98 |         #if os(Linux) && !swift(>=4.1.50)
 99 |         if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 50 |         parentStack.push(root)
 51 |
 52 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 53 |         parser.shouldProcessNamespaces = options.shouldProcessNamespaces
 54 |         parser.delegate = self
[29/308] Compiling CLIKit Int+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
 31 |
 32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
 33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
    |                                                 `- error: cannot find type 'XMLParserDelegate' in scope
 34 |     required init(_ options: XMLHashOptions) {
 35 |         root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 62 |     }
 63 |
 64 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 65 |                 didStartElement elementName: String,
 66 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 74 |     }
 75 |
 76 |     func parser(_ parser: XMLParser, foundCharacters string: String) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 77 |         let current = parentStack.top()
 78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 80 |     }
 81 |
 82 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 83 |                 didEndElement elementName: String,
 84 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 87 |     }
 88 |
 89 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 90 |         if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
 91 |             let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 95 |     }
 96 |
 97 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 98 |         #if os(Linux) && !swift(>=4.1.50)
 99 |         if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 50 |         parentStack.push(root)
 51 |
 52 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 53 |         parser.shouldProcessNamespaces = options.shouldProcessNamespaces
 54 |         parser.delegate = self
[30/308] Compiling CLIKit Set+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:33:49: error: cannot find type 'XMLParserDelegate' in scope
 31 |
 32 | /// The implementation of XMLParserDelegate and where the parsing actually happens.
 33 | class FullXMLParser: NSObject, SimpleXmlParser, XMLParserDelegate {
    |                                                 `- error: cannot find type 'XMLParserDelegate' in scope
 34 |     required init(_ options: XMLHashOptions) {
 35 |         root = XMLElement(name: rootElementName, options: options)
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:64:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 62 |     }
 63 |
 64 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 65 |                 didStartElement elementName: String,
 66 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:76:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 74 |     }
 75 |
 76 |     func parser(_ parser: XMLParser, foundCharacters string: String) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 77 |         let current = parentStack.top()
 78 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:82:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 80 |     }
 81 |
 82 |     func parser(_ parser: XMLParser,
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 83 |                 didEndElement elementName: String,
 84 |                 namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:89:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 87 |     }
 88 |
 89 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 90 |         if let cdataText = String(data: CDATABlock, encoding: String.Encoding.utf8) {
 91 |             let current = parentStack.top()
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:97:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 95 |     }
 96 |
 97 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
 98 |         #if os(Linux) && !swift(>=4.1.50)
 99 |         if let err = parseError as? NSError {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/FullXMLParser.swift:52:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 50 |         parentStack.push(root)
 51 |
 52 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 53 |         parser.shouldProcessNamespaces = options.shouldProcessNamespaces
 54 |         parser.delegate = self
[31/308] Compiling AEXML Document.swift
[32/308] Compiling AEXML Element.swift
[33/309] 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
[34/309] 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
[35/309] 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
[36/309] 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
[37/309] 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
[38/309] 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
[39/309] 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
[40/309] 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
[41/309] 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
[42/309] 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
[43/309] 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
[44/309] 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
[45/309] 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
[46/309] 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
[47/309] 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
[49/309] Compiling CLIKit URL+CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[50/309] Compiling CLIKit CommandArgumentSpecification.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[51/309] Compiling CLIKit CommandArgumentValue.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[52/309] Compiling CLIKit CommandFlag.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[69/309] Compiling SWXMLHash XMLHashOptions.swift
[70/309] Compiling SWXMLHash XMLIndexer.swift
[71/309] Compiling SWXMLHash shim.swift
[71/309] Wrapping AST for AEXML for debugging
[72/309] Compiling SyntaxTree Location.swift
[73/309] Compiling SyntaxTree Kind.swift
[74/309] Compiling SyntaxTree LineColumnIndex.swift
[75/309] 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)
[76/309] 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
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[87/309] Compiling CLIKit Path+FileManagement.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[88/309] Compiling CLIKit Path.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[89/309] Compiling CLIKit Console.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[90/309] Compiling CLIKit IO.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[91/309] Compiling CLIKit BasicREPL.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
[92/309] Compiling CLIKit CommandLineHistory.swift
/host/spi-builder-workspace/.build/checkouts/CLIKit/Sources/CLIKit/File Management/ExecutableFinder.swift:9:8: error: no such module 'Darwin'
 7 | import Glibc
 8 | #else
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Darwin.C
11 | #endif
BUILD FAILURE 6.1 android