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 Hylo, reference main (16d33b), with Swift 6.1 for Android on 5 Jun 2025 02:20:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/hylo-lang/hylo.git
Reference: main
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/hylo-lang/hylo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 16d33b8 Merge Emitter Cleanups (#1703)
Submodule path 'SPMBuildToolSupport': checked out '7c0a5c10ccacf066163c36e2cfcba65c7a21e956'
Submodule 'SPMBuildToolSupport' (https://github.com/dabrahams/SPMBuildToolSupport.git) registered for path 'SPMBuildToolSupport'
Cloning into '/host/spi-builder-workspace/SPMBuildToolSupport'...
Cloned https://github.com/hylo-lang/hylo.git
Revision (git rev-parse @):
16d33b87987f915d94b428fd1e9a6f2b47999174
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hylo-lang/hylo.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hylo-lang/hylo.git
https://github.com/hylo-lang/hylo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "durian",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hylo-lang/Durian.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swifty-llvm",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hylo-lang/Swifty-LLVM"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.1",
            "upper_bound" : "509.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "Hylo",
  "name" : "Hylo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "hc",
      "targets" : [
        "hc"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hylo-demangle",
      "targets" : [
        "hylo-demangle"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FrontEnd",
      "targets" : [
        "FrontEnd"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateHyloFileTests",
      "targets" : [
        "GenerateHyloFileTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "hylo_demangle",
      "module_type" : "SwiftTarget",
      "name" : "hylo-demangle",
      "path" : "Sources/hylo-demangle",
      "product_memberships" : [
        "hylo-demangle"
      ],
      "sources" : [
        "FullPathInFatalErrors.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IR"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "hc",
      "module_type" : "SwiftTarget",
      "name" : "hc",
      "path" : "Sources/hc",
      "product_memberships" : [
        "hc"
      ],
      "sources" : [
        "FullPathInFatalErrors.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Driver"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilsTests",
      "path" : "Tests/UtilsTests",
      "product_dependencies" : [
        "Algorithms"
      ],
      "sources" : [
        "BinaryIntegerExtensionsTests.swift",
        "BitArrayTests.swift",
        "ChunksTests.swift",
        "CollectionExtensionsTests.swift",
        "DirectedGraphTests.swift",
        "FullPathInFatalErrors.swift",
        "LazyTests.swift",
        "MathTests.swift",
        "SequenceExtensionsTests.swift",
        "StringExtensionTests.swift",
        "TextOutputStreamExtensionsTests.swift",
        "ThreeValuedBitTests.swift",
        "TrieTests.swift"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utils",
      "module_type" : "SwiftTarget",
      "name" : "Utils",
      "path" : "Sources/Utils",
      "product_dependencies" : [
        "BigInt",
        "Collections",
        "Algorithms"
      ],
      "product_memberships" : [
        "hc",
        "hylo-demangle",
        "FrontEnd",
        "GenerateHyloFileTests"
      ],
      "sources" : [
        "BinaryInteger+Extensions.swift",
        "BitArray.swift",
        "ChunkSequence.swift",
        "Collection+Extensions.swift",
        "CustomWitnessedSet.swift",
        "Dictionary+Extensions.swift",
        "DirectedGraph.swift",
        "DistinctNameGenerator.swift",
        "DoublyLinkedList.swift",
        "EquatableWitness.swift",
        "FactoryInitializable.swift",
        "FileManager+Extensions.swift",
        "FullPathInFatalErrors.swift",
        "HashableBox.swift",
        "HashableWitness.swift",
        "Host.swift",
        "Incidental.swift",
        "Indirect.swift",
        "Lazy.swift",
        "MVS.swift",
        "Math.swift",
        "Memo.swift",
        "Operators.swift",
        "Optional+Extensions.swift",
        "Ordering.swift",
        "Platform.swift",
        "Sequence+Extensions.swift",
        "Set+Extensions.swift",
        "SharedMutable.swift",
        "StatefulCoder.swift",
        "String+Extensions.swift",
        "StronglyConnectedComponents.swift",
        "TestOutputStream.swift",
        "ThreeValuedBit.swift",
        "Trie.swift",
        "URL+Extensions.swift",
        "Unreachable.swift",
        "WideUInt.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestUtils",
      "path" : "Sources/TestUtils",
      "sources" : [
        "AnnotatedHyloFileTest.swift",
        "DiagnosticChecks.swift",
        "FullPathInFatalErrors.swift",
        "HyloTestCase.swift",
        "KnownBugs.swift",
        "TestAnnotation.swift",
        "XCTest+Shims.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "Driver",
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "TestGeneratorPlugin",
      "path" : "Plugins/TestGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "sources" : [
        "SPMBuildToolSupport.swift",
        "TestGeneratorPlugin.swift"
      ],
      "target_dependencies" : [
        "GenerateHyloFileTests"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "StandardLibrary",
      "module_type" : "SwiftTarget",
      "name" : "StandardLibrary",
      "path" : "StandardLibrary",
      "product_memberships" : [
        "hc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/StandardLibrary/Sources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AST+Extensions.swift",
        "StandardLibrary.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManglingTests",
      "module_type" : "SwiftTarget",
      "name" : "ManglingTests",
      "path" : "Tests/ManglingTests",
      "sources" : [
        "AssemblySanitizedTests.swift",
        "Base64VarUIntTests.swift",
        "FullPathInFatalErrors.swift",
        "MangledStrings.swift",
        "ManglingTests.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "TestUtils",
        "StandardLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "LibraryTests",
      "path" : "Tests/LibraryTests",
      "sources" : [
        "FullPathInFatalErrors.swift",
        "LibraryTests.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IR",
      "module_type" : "SwiftTarget",
      "name" : "IR",
      "path" : "Sources/IR",
      "product_memberships" : [
        "hc",
        "hylo-demangle"
      ],
      "sources" : [
        "AbstractTypeLayout.swift",
        "Analysis/AbstractContext.swift",
        "Analysis/AbstractDomain.swift",
        "Analysis/AbstractInterpreter.swift",
        "Analysis/AbstractLocation.swift",
        "Analysis/AbstractObject.swift",
        "Analysis/AbstractValue.swift",
        "Analysis/ControlFlowGraph.swift",
        "Analysis/DominatorTree.swift",
        "Analysis/InliningPredicate.swift",
        "Analysis/Lifetime.swift",
        "Analysis/Module+AccessReification.swift",
        "Analysis/Module+CallBundleReification.swift",
        "Analysis/Module+CloseBorrows.swift",
        "Analysis/Module+DeadCodeElimination.swift",
        "Analysis/Module+Depolymorphize.swift",
        "Analysis/Module+Inlining.swift",
        "Analysis/Module+NormalizeObjectStates.swift",
        "Analysis/Module+Ownership.swift",
        "Analysis/Module+Simplification.swift",
        "Block.swift",
        "BlockID.swift",
        "BundleReference.swift",
        "Callee.swift",
        "CollectionWitness.swift",
        "Conformance.swift",
        "Emitter.swift",
        "FullPathInFatalErrors.swift",
        "Function.swift",
        "FunctionID.swift",
        "InsertionPoint.swift",
        "InstructionID.swift",
        "InstructionIndex.swift",
        "InstructionTransformer.swift",
        "IteratorWitness.swift",
        "Linkage.swift",
        "Mangling/Base64Digit.swift",
        "Mangling/Base64VarUInt.swift",
        "Mangling/DemangledEntity.swift",
        "Mangling/DemangledQualification.swift",
        "Mangling/DemangledSymbol.swift",
        "Mangling/DemangledSynthesizedFunction.swift",
        "Mangling/DemangledType.swift",
        "Mangling/Demangler.swift",
        "Mangling/Mangler.swift",
        "Mangling/ManglingOperator.swift",
        "Mangling/ReservedSymbol.swift",
        "Mangling/String+AssemblySanitized.swift",
        "Mangling/TypedProgram+Mangling.swift",
        "Module+Description.swift",
        "Module.swift",
        "ModulePass.swift",
        "Operands/Constant/Constant.swift",
        "Operands/Constant/FloatingPointConstant.swift",
        "Operands/Constant/FunctionReference.swift",
        "Operands/Constant/IntegerConstant.swift",
        "Operands/Constant/MetatypeType+Constant.swift",
        "Operands/Constant/VoidConstant.swift",
        "Operands/Constant/WitnessTable.swift",
        "Operands/Constant/WitnessTableType.swift",
        "Operands/Constant/WordConstant.swift",
        "Operands/Instruction/Access.swift",
        "Operands/Instruction/AddressToPointer.swift",
        "Operands/Instruction/AdvancedByBytes.swift",
        "Operands/Instruction/AdvancedByStrides.swift",
        "Operands/Instruction/AllocStack.swift",
        "Operands/Instruction/Branch.swift",
        "Operands/Instruction/Call.swift",
        "Operands/Instruction/CallBuiltinFunction.swift",
        "Operands/Instruction/CallBundle.swift",
        "Operands/Instruction/CallFFI.swift",
        "Operands/Instruction/CaptureIn.swift",
        "Operands/Instruction/CloseCapture.swift",
        "Operands/Instruction/CloseUnion.swift",
        "Operands/Instruction/CondBranch.swift",
        "Operands/Instruction/ConstantString.swift",
        "Operands/Instruction/DeallocStack.swift",
        "Operands/Instruction/EndAccess.swift",
        "Operands/Instruction/EndProject.swift",
        "Operands/Instruction/GenericParameter.swift",
        "Operands/Instruction/GlobalAddr.swift",
        "Operands/Instruction/Instruction.swift",
        "Operands/Instruction/Load.swift",
        "Operands/Instruction/MarkState.swift",
        "Operands/Instruction/MemoryCopy.swift",
        "Operands/Instruction/Move.swift",
        "Operands/Instruction/OpenCapture.swift",
        "Operands/Instruction/OpenUnion.swift",
        "Operands/Instruction/PointerToAddress.swift",
        "Operands/Instruction/Project.swift",
        "Operands/Instruction/ProjectBundle.swift",
        "Operands/Instruction/RegionEntry.swift",
        "Operands/Instruction/RegionExit.swift",
        "Operands/Instruction/ReleaseCaptures.swift",
        "Operands/Instruction/Return.swift",
        "Operands/Instruction/Store.swift",
        "Operands/Instruction/SubfieldView.swift",
        "Operands/Instruction/Switch.swift",
        "Operands/Instruction/Terminator.swift",
        "Operands/Instruction/UnionDiscriminator.swift",
        "Operands/Instruction/UnionSwitch.swift",
        "Operands/Instruction/Unreachable.swift",
        "Operands/Instruction/WrapExistentialAddr.swift",
        "Operands/Instruction/Yield.swift",
        "Operands/Operand.swift",
        "Parameter.swift",
        "Program.swift",
        "StaticStorage.swift",
        "Type.swift",
        "TypedProgram+Extensions.swift",
        "UnionType+Discriminator.swift",
        "Use.swift",
        "WideUInt+Extensions.swift"
      ],
      "target_dependencies" : [
        "Utils",
        "FrontEnd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HyloTests",
      "module_type" : "SwiftTarget",
      "name" : "HyloTests",
      "path" : "Tests/HyloTests",
      "product_dependencies" : [
        "Algorithms"
      ],
      "sources" : [
        "ASTTests.swift",
        "AccessEffectSetTests.swift",
        "BuiltinFunctionTests.swift",
        "FullPathInFatalErrors.swift",
        "LexerTests.swift",
        "NodeKindTests.swift",
        "ParserTests.swift",
        "RequirementPrinterTests.swift",
        "RewritingSystemTests.swift",
        "SourceFileTests+internal.swift",
        "SourceFileTests.swift",
        "SourceLineTests.swift",
        "Utils/StaticString+Extensions.swift",
        "WideUIntExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "TestUtils",
        "StandardLibrary",
        "Utils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenerateHyloFileTests",
      "module_type" : "SwiftTarget",
      "name" : "GenerateHyloFileTests",
      "path" : "Sources/GenerateHyloFileTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "GenerateHyloFileTests"
      ],
      "sources" : [
        "FullPathInFatalErrors.swift",
        "GenerateHyloFileTests.swift"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FrontEnd",
      "module_type" : "SwiftTarget",
      "name" : "FrontEnd",
      "path" : "Sources/FrontEnd",
      "product_dependencies" : [
        "Collections",
        "Durian",
        "BigInt"
      ],
      "product_memberships" : [
        "hc",
        "hylo-demangle",
        "FrontEnd"
      ],
      "sources" : [
        "AST/AST+CoreEntities.swift",
        "AST/AST+CoreTraits.swift",
        "AST/AST+Diagnostics.swift",
        "AST/AST+UseCollection.swift",
        "AST/AST+Walk.swift",
        "AST/AST+WellFormedness.swift",
        "AST/AST.swift",
        "AST/AnyNode.swift",
        "AST/Attribute.swift",
        "AST/BundledNode.swift",
        "AST/ConditionItem.swift",
        "AST/Decl/AssociatedTypeDecl.swift",
        "AST/Decl/AssociatedValueDecl.swift",
        "AST/Decl/BindingDecl.swift",
        "AST/Decl/BundleDecl.swift",
        "AST/Decl/CapturingDecl.swift",
        "AST/Decl/ConformanceDecl.swift",
        "AST/Decl/ConformanceSource.swift",
        "AST/Decl/ConstrainedGenericTypeDecl.swift",
        "AST/Decl/Decl.swift",
        "AST/Decl/ExposableDecl.swift",
        "AST/Decl/ExtensionDecl.swift",
        "AST/Decl/FunctionBody.swift",
        "AST/Decl/FunctionDecl.swift",
        "AST/Decl/GenericClause.swift",
        "AST/Decl/GenericDecl.swift",
        "AST/Decl/GenericParameterDecl.swift",
        "AST/Decl/ImplicitCapture.swift",
        "AST/Decl/ImportDecl.swift",
        "AST/Decl/InitializerDecl.swift",
        "AST/Decl/MethodDecl.swift",
        "AST/Decl/MethodImpl.swift",
        "AST/Decl/ModuleDecl.swift",
        "AST/Decl/NamespaceDecl.swift",
        "AST/Decl/OperatorDecl.swift",
        "AST/Decl/ParameterDecl.swift",
        "AST/Decl/ProductTypeDecl.swift",
        "AST/Decl/SingleEntityDecl.swift",
        "AST/Decl/SubscriptDecl.swift",
        "AST/Decl/SubscriptImpl.swift",
        "AST/Decl/SynthesizedFunctionDecl.swift",
        "AST/Decl/TraitDecl.swift",
        "AST/Decl/TranslationUnit.swift",
        "AST/Decl/TypeAliasDecl.swift",
        "AST/Decl/TypeExtendingDecl.swift",
        "AST/Decl/VarDecl.swift",
        "AST/Decl/WhereClause.swift",
        "AST/DeclModifiers/AccessModifier.swift",
        "AST/DeclModifiers/ReceiverModifier.swift",
        "AST/Expr/ArrowTypeExpr.swift",
        "AST/Expr/BooleanLiteralExpr.swift",
        "AST/Expr/BufferLiteralExpr.swift",
        "AST/Expr/CaptureExpr.swift",
        "AST/Expr/CastExpr.swift",
        "AST/Expr/ConditionalExpr.swift",
        "AST/Expr/ConformanceLensExpr.swift",
        "AST/Expr/ExistentialTypeExpr.swift",
        "AST/Expr/Expr.swift",
        "AST/Expr/FloatLiteralExpr.swift",
        "AST/Expr/FoldedSequenceExpr.swift",
        "AST/Expr/FunctionCallExpr.swift",
        "AST/Expr/InoutExpr.swift",
        "AST/Expr/IntegerLiteralExpr.swift",
        "AST/Expr/LabeledArgument.swift",
        "AST/Expr/LambdaExpr.swift",
        "AST/Expr/MapLiteralExpr.swift",
        "AST/Expr/MatchCase.swift",
        "AST/Expr/MatchExpr.swift",
        "AST/Expr/NameExpr.swift",
        "AST/Expr/NumericLiteralExpr.swift",
        "AST/Expr/ParameterTypeExpr.swift",
        "AST/Expr/PragmaLiteralExpr.swift",
        "AST/Expr/RemoteTypeExpr.swift",
        "AST/Expr/SequenceExpr.swift",
        "AST/Expr/SpawnExpr.swift",
        "AST/Expr/StringLiteralExpr.swift",
        "AST/Expr/SubscriptCallExpr.swift",
        "AST/Expr/TraitComposition.swift",
        "AST/Expr/TupleExpr.swift",
        "AST/Expr/TupleMemberExpr.swift",
        "AST/Expr/TupleTypeExpr.swift",
        "AST/Expr/UnicodeScalarLiteralExpr.swift",
        "AST/Expr/WildcardExpr.swift",
        "AST/GenericScope.swift",
        "AST/Identifier.swift",
        "AST/Introduced.swift",
        "AST/LexicalScope.swift",
        "AST/LexicalScopeSequence.swift",
        "AST/Name.swift",
        "AST/Node.swift",
        "AST/NodeIDs/AnyNodeID.swift",
        "AST/NodeIDs/CallID.swift",
        "AST/NodeIDs/DeclID.swift",
        "AST/NodeIDs/DeclIDs.swift",
        "AST/NodeIDs/ExprID.swift",
        "AST/NodeIDs/NodeID.swift",
        "AST/NodeIDs/NodeKind.swift",
        "AST/NodeIDs/PatternID.swift",
        "AST/NodeIDs/ScopeID.swift",
        "AST/NodeIDs/StmtID.swift",
        "AST/OperatorNotation.swift",
        "AST/Pattern/BindingPattern.swift",
        "AST/Pattern/ExprPattern.swift",
        "AST/Pattern/NamePattern.swift",
        "AST/Pattern/OptionPattern.swift",
        "AST/Pattern/Pattern.swift",
        "AST/Pattern/TuplePattern.swift",
        "AST/Pattern/WildcardPattern.swift",
        "AST/PrecedenceGroup.swift",
        "AST/RequirementSequence.swift",
        "AST/SourceRepresentable.swift",
        "AST/Stmt/AssignStmt.swift",
        "AST/Stmt/BraceStmt.swift",
        "AST/Stmt/BreakStmt.swift",
        "AST/Stmt/ConditionalBindingStmt.swift",
        "AST/Stmt/ConditionalCompilationStmt.swift",
        "AST/Stmt/ConditionalStmt.swift",
        "AST/Stmt/ContinueStmt.swift",
        "AST/Stmt/DeclStmt.swift",
        "AST/Stmt/DiscardStmt.swift",
        "AST/Stmt/DoWhileStmt.swift",
        "AST/Stmt/ExprStmt.swift",
        "AST/Stmt/ForStmt.swift",
        "AST/Stmt/ReturnStmt.swift",
        "AST/Stmt/Stmt.swift",
        "AST/Stmt/WhileStmt.swift",
        "AST/Stmt/YieldStmt.swift",
        "AST/Utils/ASTProperty.swift",
        "AST/Utils/DeclProperty.swift",
        "AST/Utils/ExprProperty.swift",
        "AST/Utils/PatternProperty.swift",
        "AccessEffect.swift",
        "AccessEffectSet.swift",
        "Assertions.swift",
        "BuiltinFunction.swift",
        "CompileTimeValues/CompileTimeValue.swift",
        "CompileTimeValues/GenericArguments.swift",
        "CompileTimeValues/ValueFlags.swift",
        "ConditionalCompilationFactors.swift",
        "Conformance.swift",
        "ConformanceOrigin.swift",
        "DeclReference.swift",
        "Diagnostic+LoggingOrder.swift",
        "Diagnostic.swift",
        "DiagnosticSet.swift",
        "FloatingPointPredicate.swift",
        "FullPathInFatalErrors.swift",
        "IntegerPredicate.swift",
        "Monotonic.swift",
        "OverflowBehavior.swift",
        "Parse/Lexer.swift",
        "Parse/Parser+Diagnostics.swift",
        "Parse/Parser.swift",
        "Parse/ParserState.swift",
        "Parse/Token.swift",
        "Program.swift",
        "RecordPath.swift",
        "ScopedProgram.swift",
        "ScopedValue.swift",
        "SemanticVersion.swift",
        "SourceFile.swift",
        "SourceLine.swift",
        "SourcePosition.swift",
        "SourceRange.swift",
        "Terms/AnyTerm.swift",
        "Terms/ConcreteTerm.swift",
        "Terms/ErrorTerm.swift",
        "Terms/GenericTermParameter.swift",
        "Terms/TermProtocol.swift",
        "Terms/TermVariable.swift",
        "TypeChecking/ArgumentResolutionResult.swift",
        "TypeChecking/BindingDeclUse.swift",
        "TypeChecking/BindingMap.swift",
        "TypeChecking/CallableEntity.swift",
        "TypeChecking/ConstraintSystem.swift",
        "TypeChecking/Constraints/CallConstraint.swift",
        "TypeChecking/Constraints/ConformanceConstraint.swift",
        "TypeChecking/Constraints/Constraint.swift",
        "TypeChecking/Constraints/ConstraintOrigin.swift",
        "TypeChecking/Constraints/ConstraintSet.swift",
        "TypeChecking/Constraints/DisjunctionConstraint.swift",
        "TypeChecking/Constraints/DisjunctiveConstraintProtocol.swift",
        "TypeChecking/Constraints/EqualityConstraint.swift",
        "TypeChecking/Constraints/MemberConstraint.swift",
        "TypeChecking/Constraints/MergingConstraint.swift",
        "TypeChecking/Constraints/OverloadConstraint.swift",
        "TypeChecking/Constraints/ParameterConstraint.swift",
        "TypeChecking/Constraints/PredicateConstraint.swift",
        "TypeChecking/Constraints/SubtypingConstraint.swift",
        "TypeChecking/Constraints/TupleMemberConstraint.swift",
        "TypeChecking/FunctionAttributes.swift",
        "TypeChecking/InstantiatedType.swift",
        "TypeChecking/NameResolutionContext.swift",
        "TypeChecking/NameResolutionResult.swift",
        "TypeChecking/NameUse.swift",
        "TypeChecking/ProofObligations.swift",
        "TypeChecking/RefinementClosure.swift",
        "TypeChecking/RefinementSequence.swift",
        "TypeChecking/Rewriting/RequirementPrinter.swift",
        "TypeChecking/Rewriting/RequirementTerm.swift",
        "TypeChecking/Rewriting/RewritingRule.swift",
        "TypeChecking/Rewriting/RewritingSystem.swift",
        "TypeChecking/Rewriting/RewritingTerm.swift",
        "TypeChecking/Solution.swift",
        "TypeChecking/SubstitutionMap.swift",
        "TypeChecking/TypeChecker+Diagnostics.swift",
        "TypeChecking/TypeChecker.swift",
        "TypedProgram.swift",
        "Types/AnyType.swift",
        "Types/ArrowType.swift",
        "Types/AssociatedTypeType.swift",
        "Types/AssociatedValueType.swift",
        "Types/BoundGenericType.swift",
        "Types/BufferType.swift",
        "Types/BuiltinType.swift",
        "Types/CallableType.swift",
        "Types/CallableTypeParameter.swift",
        "Types/ConformanceLensType.swift",
        "Types/ErrorType.swift",
        "Types/ExistentialType.swift",
        "Types/GenericConstraint.swift",
        "Types/GenericEnvironment.swift",
        "Types/GenericTypeParameterType.swift",
        "Types/MetatypeType.swift",
        "Types/MethodType.swift",
        "Types/ModuleType.swift",
        "Types/NamespaceType.swift",
        "Types/ParameterType.swift",
        "Types/ProductType.swift",
        "Types/RemoteType.swift",
        "Types/SubscriptImplType.swift",
        "Types/SubscriptType.swift",
        "Types/TraitType.swift",
        "Types/TupleType.swift",
        "Types/TypeAliasType.swift",
        "Types/TypeProtocol.swift",
        "Types/TypeTransformAction.swift",
        "Types/TypeVariable.swift",
        "Types/UnionType.swift",
        "Types/WitnessType.swift"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EndToEndTests",
      "module_type" : "SwiftTarget",
      "name" : "EndToEndTests",
      "path" : "Tests/EndToEndTests",
      "sources" : [
        "ExecutionTests.swift",
        "FullPathInFatalErrors.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DriverTests",
      "module_type" : "SwiftTarget",
      "name" : "DriverTests",
      "path" : "Tests/DriverTests",
      "sources" : [
        "DriverTests.swift",
        "FullPathInFatalErrors.swift",
        "SourceLineExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Driver",
      "module_type" : "SwiftTarget",
      "name" : "Driver",
      "path" : "Sources/Driver",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "hc"
      ],
      "sources" : [
        "Diagnostic+Rendering.swift",
        "Driver.swift",
        "EnvironmentError.swift",
        "FullPathInFatalErrors.swift",
        "ModulePassList.swift",
        "OutputFileHandle.swift",
        "Process+Extensions.swift",
        "ProcessInfo+Extensions.swift",
        "SourceLine+Extensions.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "CodeGenLLVM",
        "StandardLibrary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeGenLLVM",
      "module_type" : "SwiftTarget",
      "name" : "CodeGenLLVM",
      "path" : "Sources/CodeGen/LLVM",
      "product_dependencies" : [
        "SwiftyLLVM"
      ],
      "product_memberships" : [
        "hc"
      ],
      "sources" : [
        "CodeGenError.swift",
        "ConcreteTypeLayout.swift",
        "LLVM+Word.swift",
        "LLVMProgram.swift",
        "Transpilation.swift",
        "TypeLowering.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "Utils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/hylo-lang/Swifty-LLVM
[1/3126] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (0.32s)
Fetching https://github.com/hylo-lang/Durian.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-format
[1/4805] Fetching bigint
[722/5681] Fetching bigint, spimanifest
[2223/5837] Fetching bigint, spimanifest, durian
[3148/11796] Fetching bigint, spimanifest, durian, swift-algorithms
[3364/23971] Fetching bigint, spimanifest, durian, swift-algorithms, swift-format
[10604/40562] Fetching bigint, spimanifest, durian, swift-algorithms, swift-format, swift-collections
Fetched https://github.com/hylo-lang/Durian.git from cache (6.00s)
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (6.00s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/apple/swift-algorithms.git from cache (6.00s)
Fetched https://github.com/apple/swift-format from cache (6.01s)
Fetched https://github.com/attaswift/BigInt.git from cache (6.01s)
Fetched https://github.com/apple/swift-collections.git from cache (6.03s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.00s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (7.94s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6801] Fetching swift-tools-support-core
[6802/77560] Fetching swift-tools-support-core, swift-syntax
Fetched https://github.com/apple/swift-tools-support-core.git from cache (5.53s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.60s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (6.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.63s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (0.75s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (2.72s)
Fetching https://github.com/jpsim/Yams.git
[1/10731] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (8.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (9.95s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.26s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 508.0.1
Creating working copy for https://github.com/hylo-lang/Durian.git
Working copy of https://github.com/hylo-lang/Durian.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/hylo-lang/Swifty-LLVM
Working copy of https://github.com/hylo-lang/Swifty-LLVM resolved at main (e65542a)
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.1
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
warning: couldn't find pc file for llvm
[0/34] Write sources
[15/34] Compiling _NumericsShims _NumericsShims.c
[16/34] Write swift-version-24593BA9C3E375BF.txt
[18/81] Compiling RealModule ElementaryFunctions.swift
[19/82] Compiling BigInt Exponentiation.swift
[20/82] Compiling BigInt Bitwise Ops.swift
[21/82] Emitting module RealModule
[22/82] Compiling BigInt Data Conversion.swift
[23/82] Compiling BigInt Division.swift
[24/82] Compiling RealModule Float80+Real.swift
[25/82] Compiling RealModule Float16+Real.swift
[26/82] Compiling RealModule Real.swift
[27/82] Emitting module InternalCollectionsUtilities
[30/82] Compiling BigInt Addition.swift
[31/82] Compiling BigInt BigInt.swift
[32/83] Compiling BigInt Codable.swift
[33/83] Compiling BigInt Comparable.swift
[34/83] Emitting module ArgumentParserToolInfo
[35/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[36/83] Compiling BigInt BigUInt.swift
[37/83] Compiling BigInt Floating Point Conversion.swift
[38/83] Compiling BigInt GCD.swift
[39/83] Compiling BigInt Hashable.swift
[40/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/84] Compiling RealModule Float+Real.swift
[44/84] Compiling RealModule RealFunctions.swift
[47/85] Compiling BigInt Strideable.swift
[48/85] Compiling BigInt String Conversion.swift
[49/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/87] Compiling BigInt Integer Conversion.swift
[51/87] Compiling BigInt Multiplication.swift
[52/87] Compiling BigInt Prime Test.swift
[53/87] Compiling BigInt Random.swift
[54/87] Compiling BigInt Shifts.swift
[55/87] Compiling BigInt Square Root.swift
[55/88] Wrapping AST for RealModule for debugging
[55/88] Wrapping AST for ArgumentParserToolInfo for debugging
[59/372] Compiling HashTreeCollections _AncestorHashSlots.swift
[60/372] Compiling HashTreeCollections _Bitmap.swift
[61/374] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[62/374] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[63/374] Compiling HashTreeCollections _HashNode+Structural union.swift
[64/374] Compiling HashTreeCollections _HashLevel.swift
[65/374] Compiling HashTreeCollections _HashNode+Builder.swift
[66/374] Compiling HeapModule Heap+Descriptions.swift
[67/374] Emitting module HeapModule
[68/374] Compiling HeapModule _HeapNode.swift
[69/374] Compiling HeapModule Heap.swift
[70/374] Compiling DequeModule _DequeSlot.swift
[71/374] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/374] Compiling HashTreeCollections _HashNode+Invariants.swift
[73/374] Compiling HashTreeCollections _HashNode+Lookups.swift
[74/374] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[75/374] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[79/381] Compiling HeapModule Heap+Invariants.swift
[80/381] Compiling HeapModule Heap+UnsafeHandle.swift
[81/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/382] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[83/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/382] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/382] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[89/382] Compiling HashTreeCollections TreeSet+Hashable.swift
[90/382] Compiling HashTreeCollections TreeSet+Sendable.swift
[91/382] Compiling HashTreeCollections TreeSet+Sequence.swift
[92/382] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[93/382] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[94/382] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[95/382] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[96/382] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[97/382] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[98/382] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[99/392] Compiling HashTreeCollections _HashSlot.swift
[100/392] Compiling HashTreeCollections _HashStack.swift
[101/392] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/392] Compiling OrderedCollections OrderedSet+Testing.swift
[103/392] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/392] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/392] Compiling OrderedCollections OrderedSet.swift
[106/392] Compiling OrderedCollections _UnsafeBitset.swift
[107/392] Compiling HashTreeCollections TreeSet+Equatable.swift
[108/392] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[109/392] Compiling HashTreeCollections TreeSet+Extras.swift
[110/392] Compiling HashTreeCollections TreeSet+Filter.swift
[111/392] Emitting module DequeModule
[112/392] Compiling HashTreeCollections _Bucket.swift
[113/392] Compiling HashTreeCollections _Hash.swift
[115/392] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[116/392] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[117/392] Compiling HashTreeCollections _HashNode.swift
[118/392] Compiling HashTreeCollections _HashNodeHeader.swift
[120/395] Compiling HashTreeCollections _HashNode+Debugging.swift
[121/395] Compiling HashTreeCollections _HashNode+Initializers.swift
[126/449] Wrapping AST for InternalCollectionsUtilities for debugging
[127/449] Wrapping AST for HeapModule for debugging
[129/449] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[130/449] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[131/449] Compiling BitCollections BitArray+Extras.swift
[132/449] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[133/449] Compiling BitCollections BitArray+BitwiseOperations.swift
[134/449] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[134/449] Wrapping AST for DequeModule for debugging
[136/449] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[137/449] Compiling BitCollections BitSet+CustomReflectable.swift
[138/449] Compiling BitCollections BitSet+CustomStringConvertible.swift
[139/449] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[140/449] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[141/449] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[142/449] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[143/449] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[144/449] Compiling BitCollections BitSet+SetAlgebra union.swift
[145/449] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[146/449] Compiling BitCollections BitSet.Counted.swift
[149/449] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/449] Compiling BitCollections BitArray+Codable.swift
[154/449] Compiling BitCollections BitArray+Collection.swift
[155/449] Compiling BitCollections BitArray+Copy.swift
[156/449] Compiling BitCollections BitArray+CustomReflectable.swift
[157/449] Compiling BitCollections BitArray+Descriptions.swift
[158/449] Emitting module BigInt
[159/449] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[160/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[161/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[162/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[163/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[164/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[165/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[166/449] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[167/449] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[168/449] Compiling HashTreeCollections TreeSet.swift
[169/449] Compiling BitCollections BitArray+Testing.swift
[170/449] Compiling BitCollections BitArray._UnsafeHandle.swift
[171/449] Compiling BitCollections BitArray.swift
[172/449] Compiling BitCollections BitSet+BidirectionalCollection.swift
[173/449] Compiling BitCollections BitSet+Codable.swift
[175/449] Compiling BitCollections BitArray+RandomBits.swift
[176/449] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[177/449] Compiling BitCollections BitArray+Shifts.swift
[180/449] Compiling BitCollections BitArray+Fill.swift
[188/455] Emitting module ArgumentParser
[194/455] Wrapping AST for BigInt for debugging
[203/455] Compiling BitCollections BitSet+Random.swift
[204/455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[205/455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[206/455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[207/455] Compiling ArgumentParser CollectionExtensions.swift
[208/455] Compiling ArgumentParser Platform.swift
[209/455] Compiling ArgumentParser SequenceExtensions.swift
[210/455] Compiling ArgumentParser StringExtensions.swift
[211/455] Compiling ArgumentParser Tree.swift
[212/455] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[213/455] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[215/455] Compiling BitCollections BitArray+Hashable.swift
[216/455] Compiling BitCollections BitArray+Initializers.swift
[217/455] Compiling BitCollections BitArray+Invariants.swift
[227/455] Compiling BitCollections BitSet+Initializers.swift
[228/455] Compiling BitCollections BitSet+Invariants.swift
[237/462] Compiling BitCollections BitSet+Equatable.swift
[238/462] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[239/462] Compiling BitCollections BitSet+Extras.swift
[240/462] Compiling BitCollections BitSet+Hashable.swift
[241/462] Emitting module BitCollections
[258/462] Compiling BitCollections BitArray+Equatable.swift
[298/471] Compiling BitCollections _Word.swift
[307/471] Compiling BitCollections BitSet.Index.swift
[308/471] Compiling BitCollections BitSet._UnsafeHandle.swift
[309/471] Compiling BitCollections BitSet.swift
[310/471] Compiling BitCollections Range+Utilities.swift
[311/471] Compiling BitCollections Slice+Utilities.swift
[312/471] Compiling BitCollections UInt+Tricks.swift
[338/471] Emitting module Algorithms
[354/472] Emitting module OrderedCollections
[354/472] Wrapping AST for Algorithms for debugging
[390/475] Wrapping AST for OrderedCollections for debugging
[393/475] Wrapping AST for ArgumentParser for debugging
[394/475] Wrapping AST for BitCollections for debugging
[396/475] Emitting module _RopeModule
[430/475] Emitting module HashTreeCollections
[431/476] Compiling _RopeModule Rope+Join.swift
[432/476] Compiling _RopeModule Rope+MutatingForEach.swift
[433/476] Compiling _RopeModule Rope+Remove.swift
[434/476] Compiling _RopeModule Rope+RemoveSubrange.swift
[435/476] Compiling _RopeModule Rope+Split.swift
[436/476] Compiling _RopeModule Optional Utilities.swift
[437/476] Compiling _RopeModule String Utilities.swift
[438/476] Compiling _RopeModule String.Index+ABI.swift
[439/476] Compiling _RopeModule _CharacterRecognizer.swift
[470/477] Wrapping AST for HashTreeCollections for debugging
[471/477] Wrapping AST for _RopeModule for debugging
[473/479] Emitting module Collections
[474/479] Compiling Collections Collections.swift
[475/480] Wrapping AST for Collections for debugging
[477/515] Compiling Utils FactoryInitializable.swift
[478/515] Compiling Utils FileManager+Extensions.swift
[479/515] Compiling Utils FullPathInFatalErrors.swift
[480/515] Compiling Utils HashableBox.swift
[481/515] Compiling Utils HashableWitness.swift
[482/519] Compiling Utils Host.swift
[483/519] Compiling Utils Incidental.swift
[484/519] Compiling Utils Indirect.swift
[485/519] Compiling Utils Lazy.swift
[486/519] Compiling Utils MVS.swift
[487/519] Compiling Utils Math.swift
[488/519] Compiling Utils Memo.swift
[489/519] Compiling Utils Operators.swift
[490/519] Compiling Utils Optional+Extensions.swift
[491/519] Compiling Utils Ordering.swift
[492/519] Compiling Utils String+Extensions.swift
[493/519] Compiling Utils StronglyConnectedComponents.swift
[494/519] Compiling Utils TestOutputStream.swift
[495/519] Compiling Utils ThreeValuedBit.swift
[496/519] Compiling Utils Platform.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[497/519] Compiling Utils Sequence+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[498/519] Compiling Utils Set+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[499/519] Compiling Utils SharedMutable.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[500/519] Compiling Utils StatefulCoder.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[501/519] Compiling Utils Dictionary+Extensions.swift
[502/519] Compiling Utils DirectedGraph.swift
[503/519] Compiling Utils DistinctNameGenerator.swift
[504/519] Compiling Utils DoublyLinkedList.swift
[505/519] Compiling Utils EquatableWitness.swift
[506/519] Emitting module Utils
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[507/519] Compiling Utils BinaryInteger+Extensions.swift
[508/519] Compiling Utils BitArray.swift
[509/519] Compiling Utils ChunkSequence.swift
[510/519] Compiling Utils Collection+Extensions.swift
[511/519] Compiling Utils CustomWitnessedSet.swift
[512/519] Compiling Utils Trie.swift
[513/519] Compiling Utils URL+Extensions.swift
[514/519] Compiling Utils Unreachable.swift
[515/519] Compiling Utils WideUInt.swift
warning: couldn't find pc file for llvm
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/97] Write sources
[45/97] Copying Sources
[46/97] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
   15 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[47/97] Compiling shim.cc
[47/97] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
warning: couldn't find pc file for llvm
[0/19] Compiling _NumericsShims _NumericsShims.c
[1/19] Write swift-version-24593BA9C3E375BF.txt
[3/66] Emitting module RealModule
[4/66] Compiling BigInt Data Conversion.swift
[5/66] Compiling BigInt Division.swift
[6/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/68] Emitting module ArgumentParserToolInfo
[8/68] Compiling BigInt Shifts.swift
[9/68] Compiling BigInt Square Root.swift
[10/68] Compiling RealModule RealFunctions.swift
[11/68] Compiling RealModule Real.swift
[12/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/68] Compiling RealModule Float16+Real.swift
[14/68] Compiling RealModule Float80+Real.swift
[15/68] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/69] Compiling RealModule ElementaryFunctions.swift
[17/69] Compiling RealModule Float+Real.swift
[18/69] Compiling BigInt Bitwise Ops.swift
[19/69] Compiling BigInt Codable.swift
[20/69] Compiling BigInt Comparable.swift
[21/69] Compiling BigInt Floating Point Conversion.swift
[24/69] Emitting module InternalCollectionsUtilities
[25/69] Compiling BigInt Strideable.swift
[26/69] Compiling BigInt String Conversion.swift
[27/71] Compiling BigInt Exponentiation.swift
[28/71] Compiling BigInt Random.swift
[28/71] Wrapping AST for RealModule for debugging
[34/71] Compiling BigInt GCD.swift
[35/71] Compiling BigInt Hashable.swift
[36/106] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/106] Compiling ArgumentParser Argument.swift
[38/106] Compiling ArgumentParser ArgumentHelp.swift
[39/106] Compiling ArgumentParser Flag.swift
[40/106] Compiling ArgumentParser NameSpecification.swift
[41/106] Compiling ArgumentParser Option.swift
[42/132] Compiling Algorithms MinMax.swift
[43/132] Compiling Algorithms Partition.swift
[44/132] Compiling Algorithms Permutations.swift
[45/132] Compiling Algorithms Product.swift
[46/132] Compiling Algorithms RandomSample.swift
[47/132] Compiling Algorithms Reductions.swift
[49/135] Compiling Algorithms Compacted.swift
[50/135] Compiling Algorithms Cycle.swift
[51/135] Compiling Algorithms EitherSequence.swift
[52/135] Emitting module BigInt
[53/135] Compiling Algorithms Indexed.swift
[54/135] Compiling Algorithms Intersperse.swift
[55/135] Compiling Algorithms AdjacentPairs.swift
[56/288] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/288] Compiling HeapModule Heap+Invariants.swift
[58/356] Compiling HeapModule Heap+Descriptions.swift
[59/356] Compiling HashTreeCollections _Bitmap.swift
[60/356] Compiling HashTreeCollections _Bucket.swift
[61/358] Compiling HeapModule Heap.swift
[62/358] Compiling HeapModule _HeapNode.swift
[63/358] Emitting module ArgumentParser
[64/363] Compiling HeapModule Heap+UnsafeHandle.swift
[65/363] Compiling HashTreeCollections _HashNode+Storage.swift
[66/363] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[67/363] Compiling HashTreeCollections _HashNode+Structural filter.swift
[68/363] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[69/363] Compiling HashTreeCollections _HashNode+Lookups.swift
[70/363] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[71/364] Compiling HashTreeCollections _HashNode+Initializers.swift
[72/364] Compiling HashTreeCollections _HashNode+Invariants.swift
[75/364] Compiling HashTreeCollections _HashTreeIterator.swift
[76/364] Compiling HashTreeCollections _HashTreeStatistics.swift
[77/367] Emitting module HeapModule
[78/368] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[79/368] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[83/368] Compiling HashTreeCollections TreeSet+Hashable.swift
[84/368] Compiling HashTreeCollections TreeSet+Sendable.swift
[85/368] Compiling HashTreeCollections TreeSet+Sequence.swift
[86/368] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[87/368] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[88/368] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[89/368] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[90/368] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[91/368] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[92/368] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[93/378] Compiling DequeModule _DequeSlot.swift
[94/378] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/378] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[96/378] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[97/378] Compiling HashTreeCollections TreeDictionary+Keys.swift
[98/378] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[99/378] Compiling HashTreeCollections TreeDictionary+Merge.swift
[100/378] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[101/378] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[102/378] Compiling ArgumentParser StringExtensions.swift
[103/378] Compiling ArgumentParser Tree.swift
[104/378] Compiling HashTreeCollections _HashSlot.swift
[105/378] Compiling HashTreeCollections _HashStack.swift
[106/378] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[107/378] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[108/378] Compiling HashTreeCollections TreeDictionary+Filter.swift
[110/385] Compiling HashTreeCollections _HashNode+Structural merge.swift
[111/385] Compiling HashTreeCollections _AncestorHashSlots.swift
[112/385] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[113/385] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[114/385] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[115/385] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[132/385] Compiling HashTreeCollections _HashNode+Builder.swift
[133/385] Compiling HashTreeCollections _HashNode+Debugging.swift
[140/385] Compiling _RopeModule BigString+Debugging.swift
[141/385] Compiling _RopeModule BigString+Index.swift
[142/385] Compiling _RopeModule BigString+Ingester.swift
[143/385] Compiling HashTreeCollections _HashNode+Structural union.swift
[144/385] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[145/385] Compiling ArgumentParser CollectionExtensions.swift
[146/385] Compiling ArgumentParser Platform.swift
[147/385] Compiling ArgumentParser SequenceExtensions.swift
[148/385] Compiling HashTreeCollections TreeDictionary.swift
[149/385] Compiling HashTreeCollections TreeSet+Codable.swift
[150/385] Compiling HashTreeCollections TreeSet+Collection.swift
[151/385] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[152/385] Compiling HashTreeCollections TreeSet+Debugging.swift
[153/385] Compiling HashTreeCollections TreeSet+Descriptions.swift
[154/385] Compiling HashTreeCollections TreeSet+Equatable.swift
[155/385] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[156/385] Compiling HashTreeCollections TreeSet+Extras.swift
[157/385] Compiling HashTreeCollections TreeSet+Filter.swift
[178/385] Compiling OrderedCollections OrderedSet+Sendable.swift
[178/385] Wrapping AST for InternalCollectionsUtilities for debugging
[179/385] Wrapping AST for HeapModule for debugging
[181/385] Compiling HashTreeCollections _UnsafePath.swift
[182/385] Compiling HashTreeCollections TreeDictionary+Codable.swift
[183/385] Compiling HashTreeCollections TreeDictionary+Collection.swift
[184/385] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[185/385] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[185/385] Wrapping AST for BigInt for debugging
[187/438] Compiling BitCollections BitArray+BitwiseOperations.swift
[188/438] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[189/438] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[190/438] Compiling BitCollections BitArray+Extras.swift
[191/438] Compiling BitCollections BitArray+Fill.swift
[192/438] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[193/438] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[194/438] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[195/438] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[196/438] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[199/438] Compiling BitCollections BitArray+Codable.swift
[200/438] Compiling BitCollections BitArray+Collection.swift
[201/438] Compiling BitCollections BitArray+Copy.swift
[202/438] Compiling BitCollections BitArray+CustomReflectable.swift
[203/438] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[204/438] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[205/438] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[206/438] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[207/438] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[208/438] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[209/438] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[210/438] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[211/438] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[212/438] Compiling HashTreeCollections TreeSet.swift
[213/438] Emitting module DequeModule
[214/439] Wrapping AST for DequeModule for debugging
[216/439] Emitting module BitCollections
[217/446] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[218/446] Compiling BitCollections BitSet+CustomReflectable.swift
[219/446] Compiling BitCollections BitSet+CustomStringConvertible.swift
[220/446] Compiling BitCollections BitSet+Equatable.swift
[221/446] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[222/446] Compiling BitCollections BitSet+Extras.swift
[223/446] Compiling BitCollections BitSet+Hashable.swift
[227/446] Compiling BitCollections BitArray+Hashable.swift
[228/446] Compiling BitCollections BitArray+Initializers.swift
[229/446] Compiling BitCollections BitArray+Invariants.swift
[230/446] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[231/446] Compiling BitCollections BitSet+Initializers.swift
[232/446] Compiling BitCollections BitSet+Codable.swift
[233/446] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[242/446] Compiling BitCollections BitSet+Invariants.swift
[243/446] Compiling BitCollections BitSet.swift
[244/446] Compiling BitCollections Range+Utilities.swift
[245/446] Compiling BitCollections Slice+Utilities.swift
[246/446] Compiling BitCollections UInt+Tricks.swift
[247/446] Compiling BitCollections _Word.swift
[248/446] Compiling OrderedCollections OrderedSet.swift
[249/446] Compiling OrderedCollections _UnsafeBitset.swift
[252/446] Compiling BitCollections BitSet+Random.swift
[253/446] Compiling BitCollections BitSet+SetAlgebra basics.swift
[254/446] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[255/446] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[261/446] Compiling BitCollections BitSet+SetAlgebra union.swift
[262/446] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[263/446] Compiling BitCollections BitSet.Counted.swift
[264/446] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[265/446] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[266/446] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[267/446] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[268/446] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[269/446] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[270/446] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[282/446] Compiling BitCollections BitArray+Descriptions.swift
[283/446] Compiling BitCollections BitArray+Equatable.swift
[291/446] Compiling BitCollections BitSet.Index.swift
[292/446] Compiling BitCollections BitSet._UnsafeHandle.swift
[318/446] Compiling BitCollections BitArray.swift
[319/446] Compiling BitCollections BitSet+BidirectionalCollection.swift
[347/446] Compiling BitCollections BitArray+Shifts.swift
[348/446] Compiling BitCollections BitArray+Testing.swift
[349/446] Compiling BitCollections BitArray._UnsafeHandle.swift
[355/446] Compiling BitCollections BitArray+RandomBits.swift
[356/446] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[379/446] Emitting module OrderedCollections
[406/458] Emitting module _RopeModule
[408/458] Emitting module Algorithms
[409/457] Wrapping AST for OrderedCollections for debugging
[410/457] Wrapping AST for Algorithms for debugging
[412/457] Emitting module HashTreeCollections
[442/458] Wrapping AST for HashTreeCollections for debugging
[444/458] Compiling _RopeModule Rope+Join.swift
[445/458] Compiling _RopeModule Rope+MutatingForEach.swift
[446/458] Compiling _RopeModule Rope+Remove.swift
[447/458] Compiling _RopeModule Rope+RemoveSubrange.swift
[448/458] Compiling _RopeModule Rope+Split.swift
[449/458] Compiling _RopeModule Optional Utilities.swift
[450/458] Compiling _RopeModule String Utilities.swift
[451/458] Compiling _RopeModule String.Index+ABI.swift
[452/458] Compiling _RopeModule _CharacterRecognizer.swift
[453/459] Wrapping AST for _RopeModule for debugging
[455/461] Compiling Collections Collections.swift
[456/461] Emitting module Collections
[458/496] Compiling Utils Math.swift
[459/496] Compiling Utils Memo.swift
[460/496] Compiling Utils Operators.swift
[461/496] Compiling Utils Optional+Extensions.swift
[462/496] Compiling Utils Ordering.swift
[463/500] Compiling Utils String+Extensions.swift
[464/500] Compiling Utils StronglyConnectedComponents.swift
[465/500] Compiling Utils TestOutputStream.swift
[466/500] Compiling Utils ThreeValuedBit.swift
[467/500] Compiling Utils Platform.swift
[468/500] Compiling Utils Sequence+Extensions.swift
[469/500] Compiling Utils Set+Extensions.swift
[470/500] Compiling Utils SharedMutable.swift
[471/500] Compiling Utils StatefulCoder.swift
[472/500] Compiling Utils FactoryInitializable.swift
[473/500] Compiling Utils FileManager+Extensions.swift
[474/500] Compiling Utils FullPathInFatalErrors.swift
[475/500] Compiling Utils HashableBox.swift
[476/500] Compiling Utils HashableWitness.swift
[477/500] Compiling Utils Host.swift
[478/500] Compiling Utils Incidental.swift
[479/500] Compiling Utils Indirect.swift
[480/500] Compiling Utils Lazy.swift
[481/500] Compiling Utils MVS.swift
[482/500] Compiling Utils Trie.swift
[483/500] Compiling Utils URL+Extensions.swift
[484/500] Compiling Utils Unreachable.swift
[485/500] Compiling Utils WideUInt.swift
[486/500] Emitting module Utils
[487/500] Compiling Utils BinaryInteger+Extensions.swift
[488/500] Compiling Utils BitArray.swift
[489/500] Compiling Utils ChunkSequence.swift
[490/500] Compiling Utils Collection+Extensions.swift
[491/500] Compiling Utils CustomWitnessedSet.swift
[492/500] Compiling Utils Dictionary+Extensions.swift
[493/500] Compiling Utils DirectedGraph.swift
[494/500] Compiling Utils DistinctNameGenerator.swift
[495/500] Compiling Utils DoublyLinkedList.swift
[496/500] Compiling Utils EquatableWitness.swift
[497/501] Wrapping AST for Utils for debugging
[499/504] Emitting module GenerateHyloFileTests
[500/504] Compiling GenerateHyloFileTests FullPathInFatalErrors.swift
[501/504] Compiling GenerateHyloFileTests GenerateHyloFileTests.swift
[502/505] Wrapping AST for GenerateHyloFileTests for debugging
[503/505] Write Objects.LinkFileList
[504/505] Linking GenerateHyloFileTests-tool
warning: couldn't find pc file for llvm
[0/1] Planning build
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/56] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
   15 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/56] Compiling shim.cc
[7/56] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android