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

Successful build of Equatable, reference main (73f819), with Swift 6.1 for Android on 1 Oct 2025 13:26:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/equatable.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/ordo-one/equatable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73f819b fix(minor): fix swift syntax version bump (#31)
Cloned https://github.com/ordo-one/equatable.git
Revision (git rev-parse @):
73f819bd2bfb95e69cb596664b9d0d40cfe6493c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/equatable.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ordo-one/equatable.git
https://github.com/ordo-one/equatable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Equatable",
  "name" : "Equatable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Equatable",
      "targets" : [
        "Equatable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EquatableClient",
      "targets" : [
        "EquatableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "EquatableMacros",
      "targets" : [
        "EquatableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EquatableTests",
      "module_type" : "SwiftTarget",
      "name" : "EquatableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EquatableMacroTests.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EquatableMacros",
      "module_type" : "SwiftTarget",
      "name" : "EquatableMacros",
      "path" : "Sources/EquatableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Equatable",
        "EquatableClient",
        "EquatableMacros"
      ],
      "sources" : [
        "Closure.swift",
        "EquatableIgnoredMacro.swift",
        "EquatableIgnoredUnsafeClosureMacro.swift",
        "EquatableMacro.swift",
        "EquatablePlugin.swift",
        "Extensions/EquatableMacro/EquatableMacro+Diagnostic.swift",
        "Extensions/EquatableMacro/EquatableMacro+Equatable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Hashable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Helpers.swift",
        "Extensions/EquatableMacro/EquatableMacro+Isolation.swift",
        "Extensions/EquatableMacro/EquatableMacro+TypeComplexity.swift",
        "Extensions/IdentifierTypeSyntax+Extensions.swift",
        "Extensions/MemberTypeSyntax+Extensions.swift",
        "Extensions/StructDeclSyntax+Extensions.swift",
        "Extensions/TypeSyntax+Extensions.swift",
        "Extensions/VariableDeclSyntax+Extensions.swift",
        "SimpleFixItMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EquatableClient",
      "module_type" : "SwiftTarget",
      "name" : "EquatableClient",
      "path" : "Sources/EquatableClient",
      "product_memberships" : [
        "EquatableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Equatable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Equatable",
      "module_type" : "SwiftTarget",
      "name" : "Equatable",
      "path" : "Sources/Equatable",
      "product_memberships" : [
        "Equatable",
        "EquatableClient"
      ],
      "sources" : [
        "Equatable.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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.git
[1/72362] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.73s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.74s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/44] Write sources
[19/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[20/44] Write swift-version-24593BA9C3E375BF.txt
[22/54] Compiling SwiftSyntax510 Empty.swift
[23/54] Emitting module SwiftSyntax510
[24/55] Compiling SwiftSyntax602 Empty.swift
[25/55] Emitting module SwiftSyntax602
[27/56] Emitting module SwiftSyntax601
[28/56] Compiling SwiftSyntax601 Empty.swift
[29/57] Emitting module SwiftSyntax600
[30/57] Compiling SwiftSyntax600 Empty.swift
[32/58] Compiling SwiftSyntax509 Empty.swift
[33/58] Emitting module SwiftSyntax509
[36/59] Wrapping AST for SwiftSyntax602 for debugging
[37/59] Wrapping AST for SwiftSyntax510 for debugging
[38/59] Wrapping AST for SwiftSyntax509 for debugging
[39/59] Wrapping AST for SwiftSyntax601 for debugging
[40/59] Wrapping AST for SwiftSyntax600 for debugging
[42/122] Compiling SwiftSyntax AbsolutePosition.swift
[43/122] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/122] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[45/122] Compiling SwiftSyntax Assert.swift
[46/122] Compiling SwiftSyntax BumpPtrAllocator.swift
[47/122] Compiling SwiftSyntax CommonAncestor.swift
[48/122] Compiling SwiftSyntax Convenience.swift
[49/122] Compiling SwiftSyntax CustomTraits.swift
[50/122] Compiling SwiftSyntax EditorPlaceholder.swift
[51/122] Compiling SwiftSyntax SourceLength.swift
[52/122] Compiling SwiftSyntax SourceLocation.swift
[53/122] Compiling SwiftSyntax SourcePresence.swift
[54/122] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/122] Compiling SwiftSyntax Syntax.swift
[56/122] Compiling SwiftSyntax SyntaxChildren.swift
[57/122] Compiling SwiftSyntax SyntaxCollection.swift
[58/122] Compiling SwiftSyntax SyntaxHashable.swift
[59/122] Compiling SwiftSyntax SyntaxIdentifier.swift
[60/130] Compiling SwiftSyntax Identifier.swift
[61/130] Compiling SwiftSyntax MemoryLayout.swift
[62/130] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/130] Compiling SwiftSyntax RawSyntax.swift
[64/130] Compiling SwiftSyntax RawSyntaxArena.swift
[65/130] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/130] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/130] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/130] Compiling SwiftSyntax SourceEdit.swift
[69/130] Emitting module SwiftSyntax
[70/130] Compiling SwiftSyntax SyntaxRewriter.swift
[71/130] Compiling SwiftSyntax SyntaxTraits.swift
[72/130] Compiling SwiftSyntax SyntaxVisitor.swift
[73/130] Compiling SwiftSyntax TokenKind.swift
[74/130] Compiling SwiftSyntax Tokens.swift
[75/130] Compiling SwiftSyntax TriviaPieces.swift
[76/130] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[77/130] Compiling SwiftSyntax RawSyntaxNodesC.swift
[78/130] Compiling SwiftSyntax RawSyntaxNodesD.swift
[79/130] Compiling SwiftSyntax SyntaxNodeStructure.swift
[80/130] Compiling SwiftSyntax SyntaxProtocol.swift
[81/130] Compiling SwiftSyntax SyntaxText.swift
[82/130] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[83/130] Compiling SwiftSyntax TokenDiagnostic.swift
[84/130] Compiling SwiftSyntax TokenSequence.swift
[85/130] Compiling SwiftSyntax TokenSyntax.swift
[86/130] Compiling SwiftSyntax Trivia.swift
[87/130] Compiling SwiftSyntax Utils.swift
[88/130] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[89/130] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[90/130] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[91/130] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[92/130] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[93/130] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[94/130] Compiling SwiftSyntax RawSyntaxValidation.swift
[95/130] Compiling SwiftSyntax SyntaxNodesAB.swift
[96/130] Compiling SwiftSyntax ChildNameForKeyPath.swift
[97/130] Compiling SwiftSyntax Keyword.swift
[98/130] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[99/130] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[100/130] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[101/130] Compiling SwiftSyntax SyntaxBaseNodes.swift
[102/130] Compiling SwiftSyntax SyntaxCollections.swift
[103/130] Compiling SwiftSyntax SyntaxEnum.swift
[104/130] Compiling SwiftSyntax SyntaxKind.swift
[105/130] Compiling SwiftSyntax SyntaxNodesC.swift
[106/130] Compiling SwiftSyntax SyntaxNodesD.swift
[107/130] Compiling SwiftSyntax SyntaxNodesEF.swift
[108/130] Compiling SwiftSyntax SyntaxNodesGHI.swift
[109/130] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[110/130] Compiling SwiftSyntax SyntaxNodesOP.swift
[111/130] Compiling SwiftSyntax SyntaxNodesQRS.swift
[112/130] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[113/131] Wrapping AST for SwiftSyntax for debugging
[115/190] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/190] Compiling SwiftBasicFormat Syntax+Extensions.swift
[117/190] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[118/191] Compiling SwiftDiagnostics Message.swift
[119/191] Emitting module SwiftBasicFormat
[120/191] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[121/191] Compiling SwiftDiagnostics Note.swift
[122/191] Compiling SwiftParser Attributes.swift
[123/191] Compiling SwiftParser Availability.swift
[124/191] Emitting module SwiftDiagnostics
[125/191] Compiling SwiftBasicFormat InferIndentation.swift
[126/191] Compiling SwiftDiagnostics FixIt.swift
[127/191] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[128/191] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[129/191] Compiling SwiftParser CharacterInfo.swift
[130/191] Compiling SwiftParser CollectionNodes+Parsable.swift
[132/192] Compiling SwiftBasicFormat Indenter.swift
[133/192] Compiling SwiftBasicFormat BasicFormat.swift
[133/193] Wrapping AST for SwiftDiagnostics for debugging
[135/193] Wrapping AST for SwiftBasicFormat for debugging
[137/193] Compiling SwiftParser Lexeme.swift
[138/193] Compiling SwiftParser LexemeSequence.swift
[139/193] Compiling SwiftParser Lexer.swift
[140/193] Compiling SwiftParser RegexLiteralLexer.swift
[141/193] Compiling SwiftParser UnicodeScalarExtensions.swift
[142/193] Compiling SwiftParser Lookahead.swift
[143/198] Emitting module SwiftParser
[144/198] Compiling SwiftParser LoopProgressCondition.swift
[145/198] Compiling SwiftParser Modifiers.swift
[146/198] Compiling SwiftParser Names.swift
[147/198] Compiling SwiftParser Nominals.swift
[148/198] Compiling SwiftParser Parameters.swift
[149/198] Compiling SwiftParser ParseSourceFile.swift
[150/198] Compiling SwiftParser Parser.swift
[151/198] Compiling SwiftParser Patterns.swift
[152/198] Compiling SwiftParser Recovery.swift
[153/198] Compiling SwiftParser Specifiers.swift
[154/198] Compiling SwiftParser Statements.swift
[155/198] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[156/198] Compiling SwiftParser StringLiterals.swift
[157/198] Compiling SwiftParser SwiftParserCompatibility.swift
[158/198] Compiling SwiftParser SwiftVersion.swift
[159/198] Compiling SwiftParser SyntaxUtils.swift
[160/198] Compiling SwiftParser TokenConsumer.swift
[161/198] Compiling SwiftParser TokenPrecedence.swift
[162/198] Compiling SwiftParser TokenSpec.swift
[163/198] Compiling SwiftParser TokenSpecSet.swift
[164/198] Compiling SwiftParser TopLevel.swift
[165/198] Compiling SwiftParser TriviaParser.swift
[166/198] Compiling SwiftParser Types.swift
[171/198] Compiling SwiftParser CompilerFiles.swift
[172/198] Compiling SwiftParser Declarations.swift
[173/198] Compiling SwiftParser Directives.swift
[174/198] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/198] Compiling SwiftParser Expressions.swift
[176/198] Compiling SwiftParser IncrementalParseTransition.swift
[177/198] Compiling SwiftParser IsValidIdentifier.swift
[178/198] Compiling SwiftParser Cursor.swift
[179/198] Compiling SwiftParser ExperimentalFeatures.swift
[180/198] Compiling SwiftParser IsLexerClassified.swift
[181/198] Compiling SwiftParser LayoutNodes+Parsable.swift
[182/198] Compiling SwiftParser Parser+TokenSpecSet.swift
[183/198] Compiling SwiftParser TokenSpecStaticMembers.swift
[184/199] Wrapping AST for SwiftParser for debugging
[186/222] Compiling SwiftOperators PrecedenceGraph.swift
[187/223] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[188/224] Compiling SwiftOperators PrecedenceGroup.swift
[189/224] Compiling SwiftOperators SyntaxSynthesis.swift
[190/224] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[191/224] Compiling SwiftOperators OperatorError.swift
[192/224] Compiling SwiftOperators OperatorTable+Defaults.swift
[193/224] Compiling SwiftOperators OperatorTable.swift
[194/224] Compiling SwiftOperators Operator.swift
[195/224] Compiling SwiftOperators OperatorError+Diagnostics.swift
[196/224] Compiling SwiftOperators OperatorTable+Semantics.swift
[197/224] Emitting module SwiftOperators
[198/224] Compiling SwiftOperators OperatorTable+Folding.swift
[200/225] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[201/225] Compiling SwiftParserDiagnostics Utils.swift
[202/225] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[202/225] Wrapping AST for SwiftOperators for debugging
[204/225] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[205/225] Compiling SwiftParserDiagnostics PresenceUtils.swift
[206/225] Emitting module SwiftParserDiagnostics
[207/225] Compiling SwiftParserDiagnostics MissingNodesError.swift
[208/225] Compiling SwiftParserDiagnostics MissingTokenError.swift
[213/226] Wrapping AST for SwiftParserDiagnostics for debugging
[215/241] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[216/241] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[217/242] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[218/242] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[219/242] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[220/242] Compiling SwiftSyntaxBuilder Indenter.swift
[221/242] Compiling SwiftSyntaxBuilder ListBuilder.swift
[222/242] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[223/242] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[224/242] Emitting module SwiftSyntaxBuilder
[225/242] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[226/242] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[227/242] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[228/242] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[229/242] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[230/242] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[231/243] Wrapping AST for SwiftSyntaxBuilder for debugging
[233/260] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[234/260] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[235/262] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[236/262] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[237/262] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[238/262] Compiling SwiftSyntaxMacros Macro+Format.swift
[239/262] Compiling SwiftSyntaxMacros MemberMacro.swift
[240/262] Compiling SwiftSyntaxMacros PeerMacro.swift
[241/262] Compiling SwiftSyntaxMacros Macro.swift
[242/262] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[243/262] Emitting module SwiftSyntaxMacros
[244/262] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[245/262] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[246/262] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[247/262] Compiling SwiftSyntaxMacros AccessorMacro.swift
[248/262] Compiling SwiftSyntaxMacros AttachedMacro.swift
[249/262] Compiling SwiftSyntaxMacros BodyMacro.swift
[250/262] Compiling SwiftSyntaxMacros PreambleMacro.swift
[251/262] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[252/263] Wrapping AST for SwiftSyntaxMacros for debugging
[254/272] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[255/273] Emitting module SwiftSyntaxMacroExpansion
[256/273] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[257/273] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[258/273] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[259/273] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[260/273] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[261/273] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[262/273] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[263/273] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[264/274] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[266/286] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[267/286] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[268/286] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[269/287] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[270/287] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[271/287] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[272/287] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[273/287] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[274/287] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[275/287] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[276/287] Emitting module SwiftCompilerPluginMessageHandling
[277/287] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[278/287] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[279/288] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[281/290] Emitting module SwiftCompilerPlugin
[282/290] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[283/291] Wrapping AST for SwiftCompilerPlugin for debugging
[285/307] Emitting module EquatableMacros
[286/309] Compiling EquatableMacros VariableDeclSyntax+Extensions.swift
[287/309] Compiling EquatableMacros SimpleFixItMessage.swift
[288/309] Compiling EquatableMacros Closure.swift
[289/309] Compiling EquatableMacros EquatableIgnoredMacro.swift
[290/309] Compiling EquatableMacros EquatableIgnoredUnsafeClosureMacro.swift
[291/309] Compiling EquatableMacros EquatableMacro+Diagnostic.swift
[292/309] Compiling EquatableMacros EquatableMacro+Equatable.swift
[293/309] Compiling EquatableMacros EquatableMacro+Isolation.swift
[294/309] Compiling EquatableMacros EquatableMacro+TypeComplexity.swift
[295/309] Compiling EquatableMacros StructDeclSyntax+Extensions.swift
[296/309] Compiling EquatableMacros TypeSyntax+Extensions.swift
[297/309] Compiling EquatableMacros IdentifierTypeSyntax+Extensions.swift
[298/309] Compiling EquatableMacros MemberTypeSyntax+Extensions.swift
[299/309] Compiling EquatableMacros EquatableMacro.swift
[300/309] Compiling EquatableMacros EquatablePlugin.swift
[301/309] Compiling EquatableMacros EquatableMacro+Hashable.swift
[302/309] Compiling EquatableMacros EquatableMacro+Helpers.swift
[303/310] Wrapping AST for EquatableMacros for debugging
[304/310] Write Objects.LinkFileList
[305/310] Linking EquatableMacros-tool
[307/312] Emitting module Equatable
[308/312] Compiling Equatable Equatable.swift
[309/313] Wrapping AST for Equatable for debugging
[311/315] Emitting module EquatableClient
[312/315] Compiling EquatableClient main.swift
[313/316] Wrapping AST for EquatableClient for debugging
[314/316] Write Objects.LinkFileList
[315/316] Linking EquatableClient
Build complete! (69.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Equatable",
  "name" : "Equatable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Equatable",
      "targets" : [
        "Equatable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EquatableClient",
      "targets" : [
        "EquatableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "EquatableMacros",
      "targets" : [
        "EquatableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EquatableTests",
      "module_type" : "SwiftTarget",
      "name" : "EquatableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EquatableMacroTests.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EquatableMacros",
      "module_type" : "SwiftTarget",
      "name" : "EquatableMacros",
      "path" : "Sources/EquatableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Equatable",
        "EquatableClient",
        "EquatableMacros"
      ],
      "sources" : [
        "Closure.swift",
        "EquatableIgnoredMacro.swift",
        "EquatableIgnoredUnsafeClosureMacro.swift",
        "EquatableMacro.swift",
        "EquatablePlugin.swift",
        "Extensions/EquatableMacro/EquatableMacro+Diagnostic.swift",
        "Extensions/EquatableMacro/EquatableMacro+Equatable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Hashable.swift",
        "Extensions/EquatableMacro/EquatableMacro+Helpers.swift",
        "Extensions/EquatableMacro/EquatableMacro+Isolation.swift",
        "Extensions/EquatableMacro/EquatableMacro+TypeComplexity.swift",
        "Extensions/IdentifierTypeSyntax+Extensions.swift",
        "Extensions/MemberTypeSyntax+Extensions.swift",
        "Extensions/StructDeclSyntax+Extensions.swift",
        "Extensions/TypeSyntax+Extensions.swift",
        "Extensions/VariableDeclSyntax+Extensions.swift",
        "SimpleFixItMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EquatableClient",
      "module_type" : "SwiftTarget",
      "name" : "EquatableClient",
      "path" : "Sources/EquatableClient",
      "product_memberships" : [
        "EquatableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Equatable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Equatable",
      "module_type" : "SwiftTarget",
      "name" : "Equatable",
      "path" : "Sources/Equatable",
      "product_memberships" : [
        "Equatable",
        "EquatableClient"
      ],
      "sources" : [
        "Equatable.swift"
      ],
      "target_dependencies" : [
        "EquatableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Done.