The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Hylo, reference main (a1ab80), with Swift 6.1 for Linux on 18 Jun 2025 22:05:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hylo-lang/hylo.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hylo-lang/hylo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a1ab803 invariant checks for builtin types. (#1710)
Submodule path 'SPMBuildToolSupport': checked out '7c0a5c10ccacf066163c36e2cfcba65c7a21e956'
Submodule 'SPMBuildToolSupport' (https://github.com/dabrahams/SPMBuildToolSupport.git) registered for path 'SPMBuildToolSupport'
Cloning into '/host/spi-builder-workspace/SPMBuildToolSupport'...
Cloned https://github.com/hylo-lang/hylo.git
Revision (git rev-parse @):
a1ab8036ac05738ec10dc69fe75bcf84e29db8ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hylo-lang/hylo.git at main
========================================
Build
========================================
Selected platform:         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-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/3146] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (0.40s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/hylo-lang/Durian.git
Fetching https://github.com/apple/swift-format
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/attaswift/BigInt.git
[1/891] Fetching spimanifest
[10/5698] Fetching spimanifest, bigint
[1662/5854] Fetching spimanifest, bigint, durian
[1765/11813] Fetching spimanifest, bigint, durian, swift-algorithms
[4900/28453] Fetching spimanifest, bigint, durian, swift-algorithms, swift-collections
[8325/40663] Fetching spimanifest, bigint, durian, swift-algorithms, swift-collections, swift-format
Fetched https://github.com/attaswift/BigInt.git from cache (1.13s)
[25207/35856] Fetching spimanifest, durian, swift-algorithms, swift-collections, swift-format
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.54s)
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (1.54s)
[23349/29006] Fetching durian, swift-collections, swift-format
Fetched https://github.com/apple/swift-format from cache (1.56s)
[11472/16796] Fetching durian, swift-collections
[16797/32176] Fetching durian, swift-collections, swift-argument-parser
Fetched https://github.com/hylo-lang/Durian.git from cache (2.19s)
[31713/32020] Fetching swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-collections.git from cache (2.25s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.82s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (4.24s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-syntax.git
[1/6855] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.91s)
[1/70906] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.01s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (9.76s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.01s)
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 (1.06s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (1.08s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.89s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.95s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/hylo-lang/Swifty-LLVM
Working copy of https://github.com/hylo-lang/Swifty-LLVM resolved at main (e65542a)
Creating working copy for https://github.com/apple/swift-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/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/hylo-lang/Durian.git
Working copy of https://github.com/hylo-lang/Durian.git resolved at 1.2.1
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-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/81] Emitting module ArgumentParserToolInfo
[19/81] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/82] Compiling BigInt Codable.swift
[21/82] Compiling BigInt Comparable.swift
[22/82] Compiling BigInt GCD.swift
[23/82] Compiling BigInt Hashable.swift
[24/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/83] Compiling RealModule Real.swift
[26/84] Compiling RealModule Float80+Real.swift
[27/84] Compiling RealModule Float16+Real.swift
[28/84] Compiling RealModule AugmentedArithmetic.swift
[29/84] Compiling RealModule Double+Real.swift
[30/84] Compiling RealModule ElementaryFunctions.swift
[31/84] Compiling RealModule Float+Real.swift
[32/84] Compiling BigInt Exponentiation.swift
[33/84] Compiling BigInt Floating Point Conversion.swift
[34/84] Compiling BigInt Data Conversion.swift
[35/84] Compiling BigInt Division.swift
[36/84] Emitting module RealModule
[37/84] Compiling RealModule AlgebraicField.swift
[38/84] Compiling RealModule ApproximateEquality.swift
[43/84] Emitting module InternalCollectionsUtilities
[45/84] Compiling RealModule RealFunctions.swift
[45/85] Wrapping AST for ArgumentParserToolInfo for debugging
[48/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/86] Compiling BigInt Strideable.swift
[50/86] Compiling BigInt String Conversion.swift
[52/126] Compiling ArgumentParser CompletionKind.swift
[53/126] Compiling ArgumentParser Errors.swift
[54/126] Compiling ArgumentParser Flag.swift
[54/126] Wrapping AST for RealModule for debugging
[56/367] Compiling _RopeModule BigString+Split.swift
[57/367] Compiling _RopeModule Range+BigString.swift
[58/367] Compiling _RopeModule BigString+UTF16View.swift
[59/372] Compiling _RopeModule BigString+Managing Breaks.swift
[60/372] Compiling _RopeModule BigString+RemoveSubrange.swift
[61/374] Compiling HeapModule _HeapNode.swift
[62/374] Compiling _RopeModule RopeSummary.swift
[63/374] Compiling _RopeModule _RopeItem.swift
[64/374] Compiling _RopeModule _RopePath.swift
[65/374] Compiling _RopeModule BigString+Append.swift
[66/374] Compiling _RopeModule BigString+Initializers.swift
[67/379] Compiling _RopeModule Rope+_Storage.swift
[68/379] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[69/379] Compiling _RopeModule Rope+_UnsafeHandle.swift
[70/379] Compiling _RopeModule Rope.swift
[71/379] Compiling HeapModule Heap.swift
[72/379] Compiling HeapModule Heap+Descriptions.swift
[73/379] Compiling HeapModule Heap+Invariants.swift
[74/379] Compiling HeapModule Heap+UnsafeHandle.swift
[75/379] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/379] Emitting module HeapModule
[78/380] Compiling _RopeModule Rope+_Node.swift
[79/380] Compiling _RopeModule BigString+Builder.swift
[80/380] Compiling _RopeModule BigString+Contents.swift
[81/380] Compiling _RopeModule BigString+Debugging.swift
[82/380] Compiling _RopeModule BigString+Index.swift
[83/380] Compiling _RopeModule BigString+Ingester.swift
[84/380] Compiling _RopeModule BigString+Invariants.swift
[85/387] Compiling _RopeModule Rope+ForEachWhile.swift
[86/387] Compiling _RopeModule Rope+Insert.swift
[87/387] Compiling HashTreeCollections TreeSet+Sequence.swift
[88/387] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[89/387] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[90/387] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[91/387] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[92/387] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[93/387] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[94/387] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[95/397] Compiling ArgumentParser StringExtensions.swift
[96/397] Compiling ArgumentParser Tree.swift
[97/397] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[98/397] Compiling _RopeModule BigSubstring.swift
[99/397] Compiling _RopeModule Rope+Builder.swift
[100/397] Compiling _RopeModule Rope+Debugging.swift
[101/397] Compiling _RopeModule Rope+Invariants.swift
[102/397] Compiling DequeModule _DequeSlot.swift
[103/397] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/397] Compiling _RopeModule BigString+Insert.swift
[110/450] Compiling BitCollections BitArray._UnsafeHandle.swift
[111/450] Compiling BitCollections BitArray.swift
[113/450] Compiling BitCollections BitSet+BidirectionalCollection.swift
[114/450] Compiling BitCollections BitSet+Codable.swift
[117/450] Compiling BitCollections BitSet+Initializers.swift
[118/450] Compiling BitCollections BitSet+Invariants.swift
[119/450] Compiling BitCollections BitSet+Random.swift
[120/450] Compiling BitCollections BitSet+SetAlgebra basics.swift
[121/450] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[122/450] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[123/450] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[124/450] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[125/450] Compiling BitCollections BitSet+CustomReflectable.swift
[126/453] Compiling BitCollections BitArray+Shifts.swift
[127/453] Compiling BitCollections BitArray+Testing.swift
[129/453] Compiling OrderedCollections OrderedSet+SubSequence.swift
[130/453] Compiling OrderedCollections OrderedSet+Testing.swift
[131/453] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[132/453] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[133/453] Compiling OrderedCollections OrderedSet.swift
[134/453] Compiling OrderedCollections _UnsafeBitset.swift
[135/453] Compiling _RopeModule Rope+Sequence.swift
[136/453] Compiling _RopeModule Rope+Append.swift
[137/453] Compiling _RopeModule Rope+Extract.swift
[138/453] Compiling _RopeModule Rope+Find.swift
[139/453] Compiling BitCollections BitArray+RandomBits.swift
[140/453] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[147/453] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[148/453] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[149/453] Compiling BitCollections BitArray+Extras.swift
[150/453] Compiling BitCollections BitArray+Fill.swift
[151/453] Compiling BitCollections BitArray+Hashable.swift
[152/453] Compiling BitCollections BitArray+Initializers.swift
[153/453] Compiling BitCollections BitArray+Invariants.swift
[154/453] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[155/453] Compiling Algorithms Trim.swift
[156/453] Compiling Algorithms Unique.swift
[157/453] Compiling Algorithms Windows.swift
[164/453] Compiling BitCollections BitSet+CustomStringConvertible.swift
[165/453] Compiling BitCollections BitSet+Equatable.swift
[166/453] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[167/453] Compiling BitCollections BitSet+Extras.swift
[168/453] Compiling BitCollections BitSet+Hashable.swift
[169/453] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[170/453] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[171/453] Compiling BitCollections BitArray+Copy.swift
[172/453] Compiling BitCollections BitArray+CustomReflectable.swift
[178/453] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[179/453] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[180/453] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[181/453] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[182/453] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[183/453] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[184/453] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[185/453] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[186/453] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[187/453] Compiling HashTreeCollections TreeSet.swift
[188/453] Emitting module DequeModule
[196/454] Emitting module ArgumentParser
[197/454] Compiling BitCollections BitArray+BitwiseOperations.swift
[198/454] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[199/454] Compiling BitCollections BitArray+Codable.swift
[200/454] Compiling BitCollections BitArray+Collection.swift
[210/454] Compiling BitCollections BitArray+Descriptions.swift
[211/454] Compiling BitCollections BitArray+Equatable.swift
[223/463] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[224/463] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[225/463] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[226/463] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[226/463] Wrapping AST for InternalCollectionsUtilities for debugging
[235/470] Wrapping AST for HeapModule for debugging
[241/470] Emitting module BitCollections
[258/470] Wrapping AST for DequeModule for debugging
[268/470] Compiling BitCollections BitSet.swift
[269/470] Compiling BitCollections Range+Utilities.swift
[270/470] Compiling BitCollections Slice+Utilities.swift
[271/470] Compiling BitCollections UInt+Tricks.swift
[272/470] Compiling BitCollections _Word.swift
[281/470] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[282/470] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[283/470] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[284/470] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[285/470] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[286/470] Compiling BitCollections BitSet+SetAlgebra union.swift
[287/470] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[288/470] Compiling BitCollections BitSet.Counted.swift
[317/470] Emitting module BigInt
[345/471] Emitting module OrderedCollections
[345/472] Wrapping AST for BigInt for debugging
[361/473] Compiling BitCollections BitSet.Index.swift
[362/473] Compiling BitCollections BitSet._UnsafeHandle.swift
[369/474] Wrapping AST for OrderedCollections for debugging
[370/474] Wrapping AST for ArgumentParser for debugging
[371/474] Wrapping AST for BitCollections for debugging
[406/474] Emitting module _RopeModule
[407/474] Compiling _RopeModule Rope+Join.swift
[408/474] Compiling _RopeModule Rope+MutatingForEach.swift
[409/474] Compiling _RopeModule Rope+Remove.swift
[410/474] Compiling _RopeModule Rope+RemoveSubrange.swift
[411/474] Compiling _RopeModule Rope+Split.swift
[412/474] Compiling _RopeModule Optional Utilities.swift
[413/474] Compiling _RopeModule String Utilities.swift
[414/474] Compiling _RopeModule String.Index+ABI.swift
[415/474] Compiling _RopeModule _CharacterRecognizer.swift
[416/474] Emitting module Algorithms
[417/475] Wrapping AST for Algorithms for debugging
[468/475] Emitting module HashTreeCollections
[470/477] Wrapping AST for HashTreeCollections for debugging
[471/477] Wrapping AST for _RopeModule for debugging
[473/479] Compiling Collections Collections.swift
[474/479] Emitting module Collections
[475/480] Wrapping AST for Collections for debugging
[477/516] Compiling Utils FactoryInitializable.swift
[478/516] Compiling Utils FileManager+Extensions.swift
[479/516] Compiling Utils FullPathInFatalErrors.swift
[480/516] Compiling Utils HashableBox.swift
[481/516] Compiling Utils HashableWitness.swift
[482/516] Compiling Utils Host.swift
[483/516] Compiling Utils Incidental.swift
[484/516] Compiling Utils Indirect.swift
[485/516] Compiling Utils Lazy.swift
[486/516] Compiling Utils MVS.swift
[487/520] Compiling Utils URL+Extensions.swift
[488/520] Compiling Utils Unreachable.swift
[489/520] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[490/520] Compiling Utils WideUInt.swift
[491/520] Compiling Utils Math.swift
[492/520] Compiling Utils Memo.swift
[493/520] Compiling Utils Operators.swift
[494/520] Compiling Utils Optional+Extensions.swift
[495/520] Compiling Utils Ordering.swift
[496/520] Compiling Utils Platform.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[497/520] Compiling Utils Sequence+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[498/520] Compiling Utils Set+Extensions.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[499/520] Compiling Utils SharedMutable.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[500/520] Compiling Utils StatefulCoder.swift
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[501/520] Compiling Utils String+Extensions.swift
[502/520] Compiling Utils StronglyConnectedComponents.swift
[503/520] Compiling Utils TestOutputStream.swift
[504/520] Compiling Utils ThreeValuedBit.swift
[505/520] Compiling Utils Trie.swift
[506/520] Compiling Utils BinaryInteger+Extensions.swift
[507/520] Compiling Utils BitArray.swift
[508/520] Compiling Utils ChunkSequence.swift
[509/520] Compiling Utils Collection+Extensions.swift
[510/520] Compiling Utils CustomWitnessedSet.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[511/520] Emitting module Utils
/host/spi-builder-workspace/Sources/Utils/Platform.swift:37:23: error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 |   /// An operating system on which the compiler/interpreter/target program can run.
 5 |   public enum OperatingSystem: Codable, CustomStringConvertible {
   |               `- note: consider making enum 'OperatingSystem' conform to the 'Sendable' protocol
 6 |
 7 |     case macOS, linux, windows
   :
35 |   #elseif os(Linux)
36 |     /// The host operating system.
37 |     public static let hostOperatingSystem: OperatingSystem = .linux
   |                       |- error: static property 'hostOperatingSystem' is not concurrency-safe because non-'Sendable' type 'Platform.OperatingSystem' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostOperatingSystem' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |   #elseif os(Windows)
39 |     /// The host operating system.
/host/spi-builder-workspace/Sources/Utils/Platform.swift:48:23: error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 |   /// An architecture on which the the compiler/interpreter/target program can run.
21 |   public enum Architecture: String, Codable, CustomStringConvertible {
   |               `- note: consider making enum 'Architecture' conform to the 'Sendable' protocol
22 |
23 |     case i386, x86_64, arm, arm64
   :
46 |   #elseif arch(x86_64)
47 |     /// The host architecture.
48 |     public static let hostArchitecture: Architecture = .x86_64
   |                       |- error: static property 'hostArchitecture' is not concurrency-safe because non-'Sendable' type 'Platform.Architecture' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'hostArchitecture' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |   #elseif arch(arm)
50 |     /// The host architecture.
[512/520] Compiling Utils Dictionary+Extensions.swift
[513/520] Compiling Utils DirectedGraph.swift
[514/520] Compiling Utils DistinctNameGenerator.swift
[515/520] Compiling Utils DoublyLinkedList.swift
[516/520] Compiling Utils EquatableWitness.swift
warning: couldn't find pc file for llvm
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/97] Write sources
[45/97] Copying Sources
[46/97] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
   15 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[48/97] Compiling shim.cc
[48/97] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/66] Compiling RealModule ElementaryFunctions.swift
[4/67] Compiling BigInt Exponentiation.swift
[5/67] Compiling BigInt Integer Conversion.swift
[6/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/68] Compiling BigInt Multiplication.swift
[8/68] Compiling BigInt Prime Test.swift
[9/68] Compiling RealModule Real.swift
[10/68] Compiling RealModule RealFunctions.swift
[11/68] Compiling BigInt Addition.swift
[12/68] Compiling BigInt BigInt.swift
[13/68] Compiling RealModule Float+Real.swift
[14/68] Compiling RealModule Float80+Real.swift
[15/68] Compiling RealModule Float16+Real.swift
[16/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/68] Compiling BigInt BigUInt.swift
[18/68] Compiling BigInt Floating Point Conversion.swift
[19/68] Emitting module BigInt
[22/70] Emitting module RealModule
[24/71] Compiling BigInt Strideable.swift
[25/71] Compiling BigInt String Conversion.swift
[26/71] Compiling BigInt Data Conversion.swift
[27/71] Compiling BigInt Division.swift
[28/71] Emitting module InternalCollectionsUtilities
[31/71] Compiling BigInt GCD.swift
[32/71] Compiling BigInt Hashable.swift
[33/72] Emitting module ArgumentParserToolInfo
[34/72] Compiling ArgumentParserToolInfo ToolInfo.swift
[41/73] Compiling BigInt Random.swift
[42/73] Compiling BigInt Shifts.swift
[43/73] Compiling BigInt Square Root.swift
[48/72] Wrapping AST for RealModule for debugging
[50/119] Compiling DequeModule Deque._UnsafeHandle.swift
[51/119] Compiling DequeModule Deque.swift
[52/119] Compiling Algorithms MinMax.swift
[53/119] Compiling DequeModule Deque+Testing.swift
[54/119] Compiling DequeModule Deque._Storage.swift
[55/119] Compiling DequeModule Deque+Extras.swift
[56/233] Compiling ArgumentParser ParsableCommand.swift
[57/233] Compiling ArgumentParser ArgumentDecoder.swift
[58/333] Compiling HeapModule Heap+Descriptions.swift
[59/333] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[60/357] Compiling _RopeModule BigString+Builder.swift
[61/357] Compiling _RopeModule BigString+Contents.swift
[63/359] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[64/359] Compiling _RopeModule BigString+Chunk+Splitting.swift
[65/359] Compiling HeapModule _HeapNode.swift
[66/405] Compiling BitCollections BitArray+Codable.swift
[67/405] Compiling BitCollections BitArray+Collection.swift
[68/405] Compiling BitCollections BitArray+Copy.swift
[69/405] Compiling BitCollections BitArray+CustomReflectable.swift
[70/412] Compiling HeapModule Heap.swift
[71/412] Compiling BitCollections BitSet+BidirectionalCollection.swift
[72/412] Compiling BitCollections BitSet+Codable.swift
[73/412] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[74/412] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[75/412] Compiling BitCollections BitSet+SetAlgebra union.swift
[76/412] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[77/412] Compiling BitCollections BitSet.Counted.swift
[78/412] Compiling _RopeModule Rope.swift
[79/412] Compiling _RopeModule RopeElement.swift
[80/419] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[81/419] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[82/419] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[83/419] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[84/419] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[85/419] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[86/419] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[87/419] Emitting module HeapModule
[88/419] Compiling HeapModule Heap+Invariants.swift
[89/419] Compiling HeapModule Heap+UnsafeHandle.swift
[90/420] Compiling OrderedCollections OrderedSet+SubSequence.swift
[91/420] Compiling OrderedCollections OrderedSet+Testing.swift
[92/420] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[93/420] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[94/420] Compiling OrderedCollections OrderedSet.swift
[95/420] Compiling OrderedCollections _UnsafeBitset.swift
[96/420] Compiling _RopeModule Rope+Sequence.swift
[97/420] Compiling _RopeModule Rope+Append.swift
[98/420] Compiling _RopeModule Rope+Extract.swift
[99/420] Compiling _RopeModule Rope+Find.swift
[100/430] Compiling BitCollections BitSet+Invariants.swift
[101/430] Compiling BitCollections BitSet+Random.swift
[102/430] Compiling BitCollections BitSet+SetAlgebra basics.swift
[103/430] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[104/430] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[105/430] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[106/430] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[107/430] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[109/430] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[110/430] Compiling BitCollections BitArray+Extras.swift
[111/430] Compiling BitCollections BitArray+Fill.swift
[112/430] Compiling BitCollections BitArray+Hashable.swift
[113/430] Compiling BitCollections BitArray+Initializers.swift
[114/430] Compiling BitCollections BitArray+Invariants.swift
[115/430] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[116/430] Compiling BitCollections BitSet+Initializers.swift
[117/430] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[118/430] Compiling BitCollections BitSet+CustomReflectable.swift
[119/430] Compiling BitCollections BitSet+CustomStringConvertible.swift
[120/430] Compiling BitCollections BitSet+Equatable.swift
[121/430] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[122/430] Compiling BitCollections BitSet+Extras.swift
[123/430] Compiling BitCollections BitSet+Hashable.swift
[124/430] Emitting module BitCollections
[124/437] Wrapping AST for InternalCollectionsUtilities for debugging
[126/437] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[134/437] Compiling BitCollections BitArray+BitwiseOperations.swift
[135/437] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[140/437] Compiling BitCollections BitArray+Descriptions.swift
[141/437] Compiling BitCollections BitArray+Equatable.swift
[149/437] Compiling BitCollections BitArray+RandomBits.swift
[150/437] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[151/437] Compiling BitCollections BitArray+Shifts.swift
[152/437] Compiling BitCollections BitArray+Testing.swift
[153/437] Compiling BitCollections BitArray._UnsafeHandle.swift
[154/437] Compiling BitCollections BitArray.swift
[180/440] Wrapping AST for HeapModule for debugging
[190/440] Compiling BitCollections BitSet.Index.swift
[191/440] Compiling BitCollections BitSet._UnsafeHandle.swift
[192/440] Compiling BitCollections BitSet.swift
[193/440] Compiling _RopeModule Rope+ForEachWhile.swift
[194/440] Compiling _RopeModule Rope+Insert.swift
[195/440] Compiling HashTreeCollections TreeSet+Collection.swift
[196/440] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[197/440] Compiling HashTreeCollections TreeSet+Debugging.swift
[198/440] Compiling HashTreeCollections TreeSet+Descriptions.swift
[199/440] Compiling HashTreeCollections TreeSet+Equatable.swift
[200/440] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[201/440] Compiling HashTreeCollections TreeSet+Extras.swift
[202/440] Compiling HashTreeCollections TreeSet+Filter.swift
[205/440] Emitting module _RopeModule
[206/449] Compiling _RopeModule _CharacterRecognizer.swift
[207/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[208/449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[209/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[210/449] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[211/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[212/449] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[213/449] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[214/449] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[215/449] Compiling HashTreeCollections TreeSet.swift
[215/449] Wrapping AST for BigInt for debugging
[223/449] Compiling BitCollections Range+Utilities.swift
[224/449] Compiling BitCollections Slice+Utilities.swift
[225/449] Compiling BitCollections UInt+Tricks.swift
[248/449] Compiling BitCollections _Word.swift
[251/449] Emitting module DequeModule
[261/450] Compiling Algorithms Trim.swift
[262/450] Compiling Algorithms Unique.swift
[263/450] Compiling Algorithms Windows.swift
[293/455] Wrapping AST for DequeModule for debugging
[311/455] Emitting module OrderedCollections
[312/456] Emitting module ArgumentParser
[362/456] Wrapping AST for OrderedCollections for debugging
[368/456] Compiling ArgumentParser CollectionExtensions.swift
[369/456] Compiling ArgumentParser Platform.swift
[370/456] Compiling ArgumentParser SequenceExtensions.swift
[371/456] Compiling ArgumentParser StringExtensions.swift
[372/456] Compiling ArgumentParser Tree.swift
[409/457] Emitting module Algorithms
[410/457] Wrapping AST for Algorithms for debugging
[412/457] Compiling _RopeModule Rope+Join.swift
[413/457] Compiling _RopeModule Rope+MutatingForEach.swift
[414/457] Compiling _RopeModule Rope+Remove.swift
[415/457] Compiling _RopeModule Rope+RemoveSubrange.swift
[416/457] Compiling _RopeModule Rope+Split.swift
[417/457] Compiling _RopeModule Optional Utilities.swift
[418/457] Compiling _RopeModule String Utilities.swift
[419/457] Compiling _RopeModule String.Index+ABI.swift
[421/457] Emitting module HashTreeCollections
[452/459] Wrapping AST for HashTreeCollections for debugging
[453/459] Wrapping AST for _RopeModule for debugging
[455/461] Compiling Collections Collections.swift
[456/461] Emitting module Collections
[458/497] Compiling Utils FactoryInitializable.swift
[459/497] Compiling Utils FileManager+Extensions.swift
[460/497] Compiling Utils FullPathInFatalErrors.swift
[461/497] Compiling Utils HashableBox.swift
[462/497] Compiling Utils HashableWitness.swift
[463/501] Compiling Utils Math.swift
[464/501] Compiling Utils Memo.swift
[465/501] Compiling Utils Operators.swift
[466/501] Compiling Utils Optional+Extensions.swift
[467/501] Compiling Utils Ordering.swift
[468/501] Compiling Utils Platform.swift
[469/501] Compiling Utils Sequence+Extensions.swift
[470/501] Compiling Utils Set+Extensions.swift
[471/501] Compiling Utils SharedMutable.swift
[472/501] Compiling Utils StatefulCoder.swift
[473/501] Compiling Utils String+Extensions.swift
[474/501] Compiling Utils StronglyConnectedComponents.swift
[475/501] Compiling Utils TestOutputStream.swift
[476/501] Compiling Utils ThreeValuedBit.swift
[477/501] Compiling Utils Trie.swift
[478/501] Compiling Utils Host.swift
[479/501] Compiling Utils Incidental.swift
[480/501] Compiling Utils Indirect.swift
[481/501] Compiling Utils Lazy.swift
[482/501] Compiling Utils MVS.swift
[483/501] Compiling Utils URL+Extensions.swift
[484/501] Compiling Utils Unreachable.swift
[485/501] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[486/501] Compiling Utils WideUInt.swift
[487/501] Emitting module Utils
[488/501] Compiling Utils BinaryInteger+Extensions.swift
[489/501] Compiling Utils BitArray.swift
[490/501] Compiling Utils ChunkSequence.swift
[491/501] Compiling Utils Collection+Extensions.swift
[492/501] Compiling Utils CustomWitnessedSet.swift
[493/501] Compiling Utils Dictionary+Extensions.swift
[494/501] Compiling Utils DirectedGraph.swift
[495/501] Compiling Utils DistinctNameGenerator.swift
[496/501] Compiling Utils DoublyLinkedList.swift
[497/501] Compiling Utils EquatableWitness.swift
[498/502] Wrapping AST for Utils for debugging
[500/505] Compiling GenerateHyloFileTests FullPathInFatalErrors.swift
[501/505] Emitting module GenerateHyloFileTests
[502/505] Compiling GenerateHyloFileTests GenerateHyloFileTests.swift
[503/506] Wrapping AST for GenerateHyloFileTests for debugging
[504/506] Write Objects.LinkFileList
[505/506] Linking GenerateHyloFileTests-tool
warning: couldn't find pc file for llvm
[0/1] Planning build
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/55] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
   15 | #include "llvm-c/TargetMachine.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/55] Compiling shim.cc
[6/55] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux