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 (a1ab80), with Swift 6.1 for Wasm on 18 Jun 2025 22:04:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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 a1ab803 invariant checks for builtin types. (#1710)
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 @):
a1ab8036ac05738ec10dc69fe75bcf84e29db8ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hylo-lang/hylo.git at main
========================================
Build
========================================
Selected platform:         wasm
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",
        "UnsignedFixedWidthIntegerExtensionsTests.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",
        "UnsignedFixedWidthInteger+Extensions.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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/hylo-lang/Swifty-LLVM
[1/3146] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (0.52s)
Fetching https://github.com/apple/swift-format
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/hylo-lang/Durian.git
[1/16640] Fetching swift-collections
[667/21447] Fetching swift-collections, bigint
[764/21603] Fetching swift-collections, bigint, durian
[1304/22494] Fetching swift-collections, bigint, durian, spimanifest
[1466/34704] Fetching swift-collections, bigint, durian, spimanifest, swift-format
Fetched https://github.com/hylo-lang/Durian.git from cache (0.69s)
[6141/34548] Fetching swift-collections, bigint, spimanifest, swift-format
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (0.73s)
[6563/33657] Fetching swift-collections, bigint, swift-format
[21511/49037] Fetching swift-collections, bigint, swift-format, swift-argument-parser
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-format from cache (2.05s)
[28367/36827] Fetching swift-collections, bigint, swift-argument-parser
[35497/42786] Fetching swift-collections, bigint, swift-argument-parser, swift-algorithms
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.10s)
[25321/27406] Fetching swift-collections, bigint, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.17s)
Fetched https://github.com/attaswift/BigInt.git from cache (3.33s)
Fetched https://github.com/apple/swift-collections.git from cache (3.39s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (4.38s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6855] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.63s)
[1/70906] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.44s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (6.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.25s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.66s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.60s)
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.55s)
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.91s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (1.08s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.85s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.69s)
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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-format
Working copy of https://github.com/apple/swift-format 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.6.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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/hylo-lang/Durian.git
Working copy of https://github.com/hylo-lang/Durian.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] Emitting module ArgumentParserToolInfo
[19/81] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/82] Emitting module RealModule
[21/82] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/82] Compiling InternalCollectionsUtilities Integer rank.swift
[23/83] Compiling RealModule Real.swift
[25/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/83] Compiling InternalCollectionsUtilities Descriptions.swift
[27/83] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/84] Compiling RealModule RealFunctions.swift
[29/84] Compiling RealModule Float80+Real.swift
[30/84] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/84] Compiling InternalCollectionsUtilities Debugging.swift
[34/84] Compiling RealModule Float+Real.swift
[35/84] Compiling RealModule ElementaryFunctions.swift
[36/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/84] Compiling RealModule Float16+Real.swift
[41/85] Emitting module InternalCollectionsUtilities
[44/85] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/85] Wrapping AST for ArgumentParserToolInfo for debugging
[47/85] Compiling BigInt Strideable.swift
[48/85] Compiling BigInt String Conversion.swift
[50/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/126] Wrapping AST for RealModule for debugging
[53/372] Compiling OrderedCollections _HashTable+Testing.swift
[54/372] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[55/372] Compiling OrderedCollections _HashTable.swift
[56/372] Compiling OrderedCollections _Hashtable+Header.swift
[57/372] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/372] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/372] Compiling HeapModule Heap+Descriptions.swift
[60/372] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[61/372] Compiling OrderedCollections OrderedDictionary+Values.swift
[62/374] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[63/374] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[64/374] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/374] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/374] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/374] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/374] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[70/374] Compiling HashTreeCollections TreeSet+Hashable.swift
[71/374] Compiling HashTreeCollections TreeSet+Sendable.swift
[72/374] Compiling HashTreeCollections TreeSet+Sequence.swift
[73/374] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[74/374] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[75/374] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[76/374] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[77/374] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[78/374] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[79/374] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[80/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[82/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[83/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[84/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[85/384] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[86/384] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[89/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[90/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[91/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[92/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[93/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[94/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[95/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/391] Compiling HeapModule Heap+Invariants.swift
[99/391] Compiling HeapModule _HeapNode.swift
[100/391] Compiling HeapModule Heap+UnsafeHandle.swift
[101/391] Compiling HeapModule Heap.swift
[102/391] Emitting module HeapModule
[103/392] Compiling DequeModule _DequeSlot.swift
[104/392] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/392] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[115/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[116/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[117/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[118/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[119/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[120/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[121/392] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[122/392] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[123/392] Compiling HashTreeCollections TreeSet.swift
[124/392] Compiling OrderedCollections _HashTable+Bucket.swift
[125/392] Compiling OrderedCollections _HashTable+BucketIterator.swift
[126/392] Compiling OrderedCollections _HashTable+Constants.swift
[127/392] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[128/392] Compiling OrderedCollections OrderedDictionary.swift
[129/392] Compiling OrderedCollections OrderedSet+Codable.swift
[130/392] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/392] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/392] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/392] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/392] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/392] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/392] Compiling OrderedCollections OrderedSet+Initializers.swift
[137/392] Compiling OrderedCollections OrderedSet+Insertions.swift
[138/392] Compiling OrderedCollections OrderedSet+Invariants.swift
[139/392] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[140/392] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[141/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[142/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[143/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[144/392] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[145/392] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[146/392] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[148/395] Compiling OrderedCollections OrderedDictionary+Elements.swift
[153/395] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[154/395] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[155/420] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[156/420] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[157/420] Compiling BitCollections BitArray+Extras.swift
[158/420] Compiling BitCollections BitArray+Fill.swift
[159/420] Compiling BitCollections BitArray+Hashable.swift
[160/420] Compiling BitCollections BitArray+Initializers.swift
[161/420] Compiling BitCollections BitArray+Invariants.swift
[162/420] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[163/441] Compiling BitCollections BitArray+RandomBits.swift
[164/441] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[165/441] Compiling BitCollections BitArray+Shifts.swift
[166/441] Compiling BitCollections BitArray+Testing.swift
[167/441] Compiling BitCollections BitArray._UnsafeHandle.swift
[168/441] Compiling BitCollections BitArray.swift
[169/441] Compiling BitCollections BitSet+BidirectionalCollection.swift
[170/441] Compiling BitCollections BitSet+Codable.swift
[171/448] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/448] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/448] Compiling OrderedCollections OrderedSet+Testing.swift
[174/448] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/448] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/448] Compiling OrderedCollections OrderedSet.swift
[177/448] Compiling OrderedCollections _UnsafeBitset.swift
[178/448] Compiling HashTreeCollections TreeDictionary+Merge.swift
[179/448] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[180/448] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[181/448] Compiling HashTreeCollections TreeDictionary+Values.swift
[182/448] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[183/448] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[184/448] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[185/448] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[186/448] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[187/448] Compiling BitCollections BitSet+SetAlgebra union.swift
[188/448] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[189/448] Compiling BitCollections BitSet.Counted.swift
[192/448] Compiling BitCollections BitSet+CustomReflectable.swift
[193/448] Compiling BitCollections BitSet+CustomStringConvertible.swift
[194/448] Compiling BitCollections BitSet+Equatable.swift
[195/448] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[196/448] Compiling BitCollections BitSet+Extras.swift
[197/453] Compiling BitCollections BitArray+BitwiseOperations.swift
[198/453] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[199/453] Compiling BitCollections BitArray+Codable.swift
[200/453] Compiling BitCollections BitArray+Collection.swift
[201/453] Compiling BitCollections BitArray+Copy.swift
[202/453] Compiling BitCollections BitArray+CustomReflectable.swift
[209/453] Compiling BitCollections BitArray+Descriptions.swift
[210/453] Compiling BitCollections BitArray+Equatable.swift
[214/453] Emitting module DequeModule
[218/454] Wrapping AST for InternalCollectionsUtilities for debugging
[219/454] Wrapping AST for HeapModule for debugging
[228/454] Compiling BitCollections BitSet+SetAlgebra basics.swift
[229/454] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[230/454] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[231/454] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[232/454] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[233/454] Emitting module ArgumentParser
[240/454] Emitting module BigInt
[241/454] Emitting module _RopeModule
[247/464] Wrapping AST for DequeModule for debugging
[249/464] Compiling BitCollections BitSet+Initializers.swift
[250/464] Compiling BitCollections BitSet+Invariants.swift
[251/464] Compiling BitCollections BitSet+Random.swift
[275/464] Compiling ArgumentParser CollectionExtensions.swift
[276/464] Compiling ArgumentParser Platform.swift
[277/464] Compiling ArgumentParser SequenceExtensions.swift
[278/464] Compiling ArgumentParser StringExtensions.swift
[279/464] Compiling ArgumentParser Tree.swift
[280/464] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[281/464] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[289/471] Emitting module OrderedCollections
[290/472] Wrapping AST for BigInt for debugging
[312/472] Wrapping AST for OrderedCollections for debugging
[407/472] Emitting module BitCollections
[417/473] Compiling BitCollections BitSet.Index.swift
[418/473] Compiling BitCollections BitSet._UnsafeHandle.swift
[419/473] Compiling BitCollections BitSet.swift
[420/473] Compiling BitCollections Range+Utilities.swift
[421/473] Compiling BitCollections Slice+Utilities.swift
[422/473] Compiling BitCollections UInt+Tricks.swift
[423/473] Compiling BitCollections _Word.swift
[425/474] Emitting module HashTreeCollections
[426/475] Wrapping AST for ArgumentParser for debugging
[428/475] Emitting module Algorithms
[429/476] Wrapping AST for BitCollections for debugging
[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
[439/476] Wrapping AST for Algorithms for debugging
[440/476] Wrapping AST for HashTreeCollections for debugging
[471/477] Wrapping AST for _RopeModule for debugging
[473/479] Compiling Collections Collections.swift
[474/479] Emitting module Collections
[475/480] Wrapping AST for Collections for debugging
[477/516] Compiling Utils Math.swift
[478/516] Compiling Utils Memo.swift
[479/516] Compiling Utils Operators.swift
[480/516] Compiling Utils Optional+Extensions.swift
[481/516] Compiling Utils Ordering.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[482/520] 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.
[483/520] Compiling Utils Host.swift
[484/520] Compiling Utils Incidental.swift
[485/520] Compiling Utils Indirect.swift
[486/520] Compiling Utils Lazy.swift
[487/520] Compiling Utils MVS.swift
[488/520] Compiling Utils URL+Extensions.swift
[489/520] Compiling Utils Unreachable.swift
[490/520] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[491/520] Compiling Utils WideUInt.swift
[492/520] Compiling Utils String+Extensions.swift
[493/520] Compiling Utils StronglyConnectedComponents.swift
[494/520] Compiling Utils TestOutputStream.swift
[495/520] Compiling Utils ThreeValuedBit.swift
[496/520] Compiling Utils Trie.swift
[497/520] Compiling Utils BinaryInteger+Extensions.swift
[498/520] Compiling Utils BitArray.swift
[499/520] Compiling Utils ChunkSequence.swift
[500/520] Compiling Utils Collection+Extensions.swift
[501/520] Compiling Utils CustomWitnessedSet.swift
[502/520] Compiling Utils FactoryInitializable.swift
[503/520] Compiling Utils FileManager+Extensions.swift
[504/520] Compiling Utils FullPathInFatalErrors.swift
[505/520] Compiling Utils HashableBox.swift
[506/520] Compiling Utils HashableWitness.swift
[507/520] 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.
[508/520] 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.
[509/520] 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.
[510/520] 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.
[511/520] 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.
[512/520] Compiling Utils Dictionary+Extensions.swift
[513/520] Compiling Utils DirectedGraph.swift
[514/520] Compiling Utils DistinctNameGenerator.swift
[515/520] Compiling Utils DoublyLinkedList.swift
[516/520] Compiling Utils EquatableWitness.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.
[48/97] Compiling shim.cc
[48/97] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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] Compiling BigInt Hashable.swift
[4/66] Compiling BigInt Bitwise Ops.swift
[5/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/67] Compiling RealModule Float80+Real.swift
[7/68] Compiling RealModule Real.swift
[8/68] Compiling BigInt Codable.swift
[9/68] Compiling BigInt Comparable.swift
[10/68] Compiling RealModule RealFunctions.swift
[11/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/68] Compiling RealModule ElementaryFunctions.swift
[13/68] Compiling BigInt Data Conversion.swift
[14/68] Compiling BigInt Division.swift
[15/68] Compiling RealModule Float+Real.swift
[16/68] Compiling RealModule Float16+Real.swift
[19/68] Compiling BigInt Exponentiation.swift
[20/68] Compiling BigInt Addition.swift
[21/68] Emitting module BigInt
[22/70] Emitting module InternalCollectionsUtilities
[23/70] Compiling BigInt Floating Point Conversion.swift
[24/70] Compiling BigInt GCD.swift
[25/70] Emitting module RealModule
[29/71] Compiling BigInt Integer Conversion.swift
[30/71] Compiling BigInt Multiplication.swift
[31/71] Compiling BigInt Prime Test.swift
[33/71] Emitting module ArgumentParserToolInfo
[34/71] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/72] Compiling BigInt BigInt.swift
[36/72] Compiling BigInt BigUInt.swift
[39/73] Wrapping AST for RealModule for debugging
[42/72] Compiling BigInt Random.swift
[43/72] Compiling BigInt Shifts.swift
[44/72] Compiling BigInt Square Root.swift
[45/72] Compiling BigInt Strideable.swift
[46/72] Compiling BigInt String Conversion.swift
[47/280] Compiling OrderedCollections _HashTable+Testing.swift
[48/280] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/282] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[50/292] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[51/292] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[52/338] Compiling HeapModule Heap+Descriptions.swift
[53/358] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[54/358] Compiling HashTreeCollections _HashNode+Structural filter.swift
[55/358] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[56/358] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[57/358] Compiling HashTreeCollections _HashNode+Structural merge.swift
[58/358] Compiling HashTreeCollections _HashTreeIterator.swift
[61/358] Compiling HashTreeCollections _HashNode+Storage.swift
[62/358] Compiling HeapModule Heap+Invariants.swift
[63/358] Compiling HeapModule Heap.swift
[64/358] Compiling HeapModule _HeapNode.swift
[65/358] Compiling HeapModule Heap+UnsafeHandle.swift
[66/358] Compiling HashTreeCollections TreeDictionary+Collection.swift
[67/358] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[68/358] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/361] Compiling HashTreeCollections _RawHashNode.swift
[72/361] Compiling HashTreeCollections _UnmanagedHashNode.swift
[74/361] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[75/362] Emitting module HeapModule
[77/363] Compiling HashTreeCollections TreeSet+Hashable.swift
[78/363] Compiling HashTreeCollections TreeSet+Sendable.swift
[79/363] Compiling HashTreeCollections TreeSet+Sequence.swift
[80/363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[81/363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[82/363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[83/363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[84/363] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[85/363] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[86/363] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[87/373] Compiling Algorithms Trim.swift
[88/373] Compiling Algorithms Unique.swift
[89/373] Compiling Algorithms Windows.swift
[90/373] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[91/373] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[92/373] Compiling HashTreeCollections _HashNode.swift
[93/373] Compiling HashTreeCollections _HashNodeHeader.swift
[94/380] Compiling HashTreeCollections _HashSlot.swift
[95/380] Compiling HashTreeCollections _HashStack.swift
[102/380] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[103/380] Compiling HashTreeCollections TreeSet+Debugging.swift
[104/380] Compiling HashTreeCollections TreeSet+Descriptions.swift
[105/380] Compiling HashTreeCollections TreeSet+Equatable.swift
[106/380] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[107/380] Compiling HashTreeCollections TreeSet+Extras.swift
[108/380] Compiling HashTreeCollections TreeSet+Filter.swift
[109/380] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[110/380] Compiling HashTreeCollections _UnsafePath.swift
[111/380] Compiling HashTreeCollections TreeDictionary+Codable.swift
[116/380] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[117/380] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[123/380] Compiling HashTreeCollections TreeDictionary.swift
[124/380] Compiling HashTreeCollections TreeSet+Codable.swift
[125/380] Compiling HashTreeCollections TreeSet+Collection.swift
[132/380] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[133/380] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[133/380] Wrapping AST for InternalCollectionsUtilities for debugging
[140/380] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[143/405] Wrapping AST for HeapModule for debugging
[145/433] Compiling BitCollections BitArray+Hashable.swift
[146/433] Compiling BitCollections BitArray+Initializers.swift
[147/433] Compiling BitCollections BitArray+Invariants.swift
[148/433] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[149/433] Emitting module ArgumentParser
[150/438] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[151/438] Compiling BitCollections BitSet+CustomReflectable.swift
[152/438] Compiling BitCollections BitSet+CustomStringConvertible.swift
[152/438] Wrapping AST for BigInt for debugging
[156/438] Emitting module DequeModule
[157/439] Compiling BitCollections BitSet+Codable.swift
[158/439] Compiling BitCollections BitArray+BitwiseOperations.swift
[159/439] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[160/439] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[161/439] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[162/439] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[163/439] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[164/439] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[165/439] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[166/439] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[167/439] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[168/439] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[169/439] Compiling HashTreeCollections TreeSet.swift
[171/439] Compiling BitCollections BitArray+RandomBits.swift
[172/439] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[173/439] Compiling BitCollections BitArray+Shifts.swift
[174/439] Compiling BitCollections BitArray+Testing.swift
[175/439] Compiling BitCollections BitArray._UnsafeHandle.swift
[176/439] Compiling BitCollections BitArray.swift
[177/439] Compiling BitCollections BitSet+BidirectionalCollection.swift
[177/439] Wrapping AST for DequeModule for debugging
[187/439] Compiling BitCollections BitSet+SetAlgebra union.swift
[188/439] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[189/439] Compiling BitCollections BitSet.Counted.swift
[192/439] Compiling OrderedCollections OrderedSet+Sendable.swift
[193/439] Compiling OrderedCollections OrderedSet+SubSequence.swift
[194/439] Compiling OrderedCollections OrderedSet+Testing.swift
[195/439] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[196/439] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[197/439] Compiling OrderedCollections OrderedSet.swift
[198/439] Compiling OrderedCollections _UnsafeBitset.swift
[199/439] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[200/439] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/439] Compiling HashTreeCollections TreeDictionary+Values.swift
[202/439] Compiling HashTreeCollections _AncestorHashSlots.swift
[203/439] Compiling HashTreeCollections _Bitmap.swift
[204/439] Compiling HashTreeCollections _Bucket.swift
[208/448] Compiling BitCollections BitSet+Equatable.swift
[209/448] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[210/448] Compiling BitCollections BitSet+Extras.swift
[211/448] Compiling BitCollections BitSet+Hashable.swift
[212/452] Compiling BitCollections BitSet.swift
[213/452] Compiling BitCollections Range+Utilities.swift
[219/455] Compiling ArgumentParser Platform.swift
[220/455] Compiling ArgumentParser SequenceExtensions.swift
[221/455] Compiling ArgumentParser StringExtensions.swift
[222/455] Compiling ArgumentParser Tree.swift
[223/455] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[224/455] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[225/455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[226/455] Compiling BitCollections BitSet+Initializers.swift
[227/455] Compiling BitCollections BitSet+Invariants.swift
[228/455] Compiling BitCollections BitSet+Random.swift
[229/455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[230/455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[231/455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[232/455] Compiling ArgumentParser CollectionExtensions.swift
[240/455] Compiling BitCollections BitArray+Codable.swift
[241/455] Compiling BitCollections BitArray+Collection.swift
[242/455] Compiling BitCollections BitArray+Copy.swift
[243/455] Compiling BitCollections BitArray+CustomReflectable.swift
[244/455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[245/455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[246/455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[247/455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[256/455] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[257/455] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[258/455] Compiling BitCollections BitArray+Extras.swift
[259/455] Compiling BitCollections BitArray+Fill.swift
[267/455] Compiling BitCollections BitArray+Descriptions.swift
[268/455] Compiling BitCollections BitArray+Equatable.swift
[278/455] Emitting module BitCollections
[290/455] Compiling BitCollections BitSet._UnsafeHandle.swift
[293/455] Compiling BitCollections Slice+Utilities.swift
[294/455] Compiling BitCollections UInt+Tricks.swift
[295/455] Compiling BitCollections _Word.swift
[310/455] Compiling BitCollections BitSet.Index.swift
[314/455] Compiling _RopeModule Rope+Join.swift
[315/455] Compiling _RopeModule Rope+MutatingForEach.swift
[316/455] Compiling _RopeModule Rope+Remove.swift
[317/455] Compiling _RopeModule Rope+RemoveSubrange.swift
[318/455] Compiling _RopeModule Rope+Split.swift
[319/455] Compiling _RopeModule Optional Utilities.swift
[320/455] Compiling _RopeModule String Utilities.swift
[321/455] Compiling _RopeModule String.Index+ABI.swift
[385/455] Emitting module OrderedCollections
[415/458] Wrapping AST for OrderedCollections for debugging
[418/456] Emitting module _RopeModule
[419/456] Emitting module Algorithms
[421/457] Emitting module HashTreeCollections
[421/458] Wrapping AST for Algorithms for debugging
[431/458] Compiling _RopeModule _CharacterRecognizer.swift
[432/458] Wrapping AST for HashTreeCollections for debugging
[453/459] Wrapping AST for _RopeModule for debugging
[455/461] Emitting module Collections
[456/461] Compiling Collections Collections.swift
[458/497] Compiling Utils FactoryInitializable.swift
[459/497] Compiling Utils FileManager+Extensions.swift
[460/497] Compiling Utils FullPathInFatalErrors.swift
[461/497] Compiling Utils HashableBox.swift
[462/497] Compiling Utils HashableWitness.swift
[463/501] Compiling Utils Host.swift
[464/501] Compiling Utils Incidental.swift
[465/501] Compiling Utils Indirect.swift
[466/501] Compiling Utils Lazy.swift
[467/501] Compiling Utils MVS.swift
[468/501] Emitting module Utils
[469/501] Compiling Utils URL+Extensions.swift
[470/501] Compiling Utils Unreachable.swift
[471/501] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[472/501] Compiling Utils WideUInt.swift
[473/501] Compiling Utils Platform.swift
[474/501] Compiling Utils Sequence+Extensions.swift
[475/501] Compiling Utils Set+Extensions.swift
[476/501] Compiling Utils SharedMutable.swift
[477/501] Compiling Utils StatefulCoder.swift
[478/501] Compiling Utils Math.swift
[479/501] Compiling Utils Memo.swift
[480/501] Compiling Utils Operators.swift
[481/501] Compiling Utils Optional+Extensions.swift
[482/501] Compiling Utils Ordering.swift
[483/501] Compiling Utils String+Extensions.swift
[484/501] Compiling Utils StronglyConnectedComponents.swift
[485/501] Compiling Utils TestOutputStream.swift
[486/501] Compiling Utils ThreeValuedBit.swift
[487/501] Compiling Utils Trie.swift
[488/501] Compiling Utils Dictionary+Extensions.swift
[489/501] Compiling Utils DirectedGraph.swift
[490/501] Compiling Utils DistinctNameGenerator.swift
[491/501] Compiling Utils DoublyLinkedList.swift
[492/501] Compiling Utils EquatableWitness.swift
[493/501] Compiling Utils BinaryInteger+Extensions.swift
[494/501] Compiling Utils BitArray.swift
[495/501] Compiling Utils ChunkSequence.swift
[496/501] Compiling Utils Collection+Extensions.swift
[497/501] Compiling Utils CustomWitnessedSet.swift
[498/502] Wrapping AST for Utils for debugging
[500/505] Compiling GenerateHyloFileTests FullPathInFatalErrors.swift
[501/505] Emitting module GenerateHyloFileTests
[502/505] Compiling GenerateHyloFileTests GenerateHyloFileTests.swift
[503/506] Wrapping AST for GenerateHyloFileTests for debugging
[504/506] Write Objects.LinkFileList
[505/506] 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/55] 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.
[6/55] Compiling shim.cc
[6/55] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm