Build Information
Failed to build Hylo, reference main (a1ab80
), with Swift 6.1 for Android on 18 Jun 2025 22:07:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hylo-lang/hylo.git
https://github.com/hylo-lang/hylo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "durian",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hylo-lang/Durian.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "swifty-llvm",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/hylo-lang/Swifty-LLVM"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.1",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format"
},
{
"identity" : "spimanifest",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
}
],
"manifest_display_name" : "Hylo",
"name" : "Hylo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "hc",
"targets" : [
"hc"
],
"type" : {
"executable" : null
}
},
{
"name" : "hylo-demangle",
"targets" : [
"hylo-demangle"
],
"type" : {
"executable" : null
}
},
{
"name" : "FrontEnd",
"targets" : [
"FrontEnd"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateHyloFileTests",
"targets" : [
"GenerateHyloFileTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "hylo_demangle",
"module_type" : "SwiftTarget",
"name" : "hylo-demangle",
"path" : "Sources/hylo-demangle",
"product_memberships" : [
"hylo-demangle"
],
"sources" : [
"FullPathInFatalErrors.swift",
"main.swift"
],
"target_dependencies" : [
"IR"
],
"type" : "executable"
},
{
"c99name" : "hc",
"module_type" : "SwiftTarget",
"name" : "hc",
"path" : "Sources/hc",
"product_memberships" : [
"hc"
],
"sources" : [
"FullPathInFatalErrors.swift",
"main.swift"
],
"target_dependencies" : [
"Driver"
],
"type" : "executable"
},
{
"c99name" : "UtilsTests",
"module_type" : "SwiftTarget",
"name" : "UtilsTests",
"path" : "Tests/UtilsTests",
"product_dependencies" : [
"Algorithms"
],
"sources" : [
"BinaryIntegerExtensionsTests.swift",
"BitArrayTests.swift",
"ChunksTests.swift",
"CollectionExtensionsTests.swift",
"DirectedGraphTests.swift",
"FullPathInFatalErrors.swift",
"LazyTests.swift",
"MathTests.swift",
"SequenceExtensionsTests.swift",
"StringExtensionTests.swift",
"TextOutputStreamExtensionsTests.swift",
"ThreeValuedBitTests.swift",
"TrieTests.swift",
"UnsignedFixedWidthIntegerExtensionsTests.swift"
],
"target_dependencies" : [
"Utils"
],
"type" : "test"
},
{
"c99name" : "Utils",
"module_type" : "SwiftTarget",
"name" : "Utils",
"path" : "Sources/Utils",
"product_dependencies" : [
"BigInt",
"Collections",
"Algorithms"
],
"product_memberships" : [
"hc",
"hylo-demangle",
"FrontEnd",
"GenerateHyloFileTests"
],
"sources" : [
"BinaryInteger+Extensions.swift",
"BitArray.swift",
"ChunkSequence.swift",
"Collection+Extensions.swift",
"CustomWitnessedSet.swift",
"Dictionary+Extensions.swift",
"DirectedGraph.swift",
"DistinctNameGenerator.swift",
"DoublyLinkedList.swift",
"EquatableWitness.swift",
"FactoryInitializable.swift",
"FileManager+Extensions.swift",
"FullPathInFatalErrors.swift",
"HashableBox.swift",
"HashableWitness.swift",
"Host.swift",
"Incidental.swift",
"Indirect.swift",
"Lazy.swift",
"MVS.swift",
"Math.swift",
"Memo.swift",
"Operators.swift",
"Optional+Extensions.swift",
"Ordering.swift",
"Platform.swift",
"Sequence+Extensions.swift",
"Set+Extensions.swift",
"SharedMutable.swift",
"StatefulCoder.swift",
"String+Extensions.swift",
"StronglyConnectedComponents.swift",
"TestOutputStream.swift",
"ThreeValuedBit.swift",
"Trie.swift",
"URL+Extensions.swift",
"Unreachable.swift",
"UnsignedFixedWidthInteger+Extensions.swift",
"WideUInt.swift"
],
"type" : "library"
},
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Sources/TestUtils",
"sources" : [
"AnnotatedHyloFileTest.swift",
"DiagnosticChecks.swift",
"FullPathInFatalErrors.swift",
"HyloTestCase.swift",
"KnownBugs.swift",
"TestAnnotation.swift",
"XCTest+Shims.swift"
],
"target_dependencies" : [
"FrontEnd",
"Driver",
"Utils"
],
"type" : "library"
},
{
"c99name" : "TestGeneratorPlugin",
"module_type" : "PluginTarget",
"name" : "TestGeneratorPlugin",
"path" : "Plugins/TestGeneratorPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"sources" : [
"SPMBuildToolSupport.swift",
"TestGeneratorPlugin.swift"
],
"target_dependencies" : [
"GenerateHyloFileTests"
],
"type" : "plugin"
},
{
"c99name" : "StandardLibrary",
"module_type" : "SwiftTarget",
"name" : "StandardLibrary",
"path" : "StandardLibrary",
"product_memberships" : [
"hc"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/StandardLibrary/Sources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AST+Extensions.swift",
"StandardLibrary.swift"
],
"target_dependencies" : [
"FrontEnd",
"Utils"
],
"type" : "library"
},
{
"c99name" : "ManglingTests",
"module_type" : "SwiftTarget",
"name" : "ManglingTests",
"path" : "Tests/ManglingTests",
"sources" : [
"AssemblySanitizedTests.swift",
"Base64VarUIntTests.swift",
"FullPathInFatalErrors.swift",
"MangledStrings.swift",
"ManglingTests.swift"
],
"target_dependencies" : [
"FrontEnd",
"IR",
"TestUtils",
"StandardLibrary"
],
"type" : "test"
},
{
"c99name" : "LibraryTests",
"module_type" : "SwiftTarget",
"name" : "LibraryTests",
"path" : "Tests/LibraryTests",
"sources" : [
"FullPathInFatalErrors.swift",
"LibraryTests.swift"
],
"target_dependencies" : [
"Driver",
"TestUtils",
"TestGeneratorPlugin"
],
"type" : "test"
},
{
"c99name" : "IR",
"module_type" : "SwiftTarget",
"name" : "IR",
"path" : "Sources/IR",
"product_memberships" : [
"hc",
"hylo-demangle"
],
"sources" : [
"AbstractTypeLayout.swift",
"Analysis/AbstractContext.swift",
"Analysis/AbstractDomain.swift",
"Analysis/AbstractInterpreter.swift",
"Analysis/AbstractLocation.swift",
"Analysis/AbstractObject.swift",
"Analysis/AbstractValue.swift",
"Analysis/ControlFlowGraph.swift",
"Analysis/DominatorTree.swift",
"Analysis/InliningPredicate.swift",
"Analysis/Lifetime.swift",
"Analysis/Module+AccessReification.swift",
"Analysis/Module+CallBundleReification.swift",
"Analysis/Module+CloseBorrows.swift",
"Analysis/Module+DeadCodeElimination.swift",
"Analysis/Module+Depolymorphize.swift",
"Analysis/Module+Inlining.swift",
"Analysis/Module+NormalizeObjectStates.swift",
"Analysis/Module+Ownership.swift",
"Analysis/Module+Simplification.swift",
"Block.swift",
"BlockID.swift",
"BundleReference.swift",
"Callee.swift",
"CollectionWitness.swift",
"Conformance.swift",
"Emitter.swift",
"FullPathInFatalErrors.swift",
"Function.swift",
"FunctionID.swift",
"InsertionPoint.swift",
"InstructionID.swift",
"InstructionIndex.swift",
"InstructionTransformer.swift",
"IteratorWitness.swift",
"Linkage.swift",
"Mangling/Base64Digit.swift",
"Mangling/Base64VarUInt.swift",
"Mangling/DemangledEntity.swift",
"Mangling/DemangledQualification.swift",
"Mangling/DemangledSymbol.swift",
"Mangling/DemangledSynthesizedFunction.swift",
"Mangling/DemangledType.swift",
"Mangling/Demangler.swift",
"Mangling/Mangler.swift",
"Mangling/ManglingOperator.swift",
"Mangling/ReservedSymbol.swift",
"Mangling/String+AssemblySanitized.swift",
"Mangling/TypedProgram+Mangling.swift",
"Module+Description.swift",
"Module.swift",
"ModulePass.swift",
"Operands/Constant/Constant.swift",
"Operands/Constant/FloatingPointConstant.swift",
"Operands/Constant/FunctionReference.swift",
"Operands/Constant/IntegerConstant.swift",
"Operands/Constant/MetatypeType+Constant.swift",
"Operands/Constant/VoidConstant.swift",
"Operands/Constant/WitnessTable.swift",
"Operands/Constant/WitnessTableType.swift",
"Operands/Constant/WordConstant.swift",
"Operands/Instruction/Access.swift",
"Operands/Instruction/AddressToPointer.swift",
"Operands/Instruction/AdvancedByBytes.swift",
"Operands/Instruction/AdvancedByStrides.swift",
"Operands/Instruction/AllocStack.swift",
"Operands/Instruction/Branch.swift",
"Operands/Instruction/Call.swift",
"Operands/Instruction/CallBuiltinFunction.swift",
"Operands/Instruction/CallBundle.swift",
"Operands/Instruction/CallFFI.swift",
"Operands/Instruction/CaptureIn.swift",
"Operands/Instruction/CloseCapture.swift",
"Operands/Instruction/CloseUnion.swift",
"Operands/Instruction/CondBranch.swift",
"Operands/Instruction/ConstantString.swift",
"Operands/Instruction/DeallocStack.swift",
"Operands/Instruction/EndAccess.swift",
"Operands/Instruction/EndProject.swift",
"Operands/Instruction/GenericParameter.swift",
"Operands/Instruction/GlobalAddr.swift",
"Operands/Instruction/Instruction.swift",
"Operands/Instruction/Load.swift",
"Operands/Instruction/MarkState.swift",
"Operands/Instruction/MemoryCopy.swift",
"Operands/Instruction/Move.swift",
"Operands/Instruction/OpenCapture.swift",
"Operands/Instruction/OpenUnion.swift",
"Operands/Instruction/PointerToAddress.swift",
"Operands/Instruction/Project.swift",
"Operands/Instruction/ProjectBundle.swift",
"Operands/Instruction/RegionEntry.swift",
"Operands/Instruction/RegionExit.swift",
"Operands/Instruction/ReleaseCaptures.swift",
"Operands/Instruction/Return.swift",
"Operands/Instruction/Store.swift",
"Operands/Instruction/SubfieldView.swift",
"Operands/Instruction/Switch.swift",
"Operands/Instruction/Terminator.swift",
"Operands/Instruction/UnionDiscriminator.swift",
"Operands/Instruction/UnionSwitch.swift",
"Operands/Instruction/Unreachable.swift",
"Operands/Instruction/WrapExistentialAddr.swift",
"Operands/Instruction/Yield.swift",
"Operands/Operand.swift",
"Parameter.swift",
"Program.swift",
"StaticStorage.swift",
"Type.swift",
"TypedProgram+Extensions.swift",
"UnionType+Discriminator.swift",
"Use.swift",
"WideUInt+Extensions.swift"
],
"target_dependencies" : [
"Utils",
"FrontEnd"
],
"type" : "library"
},
{
"c99name" : "HyloTests",
"module_type" : "SwiftTarget",
"name" : "HyloTests",
"path" : "Tests/HyloTests",
"product_dependencies" : [
"Algorithms"
],
"sources" : [
"ASTTests.swift",
"AccessEffectSetTests.swift",
"BuiltinFunctionTests.swift",
"FullPathInFatalErrors.swift",
"LexerTests.swift",
"NodeKindTests.swift",
"ParserTests.swift",
"RequirementPrinterTests.swift",
"RewritingSystemTests.swift",
"SourceFileTests+internal.swift",
"SourceFileTests.swift",
"SourceLineTests.swift",
"Utils/StaticString+Extensions.swift",
"WideUIntExtensionsTests.swift"
],
"target_dependencies" : [
"FrontEnd",
"IR",
"TestUtils",
"StandardLibrary",
"Utils",
"TestGeneratorPlugin"
],
"type" : "test"
},
{
"c99name" : "GenerateHyloFileTests",
"module_type" : "SwiftTarget",
"name" : "GenerateHyloFileTests",
"path" : "Sources/GenerateHyloFileTests",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"GenerateHyloFileTests"
],
"sources" : [
"FullPathInFatalErrors.swift",
"GenerateHyloFileTests.swift"
],
"target_dependencies" : [
"Utils"
],
"type" : "executable"
},
{
"c99name" : "FrontEnd",
"module_type" : "SwiftTarget",
"name" : "FrontEnd",
"path" : "Sources/FrontEnd",
"product_dependencies" : [
"Collections",
"Durian",
"BigInt"
],
"product_memberships" : [
"hc",
"hylo-demangle",
"FrontEnd"
],
"sources" : [
"AST/AST+CoreEntities.swift",
"AST/AST+CoreTraits.swift",
"AST/AST+Diagnostics.swift",
"AST/AST+UseCollection.swift",
"AST/AST+Walk.swift",
"AST/AST+WellFormedness.swift",
"AST/AST.swift",
"AST/AnyNode.swift",
"AST/Attribute.swift",
"AST/BundledNode.swift",
"AST/ConditionItem.swift",
"AST/Decl/AssociatedTypeDecl.swift",
"AST/Decl/AssociatedValueDecl.swift",
"AST/Decl/BindingDecl.swift",
"AST/Decl/BundleDecl.swift",
"AST/Decl/CapturingDecl.swift",
"AST/Decl/ConformanceDecl.swift",
"AST/Decl/ConformanceSource.swift",
"AST/Decl/ConstrainedGenericTypeDecl.swift",
"AST/Decl/Decl.swift",
"AST/Decl/ExposableDecl.swift",
"AST/Decl/ExtensionDecl.swift",
"AST/Decl/FunctionBody.swift",
"AST/Decl/FunctionDecl.swift",
"AST/Decl/GenericClause.swift",
"AST/Decl/GenericDecl.swift",
"AST/Decl/GenericParameterDecl.swift",
"AST/Decl/ImplicitCapture.swift",
"AST/Decl/ImportDecl.swift",
"AST/Decl/InitializerDecl.swift",
"AST/Decl/MethodDecl.swift",
"AST/Decl/MethodImpl.swift",
"AST/Decl/ModuleDecl.swift",
"AST/Decl/NamespaceDecl.swift",
"AST/Decl/OperatorDecl.swift",
"AST/Decl/ParameterDecl.swift",
"AST/Decl/ProductTypeDecl.swift",
"AST/Decl/SingleEntityDecl.swift",
"AST/Decl/SubscriptDecl.swift",
"AST/Decl/SubscriptImpl.swift",
"AST/Decl/SynthesizedFunctionDecl.swift",
"AST/Decl/TraitDecl.swift",
"AST/Decl/TranslationUnit.swift",
"AST/Decl/TypeAliasDecl.swift",
"AST/Decl/TypeExtendingDecl.swift",
"AST/Decl/VarDecl.swift",
"AST/Decl/WhereClause.swift",
"AST/DeclModifiers/AccessModifier.swift",
"AST/DeclModifiers/ReceiverModifier.swift",
"AST/Expr/ArrowTypeExpr.swift",
"AST/Expr/BooleanLiteralExpr.swift",
"AST/Expr/BufferLiteralExpr.swift",
"AST/Expr/CaptureExpr.swift",
"AST/Expr/CastExpr.swift",
"AST/Expr/ConditionalExpr.swift",
"AST/Expr/ConformanceLensExpr.swift",
"AST/Expr/ExistentialTypeExpr.swift",
"AST/Expr/Expr.swift",
"AST/Expr/FloatLiteralExpr.swift",
"AST/Expr/FoldedSequenceExpr.swift",
"AST/Expr/FunctionCallExpr.swift",
"AST/Expr/InoutExpr.swift",
"AST/Expr/IntegerLiteralExpr.swift",
"AST/Expr/LabeledArgument.swift",
"AST/Expr/LambdaExpr.swift",
"AST/Expr/MapLiteralExpr.swift",
"AST/Expr/MatchCase.swift",
"AST/Expr/MatchExpr.swift",
"AST/Expr/NameExpr.swift",
"AST/Expr/NumericLiteralExpr.swift",
"AST/Expr/ParameterTypeExpr.swift",
"AST/Expr/PragmaLiteralExpr.swift",
"AST/Expr/RemoteTypeExpr.swift",
"AST/Expr/SequenceExpr.swift",
"AST/Expr/SpawnExpr.swift",
"AST/Expr/StringLiteralExpr.swift",
"AST/Expr/SubscriptCallExpr.swift",
"AST/Expr/TraitComposition.swift",
"AST/Expr/TupleExpr.swift",
"AST/Expr/TupleMemberExpr.swift",
"AST/Expr/TupleTypeExpr.swift",
"AST/Expr/UnicodeScalarLiteralExpr.swift",
"AST/Expr/WildcardExpr.swift",
"AST/GenericScope.swift",
"AST/Identifier.swift",
"AST/Introduced.swift",
"AST/LexicalScope.swift",
"AST/LexicalScopeSequence.swift",
"AST/Name.swift",
"AST/Node.swift",
"AST/NodeIDs/AnyNodeID.swift",
"AST/NodeIDs/CallID.swift",
"AST/NodeIDs/DeclID.swift",
"AST/NodeIDs/DeclIDs.swift",
"AST/NodeIDs/ExprID.swift",
"AST/NodeIDs/NodeID.swift",
"AST/NodeIDs/NodeKind.swift",
"AST/NodeIDs/PatternID.swift",
"AST/NodeIDs/ScopeID.swift",
"AST/NodeIDs/StmtID.swift",
"AST/OperatorNotation.swift",
"AST/Pattern/BindingPattern.swift",
"AST/Pattern/ExprPattern.swift",
"AST/Pattern/NamePattern.swift",
"AST/Pattern/OptionPattern.swift",
"AST/Pattern/Pattern.swift",
"AST/Pattern/TuplePattern.swift",
"AST/Pattern/WildcardPattern.swift",
"AST/PrecedenceGroup.swift",
"AST/RequirementSequence.swift",
"AST/SourceRepresentable.swift",
"AST/Stmt/AssignStmt.swift",
"AST/Stmt/BraceStmt.swift",
"AST/Stmt/BreakStmt.swift",
"AST/Stmt/ConditionalBindingStmt.swift",
"AST/Stmt/ConditionalCompilationStmt.swift",
"AST/Stmt/ConditionalStmt.swift",
"AST/Stmt/ContinueStmt.swift",
"AST/Stmt/DeclStmt.swift",
"AST/Stmt/DiscardStmt.swift",
"AST/Stmt/DoWhileStmt.swift",
"AST/Stmt/ExprStmt.swift",
"AST/Stmt/ForStmt.swift",
"AST/Stmt/ReturnStmt.swift",
"AST/Stmt/Stmt.swift",
"AST/Stmt/WhileStmt.swift",
"AST/Stmt/YieldStmt.swift",
"AST/Utils/ASTProperty.swift",
"AST/Utils/DeclProperty.swift",
"AST/Utils/ExprProperty.swift",
"AST/Utils/PatternProperty.swift",
"AccessEffect.swift",
"AccessEffectSet.swift",
"Assertions.swift",
"BuiltinFunction.swift",
"CompileTimeValues/CompileTimeValue.swift",
"CompileTimeValues/GenericArguments.swift",
"CompileTimeValues/ValueFlags.swift",
"ConditionalCompilationFactors.swift",
"Conformance.swift",
"ConformanceOrigin.swift",
"DeclReference.swift",
"Diagnostic+LoggingOrder.swift",
"Diagnostic.swift",
"DiagnosticSet.swift",
"FloatingPointPredicate.swift",
"FullPathInFatalErrors.swift",
"IntegerPredicate.swift",
"Monotonic.swift",
"OverflowBehavior.swift",
"Parse/Lexer.swift",
"Parse/Parser+Diagnostics.swift",
"Parse/Parser.swift",
"Parse/ParserState.swift",
"Parse/Token.swift",
"Program.swift",
"RecordPath.swift",
"ScopedProgram.swift",
"ScopedValue.swift",
"SemanticVersion.swift",
"SourceFile.swift",
"SourceLine.swift",
"SourcePosition.swift",
"SourceRange.swift",
"Terms/AnyTerm.swift",
"Terms/ConcreteTerm.swift",
"Terms/ErrorTerm.swift",
"Terms/GenericTermParameter.swift",
"Terms/TermProtocol.swift",
"Terms/TermVariable.swift",
"TypeChecking/ArgumentResolutionResult.swift",
"TypeChecking/BindingDeclUse.swift",
"TypeChecking/BindingMap.swift",
"TypeChecking/CallableEntity.swift",
"TypeChecking/ConstraintSystem.swift",
"TypeChecking/Constraints/CallConstraint.swift",
"TypeChecking/Constraints/ConformanceConstraint.swift",
"TypeChecking/Constraints/Constraint.swift",
"TypeChecking/Constraints/ConstraintOrigin.swift",
"TypeChecking/Constraints/ConstraintSet.swift",
"TypeChecking/Constraints/DisjunctionConstraint.swift",
"TypeChecking/Constraints/DisjunctiveConstraintProtocol.swift",
"TypeChecking/Constraints/EqualityConstraint.swift",
"TypeChecking/Constraints/MemberConstraint.swift",
"TypeChecking/Constraints/MergingConstraint.swift",
"TypeChecking/Constraints/OverloadConstraint.swift",
"TypeChecking/Constraints/ParameterConstraint.swift",
"TypeChecking/Constraints/PredicateConstraint.swift",
"TypeChecking/Constraints/SubtypingConstraint.swift",
"TypeChecking/Constraints/TupleMemberConstraint.swift",
"TypeChecking/FunctionAttributes.swift",
"TypeChecking/InstantiatedType.swift",
"TypeChecking/NameResolutionContext.swift",
"TypeChecking/NameResolutionResult.swift",
"TypeChecking/NameUse.swift",
"TypeChecking/ProofObligations.swift",
"TypeChecking/RefinementClosure.swift",
"TypeChecking/RefinementSequence.swift",
"TypeChecking/Rewriting/RequirementPrinter.swift",
"TypeChecking/Rewriting/RequirementTerm.swift",
"TypeChecking/Rewriting/RewritingRule.swift",
"TypeChecking/Rewriting/RewritingSystem.swift",
"TypeChecking/Rewriting/RewritingTerm.swift",
"TypeChecking/Solution.swift",
"TypeChecking/SubstitutionMap.swift",
"TypeChecking/TypeChecker+Diagnostics.swift",
"TypeChecking/TypeChecker.swift",
"TypedProgram.swift",
"Types/AnyType.swift",
"Types/ArrowType.swift",
"Types/AssociatedTypeType.swift",
"Types/AssociatedValueType.swift",
"Types/BoundGenericType.swift",
"Types/BufferType.swift",
"Types/BuiltinType.swift",
"Types/CallableType.swift",
"Types/CallableTypeParameter.swift",
"Types/ConformanceLensType.swift",
"Types/ErrorType.swift",
"Types/ExistentialType.swift",
"Types/GenericConstraint.swift",
"Types/GenericEnvironment.swift",
"Types/GenericTypeParameterType.swift",
"Types/MetatypeType.swift",
"Types/MethodType.swift",
"Types/ModuleType.swift",
"Types/NamespaceType.swift",
"Types/ParameterType.swift",
"Types/ProductType.swift",
"Types/RemoteType.swift",
"Types/SubscriptImplType.swift",
"Types/SubscriptType.swift",
"Types/TraitType.swift",
"Types/TupleType.swift",
"Types/TypeAliasType.swift",
"Types/TypeProtocol.swift",
"Types/TypeTransformAction.swift",
"Types/TypeVariable.swift",
"Types/UnionType.swift",
"Types/WitnessType.swift"
],
"target_dependencies" : [
"Utils"
],
"type" : "library"
},
{
"c99name" : "EndToEndTests",
"module_type" : "SwiftTarget",
"name" : "EndToEndTests",
"path" : "Tests/EndToEndTests",
"sources" : [
"ExecutionTests.swift",
"FullPathInFatalErrors.swift"
],
"target_dependencies" : [
"Driver",
"TestUtils",
"TestGeneratorPlugin"
],
"type" : "test"
},
{
"c99name" : "DriverTests",
"module_type" : "SwiftTarget",
"name" : "DriverTests",
"path" : "Tests/DriverTests",
"sources" : [
"DriverTests.swift",
"FullPathInFatalErrors.swift",
"SourceLineExtensionsTests.swift"
],
"target_dependencies" : [
"Driver",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "Driver",
"module_type" : "SwiftTarget",
"name" : "Driver",
"path" : "Sources/Driver",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"hc"
],
"sources" : [
"Diagnostic+Rendering.swift",
"Driver.swift",
"EnvironmentError.swift",
"FullPathInFatalErrors.swift",
"ModulePassList.swift",
"OutputFileHandle.swift",
"Process+Extensions.swift",
"ProcessInfo+Extensions.swift",
"SourceLine+Extensions.swift",
"Version.swift"
],
"target_dependencies" : [
"FrontEnd",
"IR",
"CodeGenLLVM",
"StandardLibrary"
],
"type" : "library"
},
{
"c99name" : "CodeGenLLVM",
"module_type" : "SwiftTarget",
"name" : "CodeGenLLVM",
"path" : "Sources/CodeGen/LLVM",
"product_dependencies" : [
"SwiftyLLVM"
],
"product_memberships" : [
"hc"
],
"sources" : [
"CodeGenError.swift",
"ConcreteTypeLayout.swift",
"LLVM+Word.swift",
"LLVMProgram.swift",
"Transpilation.swift",
"TypeLowering.swift"
],
"target_dependencies" : [
"FrontEnd",
"IR",
"Utils"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/hylo-lang/Swifty-LLVM
[32/3146] Fetching swifty-llvm
Fetched https://github.com/hylo-lang/Swifty-LLVM from cache (0.52s)
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/hylo-lang/Durian.git
Fetching https://github.com/apple/swift-format
[1/4807] Fetching bigint
[578/4963] Fetching bigint, durian
[706/5854] Fetching bigint, durian, spimanifest
[1263/18064] Fetching bigint, durian, spimanifest, swift-format
[2473/24023] Fetching bigint, durian, spimanifest, swift-format, swift-algorithms
[4560/40663] Fetching bigint, durian, spimanifest, swift-format, swift-algorithms, swift-collections
Fetched https://github.com/hylo-lang/Durian.git from cache (0.60s)
[8066/40507] Fetching bigint, spimanifest, swift-format, swift-algorithms, swift-collections
Fetching https://github.com/apple/swift-argument-parser.git
[28028/55887] Fetching bigint, spimanifest, swift-format, swift-algorithms, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-format from cache (1.68s)
[23452/43677] Fetching bigint, spimanifest, swift-algorithms, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.94s)
Fetched https://github.com/attaswift/BigInt.git from cache (2.90s)
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (2.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.91s)
Fetched https://github.com/apple/swift-collections.git from cache (2.96s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 508.0.1 (4.18s)
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
[6856/77761] Fetching swift-tools-support-core, swift-syntax
Fetched https://github.com/apple/swift-tools-support-core.git from cache (8.81s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.92s)
Computing version for https://github.com/hylo-lang/Durian.git
Computed https://github.com/hylo-lang/Durian.git at 1.2.1 (10.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.25s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (1.02s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.97s)
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.34s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (1.36s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.38s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.14s)
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/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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/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
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/Swifty-LLVM
Working copy of https://github.com/hylo-lang/Swifty-LLVM resolved at main (e65542a)
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] Emitting module InternalCollectionsUtilities
[20/82] Emitting module BigInt
[21/84] Compiling BigInt Integer Conversion.swift
[22/84] Compiling BigInt Multiplication.swift
[23/84] Compiling BigInt Prime Test.swift
[24/84] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/85] Compiling BigInt Strideable.swift
[28/85] Compiling BigInt String Conversion.swift
[29/85] Emitting module RealModule
[30/85] Compiling RealModule ElementaryFunctions.swift
[31/85] Compiling BigInt Data Conversion.swift
[32/85] Compiling BigInt Division.swift
[33/85] Compiling BigInt Exponentiation.swift
[34/85] Compiling BigInt Addition.swift
[35/86] Compiling RealModule Float+Real.swift
[36/86] Compiling RealModule Real.swift
[37/86] Compiling RealModule Float80+Real.swift
[38/86] Compiling RealModule Float16+Real.swift
[39/86] Compiling BigInt Bitwise Ops.swift
[40/86] Compiling BigInt Codable.swift
[43/86] Compiling BigInt Comparable.swift
[45/86] Compiling BigInt BigInt.swift
[46/86] Compiling BigInt BigUInt.swift
[51/86] Compiling RealModule RealFunctions.swift
[54/88] Compiling BigInt Random.swift
[55/88] Compiling BigInt Shifts.swift
[56/88] Compiling BigInt Square Root.swift
[57/88] Wrapping AST for ArgumentParserToolInfo for debugging
[58/126] Wrapping AST for RealModule for debugging
[60/372] Compiling HeapModule Heap+Descriptions.swift
[61/372] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[62/372] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[63/372] Compiling DequeModule _DequeBuffer.swift
[64/372] Compiling DequeModule _DequeBufferHeader.swift
[65/374] Compiling HeapModule _HeapNode.swift
[66/374] Compiling HeapModule Heap.swift
[67/374] Compiling HeapModule Heap+Invariants.swift
[68/374] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[69/374] Compiling HeapModule Heap+UnsafeHandle.swift
[70/374] Emitting module HeapModule
[71/375] Compiling DequeModule Deque+Equatable.swift
[72/375] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/375] Compiling _RopeModule _RopeItem.swift
[74/375] Compiling _RopeModule _RopePath.swift
[75/375] Compiling HashTreeCollections TreeSet+Sequence.swift
[76/375] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[77/375] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[78/375] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[79/375] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[80/375] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[81/375] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[82/375] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[84/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[85/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[86/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[87/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[88/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[89/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[90/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[91/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[92/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[93/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[94/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[95/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[96/385] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[97/385] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[98/392] Compiling DequeModule _DequeSlot.swift
[99/392] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/392] Emitting module ArgumentParser
[101/450] Compiling BitCollections BitArray+Invariants.swift
[102/450] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[103/450] Compiling BitCollections BitArray+RandomBits.swift
[104/450] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[105/450] Compiling BitCollections BitArray+Shifts.swift
[106/450] Compiling BitCollections BitArray+Testing.swift
[107/450] Compiling BitCollections BitArray+Hashable.swift
[108/450] Compiling BitCollections BitArray+Initializers.swift
[109/450] Compiling OrderedCollections OrderedSet+SubSequence.swift
[110/450] Compiling OrderedCollections OrderedSet+Testing.swift
[111/450] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[112/450] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[113/450] Compiling OrderedCollections OrderedSet.swift
[114/450] Compiling OrderedCollections _UnsafeBitset.swift
[115/450] Compiling _RopeModule Rope.swift
[116/450] Compiling _RopeModule RopeElement.swift
[117/450] Compiling _RopeModule RopeMetric.swift
[118/450] Compiling _RopeModule RopeSummary.swift
[119/450] Compiling BitCollections BitSet+CustomStringConvertible.swift
[120/450] Compiling BitCollections BitSet+Equatable.swift
[121/450] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[122/450] Compiling BitCollections BitSet+Extras.swift
[123/450] Compiling BitCollections BitSet+Hashable.swift
[124/450] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[125/450] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[126/450] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[127/450] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[128/450] Compiling BitCollections BitSet+SetAlgebra union.swift
[129/450] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[130/450] Compiling BitCollections BitSet+CustomReflectable.swift
[138/450] Compiling BitCollections BitSet+Initializers.swift
[139/450] Compiling BitCollections BitSet+Invariants.swift
[140/450] Compiling BitCollections BitSet+Random.swift
[141/450] Compiling BitCollections BitSet+SetAlgebra basics.swift
[142/450] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[143/450] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[144/450] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[145/450] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[150/450] Compiling BitCollections BitArray._UnsafeHandle.swift
[151/450] Compiling BitCollections BitArray.swift
[152/450] Compiling BitCollections BitSet+BidirectionalCollection.swift
[153/450] Compiling BitCollections BitSet+Codable.swift
[154/450] Compiling BitCollections BitArray+BitwiseOperations.swift
[155/450] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[156/450] Compiling BitCollections BitArray+Codable.swift
[157/450] Compiling BitCollections BitArray+Collection.swift
[158/450] Compiling BitCollections BitArray+Copy.swift
[159/450] Compiling BitCollections BitArray+CustomReflectable.swift
[160/450] Compiling BitCollections BitArray+Descriptions.swift
[161/450] Compiling BitCollections BitArray+Equatable.swift
[162/450] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[163/450] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[170/453] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[171/453] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[172/453] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[173/453] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[174/453] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[175/453] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[176/453] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[177/453] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[178/453] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[179/453] Compiling HashTreeCollections TreeSet.swift
[182/453] Compiling BitCollections BitArray+Extras.swift
[183/453] Compiling BitCollections BitArray+Fill.swift
[186/453] Emitting module DequeModule
[215/455] Compiling Algorithms Trim.swift
[216/455] Compiling Algorithms Unique.swift
[217/455] Compiling Algorithms Windows.swift
[232/462] Emitting module BitCollections
[241/462] Compiling BitCollections BitSet.Counted.swift
[242/462] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[243/462] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[244/462] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[245/462] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[246/462] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[247/462] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[248/462] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[249/462] Compiling BitCollections BitSet.Index.swift
[250/462] Compiling BitCollections BitSet._UnsafeHandle.swift
[251/462] Compiling BitCollections BitSet.swift
[275/462] Compiling BitCollections _Word.swift
[290/462] Compiling BitCollections Range+Utilities.swift
[291/462] Compiling BitCollections Slice+Utilities.swift
[292/462] Compiling BitCollections UInt+Tricks.swift
[292/471] Wrapping AST for InternalCollectionsUtilities for debugging
[296/471] Wrapping AST for HeapModule for debugging
[297/471] Wrapping AST for DequeModule for debugging
[298/471] Wrapping AST for BigInt for debugging
[351/472] Emitting module OrderedCollections
[369/474] Wrapping AST for OrderedCollections for debugging
[370/474] Wrapping AST for ArgumentParser for debugging
[371/474] Wrapping AST for BitCollections for debugging
[373/474] Emitting module _RopeModule
[407/474] Emitting module Algorithms
[409/475] Emitting module HashTreeCollections
[409/476] Wrapping AST for Algorithms for debugging
[412/476] Compiling _RopeModule Rope+Join.swift
[413/476] Compiling _RopeModule Rope+MutatingForEach.swift
[414/476] Compiling _RopeModule Rope+Remove.swift
[415/476] Compiling _RopeModule Rope+RemoveSubrange.swift
[416/476] Compiling _RopeModule Rope+Split.swift
[417/476] Compiling _RopeModule Optional Utilities.swift
[418/476] Compiling _RopeModule String Utilities.swift
[419/476] Compiling _RopeModule String.Index+ABI.swift
[420/476] Compiling _RopeModule _CharacterRecognizer.swift
[420/476] Wrapping AST for HashTreeCollections for debugging
[471/477] Wrapping AST for _RopeModule for debugging
[473/479] Compiling Collections Collections.swift
[474/479] Emitting module Collections
[475/516] 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/520] Compiling Utils URL+Extensions.swift
[483/520] Compiling Utils Unreachable.swift
[484/520] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[485/520] Compiling Utils WideUInt.swift
[486/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.
[487/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.
[488/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.
[489/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.
[490/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.
[491/520] Compiling Utils String+Extensions.swift
[492/520] Compiling Utils StronglyConnectedComponents.swift
[493/520] Compiling Utils TestOutputStream.swift
[494/520] Compiling Utils ThreeValuedBit.swift
[495/520] Compiling Utils Trie.swift
[496/520] Compiling Utils Math.swift
[497/520] Compiling Utils Memo.swift
[498/520] Compiling Utils Operators.swift
[499/520] Compiling Utils Optional+Extensions.swift
[500/520] Compiling Utils Ordering.swift
[501/520] Compiling Utils Host.swift
[502/520] Compiling Utils Incidental.swift
[503/520] Compiling Utils Indirect.swift
[504/520] Compiling Utils Lazy.swift
[505/520] Compiling Utils MVS.swift
[506/520] Compiling Utils Dictionary+Extensions.swift
[507/520] Compiling Utils DirectedGraph.swift
[508/520] Compiling Utils DistinctNameGenerator.swift
[509/520] Compiling Utils DoublyLinkedList.swift
[510/520] Compiling Utils EquatableWitness.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 BinaryInteger+Extensions.swift
[513/520] Compiling Utils BitArray.swift
[514/520] Compiling Utils ChunkSequence.swift
[515/520] Compiling Utils Collection+Extensions.swift
[516/520] Compiling Utils CustomWitnessedSet.swift
warning: couldn't find pc file for llvm
[1/1] Compiling plugin TestGeneratorPlugin
[2/2] Compiling plugin ValidatorPlugin
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/97] Write sources
[45/97] Copying Sources
[46/97] Compiling _NumericsShims _NumericsShims.c
/host/spi-builder-workspace/.build/checkouts/Swifty-LLVM/Sources/llvmshims/src/shim.cc:15:10: fatal error: 'llvm-c/TargetMachine.h' file not found
15 | #include "llvm-c/TargetMachine.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[48/97] Compiling shim.cc
[48/97] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: couldn't find pc file for llvm
[0/19] Compiling _NumericsShims _NumericsShims.c
[1/19] Write swift-version-24593BA9C3E375BF.txt
[3/66] Compiling RealModule ElementaryFunctions.swift
[4/67] Compiling BigInt String Conversion.swift
[5/67] Compiling BigInt Floating Point Conversion.swift
[6/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/68] Compiling BigInt Exponentiation.swift
[8/68] Compiling BigInt Strideable.swift
[9/68] Compiling RealModule RealFunctions.swift
[10/68] Compiling RealModule Real.swift
[11/68] Compiling RealModule Float80+Real.swift
[12/68] Compiling RealModule Float16+Real.swift
[13/68] Compiling RealModule Float+Real.swift
[14/68] Emitting module ArgumentParserToolInfo
[15/68] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/68] Compiling BigInt Addition.swift
[17/68] Compiling BigInt BigInt.swift
[18/68] Compiling BigInt BigUInt.swift
[19/68] Compiling BigInt Bitwise Ops.swift
[20/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/69] Emitting module BigInt
[22/69] Emitting module RealModule
[23/72] Compiling BigInt Data Conversion.swift
[24/72] Compiling BigInt Division.swift
[29/71] Emitting module InternalCollectionsUtilities
[30/71] Compiling BigInt Codable.swift
[31/71] Compiling BigInt Comparable.swift
[35/72] Compiling BigInt GCD.swift
[36/72] Compiling BigInt Hashable.swift
[36/72] Wrapping AST for RealModule for debugging
[39/135] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/135] Compiling ArgumentParser Argument.swift
[41/135] Compiling ArgumentParser ArgumentHelp.swift
[42/135] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/135] Compiling ArgumentParser CompletionsGenerator.swift
[44/135] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/135] Compiling ArgumentParser Flag.swift
[46/135] Compiling ArgumentParser NameSpecification.swift
[47/135] Compiling ArgumentParser CommandConfiguration.swift
[48/135] Compiling ArgumentParser CommandGroup.swift
[49/135] Compiling ArgumentParser EnumerableFlag.swift
[50/135] Compiling ArgumentParser ExpressibleByArgument.swift
[51/135] Compiling ArgumentParser ParsableArguments.swift
[52/135] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/135] Compiling ArgumentParser ArgumentVisibility.swift
[54/135] Compiling ArgumentParser CompletionKind.swift
[55/135] Compiling ArgumentParser Errors.swift
[56/288] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/343] Compiling _RopeModule BigString+Chunk+Counts.swift
[58/343] Compiling _RopeModule BigString+Chunk+Description.swift
[59/358] Compiling HeapModule Heap+Descriptions.swift
[60/358] Compiling _RopeModule BigString+Debugging.swift
[61/358] Compiling _RopeModule BigString+Index.swift
[62/358] Compiling _RopeModule BigString+Comparable.swift
[63/358] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[65/359] Compiling HeapModule _HeapNode.swift
[66/359] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[67/359] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[68/359] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[69/359] Compiling _RopeModule BigString+Chunk+Splitting.swift
[70/359] Compiling _RopeModule Rope+Invariants.swift
[71/359] Compiling _RopeModule Rope+_Node.swift
[72/359] Compiling _RopeModule Rope+_Storage.swift
[73/359] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[74/359] Compiling _RopeModule Rope+_UnsafeHandle.swift
[75/359] Compiling _RopeModule Rope.swift
[76/359] Compiling _RopeModule RopeElement.swift
[77/362] Compiling HeapModule Heap.swift
[78/366] Emitting module HeapModule
[79/366] Compiling HeapModule Heap+Invariants.swift
[81/366] Compiling _RopeModule BigString+CustomStringConvertible.swift
[82/366] Compiling _RopeModule BigString+Equatable.swift
[83/366] Compiling HeapModule Heap+UnsafeHandle.swift
[84/371] Compiling _RopeModule BigString+Insert.swift
[85/371] Compiling _RopeModule BigString+Managing Breaks.swift
[86/371] Compiling _RopeModule BigString+RemoveSubrange.swift
[87/371] Compiling _RopeModule BigString+ReplaceSubrange.swift
[88/371] Compiling _RopeModule BigString+Split.swift
[89/371] Compiling _RopeModule Range+BigString.swift
[90/371] Compiling _RopeModule BigString+UTF16View.swift
[92/423] Compiling BitCollections BitArray+Extras.swift
[93/423] Compiling BitCollections BitArray+Fill.swift
[94/423] Compiling BitCollections BitArray+Hashable.swift
[95/423] Compiling _RopeModule Rope+ForEachWhile.swift
[96/423] Compiling _RopeModule Rope+Insert.swift
[97/423] Compiling HashTreeCollections TreeSet+Sequence.swift
[98/423] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[99/423] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[100/423] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[101/423] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[102/423] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[103/423] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[104/423] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[105/423] Compiling BitCollections BitArray._UnsafeHandle.swift
[106/423] Compiling BitCollections BitArray.swift
[107/423] Compiling BitCollections BitSet+BidirectionalCollection.swift
[107/433] Wrapping AST for InternalCollectionsUtilities for debugging
[109/433] Emitting module ArgumentParser
[110/438] Compiling BitCollections BitArray+RandomBits.swift
[111/438] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[112/438] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[113/438] Compiling BitCollections BitSet+Extras.swift
[114/438] Compiling BitCollections BitSet+Hashable.swift
[115/438] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[115/438] Wrapping AST for HeapModule for debugging
[117/438] Compiling BitCollections BitArray+Equatable.swift
[118/438] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[119/438] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[120/438] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[121/438] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[122/438] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[123/438] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[124/438] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[127/438] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[128/438] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[129/438] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[130/438] Compiling BitCollections BitSet+SetAlgebra union.swift
[131/438] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[132/438] Compiling BitCollections BitSet.Counted.swift
[138/438] Compiling BitCollections BitArray+Initializers.swift
[139/438] Compiling BitCollections BitArray+Invariants.swift
[140/438] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[141/438] Compiling BitCollections BitSet+Initializers.swift
[142/438] Compiling BitCollections BitSet+Invariants.swift
[143/438] Compiling BitCollections BitArray+Shifts.swift
[144/438] Compiling BitCollections BitArray+Testing.swift
[148/438] Compiling BitCollections BitSet+Codable.swift
[149/438] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[150/438] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[151/438] Compiling ArgumentParser SequenceExtensions.swift
[152/438] Compiling ArgumentParser StringExtensions.swift
[153/438] Compiling ArgumentParser Tree.swift
[154/438] Compiling BitCollections BitArray+CustomReflectable.swift
[155/438] Compiling BitCollections BitArray+Descriptions.swift
[158/438] Wrapping AST for BigInt for debugging
[160/438] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/438] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/438] Compiling OrderedCollections OrderedSet+Testing.swift
[163/438] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/438] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/438] Compiling OrderedCollections OrderedSet.swift
[166/438] Compiling OrderedCollections _UnsafeBitset.swift
[167/438] Compiling BitCollections BitSet+SetAlgebra basics.swift
[168/438] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[169/438] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[170/438] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[171/438] Compiling ArgumentParser CollectionExtensions.swift
[172/438] Compiling ArgumentParser Platform.swift
[197/445] Compiling BitCollections BitSet+Random.swift
[205/445] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[206/445] Compiling BitCollections BitSet+CustomReflectable.swift
[207/445] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[208/445] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[209/445] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[210/445] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[211/445] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[212/445] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[213/445] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[214/445] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[215/445] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[216/445] Compiling HashTreeCollections TreeSet.swift
[217/445] Emitting module BitCollections
[233/445] Compiling BitCollections BitSet.Index.swift
[234/445] Compiling BitCollections BitSet._UnsafeHandle.swift
[235/445] Compiling BitCollections BitSet.swift
[236/445] Compiling BitCollections Range+Utilities.swift
[237/445] Compiling BitCollections Slice+Utilities.swift
[238/445] Compiling BitCollections UInt+Tricks.swift
[239/454] Emitting module DequeModule
[249/455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[250/455] Compiling BitCollections BitSet+Equatable.swift
[255/455] Emitting module HashTreeCollections
[255/455] Wrapping AST for DequeModule for debugging
[257/455] Emitting module OrderedCollections
[258/455] Emitting module _RopeModule
[270/455] Compiling BitCollections _Word.swift
[290/456] Compiling _RopeModule Rope+Join.swift
[291/456] Compiling _RopeModule Rope+MutatingForEach.swift
[292/456] Compiling _RopeModule Rope+Remove.swift
[293/456] Compiling _RopeModule Rope+RemoveSubrange.swift
[294/456] Compiling _RopeModule Rope+Split.swift
[295/456] Compiling _RopeModule Optional Utilities.swift
[296/456] Compiling _RopeModule String Utilities.swift
[297/456] Compiling _RopeModule String.Index+ABI.swift
[298/456] Compiling _RopeModule _CharacterRecognizer.swift
[302/456] Compiling _RopeModule Rope+Sequence.swift
[303/456] Compiling _RopeModule Rope+Append.swift
[304/456] Compiling _RopeModule Rope+Extract.swift
[305/456] Compiling _RopeModule Rope+Find.swift
[402/458] Emitting module Algorithms
[450/459] Wrapping AST for OrderedCollections for debugging
[451/459] Wrapping AST for HashTreeCollections for debugging
[451/459] Wrapping AST for Algorithms 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 Platform.swift
[459/497] Compiling Utils Sequence+Extensions.swift
[460/497] Compiling Utils Set+Extensions.swift
[461/497] Compiling Utils SharedMutable.swift
[462/497] Compiling Utils StatefulCoder.swift
[463/497] Compiling Utils String+Extensions.swift
[464/497] Compiling Utils StronglyConnectedComponents.swift
[465/497] Compiling Utils TestOutputStream.swift
[466/497] Compiling Utils ThreeValuedBit.swift
[467/497] Compiling Utils Trie.swift
[468/497] Compiling Utils Math.swift
[469/497] Compiling Utils Memo.swift
[470/497] Compiling Utils Operators.swift
[471/497] Compiling Utils Optional+Extensions.swift
[472/497] Compiling Utils Ordering.swift
[473/501] Compiling Utils BinaryInteger+Extensions.swift
[474/501] Compiling Utils BitArray.swift
[475/501] Compiling Utils ChunkSequence.swift
[476/501] Compiling Utils Collection+Extensions.swift
[477/501] Compiling Utils CustomWitnessedSet.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] Emitting module Utils
[484/501] Compiling Utils Dictionary+Extensions.swift
[485/501] Compiling Utils DirectedGraph.swift
[486/501] Compiling Utils DistinctNameGenerator.swift
[487/501] Compiling Utils DoublyLinkedList.swift
[488/501] Compiling Utils EquatableWitness.swift
[489/501] Compiling Utils FactoryInitializable.swift
[490/501] Compiling Utils FileManager+Extensions.swift
[491/501] Compiling Utils FullPathInFatalErrors.swift
[492/501] Compiling Utils HashableBox.swift
[493/501] Compiling Utils HashableWitness.swift
[494/501] Compiling Utils URL+Extensions.swift
[495/501] Compiling Utils Unreachable.swift
[496/501] Compiling Utils UnsignedFixedWidthInteger+Extensions.swift
[497/501] Compiling Utils WideUInt.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 android