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 objc-runtime-tools, reference main (e73552), with Swift 6.1 for Android on 21 Oct 2025 03:48:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/objc-runtime-tools.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/davdroman/objc-runtime-tools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e735527 CI: lint via SwiftFormat (#3)
Cloned https://github.com/davdroman/objc-runtime-tools.git
Revision (git rev-parse @):
e73552751385f25dbc1ed63e179973f3b3d2e211
SUCCESS checkout https://github.com/davdroman/objc-runtime-tools.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davdroman/objc-runtime-tools.git
https://github.com/davdroman/objc-runtime-tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "objc-runtime-tools",
  "name" : "objc-runtime-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ObjCRuntimeTools",
      "targets" : [
        "ObjCRuntimeTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Association",
      "targets" : [
        "Association"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Swizzling",
      "targets" : [
        "Swizzling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwizzlingMacro",
      "targets" : [
        "SwizzlingMacro"
      ],
      "type" : {
        "macro" : null
      }
    },
    {
      "name" : "AssociationMacro",
      "targets" : [
        "AssociationMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwizzlingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwizzlingTests",
      "path" : "Tests/SwizzlingTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "SwizzleMacroTests.swift",
        "SwizzleTests.swift"
      ],
      "target_dependencies" : [
        "Swizzling",
        "SwizzlingMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwizzlingMacro",
      "module_type" : "SwiftTarget",
      "name" : "SwizzlingMacro",
      "path" : "Sources/SwizzlingMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Swizzling",
        "SwizzlingMacro"
      ],
      "sources" : [
        "SwizzleMacro.swift",
        "SwizzleMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Swizzling",
      "module_type" : "SwiftTarget",
      "name" : "Swizzling",
      "path" : "Sources/Swizzling",
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Swizzling"
      ],
      "sources" : [
        "AnyHook.swift",
        "LocalSelf.swift",
        "Logging.swift",
        "Macros.swift",
        "Swizzle.swift",
        "SwizzlingError.swift",
        "SwizzlingHook.swift"
      ],
      "target_dependencies" : [
        "SwizzlingMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ObjCRuntimeTools",
      "module_type" : "SwiftTarget",
      "name" : "ObjCRuntimeTools",
      "path" : "Sources/ObjCRuntimeTools",
      "product_memberships" : [
        "ObjCRuntimeTools"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "Association",
        "Swizzling"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssociationTests",
      "module_type" : "SwiftTarget",
      "name" : "AssociationTests",
      "path" : "Tests/AssociationTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "AssociatedMacroTests.swift",
        "ClassTypeTests.swift",
        "PatternBindingSyntax+Tests.swift"
      ],
      "target_dependencies" : [
        "Association",
        "AssociationMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssociationMacro",
      "module_type" : "SwiftTarget",
      "name" : "AssociationMacro",
      "path" : "Sources/AssociationMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Association",
        "AssociationMacro"
      ],
      "sources" : [
        "AssociatedMacro.swift",
        "AssociatedMacroDiagnostic.swift",
        "AssociatedMacrosPlugin.swift",
        "PatternBindingSyntax+.swift",
        "TypeSyntax+.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Association",
      "module_type" : "SwiftTarget",
      "name" : "Association",
      "path" : "Sources/Association",
      "product_memberships" : [
        "ObjCRuntimeTools",
        "Association"
      ],
      "sources" : [
        "Exports.swift",
        "Macros.swift",
        "Policy.swift"
      ],
      "target_dependencies" : [
        "AssociationMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/914] Fetching swift-macro-testing
[915/73533] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.31s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (8.03s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.28s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15554] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.52s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (8.22s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.02s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.59s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.27s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Building for debugging...
[0/47] Write sources
[23/47] Compiling _SwiftSyntaxCShims PlatformMutex.c
[24/47] Write swift-version-24593BA9C3E375BF.txt
[26/57] Emitting module SwiftSyntax510
[27/57] Emitting module SwiftSyntax600
[28/57] Emitting module SwiftSyntax602
[29/57] Compiling SwiftSyntax510 Empty.swift
[30/58] Compiling SwiftSyntax602 Empty.swift
[32/59] Compiling SwiftSyntax509 Empty.swift
[33/59] Emitting module SwiftSyntax509
[34/60] Emitting module SwiftSyntax601
[35/60] Compiling SwiftSyntax601 Empty.swift
[36/61] Compiling SwiftSyntax600 Empty.swift
[38/62] Wrapping AST for SwiftSyntax510 for debugging
[41/62] Wrapping AST for SwiftSyntax602 for debugging
[42/62] Wrapping AST for SwiftSyntax600 for debugging
[43/62] Wrapping AST for SwiftSyntax509 for debugging
[44/62] Wrapping AST for SwiftSyntax601 for debugging
[46/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[47/125] Compiling SwiftSyntax SyntaxProtocol.swift
[48/125] Compiling SwiftSyntax SyntaxText.swift
[49/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[50/125] Compiling SwiftSyntax TokenDiagnostic.swift
[51/125] Compiling SwiftSyntax TokenSequence.swift
[52/125] Compiling SwiftSyntax TokenSyntax.swift
[53/125] Compiling SwiftSyntax Trivia.swift
[54/125] Compiling SwiftSyntax Utils.swift
[55/125] Compiling SwiftSyntax AbsolutePosition.swift
[56/125] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[57/125] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[58/125] Compiling SwiftSyntax Assert.swift
[59/125] Compiling SwiftSyntax BumpPtrAllocator.swift
[60/125] Compiling SwiftSyntax CommonAncestor.swift
[61/125] Compiling SwiftSyntax Convenience.swift
[62/125] Compiling SwiftSyntax CustomTraits.swift
[63/125] Compiling SwiftSyntax EditorPlaceholder.swift
[64/125] Compiling SwiftSyntax Identifier.swift
[65/125] Compiling SwiftSyntax MemoryLayout.swift
[66/125] Compiling SwiftSyntax MissingNodeInitializers.swift
[67/125] Compiling SwiftSyntax RawSyntax.swift
[68/125] Compiling SwiftSyntax RawSyntaxArena.swift
[69/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[70/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[71/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[72/125] Compiling SwiftSyntax SourceEdit.swift
[73/133] Emitting module SwiftSyntax
[74/133] Compiling SwiftSyntax SyntaxRewriter.swift
[75/133] Compiling SwiftSyntax SyntaxTraits.swift
[76/133] Compiling SwiftSyntax SyntaxVisitor.swift
[77/133] Compiling SwiftSyntax TokenKind.swift
[78/133] Compiling SwiftSyntax Tokens.swift
[79/133] Compiling SwiftSyntax TriviaPieces.swift
[80/133] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[81/133] Compiling SwiftSyntax RawSyntaxNodesC.swift
[82/133] Compiling SwiftSyntax RawSyntaxNodesD.swift
[83/133] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[84/133] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[85/133] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[86/133] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[87/133] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[88/133] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[89/133] Compiling SwiftSyntax RawSyntaxValidation.swift
[90/133] Compiling SwiftSyntax SyntaxNodesAB.swift
[91/133] Compiling SwiftSyntax ChildNameForKeyPath.swift
[92/133] Compiling SwiftSyntax Keyword.swift
[93/133] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[94/133] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[95/133] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[96/133] Compiling SwiftSyntax SyntaxBaseNodes.swift
[97/133] Compiling SwiftSyntax SyntaxCollections.swift
[98/133] Compiling SwiftSyntax SyntaxEnum.swift
[99/133] Compiling SwiftSyntax SyntaxKind.swift
[100/133] Compiling SwiftSyntax SourceLength.swift
[101/133] Compiling SwiftSyntax SourceLocation.swift
[102/133] Compiling SwiftSyntax SourcePresence.swift
[103/133] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[104/133] Compiling SwiftSyntax Syntax.swift
[105/133] Compiling SwiftSyntax SyntaxChildren.swift
[106/133] Compiling SwiftSyntax SyntaxCollection.swift
[107/133] Compiling SwiftSyntax SyntaxHashable.swift
[108/133] Compiling SwiftSyntax SyntaxIdentifier.swift
[109/133] Compiling SwiftSyntax SyntaxNodesC.swift
[110/133] Compiling SwiftSyntax SyntaxNodesD.swift
[111/133] Compiling SwiftSyntax SyntaxNodesEF.swift
[112/133] Compiling SwiftSyntax SyntaxNodesGHI.swift
[113/133] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[114/133] Compiling SwiftSyntax SyntaxNodesOP.swift
[115/133] Compiling SwiftSyntax SyntaxNodesQRS.swift
[116/133] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[117/134] Wrapping AST for SwiftSyntax for debugging
[119/193] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/194] Compiling SwiftDiagnostics Message.swift
[121/194] Compiling SwiftBasicFormat Syntax+Extensions.swift
[122/194] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[123/194] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[124/194] Emitting module SwiftDiagnostics
[125/194] Compiling SwiftParser Directives.swift
[126/194] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[127/194] Compiling SwiftDiagnostics Note.swift
[128/194] Compiling SwiftBasicFormat Indenter.swift
[129/194] Compiling SwiftDiagnostics FixIt.swift
[130/194] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[131/194] Compiling SwiftBasicFormat InferIndentation.swift
[132/194] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[133/194] Compiling SwiftParser Expressions.swift
[134/194] Compiling SwiftParser IncrementalParseTransition.swift
[135/195] Wrapping AST for SwiftDiagnostics for debugging
[137/195] Compiling SwiftBasicFormat BasicFormat.swift
[138/195] Emitting module SwiftBasicFormat
[139/196] Wrapping AST for SwiftBasicFormat for debugging
[141/196] Emitting module SwiftParser
[142/201] Compiling SwiftParser TokenSpec.swift
[143/201] Compiling SwiftParser TokenSpecSet.swift
[144/201] Compiling SwiftParser TopLevel.swift
[145/201] Compiling SwiftParser TriviaParser.swift
[146/201] Compiling SwiftParser Types.swift
[147/201] Compiling SwiftParser StringLiterals.swift
[148/201] Compiling SwiftParser SwiftParserCompatibility.swift
[149/201] Compiling SwiftParser SwiftVersion.swift
[150/201] Compiling SwiftParser SyntaxUtils.swift
[151/201] Compiling SwiftParser TokenConsumer.swift
[152/201] Compiling SwiftParser TokenPrecedence.swift
[153/201] Compiling SwiftParser LoopProgressCondition.swift
[154/201] Compiling SwiftParser Modifiers.swift
[155/201] Compiling SwiftParser Names.swift
[156/201] Compiling SwiftParser Nominals.swift
[157/201] Compiling SwiftParser Parameters.swift
[158/201] Compiling SwiftParser ParseSourceFile.swift
[159/201] Compiling SwiftParser Parser.swift
[160/201] Compiling SwiftParser Patterns.swift
[161/201] Compiling SwiftParser Recovery.swift
[162/201] Compiling SwiftParser Specifiers.swift
[163/201] Compiling SwiftParser Statements.swift
[164/201] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[165/201] Compiling SwiftParser Lexeme.swift
[166/201] Compiling SwiftParser LexemeSequence.swift
[167/201] Compiling SwiftParser Lexer.swift
[168/201] Compiling SwiftParser RegexLiteralLexer.swift
[169/201] Compiling SwiftParser UnicodeScalarExtensions.swift
[170/201] Compiling SwiftParser Lookahead.swift
[171/201] Compiling SwiftParser Attributes.swift
[172/201] Compiling SwiftParser Availability.swift
[173/201] Compiling SwiftParser CharacterInfo.swift
[174/201] Compiling SwiftParser CollectionNodes+Parsable.swift
[175/201] Compiling SwiftParser CompilerFiles.swift
[176/201] Compiling SwiftParser Declarations.swift
[181/201] Compiling SwiftParser IsValidIdentifier.swift
[182/201] Compiling SwiftParser Cursor.swift
[183/201] Compiling SwiftParser ExperimentalFeatures.swift
[184/201] Compiling SwiftParser IsLexerClassified.swift
[185/201] Compiling SwiftParser LayoutNodes+Parsable.swift
[186/201] Compiling SwiftParser Parser+TokenSpecSet.swift
[187/201] Compiling SwiftParser TokenSpecStaticMembers.swift
[188/202] Wrapping AST for SwiftParser for debugging
[190/225] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[191/226] Compiling SwiftOperators PrecedenceGroup.swift
[192/227] Compiling SwiftOperators OperatorTable.swift
[193/227] Compiling SwiftOperators PrecedenceGraph.swift
[194/227] Emitting module SwiftOperators
[195/227] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[196/227] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[197/227] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[198/227] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[199/227] Compiling SwiftParserDiagnostics Utils.swift
[202/227] Emitting module SwiftParserDiagnostics
[203/227] Compiling SwiftOperators OperatorTable+Semantics.swift
[204/227] Compiling SwiftOperators SyntaxSynthesis.swift
[205/227] Compiling SwiftOperators OperatorTable+Folding.swift
[206/227] Compiling SwiftParserDiagnostics MissingNodesError.swift
[207/227] Compiling SwiftParserDiagnostics MissingTokenError.swift
[208/228] Wrapping AST for SwiftOperators for debugging
[210/228] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[211/228] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[212/228] Compiling SwiftParserDiagnostics PresenceUtils.swift
[215/228] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[216/228] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[217/229] Wrapping AST for SwiftParserDiagnostics for debugging
[219/244] Emitting module SwiftSyntaxBuilder
[220/245] Compiling SwiftSyntaxBuilder Indenter.swift
[221/245] Compiling SwiftSyntaxBuilder ListBuilder.swift
[222/245] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[223/245] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[224/245] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[225/245] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[226/245] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[227/245] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[228/245] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[229/245] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[230/245] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[231/245] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[232/245] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[233/245] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[234/245] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[235/246] Wrapping AST for SwiftSyntaxBuilder for debugging
[237/263] Emitting module SwiftSyntaxMacros
[238/263] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[239/263] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[240/265] Compiling SwiftSyntaxMacros MemberMacro.swift
[241/265] Compiling SwiftSyntaxMacros PeerMacro.swift
[242/265] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[243/265] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[244/265] Compiling SwiftSyntaxMacros Macro.swift
[245/265] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[246/265] Compiling SwiftSyntaxMacros AccessorMacro.swift
[247/265] Compiling SwiftSyntaxMacros AttachedMacro.swift
[248/265] Compiling SwiftSyntaxMacros BodyMacro.swift
[249/265] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/265] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/265] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[252/265] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[253/265] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[254/265] Compiling SwiftSyntaxMacros PreambleMacro.swift
[255/265] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[256/266] Wrapping AST for SwiftSyntaxMacros for debugging
[258/275] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[259/276] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[260/276] Emitting module SwiftSyntaxMacroExpansion
[261/276] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[262/276] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[263/276] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[264/276] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[265/276] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[266/276] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[267/276] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[268/277] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[270/289] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[271/289] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[272/290] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[273/290] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[274/290] Emitting module SwiftCompilerPluginMessageHandling
[275/290] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[276/290] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[277/290] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[278/290] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[279/290] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[280/290] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[281/290] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[282/290] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[283/291] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[285/293] Emitting module SwiftCompilerPlugin
[286/293] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[287/294] Wrapping AST for SwiftCompilerPlugin for debugging
[289/303] Compiling AssociationMacro TypeSyntax+.swift
[290/303] Emitting module AssociationMacro
[291/303] Compiling SwizzlingMacro SwizzleMacrosPlugin.swift
[292/303] Emitting module SwizzlingMacro
[293/303] Compiling AssociationMacro AssociatedMacro.swift
[294/303] Compiling AssociationMacro AssociatedMacrosPlugin.swift
[295/303] Compiling AssociationMacro AssociatedMacroDiagnostic.swift
[296/303] Compiling AssociationMacro PatternBindingSyntax+.swift
[297/304] Compiling SwizzlingMacro SwizzleMacro.swift
[299/305] Wrapping AST for AssociationMacro for debugging
[300/305] Write Objects.LinkFileList
[301/305] Wrapping AST for SwizzlingMacro for debugging
[302/305] Write Objects.LinkFileList
[303/305] Linking AssociationMacro-tool
[304/305] Linking SwizzlingMacro-tool
[306/313] Compiling Association Policy.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[307/313] Emitting module Association
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[308/313] Compiling Association Exports.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[309/313] Compiling Association Macros.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/23] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling SwiftSyntax602 Empty.swift
[3/33] Emitting module SwiftSyntax602
[4/34] Compiling SwiftSyntax509 Empty.swift
[5/34] Emitting module SwiftSyntax600
[6/34] Emitting module SwiftSyntax509
[7/34] Compiling SwiftSyntax601 Empty.swift
[8/34] Compiling SwiftSyntax600 Empty.swift
[9/34] Emitting module SwiftSyntax601
[10/37] Emitting module SwiftSyntax510
[11/37] Compiling SwiftSyntax510 Empty.swift
[17/96] Compiling SwiftSyntax SyntaxNodeStructure.swift
[18/96] Compiling SwiftSyntax SyntaxProtocol.swift
[19/96] Compiling SwiftSyntax SyntaxText.swift
[20/96] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[21/96] Compiling SwiftSyntax TokenDiagnostic.swift
[22/96] Compiling SwiftSyntax TokenSequence.swift
[23/96] Compiling SwiftSyntax TokenSyntax.swift
[24/96] Compiling SwiftSyntax Trivia.swift
[25/96] Compiling SwiftSyntax Utils.swift
[26/104] Compiling SwiftSyntax Identifier.swift
[27/104] Compiling SwiftSyntax MemoryLayout.swift
[28/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[29/104] Compiling SwiftSyntax RawSyntax.swift
[30/104] Compiling SwiftSyntax RawSyntaxArena.swift
[31/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[32/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[33/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[34/104] Compiling SwiftSyntax SourceEdit.swift
[35/104] Compiling SwiftSyntax SourceLength.swift
[36/104] Compiling SwiftSyntax SourceLocation.swift
[37/104] Compiling SwiftSyntax SourcePresence.swift
[38/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[39/104] Compiling SwiftSyntax Syntax.swift
[40/104] Compiling SwiftSyntax SyntaxChildren.swift
[41/104] Compiling SwiftSyntax SyntaxCollection.swift
[42/104] Compiling SwiftSyntax SyntaxHashable.swift
[43/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[44/104] Compiling SwiftSyntax AbsolutePosition.swift
[45/104] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[46/104] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[47/104] Compiling SwiftSyntax Assert.swift
[48/104] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/104] Compiling SwiftSyntax CommonAncestor.swift
[50/104] Compiling SwiftSyntax Convenience.swift
[51/104] Compiling SwiftSyntax CustomTraits.swift
[52/104] Compiling SwiftSyntax EditorPlaceholder.swift
[53/104] Emitting module SwiftSyntax
[54/104] Compiling SwiftSyntax SyntaxNodesC.swift
[55/104] Compiling SwiftSyntax SyntaxNodesD.swift
[56/104] Compiling SwiftSyntax SyntaxNodesEF.swift
[57/104] Compiling SwiftSyntax SyntaxNodesGHI.swift
[58/104] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[59/104] Compiling SwiftSyntax SyntaxNodesOP.swift
[60/104] Compiling SwiftSyntax SyntaxNodesQRS.swift
[61/104] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[62/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[70/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/104] Compiling SwiftSyntax Keyword.swift
[72/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[76/104] Compiling SwiftSyntax SyntaxCollections.swift
[77/104] Compiling SwiftSyntax SyntaxEnum.swift
[78/104] Compiling SwiftSyntax SyntaxKind.swift
[79/104] Compiling SwiftSyntax SyntaxRewriter.swift
[80/104] Compiling SwiftSyntax SyntaxTraits.swift
[81/104] Compiling SwiftSyntax SyntaxVisitor.swift
[82/104] Compiling SwiftSyntax TokenKind.swift
[83/104] Compiling SwiftSyntax Tokens.swift
[84/104] Compiling SwiftSyntax TriviaPieces.swift
[85/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[86/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[87/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[89/163] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[90/163] Compiling SwiftDiagnostics Message.swift
[91/163] Emitting module SwiftDiagnostics
[92/164] Compiling SwiftParser Attributes.swift
[93/164] Compiling SwiftParser Availability.swift
[94/164] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/164] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[96/164] Compiling SwiftDiagnostics Note.swift
[97/164] Compiling SwiftBasicFormat Indenter.swift
[98/164] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[99/164] Compiling SwiftDiagnostics FixIt.swift
[100/164] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[101/164] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[102/164] Compiling SwiftParser CharacterInfo.swift
[103/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[104/164] Compiling SwiftBasicFormat InferIndentation.swift
[106/164] Emitting module SwiftBasicFormat
[107/164] Compiling SwiftBasicFormat BasicFormat.swift
[109/164] Compiling SwiftParser Lexeme.swift
[110/164] Compiling SwiftParser LexemeSequence.swift
[111/164] Compiling SwiftParser Lexer.swift
[112/164] Compiling SwiftParser RegexLiteralLexer.swift
[113/164] Compiling SwiftParser UnicodeScalarExtensions.swift
[114/164] Compiling SwiftParser Lookahead.swift
[115/169] Compiling SwiftParser TokenSpec.swift
[116/169] Compiling SwiftParser TokenSpecSet.swift
[117/169] Compiling SwiftParser TopLevel.swift
[118/169] Compiling SwiftParser TriviaParser.swift
[119/169] Compiling SwiftParser Types.swift
[120/169] Compiling SwiftParser StringLiterals.swift
[121/169] Compiling SwiftParser SwiftParserCompatibility.swift
[122/169] Compiling SwiftParser SwiftVersion.swift
[123/169] Compiling SwiftParser SyntaxUtils.swift
[124/169] Compiling SwiftParser TokenConsumer.swift
[125/169] Compiling SwiftParser TokenPrecedence.swift
[126/169] Emitting module SwiftParser
[127/169] Compiling SwiftParser LoopProgressCondition.swift
[128/169] Compiling SwiftParser Modifiers.swift
[129/169] Compiling SwiftParser Names.swift
[130/169] Compiling SwiftParser Nominals.swift
[131/169] Compiling SwiftParser Parameters.swift
[132/169] Compiling SwiftParser ParseSourceFile.swift
[133/169] Compiling SwiftParser Parser.swift
[134/169] Compiling SwiftParser Patterns.swift
[135/169] Compiling SwiftParser Recovery.swift
[136/169] Compiling SwiftParser Specifiers.swift
[137/169] Compiling SwiftParser Statements.swift
[138/169] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[143/169] Compiling SwiftParser CompilerFiles.swift
[144/169] Compiling SwiftParser Declarations.swift
[145/169] Compiling SwiftParser Directives.swift
[146/169] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[147/169] Compiling SwiftParser Expressions.swift
[148/169] Compiling SwiftParser IncrementalParseTransition.swift
[149/169] Compiling SwiftParser IsValidIdentifier.swift
[150/169] Compiling SwiftParser Cursor.swift
[151/169] Compiling SwiftParser ExperimentalFeatures.swift
[152/169] Compiling SwiftParser IsLexerClassified.swift
[153/169] Compiling SwiftParser LayoutNodes+Parsable.swift
[154/169] Compiling SwiftParser Parser+TokenSpecSet.swift
[155/169] Compiling SwiftParser TokenSpecStaticMembers.swift
[157/192] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/193] Compiling SwiftOperators PrecedenceGraph.swift
[159/193] Compiling SwiftOperators PrecedenceGroup.swift
[160/194] Compiling SwiftOperators OperatorTable.swift
[161/194] Compiling SwiftOperators Operator.swift
[162/194] Compiling SwiftOperators OperatorError+Diagnostics.swift
[163/194] Compiling SwiftOperators OperatorError.swift
[164/194] Compiling SwiftOperators OperatorTable+Defaults.swift
[165/194] Compiling SwiftOperators OperatorTable+Folding.swift
[166/194] Compiling SwiftOperators OperatorTable+Semantics.swift
[167/194] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[168/194] Emitting module SwiftOperators
[169/194] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[170/194] Compiling SwiftParserDiagnostics Utils.swift
[171/194] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[172/194] Compiling SwiftOperators SyntaxSynthesis.swift
[176/194] Emitting module SwiftParserDiagnostics
[177/194] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[178/194] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/194] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[180/194] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[184/209] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/209] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/209] Emitting module SwiftSyntaxBuilder
[187/210] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[188/210] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[189/210] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[190/210] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[191/210] Compiling SwiftSyntaxBuilder Indenter.swift
[192/210] Compiling SwiftSyntaxBuilder ListBuilder.swift
[193/210] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[194/210] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[195/210] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/210] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[197/210] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[198/210] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[199/210] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[201/227] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[202/227] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[203/227] Compiling SwiftSyntaxMacros MemberMacro.swift
[204/227] Compiling SwiftSyntaxMacros PeerMacro.swift
[205/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[206/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[207/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[208/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[209/229] Compiling SwiftSyntaxMacros Macro.swift
[210/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[211/229] Emitting module SwiftSyntaxMacros
[212/229] Compiling SwiftSyntaxMacros AccessorMacro.swift
[213/229] Compiling SwiftSyntaxMacros AttachedMacro.swift
[214/229] Compiling SwiftSyntaxMacros BodyMacro.swift
[215/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[216/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[217/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[218/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[219/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[221/238] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[222/239] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/239] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[224/239] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[225/239] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[226/239] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[227/239] Emitting module SwiftSyntaxMacroExpansion
[228/239] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[229/239] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[230/239] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[232/251] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/252] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[234/252] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[235/252] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[236/252] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[237/252] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[238/252] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[239/252] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[240/252] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[241/252] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[242/252] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[243/252] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[244/252] Emitting module SwiftCompilerPluginMessageHandling
[246/254] Emitting module SwiftCompilerPlugin
[247/254] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[249/263] Compiling AssociationMacro AssociatedMacroDiagnostic.swift
[250/263] Compiling AssociationMacro TypeSyntax+.swift
[251/263] Compiling SwizzlingMacro SwizzleMacrosPlugin.swift
[252/263] Compiling AssociationMacro AssociatedMacrosPlugin.swift
[253/263] Compiling AssociationMacro PatternBindingSyntax+.swift
[254/263] Emitting module SwizzlingMacro
[255/263] Compiling SwizzlingMacro SwizzleMacro.swift
[256/264] Compiling AssociationMacro AssociatedMacro.swift
[257/264] Emitting module AssociationMacro
[259/264] Write Objects.LinkFileList
[261/263] Linking SwizzlingMacro-tool
[262/263] Linking AssociationMacro-tool
[264/287] Compiling Swizzling AnyHook.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[265/287] Emitting module Association
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[266/287] Compiling Swizzling Logging.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[267/287] Compiling Swizzling LocalSelf.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[268/287] Compiling Association Policy.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[269/287] Compiling Association Exports.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[270/287] Compiling Association Macros.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[271/287] Compiling Association Policy.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[272/287] Compiling Swizzling Macros.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[273/287] Compiling Swizzling Swizzle.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[274/287] Compiling Swizzling SwizzlingError.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[275/287] Emitting module Association
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[276/287] Compiling Swizzling SwizzlingHook.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[277/287] Compiling Association Macros.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
[278/287] Compiling Association Exports.swift
/host/spi-builder-workspace/Sources/Association/Exports.swift:1:26: error: no such module 'ObjectiveC.runtime'
1 | @_exported public import ObjectiveC.runtime
  |                          `- error: no such module 'ObjectiveC.runtime'
2 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/287] Emitting module Swizzling
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[280/287] Compiling Swizzling Logging.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
[281/287] Compiling Swizzling AnyHook.swift
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[282/287] Emitting module Swizzling
/host/spi-builder-workspace/Sources/Swizzling/Macros.swift:1:8: error: no such module 'ObjectiveC.runtime'
 1 | import ObjectiveC.runtime
   |        `- error: no such module 'ObjectiveC.runtime'
 2 |
 3 | // MARK: Getter & Setter
BUILD FAILURE 6.1 android