The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Hylo, reference main (095194), with Swift 6.1 for Linux on 29 Apr 2025 12:38:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.61.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 0951941 Merge pull request #1682 from hylo-lang/fix-1679
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 @):
0951941a8130322d3130f412e03ed47d38e386e0
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"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utils",
      "module_type" : "SwiftTarget",
      "name" : "Utils",
      "path" : "Sources/Utils",
      "product_dependencies" : [
        "BigInt",
        "Collections",
        "Algorithms"
      ],
      "product_memberships" : [
        "hc",
        "hylo-demangle",
        "FrontEnd",
        "GenerateHyloFileTests"
      ],
      "sources" : [
        "BinaryInteger+Extensions.swift",
        "BitArray.swift",
        "ChunkSequence.swift",
        "Collection+Extensions.swift",
        "CustomWitnessedSet.swift",
        "Dictionary+Extensions.swift",
        "DirectedGraph.swift",
        "DistinctNameGenerator.swift",
        "DoublyLinkedList.swift",
        "EquatableWitness.swift",
        "FactoryInitializable.swift",
        "FileManager+Extensions.swift",
        "FullPathInFatalErrors.swift",
        "HashableBox.swift",
        "HashableWitness.swift",
        "Host.swift",
        "Incidental.swift",
        "Indirect.swift",
        "Lazy.swift",
        "MVS.swift",
        "Math.swift",
        "Memo.swift",
        "Operators.swift",
        "Optional+Extensions.swift",
        "Ordering.swift",
        "Platform.swift",
        "Sequence+Extensions.swift",
        "Set+Extensions.swift",
        "SharedMutable.swift",
        "StatefulCoder.swift",
        "String+Extensions.swift",
        "StronglyConnectedComponents.swift",
        "TestOutputStream.swift",
        "ThreeValuedBit.swift",
        "Trie.swift",
        "URL+Extensions.swift",
        "Unreachable.swift",
        "WideUInt.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestUtils",
      "path" : "Sources/TestUtils",
      "sources" : [
        "AnnotatedHyloFileTest.swift",
        "DiagnosticChecks.swift",
        "FullPathInFatalErrors.swift",
        "HyloTestCase.swift",
        "KnownBugs.swift",
        "TestAnnotation.swift",
        "XCTest+Shims.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "Driver",
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "TestGeneratorPlugin",
      "path" : "Plugins/TestGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "sources" : [
        "SPMBuildToolSupport.swift",
        "TestGeneratorPlugin.swift"
      ],
      "target_dependencies" : [
        "GenerateHyloFileTests"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "StandardLibrary",
      "module_type" : "SwiftTarget",
      "name" : "StandardLibrary",
      "path" : "StandardLibrary",
      "product_memberships" : [
        "hc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/StandardLibrary/Sources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AST+Extensions.swift",
        "StandardLibrary.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManglingTests",
      "module_type" : "SwiftTarget",
      "name" : "ManglingTests",
      "path" : "Tests/ManglingTests",
      "sources" : [
        "AssemblySanitizedTests.swift",
        "Base64VarUIntTests.swift",
        "FullPathInFatalErrors.swift",
        "MangledStrings.swift",
        "ManglingTests.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "TestUtils",
        "StandardLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "LibraryTests",
      "path" : "Tests/LibraryTests",
      "sources" : [
        "FullPathInFatalErrors.swift",
        "LibraryTests.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IR",
      "module_type" : "SwiftTarget",
      "name" : "IR",
      "path" : "Sources/IR",
      "product_memberships" : [
        "hc",
        "hylo-demangle"
      ],
      "sources" : [
        "AbstractTypeLayout.swift",
        "Analysis/AbstractContext.swift",
        "Analysis/AbstractDomain.swift",
        "Analysis/AbstractInterpreter.swift",
        "Analysis/AbstractLocation.swift",
        "Analysis/AbstractObject.swift",
        "Analysis/AbstractValue.swift",
        "Analysis/ControlFlowGraph.swift",
        "Analysis/DominatorTree.swift",
        "Analysis/InliningPredicate.swift",
        "Analysis/Lifetime.swift",
        "Analysis/Module+AccessReification.swift",
        "Analysis/Module+CallBundleReification.swift",
        "Analysis/Module+CloseBorrows.swift",
        "Analysis/Module+DeadCodeElimination.swift",
        "Analysis/Module+Depolymorphize.swift",
        "Analysis/Module+Inlining.swift",
        "Analysis/Module+NormalizeObjectStates.swift",
        "Analysis/Module+Ownership.swift",
        "Analysis/Module+Simplification.swift",
        "Block.swift",
        "BlockID.swift",
        "BundleReference.swift",
        "Callee.swift",
        "CollectionWitness.swift",
        "Conformance.swift",
        "Emitter.swift",
        "FullPathInFatalErrors.swift",
        "Function.swift",
        "FunctionID.swift",
        "InsertionPoint.swift",
        "InstructionID.swift",
        "InstructionIndex.swift",
        "InstructionTransformer.swift",
        "IteratorWitness.swift",
        "Linkage.swift",
        "Mangling/Base64Digit.swift",
        "Mangling/Base64VarUInt.swift",
        "Mangling/DemangledEntity.swift",
        "Mangling/DemangledQualification.swift",
        "Mangling/DemangledSymbol.swift",
        "Mangling/DemangledSynthesizedFunction.swift",
        "Mangling/DemangledType.swift",
        "Mangling/Demangler.swift",
        "Mangling/Mangler.swift",
        "Mangling/ManglingOperator.swift",
        "Mangling/ReservedSymbol.swift",
        "Mangling/String+AssemblySanitized.swift",
        "Mangling/TypedProgram+Mangling.swift",
        "Module+Description.swift",
        "Module.swift",
        "ModulePass.swift",
        "Operands/Constant/Constant.swift",
        "Operands/Constant/FloatingPointConstant.swift",
        "Operands/Constant/FunctionReference.swift",
        "Operands/Constant/IntegerConstant.swift",
        "Operands/Constant/MetatypeType+Constant.swift",
        "Operands/Constant/VoidConstant.swift",
        "Operands/Constant/WitnessTable.swift",
        "Operands/Constant/WitnessTableType.swift",
        "Operands/Constant/WordConstant.swift",
        "Operands/Instruction/Access.swift",
        "Operands/Instruction/AddressToPointer.swift",
        "Operands/Instruction/AdvancedByBytes.swift",
        "Operands/Instruction/AdvancedByStrides.swift",
        "Operands/Instruction/AllocStack.swift",
        "Operands/Instruction/Branch.swift",
        "Operands/Instruction/Call.swift",
        "Operands/Instruction/CallBuiltinFunction.swift",
        "Operands/Instruction/CallBundle.swift",
        "Operands/Instruction/CallFFI.swift",
        "Operands/Instruction/CaptureIn.swift",
        "Operands/Instruction/CloseCapture.swift",
        "Operands/Instruction/CloseUnion.swift",
        "Operands/Instruction/CondBranch.swift",
        "Operands/Instruction/ConstantString.swift",
        "Operands/Instruction/DeallocStack.swift",
        "Operands/Instruction/EndAccess.swift",
        "Operands/Instruction/EndProject.swift",
        "Operands/Instruction/GenericParameter.swift",
        "Operands/Instruction/GlobalAddr.swift",
        "Operands/Instruction/Instruction.swift",
        "Operands/Instruction/Load.swift",
        "Operands/Instruction/MarkState.swift",
        "Operands/Instruction/MemoryCopy.swift",
        "Operands/Instruction/Move.swift",
        "Operands/Instruction/OpenCapture.swift",
        "Operands/Instruction/OpenUnion.swift",
        "Operands/Instruction/PointerToAddress.swift",
        "Operands/Instruction/Project.swift",
        "Operands/Instruction/ProjectBundle.swift",
        "Operands/Instruction/RegionEntry.swift",
        "Operands/Instruction/RegionExit.swift",
        "Operands/Instruction/ReleaseCaptures.swift",
        "Operands/Instruction/Return.swift",
        "Operands/Instruction/Store.swift",
        "Operands/Instruction/SubfieldView.swift",
        "Operands/Instruction/Switch.swift",
        "Operands/Instruction/Terminator.swift",
        "Operands/Instruction/UnionDiscriminator.swift",
        "Operands/Instruction/UnionSwitch.swift",
        "Operands/Instruction/Unreachable.swift",
        "Operands/Instruction/WrapExistentialAddr.swift",
        "Operands/Instruction/Yield.swift",
        "Operands/Operand.swift",
        "Parameter.swift",
        "Program.swift",
        "StaticStorage.swift",
        "Type.swift",
        "TypedProgram+Extensions.swift",
        "UnionType+Discriminator.swift",
        "Use.swift",
        "WideUInt+Extensions.swift"
      ],
      "target_dependencies" : [
        "Utils",
        "FrontEnd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HyloTests",
      "module_type" : "SwiftTarget",
      "name" : "HyloTests",
      "path" : "Tests/HyloTests",
      "product_dependencies" : [
        "Algorithms"
      ],
      "sources" : [
        "ASTTests.swift",
        "AccessEffectSetTests.swift",
        "BuiltinFunctionTests.swift",
        "FullPathInFatalErrors.swift",
        "LexerTests.swift",
        "NodeKindTests.swift",
        "ParserTests.swift",
        "RequirementPrinterTests.swift",
        "RewritingSystemTests.swift",
        "SourceFileTests+internal.swift",
        "SourceFileTests.swift",
        "SourceLineTests.swift",
        "Utils/StaticString+Extensions.swift",
        "WideUIntExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "TestUtils",
        "StandardLibrary",
        "Utils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenerateHyloFileTests",
      "module_type" : "SwiftTarget",
      "name" : "GenerateHyloFileTests",
      "path" : "Sources/GenerateHyloFileTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "GenerateHyloFileTests"
      ],
      "sources" : [
        "FullPathInFatalErrors.swift",
        "GenerateHyloFileTests.swift"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FrontEnd",
      "module_type" : "SwiftTarget",
      "name" : "FrontEnd",
      "path" : "Sources/FrontEnd",
      "product_dependencies" : [
        "Collections",
        "Durian",
        "BigInt"
      ],
      "product_memberships" : [
        "hc",
        "hylo-demangle",
        "FrontEnd"
      ],
      "sources" : [
        "AST/AST+CoreEntities.swift",
        "AST/AST+CoreTraits.swift",
        "AST/AST+Diagnostics.swift",
        "AST/AST+UseCollection.swift",
        "AST/AST+Walk.swift",
        "AST/AST+WellFormedness.swift",
        "AST/AST.swift",
        "AST/AnyNode.swift",
        "AST/Attribute.swift",
        "AST/BundledNode.swift",
        "AST/ConditionItem.swift",
        "AST/Decl/AssociatedTypeDecl.swift",
        "AST/Decl/AssociatedValueDecl.swift",
        "AST/Decl/BindingDecl.swift",
        "AST/Decl/BundleDecl.swift",
        "AST/Decl/CapturingDecl.swift",
        "AST/Decl/ConformanceDecl.swift",
        "AST/Decl/ConformanceSource.swift",
        "AST/Decl/ConstrainedGenericTypeDecl.swift",
        "AST/Decl/Decl.swift",
        "AST/Decl/ExposableDecl.swift",
        "AST/Decl/ExtensionDecl.swift",
        "AST/Decl/FunctionBody.swift",
        "AST/Decl/FunctionDecl.swift",
        "AST/Decl/GenericClause.swift",
        "AST/Decl/GenericDecl.swift",
        "AST/Decl/GenericParameterDecl.swift",
        "AST/Decl/ImplicitCapture.swift",
        "AST/Decl/ImportDecl.swift",
        "AST/Decl/InitializerDecl.swift",
        "AST/Decl/MethodDecl.swift",
        "AST/Decl/MethodImpl.swift",
        "AST/Decl/ModuleDecl.swift",
        "AST/Decl/NamespaceDecl.swift",
        "AST/Decl/OperatorDecl.swift",
        "AST/Decl/ParameterDecl.swift",
        "AST/Decl/ProductTypeDecl.swift",
        "AST/Decl/SingleEntityDecl.swift",
        "AST/Decl/SubscriptDecl.swift",
        "AST/Decl/SubscriptImpl.swift",
        "AST/Decl/SynthesizedFunctionDecl.swift",
        "AST/Decl/TraitDecl.swift",
        "AST/Decl/TranslationUnit.swift",
        "AST/Decl/TypeAliasDecl.swift",
        "AST/Decl/TypeExtendingDecl.swift",
        "AST/Decl/VarDecl.swift",
        "AST/Decl/WhereClause.swift",
        "AST/DeclModifiers/AccessModifier.swift",
        "AST/DeclModifiers/ReceiverModifier.swift",
        "AST/Expr/ArrowTypeExpr.swift",
        "AST/Expr/BooleanLiteralExpr.swift",
        "AST/Expr/BufferLiteralExpr.swift",
        "AST/Expr/CaptureExpr.swift",
        "AST/Expr/CastExpr.swift",
        "AST/Expr/ConditionalExpr.swift",
        "AST/Expr/ConformanceLensExpr.swift",
        "AST/Expr/ExistentialTypeExpr.swift",
        "AST/Expr/Expr.swift",
        "AST/Expr/FloatLiteralExpr.swift",
        "AST/Expr/FoldedSequenceExpr.swift",
        "AST/Expr/FunctionCallExpr.swift",
        "AST/Expr/InoutExpr.swift",
        "AST/Expr/IntegerLiteralExpr.swift",
        "AST/Expr/LabeledArgument.swift",
        "AST/Expr/LambdaExpr.swift",
        "AST/Expr/MapLiteralExpr.swift",
        "AST/Expr/MatchCase.swift",
        "AST/Expr/MatchExpr.swift",
        "AST/Expr/NameExpr.swift",
        "AST/Expr/NumericLiteralExpr.swift",
        "AST/Expr/ParameterTypeExpr.swift",
        "AST/Expr/PragmaLiteralExpr.swift",
        "AST/Expr/RemoteTypeExpr.swift",
        "AST/Expr/SequenceExpr.swift",
        "AST/Expr/SpawnExpr.swift",
        "AST/Expr/StringLiteralExpr.swift",
        "AST/Expr/SubscriptCallExpr.swift",
        "AST/Expr/TraitComposition.swift",
        "AST/Expr/TupleExpr.swift",
        "AST/Expr/TupleMemberExpr.swift",
        "AST/Expr/TupleTypeExpr.swift",
        "AST/Expr/UnicodeScalarLiteralExpr.swift",
        "AST/Expr/WildcardExpr.swift",
        "AST/GenericScope.swift",
        "AST/Identifier.swift",
        "AST/Introduced.swift",
        "AST/LexicalScope.swift",
        "AST/LexicalScopeSequence.swift",
        "AST/Name.swift",
        "AST/Node.swift",
        "AST/NodeIDs/AnyNodeID.swift",
        "AST/NodeIDs/CallID.swift",
        "AST/NodeIDs/DeclID.swift",
        "AST/NodeIDs/DeclIDs.swift",
        "AST/NodeIDs/ExprID.swift",
        "AST/NodeIDs/NodeID.swift",
        "AST/NodeIDs/NodeKind.swift",
        "AST/NodeIDs/PatternID.swift",
        "AST/NodeIDs/ScopeID.swift",
        "AST/NodeIDs/StmtID.swift",
        "AST/OperatorNotation.swift",
        "AST/Pattern/BindingPattern.swift",
        "AST/Pattern/ExprPattern.swift",
        "AST/Pattern/NamePattern.swift",
        "AST/Pattern/OptionPattern.swift",
        "AST/Pattern/Pattern.swift",
        "AST/Pattern/TuplePattern.swift",
        "AST/Pattern/WildcardPattern.swift",
        "AST/PrecedenceGroup.swift",
        "AST/RequirementSequence.swift",
        "AST/SourceRepresentable.swift",
        "AST/Stmt/AssignStmt.swift",
        "AST/Stmt/BraceStmt.swift",
        "AST/Stmt/BreakStmt.swift",
        "AST/Stmt/ConditionalBindingStmt.swift",
        "AST/Stmt/ConditionalCompilationStmt.swift",
        "AST/Stmt/ConditionalStmt.swift",
        "AST/Stmt/ContinueStmt.swift",
        "AST/Stmt/DeclStmt.swift",
        "AST/Stmt/DiscardStmt.swift",
        "AST/Stmt/DoWhileStmt.swift",
        "AST/Stmt/ExprStmt.swift",
        "AST/Stmt/ForStmt.swift",
        "AST/Stmt/ReturnStmt.swift",
        "AST/Stmt/Stmt.swift",
        "AST/Stmt/WhileStmt.swift",
        "AST/Stmt/YieldStmt.swift",
        "AST/Utils/ASTProperty.swift",
        "AST/Utils/DeclProperty.swift",
        "AST/Utils/ExprProperty.swift",
        "AST/Utils/PatternProperty.swift",
        "AccessEffect.swift",
        "AccessEffectSet.swift",
        "Assertions.swift",
        "BuiltinFunction.swift",
        "CompileTimeValues/CompileTimeValue.swift",
        "CompileTimeValues/GenericArguments.swift",
        "CompileTimeValues/ValueFlags.swift",
        "ConditionalCompilationFactors.swift",
        "Conformance.swift",
        "ConformanceOrigin.swift",
        "DeclReference.swift",
        "Diagnostic+LoggingOrder.swift",
        "Diagnostic.swift",
        "DiagnosticSet.swift",
        "FloatingPointPredicate.swift",
        "FullPathInFatalErrors.swift",
        "IntegerPredicate.swift",
        "Monotonic.swift",
        "OverflowBehavior.swift",
        "Parse/Lexer.swift",
        "Parse/Parser+Diagnostics.swift",
        "Parse/Parser.swift",
        "Parse/ParserState.swift",
        "Parse/Token.swift",
        "Program.swift",
        "RecordPath.swift",
        "ScopedProgram.swift",
        "ScopedValue.swift",
        "SemanticVersion.swift",
        "SourceFile.swift",
        "SourceLine.swift",
        "SourcePosition.swift",
        "SourceRange.swift",
        "Terms/AnyTerm.swift",
        "Terms/ConcreteTerm.swift",
        "Terms/ErrorTerm.swift",
        "Terms/GenericTermParameter.swift",
        "Terms/TermProtocol.swift",
        "Terms/TermVariable.swift",
        "TypeChecking/ArgumentResolutionResult.swift",
        "TypeChecking/BindingDeclUse.swift",
        "TypeChecking/BindingMap.swift",
        "TypeChecking/CallableEntity.swift",
        "TypeChecking/ConstraintSystem.swift",
        "TypeChecking/Constraints/CallConstraint.swift",
        "TypeChecking/Constraints/ConformanceConstraint.swift",
        "TypeChecking/Constraints/Constraint.swift",
        "TypeChecking/Constraints/ConstraintOrigin.swift",
        "TypeChecking/Constraints/ConstraintSet.swift",
        "TypeChecking/Constraints/DisjunctionConstraint.swift",
        "TypeChecking/Constraints/DisjunctiveConstraintProtocol.swift",
        "TypeChecking/Constraints/EqualityConstraint.swift",
        "TypeChecking/Constraints/MemberConstraint.swift",
        "TypeChecking/Constraints/MergingConstraint.swift",
        "TypeChecking/Constraints/OverloadConstraint.swift",
        "TypeChecking/Constraints/ParameterConstraint.swift",
        "TypeChecking/Constraints/PredicateConstraint.swift",
        "TypeChecking/Constraints/SubtypingConstraint.swift",
        "TypeChecking/Constraints/TupleMemberConstraint.swift",
        "TypeChecking/FunctionAttributes.swift",
        "TypeChecking/InstantiatedType.swift",
        "TypeChecking/NameResolutionContext.swift",
        "TypeChecking/NameResolutionResult.swift",
        "TypeChecking/NameUse.swift",
        "TypeChecking/ProofObligations.swift",
        "TypeChecking/RefinementClosure.swift",
        "TypeChecking/RefinementSequence.swift",
        "TypeChecking/Rewriting/RequirementPrinter.swift",
        "TypeChecking/Rewriting/RequirementTerm.swift",
        "TypeChecking/Rewriting/RewritingRule.swift",
        "TypeChecking/Rewriting/RewritingSystem.swift",
        "TypeChecking/Rewriting/RewritingTerm.swift",
        "TypeChecking/Solution.swift",
        "TypeChecking/SubstitutionMap.swift",
        "TypeChecking/TypeChecker+Diagnostics.swift",
        "TypeChecking/TypeChecker.swift",
        "TypedProgram.swift",
        "Types/AnyType.swift",
        "Types/ArrowType.swift",
        "Types/AssociatedTypeType.swift",
        "Types/AssociatedValueType.swift",
        "Types/BoundGenericType.swift",
        "Types/BufferType.swift",
        "Types/BuiltinType.swift",
        "Types/CallableType.swift",
        "Types/CallableTypeParameter.swift",
        "Types/ConformanceLensType.swift",
        "Types/ErrorType.swift",
        "Types/ExistentialType.swift",
        "Types/GenericConstraint.swift",
        "Types/GenericEnvironment.swift",
        "Types/GenericTypeParameterType.swift",
        "Types/MetatypeType.swift",
        "Types/MethodType.swift",
        "Types/ModuleType.swift",
        "Types/NamespaceType.swift",
        "Types/ParameterType.swift",
        "Types/ProductType.swift",
        "Types/RemoteType.swift",
        "Types/SubscriptImplType.swift",
        "Types/SubscriptType.swift",
        "Types/TraitType.swift",
        "Types/TupleType.swift",
        "Types/TypeAliasType.swift",
        "Types/TypeProtocol.swift",
        "Types/TypeTransformAction.swift",
        "Types/TypeVariable.swift",
        "Types/UnionType.swift",
        "Types/WitnessType.swift"
      ],
      "target_dependencies" : [
        "Utils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EndToEndTests",
      "module_type" : "SwiftTarget",
      "name" : "EndToEndTests",
      "path" : "Tests/EndToEndTests",
      "sources" : [
        "ExecutionTests.swift",
        "FullPathInFatalErrors.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils",
        "TestGeneratorPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DriverTests",
      "module_type" : "SwiftTarget",
      "name" : "DriverTests",
      "path" : "Tests/DriverTests",
      "sources" : [
        "DriverTests.swift",
        "FullPathInFatalErrors.swift",
        "SourceLineExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Driver",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Driver",
      "module_type" : "SwiftTarget",
      "name" : "Driver",
      "path" : "Sources/Driver",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "hc"
      ],
      "sources" : [
        "Diagnostic+Rendering.swift",
        "Driver.swift",
        "EnvironmentError.swift",
        "FullPathInFatalErrors.swift",
        "ModulePassList.swift",
        "OutputFileHandle.swift",
        "Process+Extensions.swift",
        "ProcessInfo+Extensions.swift",
        "SourceLine+Extensions.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "CodeGenLLVM",
        "StandardLibrary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeGenLLVM",
      "module_type" : "SwiftTarget",
      "name" : "CodeGenLLVM",
      "path" : "Sources/CodeGen/LLVM",
      "product_dependencies" : [
        "SwiftyLLVM"
      ],
      "product_memberships" : [
        "hc"
      ],
      "sources" : [
        "CodeGenError.swift",
        "ConcreteTypeLayout.swift",
        "LLVM+Word.swift",
        "LLVMProgram.swift",
        "Transpilation.swift",
        "TypeLowering.swift"
      ],
      "target_dependencies" : [
        "FrontEnd",
        "IR",
        "Utils"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/3053] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (0.21s)
Fetching https://github.com/hylo-lang/Durian.git
Fetching https://github.com/apple/swift-format
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4771] Fetching bigint
[383/5629] Fetching bigint, spimanifest
[2100/5770] Fetching bigint, spimanifest, durian
[2432/11673] Fetching bigint, spimanifest, durian, swift-algorithms
[4081/23644] Fetching bigint, spimanifest, durian, swift-algorithms, swift-format
Fetched https://github.com/hylo-lang/Durian.git from cache (0.27s)
[10790/23503] Fetching bigint, spimanifest, swift-algorithms, swift-format
Fetching https://github.com/apple/swift-argument-parser.git
[12746/39772] Fetching bigint, spimanifest, swift-algorithms, swift-format, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
[19529/33869] Fetching bigint, spimanifest, swift-format, swift-collections
[30454/48819] Fetching bigint, spimanifest, swift-format, swift-collections, swift-argument-parser
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (1.06s)
Fetched https://github.com/apple/swift-format from cache (1.06s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.82s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (1.63s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6718] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.37s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.69s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (4.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.89s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (3.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.1 (0.41s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.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.2 (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/10445] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.68s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.46s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.2
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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/hylo-lang/Swifty-LLVM
Working copy of https://github.com/hylo-lang/Swifty-LLVM resolved at main (5095674)
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 508.0.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/84] Emitting module InternalCollectionsUtilities
[19/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/86] Compiling InternalCollectionsUtilities Specialize.swift
[23/86] Compiling BigInt Strideable.swift
[24/86] Compiling BigInt String Conversion.swift
[25/88] Compiling RealModule Float+Real.swift
[26/89] Emitting module ArgumentParserToolInfo
[27/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/90] Compiling RealModule Real.swift
[29/90] Compiling InternalCollectionsUtilities Debugging.swift
[30/90] Compiling InternalCollectionsUtilities Descriptions.swift
[31/90] Compiling RealModule Float80+Real.swift
[32/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/90] Compiling RealModule Float16+Real.swift
[37/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/90] Compiling InternalCollectionsUtilities Integer rank.swift
[39/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[41/90] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[42/90] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[43/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/91] Emitting module BigInt
[47/91] Compiling RealModule ElementaryFunctions.swift
[48/91] Emitting module RealModule
[53/91] Compiling RealModule RealFunctions.swift
[61/92] Wrapping AST for ArgumentParserToolInfo for debugging
[63/404] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[64/404] Compiling HeapModule Heap+Invariants.swift
[65/404] Compiling HeapModule Heap+Descriptions.swift
[66/404] Compiling HeapModule _HeapNode.swift
[67/404] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[68/404] Compiling OrderedCollections OrderedDictionary+Elements.swift
[69/406] Compiling HeapModule Heap+UnsafeHandle.swift
[70/406] Compiling HeapModule Heap.swift
[71/406] Compiling OrderedCollections _HashTable+Constants.swift
[72/406] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[73/406] Compiling OrderedCollections _HashTable+Testing.swift
[74/406] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[75/406] Emitting module HeapModule
[76/407] Compiling OrderedCollections _HashTable.swift
[77/407] Compiling OrderedCollections _Hashtable+Header.swift
[78/407] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/407] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/407] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[81/407] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[82/407] Compiling OrderedCollections OrderedDictionary.swift
[83/407] Compiling OrderedCollections OrderedSet+Codable.swift
[84/407] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[85/407] Compiling OrderedCollections OrderedSet+Descriptions.swift
[86/407] Compiling OrderedCollections OrderedSet+Diffing.swift
[87/407] Compiling OrderedCollections OrderedSet+Equatable.swift
[88/407] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[90/414] Compiling HashTreeCollections TreeSet+Hashable.swift
[91/414] Compiling HashTreeCollections TreeSet+Sendable.swift
[92/414] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/414] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/414] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/414] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/414] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/414] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/414] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/414] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[100/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[101/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[102/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[103/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[104/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[105/424] Compiling BitCollections BitSet.Index.swift
[106/424] Compiling BitCollections BitSet._UnsafeHandle.swift
[107/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/431] Compiling DequeModule _DequeSlot.swift
[115/431] Compiling DequeModule _UnsafeWrappedBuffer.swift
[123/431] Compiling OrderedCollections OrderedSet+Hashable.swift
[124/450] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[125/450] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[132/450] Compiling OrderedCollections OrderedSet+Initializers.swift
[133/450] Compiling OrderedCollections OrderedSet+Insertions.swift
[134/450] Compiling OrderedCollections OrderedSet+Invariants.swift
[135/450] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[136/450] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[137/450] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[138/456] Compiling Algorithms Indexed.swift
[139/456] Compiling Algorithms Intersperse.swift
[140/456] Emitting module ArgumentParser
[141/461] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/461] Compiling OrderedCollections OrderedSet+Testing.swift
[143/461] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/461] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/461] Compiling OrderedCollections OrderedSet.swift
[146/461] Compiling OrderedCollections _UnsafeBitset.swift
[147/461] Compiling HashTreeCollections TreeSet+Equatable.swift
[148/461] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[149/461] Compiling HashTreeCollections TreeSet+Extras.swift
[150/461] Compiling HashTreeCollections TreeSet+Filter.swift
[156/461] Compiling ArgumentParser CollectionExtensions.swift
[157/461] Compiling ArgumentParser Platform.swift
[158/461] Compiling ArgumentParser SequenceExtensions.swift
[169/461] Compiling OrderedCollections OrderedSet+Sendable.swift
[170/461] Compiling Algorithms AdjacentPairs.swift
[171/461] Compiling Algorithms Chain.swift
[179/461] Compiling Algorithms FlattenCollection.swift
[180/461] Compiling Algorithms Grouped.swift
[183/461] Compiling Algorithms Joined.swift
[184/461] Compiling Algorithms Keyed.swift
[185/461] Compiling Algorithms MinMax.swift
[186/461] Compiling Algorithms Partition.swift
[187/461] Compiling Algorithms Permutations.swift
[188/461] Compiling Algorithms Product.swift
[189/461] Compiling Algorithms RandomSample.swift
[190/461] Compiling Algorithms Reductions.swift
[191/461] Compiling Algorithms Rotate.swift
[192/461] Compiling Algorithms Split.swift
[193/461] Compiling Algorithms Stride.swift
[194/461] Compiling Algorithms Suffix.swift
[195/461] Emitting module DequeModule
[197/462] Emitting module BitCollections
[198/462] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[199/462] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[200/462] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[201/462] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[202/462] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[203/462] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[204/462] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[205/462] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[206/462] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[207/462] Compiling HashTreeCollections TreeSet.swift
[208/462] Compiling Algorithms EitherSequence.swift
[209/462] Compiling Algorithms FirstNonNil.swift
[216/462] Compiling Algorithms Chunked.swift
[217/462] Compiling Algorithms Combinations.swift
[218/462] Compiling Algorithms Compacted.swift
[219/462] Compiling Algorithms Cycle.swift
[219/463] Wrapping AST for RealModule for debugging
[258/463] Wrapping AST for InternalCollectionsUtilities for debugging
[259/464] Wrapping AST for HeapModule for debugging
[268/464] Compiling ArgumentParser StringExtensions.swift
[269/464] Compiling ArgumentParser Tree.swift
[271/464] Wrapping AST for DequeModule for debugging
[317/473] Wrapping AST for BigInt for debugging
[357/476] Wrapping AST for BitCollections for debugging
[393/476] Emitting module OrderedCollections
[409/477] Compiling Algorithms Trim.swift
[410/477] Compiling Algorithms Unique.swift
[411/477] Compiling Algorithms Windows.swift
[421/478] Emitting module _RopeModule
[422/478] Wrapping AST for OrderedCollections for debugging
[423/478] Wrapping AST for ArgumentParser for debugging
[451/478] Compiling _RopeModule Rope+Join.swift
[452/478] Compiling _RopeModule Rope+MutatingForEach.swift
[453/478] Compiling _RopeModule Rope+Remove.swift
[454/478] Compiling _RopeModule Rope+RemoveSubrange.swift
[455/478] Compiling _RopeModule Rope+Split.swift
[456/478] Compiling _RopeModule Optional Utilities.swift
[457/478] Compiling _RopeModule String Utilities.swift
[458/478] Compiling _RopeModule String.Index+ABI.swift
[459/478] Compiling _RopeModule _CharacterRecognizer.swift
[460/478] Emitting module HashTreeCollections
[472/480] Emitting module Algorithms
[473/481] Wrapping AST for _RopeModule for debugging
[474/481] Wrapping AST for HashTreeCollections for debugging
[475/483] Wrapping AST for Algorithms for debugging
[477/483] Emitting module Collections
[478/483] Compiling Collections Collections.swift
[479/484] Wrapping AST for Collections for debugging
[481/519] Compiling Utils Host.swift
[482/519] Compiling Utils Incidental.swift
[483/519] Compiling Utils Indirect.swift
[484/519] Compiling Utils Lazy.swift
[485/519] Compiling Utils MVS.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[486/523] 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.
[487/523] Compiling Utils Math.swift
[488/523] Compiling Utils Memo.swift
[489/523] Compiling Utils Operators.swift
[490/523] Compiling Utils Optional+Extensions.swift
[491/523] Compiling Utils Ordering.swift
[492/523] Compiling Utils String+Extensions.swift
[493/523] Compiling Utils StronglyConnectedComponents.swift
[494/523] Compiling Utils TestOutputStream.swift
[495/523] Compiling Utils ThreeValuedBit.swift
[496/523] Compiling Utils Platform.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[497/523] Compiling Utils Sequence+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[498/523] Compiling Utils Set+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[499/523] Compiling Utils SharedMutable.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[500/523] 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.
[501/523] Compiling Utils BinaryInteger+Extensions.swift
[502/523] Compiling Utils BitArray.swift
[503/523] Compiling Utils ChunkSequence.swift
[504/523] Compiling Utils Collection+Extensions.swift
[505/523] Compiling Utils CustomWitnessedSet.swift
[506/523] Compiling Utils FactoryInitializable.swift
[507/523] Compiling Utils FileManager+Extensions.swift
[508/523] Compiling Utils FullPathInFatalErrors.swift
[509/523] Compiling Utils HashableBox.swift
[510/523] Compiling Utils HashableWitness.swift
[511/523] Compiling Utils Dictionary+Extensions.swift
[512/523] Compiling Utils DirectedGraph.swift
[513/523] Compiling Utils DistinctNameGenerator.swift
[514/523] Compiling Utils DoublyLinkedList.swift
[515/523] Compiling Utils EquatableWitness.swift
[516/523] Compiling Utils Trie.swift
[517/523] Compiling Utils URL+Extensions.swift
[518/523] Compiling Utils Unreachable.swift
[519/523] Compiling Utils WideUInt.swift
warning: couldn't find pc file for llvm
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/97] Write sources
[45/97] Copying Sources
[46/97] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
   15 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[48/97] Compiling shim.cc
[48/97] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/69] Compiling RealModule Float+Real.swift
[4/70] Compiling BigInt BigUInt.swift
[5/70] Compiling BigInt Data Conversion.swift
[6/70] Compiling BigInt Addition.swift
[7/70] Compiling BigInt BigInt.swift
[8/70] Compiling RealModule Real.swift
[9/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/70] Compiling InternalCollectionsUtilities Specialize.swift
[11/72] Compiling RealModule RealFunctions.swift
[12/72] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/72] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/72] Compiling BigInt Random.swift
[15/72] Compiling BigInt Shifts.swift
[19/72] Compiling RealModule ElementaryFunctions.swift
[20/72] Compiling RealModule Float16+Real.swift
[21/72] Compiling RealModule Float80+Real.swift
[22/72] Emitting module RealModule
[23/73] Emitting module ArgumentParserToolInfo
[24/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/74] Compiling BigInt Strideable.swift
[30/74] Compiling BigInt String Conversion.swift
[31/74] Compiling BigInt Floating Point Conversion.swift
[33/75] Wrapping AST for RealModule for debugging
[35/75] Emitting module InternalCollectionsUtilities
[42/107] Compiling Algorithms Product.swift
[43/107] Compiling Algorithms AdjacentPairs.swift
[44/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/109] Compiling ArgumentParser Argument.swift
[46/109] Compiling ArgumentParser ArgumentHelp.swift
[47/109] Compiling Algorithms Chain.swift
[48/109] Compiling Algorithms Chunked.swift
[49/139] Wrapping AST for InternalCollectionsUtilities for debugging
[51/139] Compiling ArgumentParser BashCompletionsGenerator.swift
[52/139] Compiling ArgumentParser CompletionsGenerator.swift
[53/139] Compiling ArgumentParser FishCompletionsGenerator.swift
[54/139] Compiling ArgumentParser ExpressibleByArgument.swift
[55/139] Compiling ArgumentParser ParsableArguments.swift
[56/139] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/139] Emitting module BigInt
[61/247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/285] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[65/376] Compiling HeapModule Heap+Descriptions.swift
[66/401] Compiling HashTreeCollections _AncestorHashSlots.swift
[67/401] Compiling HashTreeCollections _Bitmap.swift
[68/401] Compiling HashTreeCollections _Bucket.swift
[69/401] Compiling HashTreeCollections _Hash.swift
[70/401] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[71/401] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[72/401] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[73/401] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[74/401] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[75/401] Compiling HashTreeCollections _HashNode+Storage.swift
[76/401] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[78/401] Compiling HashTreeCollections _HashNode+Structural merge.swift
[79/402] Compiling HeapModule Heap.swift
[80/402] Compiling HeapModule _HeapNode.swift
[81/402] Compiling HeapModule Heap+Invariants.swift
[82/402] Compiling HeapModule Heap+UnsafeHandle.swift
[84/402] Emitting module HeapModule
[86/403] Compiling HashTreeCollections _HashNode.swift
[87/403] Compiling HashTreeCollections _HashNodeHeader.swift
[88/403] Compiling HashTreeCollections _HashSlot.swift
[89/403] Compiling HashTreeCollections _HashStack.swift
[90/403] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[91/403] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[92/403] Compiling HashTreeCollections TreeDictionary+Filter.swift
[93/403] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[94/403] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[95/403] Compiling HashTreeCollections TreeDictionary+Keys.swift
[96/403] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[97/403] Compiling HashTreeCollections TreeDictionary+Merge.swift
[98/403] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[99/403] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[100/410] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[101/410] Compiling HashTreeCollections _RawHashNode.swift
[102/410] Compiling HashTreeCollections _UnmanagedHashNode.swift
[103/410] Compiling HashTreeCollections TreeSet+Hashable.swift
[104/410] Compiling HashTreeCollections TreeSet+Sendable.swift
[105/410] Compiling HashTreeCollections TreeSet+Sequence.swift
[106/410] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[107/410] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[108/410] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[109/410] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[110/410] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[111/410] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[112/410] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[113/420] Compiling HashTreeCollections _HashNode+Invariants.swift
[114/420] Compiling HashTreeCollections _HashNode+Lookups.swift
[115/420] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[120/420] Compiling HashTreeCollections _HashNode+Structural filter.swift
[121/420] Compiling HashTreeCollections _HashTreeStatistics.swift
[125/420] Compiling HashTreeCollections _UnsafePath.swift
[126/420] Compiling HashTreeCollections TreeDictionary+Codable.swift
[127/420] Compiling HashTreeCollections TreeDictionary+Collection.swift
[128/420] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[129/420] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[134/420] Compiling HashTreeCollections _HashTreeIterator.swift
[134/440] Wrapping AST for BigInt for debugging
[136/442] Compiling DequeModule Deque+Equatable.swift
[137/442] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[138/442] Compiling DequeModule Deque+Testing.swift
[139/442] Emitting module BitCollections
[140/442] Compiling BitCollections Range+Utilities.swift
[141/442] Compiling BitCollections Slice+Utilities.swift
[142/442] Compiling BitCollections UInt+Tricks.swift
[143/442] Compiling BitCollections _Word.swift
[144/442] Compiling OrderedCollections OrderedSet.swift
[145/442] Compiling OrderedCollections _UnsafeBitset.swift
[146/442] Compiling HashTreeCollections TreeSet+Equatable.swift
[147/442] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[148/442] Compiling HashTreeCollections TreeSet+Extras.swift
[149/442] Compiling HashTreeCollections TreeSet+Filter.swift
[156/442] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[157/442] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[158/442] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[159/442] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[160/442] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[161/442] Compiling HashTreeCollections _HashNode+Structural union.swift
[162/442] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[163/442] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[164/442] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[165/442] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[166/442] Compiling DequeModule Deque+Extras.swift
[167/442] Compiling DequeModule Deque+Hashable.swift
[168/442] Compiling DequeModule Deque._UnsafeHandle.swift
[169/442] Compiling DequeModule Deque.swift
[170/442] Compiling DequeModule _DequeBuffer.swift
[171/442] Compiling DequeModule _DequeBufferHeader.swift
[188/442] Wrapping AST for HeapModule for debugging
[205/442] Compiling BitCollections BitSet.Index.swift
[206/442] Compiling BitCollections BitSet._UnsafeHandle.swift
[207/442] Compiling BitCollections BitSet.swift
[208/442] Compiling DequeModule Deque+CustomReflectable.swift
[209/442] Compiling DequeModule Deque+Descriptions.swift
[216/444] Compiling DequeModule Deque+Codable.swift
[217/444] Compiling DequeModule Deque+Collection.swift
[221/444] Compiling DequeModule Deque._Storage.swift
[228/444] Emitting module ArgumentParser
[229/449] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[230/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[231/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[232/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[233/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[234/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[235/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[236/449] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[237/449] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[238/449] Compiling HashTreeCollections TreeSet.swift
[239/449] Compiling DequeModule _DequeSlot.swift
[240/449] Compiling DequeModule _UnsafeWrappedBuffer.swift
[271/449] Compiling ArgumentParser CollectionExtensions.swift
[310/459] Emitting module DequeModule
[380/460] Compiling ArgumentParser Platform.swift
[381/460] Compiling ArgumentParser SequenceExtensions.swift
[382/460] Compiling ArgumentParser StringExtensions.swift
[383/460] Compiling ArgumentParser Tree.swift
[384/461] Emitting module OrderedCollections
[420/462] Emitting module Algorithms
[421/463] Emitting module _RopeModule
[423/462] Compiling _RopeModule Rope+Join.swift
[424/462] Compiling _RopeModule Rope+MutatingForEach.swift
[425/462] Compiling _RopeModule Rope+Remove.swift
[426/462] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/462] Compiling _RopeModule Rope+Split.swift
[428/462] Compiling _RopeModule Optional Utilities.swift
[429/462] Compiling _RopeModule String Utilities.swift
[430/462] Compiling _RopeModule String.Index+ABI.swift
[431/462] Compiling _RopeModule _CharacterRecognizer.swift
[431/461] Wrapping AST for DequeModule for debugging
[432/461] Wrapping AST for OrderedCollections for debugging
[433/461] Wrapping AST for Algorithms for debugging
[454/462] Emitting module HashTreeCollections
[456/463] Wrapping AST for _RopeModule for debugging
[457/463] Wrapping AST for HashTreeCollections for debugging
[459/465] Emitting module Collections
[460/465] Compiling Collections Collections.swift
[462/500] Compiling Utils FactoryInitializable.swift
[463/500] Compiling Utils FileManager+Extensions.swift
[464/500] Compiling Utils FullPathInFatalErrors.swift
[465/500] Compiling Utils HashableBox.swift
[466/500] Compiling Utils HashableWitness.swift
[467/504] Compiling Utils Math.swift
[468/504] Compiling Utils Memo.swift
[469/504] Compiling Utils Operators.swift
[470/504] Compiling Utils Optional+Extensions.swift
[471/504] Compiling Utils Ordering.swift
[472/504] Compiling Utils String+Extensions.swift
[473/504] Compiling Utils StronglyConnectedComponents.swift
[474/504] Compiling Utils TestOutputStream.swift
[475/504] Compiling Utils ThreeValuedBit.swift
[476/504] Emitting module Utils
[477/504] Compiling Utils Host.swift
[478/504] Compiling Utils Incidental.swift
[479/504] Compiling Utils Indirect.swift
[480/504] Compiling Utils Lazy.swift
[481/504] Compiling Utils MVS.swift
[482/504] Compiling Utils Platform.swift
[483/504] Compiling Utils Sequence+Extensions.swift
[484/504] Compiling Utils Set+Extensions.swift
[485/504] Compiling Utils SharedMutable.swift
[486/504] Compiling Utils StatefulCoder.swift
[487/504] Compiling Utils BinaryInteger+Extensions.swift
[488/504] Compiling Utils BitArray.swift
[489/504] Compiling Utils ChunkSequence.swift
[490/504] Compiling Utils Collection+Extensions.swift
[491/504] Compiling Utils CustomWitnessedSet.swift
[492/504] Compiling Utils Trie.swift
[493/504] Compiling Utils URL+Extensions.swift
[494/504] Compiling Utils Unreachable.swift
[495/504] Compiling Utils WideUInt.swift
[496/504] Compiling Utils Dictionary+Extensions.swift
[497/504] Compiling Utils DirectedGraph.swift
[498/504] Compiling Utils DistinctNameGenerator.swift
[499/504] Compiling Utils DoublyLinkedList.swift
[500/504] Compiling Utils EquatableWitness.swift
[501/505] Wrapping AST for Utils for debugging
[503/508] Emitting module GenerateHyloFileTests
[504/508] Compiling GenerateHyloFileTests FullPathInFatalErrors.swift
[505/508] Compiling GenerateHyloFileTests GenerateHyloFileTests.swift
[506/509] Wrapping AST for GenerateHyloFileTests for debugging
[507/509] Write Objects.LinkFileList
[508/509] 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 linux