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 (ec1fd5), with Swift 6.1 for Linux on 13 Sep 2025 20:34:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.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 ec1fd5a Fix broken markdown references (#1728)
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 @):
ec1fd5a255946b128cfd26dc50ca5c5fc9adda3d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hylo-lang/hylo.git at main
========================================
Build
========================================
Selected platform:         linux
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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hylo-lang/Swifty-LLVM
[1/3562] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (2.55s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/hylo-lang/Durian.git
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
[1/219] Fetching durian
[220/5045] Fetching durian, bigint
[317/5980] Fetching durian, bigint, spimanifest
[2459/18472] Fetching durian, bigint, spimanifest, swift-format
[3634/24458] Fetching durian, bigint, spimanifest, swift-format, swift-algorithms
[11488/41918] Fetching durian, bigint, spimanifest, swift-format, swift-algorithms, swift-collections
Fetched https://github.com/attaswift/BigInt.git from cache (0.78s)
Fetching https://github.com/apple/swift-argument-parser.git
[23997/37092] Fetching durian, spimanifest, swift-format, swift-algorithms, swift-collections
Fetched https://github.com/hylo-lang/Durian.git from cache (1.05s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
[20936/46913] Fetching spimanifest, swift-format, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.82s)
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (1.91s)
Fetched https://github.com/apple/swift-format from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (2.52s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6952] Fetching swift-tools-support-core
[6953/78867] Fetching swift-tools-support-core, swift-syntax
Fetched https://github.com/apple/swift-tools-support-core.git from cache (2.03s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.34s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (5.02s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.42s)
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.52s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (0.47s)
Fetching https://github.com/jpsim/Yams.git
[1/11152] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.18s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.46s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-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/hylo-lang/Swifty-LLVM
Working copy of https://github.com/hylo-lang/Swifty-LLVM resolved at main (208dd0f)
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/82] Compiling RealModule RealFunctions.swift
[19/83] Compiling BigInt Strideable.swift
[20/83] Compiling BigInt String Conversion.swift
[21/83] Emitting module ArgumentParserToolInfo
[22/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/87] Compiling BigInt Bitwise Ops.swift
[25/87] Compiling BigInt Codable.swift
[26/87] Compiling BigInt GCD.swift
[27/87] Compiling BigInt Hashable.swift
[29/87] Compiling RealModule Real.swift
[32/87] Compiling BigInt Exponentiation.swift
[33/87] Compiling BigInt Floating Point Conversion.swift
[34/87] Compiling BigInt BigInt.swift
[35/87] Compiling BigInt BigUInt.swift
[36/87] Compiling BigInt Data Conversion.swift
[37/87] Compiling BigInt Division.swift
[38/87] Emitting module InternalCollectionsUtilities
[39/87] Compiling BigInt Comparable.swift
[40/87] Compiling BigInt Addition.swift
[41/87] Compiling RealModule RelaxedArithmetic.swift
[42/87] Compiling RealModule Float16+Real.swift
[47/87] Emitting module RealModule
[48/87] Compiling RealModule Float80+Real.swift
[49/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/89] Wrapping AST for ArgumentParserToolInfo for debugging
[52/133] Wrapping AST for RealModule for debugging
[54/133] Emitting module BigInt
[55/133] Compiling ArgumentParser CommandParser.swift
[56/133] Compiling ArgumentParser OptionGroup.swift
[57/133] Compiling ArgumentParser AsyncParsableCommand.swift
[58/133] Compiling ArgumentParser EnumerableFlag.swift
[59/133] Compiling ArgumentParser ExpressibleByArgument.swift
[60/133] Compiling ArgumentParser ArgumentVisibility.swift
[61/379] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[62/379] Compiling HeapModule Heap+Descriptions.swift
[63/379] Compiling OrderedCollections _HashTable+Bucket.swift
[64/379] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/381] Compiling DequeModule _DequeBuffer.swift
[66/381] Compiling DequeModule _DequeBufferHeader.swift
[67/381] Compiling HeapModule Heap.swift
[68/381] Compiling HeapModule _HeapNode.swift
[69/381] Compiling DequeModule Deque+Equatable.swift
[70/381] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/381] Compiling DequeModule Deque+Extras.swift
[72/381] Compiling DequeModule Deque+Hashable.swift
[73/381] Compiling _RopeModule _RopeItem.swift
[74/381] Compiling _RopeModule _RopePath.swift
[75/381] Compiling HashTreeCollections TreeSet+Sequence.swift
[76/381] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[77/381] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[78/381] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[79/381] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[80/381] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[81/381] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[82/381] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[83/391] Compiling HeapModule Heap+UnsafeHandle.swift
[84/391] Compiling HeapModule Heap+Invariants.swift
[85/391] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[86/391] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[87/391] Emitting module HeapModule
[88/392] Compiling DequeModule Deque._UnsafeHandle.swift
[89/392] Compiling DequeModule Deque.swift
[90/392] Compiling DequeModule Deque+Testing.swift
[91/392] Compiling DequeModule Deque._Storage.swift
[93/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[94/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[95/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[96/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[97/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[98/392] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[99/392] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[100/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[107/399] Compiling DequeModule _DequeSlot.swift
[108/399] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/399] Emitting module ArgumentParser
[110/447] Compiling BitCollections BitSet+Invariants.swift
[111/447] Compiling BitCollections BitSet+Random.swift
[112/447] Compiling BitCollections BitSet+SetAlgebra basics.swift
[113/447] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[114/447] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[115/447] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[116/447] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[117/447] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[118/447] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[119/447] Compiling BitCollections BitArray+Shifts.swift
[120/447] Compiling BitCollections BitArray+Testing.swift
[121/447] Compiling BitCollections BitArray._UnsafeHandle.swift
[122/447] Compiling BitCollections BitArray.swift
[123/447] Compiling BitCollections BitSet+BidirectionalCollection.swift
[124/447] Compiling BitCollections BitSet+Codable.swift
[125/447] Compiling BitCollections BitSet+Initializers.swift
[126/458] Compiling OrderedCollections OrderedSet+SubSequence.swift
[127/458] Compiling OrderedCollections OrderedSet+Testing.swift
[128/458] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[129/458] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[130/458] Compiling OrderedCollections OrderedSet.swift
[131/458] Compiling OrderedCollections _UnsafeBitset.swift
[132/458] Compiling _RopeModule Rope.swift
[133/458] Compiling _RopeModule RopeElement.swift
[134/458] Compiling _RopeModule RopeMetric.swift
[135/458] Compiling _RopeModule RopeSummary.swift
[136/458] Compiling BitCollections BitSet.Counted.swift
[137/458] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[138/458] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[139/458] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[140/458] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[141/458] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[142/458] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[143/458] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[146/458] Compiling OrderedCollections OrderedSet+Sendable.swift
[147/458] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[148/458] Compiling BitCollections BitSet+CustomReflectable.swift
[149/458] Compiling BitCollections BitSet+CustomStringConvertible.swift
[150/458] Compiling BitCollections BitSet+Equatable.swift
[151/458] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[152/458] Compiling BitCollections BitSet+Extras.swift
[153/458] Compiling BitCollections BitSet+Hashable.swift
[154/458] Compiling BitCollections BitArray+RandomBits.swift
[155/458] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[156/458] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[157/458] Compiling BitCollections BitArray+Extras.swift
[158/458] Compiling BitCollections BitArray+Fill.swift
[159/458] Compiling BitCollections BitArray+Hashable.swift
[160/458] Compiling BitCollections BitArray+Initializers.swift
[161/458] Compiling BitCollections BitArray+Invariants.swift
[162/458] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[163/458] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[164/458] Compiling BitCollections BitArray+Codable.swift
[165/458] Compiling BitCollections BitArray+Collection.swift
[166/458] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[167/458] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[168/458] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[169/458] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[170/458] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[171/458] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[172/458] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[173/458] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[174/458] Compiling HashTreeCollections TreeSet.swift
[175/458] Emitting module DequeModule
[191/471] Wrapping AST for InternalCollectionsUtilities for debugging
[200/471] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[201/471] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[202/471] Compiling BitCollections BitSet+SetAlgebra union.swift
[203/471] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[210/471] Wrapping AST for HeapModule for debugging
[218/478] Compiling BitCollections BitArray+Copy.swift
[219/478] Compiling BitCollections BitArray+CustomReflectable.swift
[220/478] Compiling BitCollections BitArray+Descriptions.swift
[221/478] Compiling BitCollections BitArray+Equatable.swift
[242/478] Compiling BitCollections BitArray+BitwiseOperations.swift
[243/478] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[252/479] Wrapping AST for DequeModule for debugging
[263/479] Compiling BitCollections BitSet.Index.swift
[264/479] Compiling BitCollections BitSet._UnsafeHandle.swift
[265/479] Compiling BitCollections BitSet.swift
[266/479] Compiling BitCollections Range+Utilities.swift
[267/479] Compiling BitCollections Slice+Utilities.swift
[268/479] Compiling BitCollections UInt+Tricks.swift
[289/479] Wrapping AST for BigInt for debugging
[295/479] Compiling BitCollections _Word.swift
[305/479] Compiling Algorithms Trim.swift
[306/479] Compiling Algorithms Unique.swift
[307/479] Compiling Algorithms Windows.swift
[308/479] Emitting module BitCollections
[323/479] Emitting module OrderedCollections
[358/480] Emitting module _RopeModule
[389/481] Wrapping AST for OrderedCollections for debugging
[403/481] Wrapping AST for BitCollections for debugging
[424/482] Emitting module HashTreeCollections
[424/483] Wrapping AST for ArgumentParser for debugging
[427/483] Compiling _RopeModule Rope+Join.swift
[428/483] Compiling _RopeModule Rope+MutatingForEach.swift
[429/483] Compiling _RopeModule Rope+Remove.swift
[430/483] Compiling _RopeModule Rope+RemoveSubrange.swift
[431/483] Compiling _RopeModule Rope+Split.swift
[432/483] Compiling _RopeModule Optional Utilities.swift
[433/483] Compiling _RopeModule String Utilities.swift
[434/483] Compiling _RopeModule String.Index+ABI.swift
[435/483] Compiling _RopeModule _CharacterRecognizer.swift
[436/483] Emitting module Algorithms
[436/484] Wrapping AST for HashTreeCollections for debugging
[477/485] Wrapping AST for Algorithms for debugging
[479/485] Wrapping AST for _RopeModule for debugging
[481/487] Emitting module Collections
[482/487] Compiling Collections Collections.swift
[483/488] Wrapping AST for Collections for debugging
[485/524] Compiling Utils Host.swift
[486/524] Compiling Utils Incidental.swift
[487/524] Compiling Utils Indirect.swift
[488/524] Compiling Utils Lazy.swift
[489/524] Compiling Utils MVS.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[490/528] 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.
[491/528] 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.
[492/528] 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.
[493/528] 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.
[494/528] 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.
[495/528] 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.
[496/528] Compiling Utils FactoryInitializable.swift
[497/528] Compiling Utils FileManager+Extensions.swift
[498/528] Compiling Utils FullPathInFatalErrors.swift
[499/528] Compiling Utils HashableBox.swift
[500/528] Compiling Utils HashableWitness.swift
[501/528] Compiling Utils URL+Extensions.swift
[502/528] Compiling Utils Unreachable.swift
[503/528] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[504/528] Compiling Utils WideUInt.swift
[505/528] Compiling Utils String+Extensions.swift
[506/528] Compiling Utils StronglyConnectedComponents.swift
[507/528] Compiling Utils TestOutputStream.swift
[508/528] Compiling Utils ThreeValuedBit.swift
[509/528] Compiling Utils Trie.swift
[510/528] Compiling Utils Math.swift
[511/528] Compiling Utils Memo.swift
[512/528] Compiling Utils Operators.swift
[513/528] Compiling Utils Optional+Extensions.swift
[514/528] Compiling Utils Ordering.swift
[515/528] Compiling Utils Dictionary+Extensions.swift
[516/528] Compiling Utils DirectedGraph.swift
[517/528] Compiling Utils DistinctNameGenerator.swift
[518/528] Compiling Utils DoublyLinkedList.swift
[519/528] Compiling Utils EquatableWitness.swift
[520/528] Compiling Utils BinaryInteger+Extensions.swift
[521/528] Compiling Utils BitArray.swift
[522/528] Compiling Utils ChunkSequence.swift
[523/528] Compiling Utils Collection+Extensions.swift
[524/528] Compiling Utils CustomWitnessedSet.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
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/98] Write sources
[46/98] Copying Sources
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:7:10: fatal error: 'llvm-c/TargetMachine.h' file not found
    7 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[47/98] Compiling _NumericsShims _NumericsShims.c
[47/98] Compiling shim.cc
[47/98] Compiling _NumericsShims _NumericsShims.c
[47/98] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/67] Compiling RealModule RealFunctions.swift
[4/68] Emitting module ArgumentParserToolInfo
[5/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/69] Compiling RealModule Real.swift
[7/69] Compiling RealModule RelaxedArithmetic.swift
[8/69] Compiling BigInt Exponentiation.swift
[9/69] Compiling BigInt Floating Point Conversion.swift
[10/69] Compiling BigInt GCD.swift
[11/69] Compiling BigInt Hashable.swift
[12/69] Compiling BigInt BigInt.swift
[13/69] Compiling BigInt BigUInt.swift
[14/69] Compiling RealModule Float16+Real.swift
[15/69] Compiling RealModule Float80+Real.swift
[16/69] Compiling BigInt Comparable.swift
[17/69] Compiling BigInt Addition.swift
[18/69] Compiling BigInt Bitwise Ops.swift
[19/69] Compiling BigInt Codable.swift
[20/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/69] Emitting module BigInt
[22/71] Emitting module RealModule
[23/72] Compiling BigInt Random.swift
[24/72] Compiling BigInt Shifts.swift
[25/72] Compiling BigInt Square Root.swift
[26/72] Compiling BigInt Strideable.swift
[27/72] Compiling BigInt String Conversion.swift
[28/72] Compiling BigInt Integer Conversion.swift
[29/72] Compiling BigInt Multiplication.swift
[30/72] Compiling BigInt Prime Test.swift
[34/72] Emitting module InternalCollectionsUtilities
[40/72] Compiling BigInt Data Conversion.swift
[41/72] Compiling BigInt Division.swift
[47/73] Wrapping AST for RealModule for debugging
[49/120] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/309] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[52/319] Compiling _RopeModule BigString+Chunk+Counts.swift
[53/319] Compiling _RopeModule BigString+Chunk+Description.swift
[54/319] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[55/319] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[56/321] Compiling HeapModule Heap+Descriptions.swift
[60/321] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[61/321] Compiling _RopeModule BigString+Chunk+Splitting.swift
[62/321] Compiling _RopeModule BigString+Chunk.swift
[63/321] Compiling _RopeModule BigString+Debugging.swift
[64/321] Compiling _RopeModule BigString+Index.swift
[65/321] Compiling HeapModule Heap.swift
[66/321] Compiling HeapModule _HeapNode.swift
[67/321] Compiling HeapModule Heap+Invariants.swift
[68/321] Compiling HeapModule Heap+UnsafeHandle.swift
[69/374] Emitting module HeapModule
[70/375] Compiling BitCollections BitArray.swift
[71/375] Compiling BitCollections BitSet+BidirectionalCollection.swift
[72/376] Compiling BitCollections BitSet+Hashable.swift
[73/376] Compiling BitCollections BitArray+RandomBits.swift
[74/376] Compiling _RopeModule RopeSummary.swift
[75/376] Compiling _RopeModule _RopeItem.swift
[76/376] Compiling _RopeModule _RopePath.swift
[77/376] Compiling _RopeModule _RopeVersion.swift
[78/376] Compiling _RopeModule Rope+Collection.swift
[79/376] Compiling _RopeModule Rope+Index.swift
[80/376] Compiling _RopeModule Rope+Sequence.swift
[81/376] Compiling _RopeModule Rope+Append.swift
[82/376] Compiling _RopeModule Rope+Extract.swift
[83/376] Compiling _RopeModule Rope+Find.swift
[85/386] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[86/386] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[87/386] Compiling BitCollections BitSet+SetAlgebra union.swift
[88/386] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[89/386] Compiling BitCollections BitSet.Counted.swift
[90/386] Compiling _RopeModule Rope.swift
[91/386] Compiling _RopeModule RopeElement.swift
[92/386] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[93/386] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[94/386] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[95/386] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[96/386] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[97/386] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[98/386] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[100/392] Compiling BitCollections BitArray+Testing.swift
[101/392] Compiling BitCollections BitArray._UnsafeHandle.swift
[104/395] Compiling BitCollections BitSet+Codable.swift
[105/395] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[106/395] Compiling _RopeModule Rope+ForEachWhile.swift
[107/395] Compiling _RopeModule Rope+Insert.swift
[108/395] Compiling HashTreeCollections TreeSet+Collection.swift
[109/395] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[110/395] Compiling HashTreeCollections TreeSet+Debugging.swift
[111/395] Compiling HashTreeCollections TreeSet+Descriptions.swift
[112/395] Compiling HashTreeCollections TreeSet+Equatable.swift
[113/395] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[114/395] Compiling HashTreeCollections TreeSet+Extras.swift
[115/395] Compiling HashTreeCollections TreeSet+Filter.swift
[116/395] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[117/395] Compiling BitCollections BitArray+Shifts.swift
[124/395] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[125/395] Compiling BitCollections BitSet+CustomReflectable.swift
[126/395] Compiling BitCollections BitSet+CustomStringConvertible.swift
[127/395] Compiling BitCollections BitSet+Equatable.swift
[128/395] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[129/395] Compiling BitCollections BitSet+Extras.swift
[142/395] Compiling OrderedCollections OrderedSet+Sendable.swift
[142/395] Wrapping AST for InternalCollectionsUtilities for debugging
[144/395] Compiling BitCollections BitSet+Invariants.swift
[145/395] Compiling BitCollections BitSet+Random.swift
[146/395] Compiling BitCollections BitSet+SetAlgebra basics.swift
[147/395] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[148/395] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[149/395] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[150/395] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[151/395] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[152/395] Compiling Algorithms Trim.swift
[153/395] Compiling Algorithms Unique.swift
[154/395] Compiling Algorithms Windows.swift
[155/395] Compiling BitCollections BitArray+Hashable.swift
[156/395] Compiling BitCollections BitArray+Initializers.swift
[157/395] Compiling BitCollections BitArray+Invariants.swift
[158/395] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[159/395] Compiling BitCollections BitSet+Initializers.swift
[162/395] Compiling BitCollections BitArray+Descriptions.swift
[163/395] Compiling BitCollections BitArray+Equatable.swift
[172/402] Wrapping AST for HeapModule for debugging
[174/446] Compiling ArgumentParser Argument.swift
[175/446] Compiling ArgumentParser ArgumentDiscussion.swift
[176/446] Compiling ArgumentParser ArgumentHelp.swift
[177/446] Compiling ArgumentParser ArgumentVisibility.swift
[178/446] Compiling ArgumentParser CompletionKind.swift
[179/446] Compiling ArgumentParser Errors.swift
[180/446] Compiling ArgumentParser Flag.swift
[181/446] Compiling ArgumentParser NameSpecification.swift
[182/446] Compiling ArgumentParser BashCompletionsGenerator.swift
[183/446] Compiling ArgumentParser CompletionsGenerator.swift
[184/446] Compiling ArgumentParser SplitArguments.swift
[185/446] Compiling ArgumentParser DumpHelpGenerator.swift
[186/446] Compiling ArgumentParser HelpCommand.swift
[187/446] Compiling ArgumentParser HelpGenerator.swift
[188/446] Compiling ArgumentParser MessageInfo.swift
[189/446] Compiling ArgumentParser UsageGenerator.swift
[190/446] Compiling ArgumentParser CollectionExtensions.swift
[191/446] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[192/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[193/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[194/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[195/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[196/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[197/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[198/446] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[199/446] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[200/446] Compiling HashTreeCollections TreeSet.swift
[201/446] Emitting module DequeModule
[202/447] Compiling ArgumentParser Option.swift
[203/447] Compiling ArgumentParser OptionGroup.swift
[204/447] Compiling ArgumentParser AsyncParsableCommand.swift
[208/447] Compiling BitCollections BitSet.Index.swift
[209/447] Compiling BitCollections BitSet._UnsafeHandle.swift
[210/447] Compiling BitCollections BitSet.swift
[211/447] Compiling BitCollections Range+Utilities.swift
[212/447] Compiling BitCollections Slice+Utilities.swift
[213/447] Compiling BitCollections UInt+Tricks.swift
[214/456] Compiling ArgumentParser CommandConfiguration.swift
[215/456] Compiling ArgumentParser CommandGroup.swift
[216/456] Compiling ArgumentParser EnumerableFlag.swift
[217/456] Compiling ArgumentParser Mutex.swift
[218/456] Compiling ArgumentParser Platform.swift
[219/456] Compiling ArgumentParser SequenceExtensions.swift
[220/456] Compiling ArgumentParser StringExtensions.swift
[221/456] Compiling ArgumentParser SwiftExtensions.swift
[232/456] Compiling ArgumentParser CommandParser.swift
[233/456] Compiling ArgumentParser InputKey.swift
[234/456] Compiling ArgumentParser InputOrigin.swift
[234/456] Wrapping AST for DequeModule for debugging
[249/456] Compiling ArgumentParser FishCompletionsGenerator.swift
[250/456] Compiling ArgumentParser ZshCompletionsGenerator.swift
[255/456] Emitting module BitCollections
[279/456] Compiling BitCollections _Word.swift
[280/456] Compiling OrderedCollections OrderedSet.swift
[281/456] Compiling OrderedCollections _UnsafeBitset.swift
[298/456] Compiling ArgumentParser ArgumentSet.swift
[302/456] Compiling ArgumentParser Name.swift
[303/456] Compiling ArgumentParser Parsed.swift
[304/456] Compiling ArgumentParser ParsedValues.swift
[305/456] Compiling ArgumentParser ParserError.swift
[309/456] Compiling ArgumentParser ExpressibleByArgument.swift
[310/456] Compiling ArgumentParser ParsableArguments.swift
[311/456] Compiling ArgumentParser ParsableCommand.swift
[312/456] Compiling ArgumentParser ArgumentDecoder.swift
[313/456] Compiling ArgumentParser ArgumentDefinition.swift
[320/463] Emitting module ArgumentParser
[358/462] Emitting module OrderedCollections
[359/463] Wrapping AST for OrderedCollections for debugging
[361/463] Compiling _RopeModule Rope+Join.swift
[362/463] Compiling _RopeModule Rope+MutatingForEach.swift
[363/463] Compiling _RopeModule Rope+Remove.swift
[364/463] Compiling _RopeModule Rope+RemoveSubrange.swift
[365/463] Compiling _RopeModule Rope+Split.swift
[366/463] Compiling _RopeModule Optional Utilities.swift
[367/463] Compiling _RopeModule String Utilities.swift
[368/463] Compiling _RopeModule String.Index+ABI.swift
[369/463] Compiling _RopeModule _CharacterRecognizer.swift
[370/463] Compiling ArgumentParser Tree.swift
[371/463] Compiling ArgumentParser CodingKeyValidator.swift
[372/463] Compiling ArgumentParser NonsenseFlagsValidator.swift
[373/463] Compiling ArgumentParser ParsableArgumentsValidation.swift
[374/463] Compiling ArgumentParser PositionalArgumentsValidator.swift
[375/463] Compiling ArgumentParser UniqueNamesValidator.swift
[376/463] Emitting module _RopeModule
[384/463] Emitting module Algorithms
[385/464] Wrapping AST for Algorithms for debugging
[387/464] Emitting module HashTreeCollections
[458/466] Wrapping AST for HashTreeCollections for debugging
[460/466] Wrapping AST for _RopeModule for debugging
[462/468] Compiling Collections Collections.swift
[463/468] Emitting module Collections
[465/504] Emitting module Utils
[466/508] Compiling Utils Math.swift
[467/508] Compiling Utils Memo.swift
[468/508] Compiling Utils Operators.swift
[469/508] Compiling Utils Optional+Extensions.swift
[470/508] Compiling Utils Ordering.swift
[471/508] Compiling Utils FactoryInitializable.swift
[472/508] Compiling Utils FileManager+Extensions.swift
[473/508] Compiling Utils FullPathInFatalErrors.swift
[474/508] Compiling Utils HashableBox.swift
[475/508] Compiling Utils HashableWitness.swift
[476/508] Compiling Utils String+Extensions.swift
[477/508] Compiling Utils StronglyConnectedComponents.swift
[478/508] Compiling Utils TestOutputStream.swift
[479/508] Compiling Utils ThreeValuedBit.swift
[480/508] Compiling Utils Trie.swift
[481/508] Compiling Utils Platform.swift
[482/508] Compiling Utils Sequence+Extensions.swift
[483/508] Compiling Utils Set+Extensions.swift
[484/508] Compiling Utils SharedMutable.swift
[485/508] Compiling Utils StatefulCoder.swift
[486/508] Compiling Utils Host.swift
[487/508] Compiling Utils Incidental.swift
[488/508] Compiling Utils Indirect.swift
[489/508] Compiling Utils Lazy.swift
[490/508] Compiling Utils MVS.swift
[491/508] Compiling Utils URL+Extensions.swift
[492/508] Compiling Utils Unreachable.swift
[493/508] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[494/508] Compiling Utils WideUInt.swift
[495/508] Compiling Utils BinaryInteger+Extensions.swift
[496/508] Compiling Utils BitArray.swift
[497/508] Compiling Utils ChunkSequence.swift
[498/508] Compiling Utils Collection+Extensions.swift
[499/508] Compiling Utils CustomWitnessedSet.swift
[500/508] Compiling Utils Dictionary+Extensions.swift
[501/508] Compiling Utils DirectedGraph.swift
[502/508] Compiling Utils DistinctNameGenerator.swift
[503/508] Compiling Utils DoublyLinkedList.swift
[504/508] Compiling Utils EquatableWitness.swift
[505/509] Wrapping AST for Utils for debugging
[507/512] Compiling GenerateHyloFileTests FullPathInFatalErrors.swift
[508/512] Emitting module GenerateHyloFileTests
[509/512] Compiling GenerateHyloFileTests GenerateHyloFileTests.swift
[510/513] Wrapping AST for GenerateHyloFileTests for debugging
[511/513] Write Objects.LinkFileList
[512/513] 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
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/57] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:7:10: fatal error: 'llvm-c/TargetMachine.h' file not found
    7 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/57] Compiling shim.cc
[7/57] Compiling _NumericsShims _NumericsShims.c
[7/57] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux