The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HashableMacro, reference 1.2.0 (d5cae9), with Swift 6.1 for Android on 10 Feb 2026 22:13:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/JosephDuffy/HashableMacro.git
Reference: 1.2.0
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/JosephDuffy/HashableMacro
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at d5cae94 Merge pull request #22 from SixFiveSoftware/bj/version-range
Cloned https://github.com/JosephDuffy/HashableMacro.git
Revision (git rev-parse @):
d5cae94f5a701aefec87b2444eae93cc7b135a35
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/HashableMacro.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JosephDuffy/HashableMacro.git
https://github.com/JosephDuffy/HashableMacro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "HashableMacro",
  "name" : "HashableMacro",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "HashableMacro",
      "targets" : [
        "HashableMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HashableMacroMacros",
      "targets" : [
        "HashableMacroMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HashableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroTests",
      "path" : "Tests/HashableMacroTests",
      "product_dependencies" : [
        "MacroTesting",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "HashableMacroAPITests.swift",
        "HashableMacroTests.swift",
        "LabeledExprListSyntaxExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HashableMacroMacros",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroMacros",
      "path" : "Sources/HashableMacroMacros",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "sources" : [
        "CustomHashablePlugin.swift",
        "Diagnostics/HashableMacroDiagnosticMessage.swift",
        "Diagnostics/HashableMacroFixItMessage.swift",
        "Diagnostics/MessageID+HashableMacro.swift",
        "LabeledExprListSyntax+extensions.swift",
        "Macros/HashableMacro+Hashable.swift",
        "Macros/HashableMacro+NSObjectProtocol.swift",
        "Macros/HashableMacro.swift",
        "Macros/HashedMacro.swift",
        "Macros/NotHashedMacro.swift"
      ],
      "target_dependencies" : [
        "HashableMacroFoundation"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HashableMacroFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroFoundation",
      "path" : "Sources/HashableMacroFoundation",
      "product_memberships" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "sources" : [
        "IsEqualToTypeFunctionNameGeneration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HashableMacro",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacro",
      "path" : "Sources/HashableMacro",
      "product_memberships" : [
        "HashableMacro"
      ],
      "sources" : [
        "IsEqualToTypeFunctionNameGeneration.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "HashableMacroFoundation",
        "HashableMacroMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax
[1/943] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.46s)
[1/74130] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.98s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (7.55s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (1.05s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15750] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.9 (3.29s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5284] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (0.84s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (1.20s)
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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.9
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Building for debugging...
[0/42] Write sources
[20/42] Compiling _SwiftSyntaxCShims PlatformMutex.c
[21/42] Write swift-version-24593BA9C3E375BF.txt
[23/54] Compiling SwiftSyntax600 Empty.swift
[24/54] Emitting module SwiftSyntax600
[25/55] Emitting module HashableMacroFoundation
[26/55] Compiling HashableMacroFoundation IsEqualToTypeFunctionNameGeneration.swift
[28/56] Emitting module SwiftSyntax510
[29/56] Compiling SwiftSyntax510 Empty.swift
[31/57] Compiling SwiftSyntax509 Empty.swift
[32/57] Emitting module SwiftSyntax509
[34/58] Emitting module SwiftSyntax601
[35/58] Compiling SwiftSyntax601 Empty.swift
[37/59] Emitting module SwiftSyntax602
[38/59] Compiling SwiftSyntax602 Empty.swift
[38/60] Wrapping AST for SwiftSyntax600 for debugging
[39/60] Wrapping AST for HashableMacroFoundation for debugging
[41/60] Wrapping AST for SwiftSyntax509 for debugging
[42/60] Wrapping AST for SwiftSyntax510 for debugging
[44/60] Wrapping AST for SwiftSyntax601 for debugging
[45/60] Wrapping AST for SwiftSyntax602 for debugging
[47/123] Compiling SwiftSyntax AbsolutePosition.swift
[48/123] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[49/123] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[50/123] Compiling SwiftSyntax Assert.swift
[51/123] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/123] Compiling SwiftSyntax CommonAncestor.swift
[53/123] Compiling SwiftSyntax Convenience.swift
[54/123] Compiling SwiftSyntax CustomTraits.swift
[55/123] Compiling SwiftSyntax EditorPlaceholder.swift
[56/131] Emitting module SwiftSyntax
[57/131] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[58/131] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[59/131] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[60/131] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[61/131] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[62/131] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[63/131] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/131] Compiling SwiftSyntax SyntaxNodesAB.swift
[65/131] Compiling SwiftSyntax SyntaxRewriter.swift
[66/131] Compiling SwiftSyntax SyntaxTraits.swift
[67/131] Compiling SwiftSyntax SyntaxVisitor.swift
[68/131] Compiling SwiftSyntax TokenKind.swift
[69/131] Compiling SwiftSyntax Tokens.swift
[70/131] Compiling SwiftSyntax TriviaPieces.swift
[71/131] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[72/131] Compiling SwiftSyntax RawSyntaxNodesC.swift
[73/131] Compiling SwiftSyntax RawSyntaxNodesD.swift
[74/131] Compiling SwiftSyntax SourceLength.swift
[75/131] Compiling SwiftSyntax SourceLocation.swift
[76/131] Compiling SwiftSyntax SourcePresence.swift
[77/131] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[78/131] Compiling SwiftSyntax Syntax.swift
[79/131] Compiling SwiftSyntax SyntaxChildren.swift
[80/131] Compiling SwiftSyntax SyntaxCollection.swift
[81/131] Compiling SwiftSyntax SyntaxHashable.swift
[82/131] Compiling SwiftSyntax SyntaxIdentifier.swift
[83/131] Compiling SwiftSyntax ChildNameForKeyPath.swift
[84/131] Compiling SwiftSyntax Keyword.swift
[85/131] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[86/131] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[87/131] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[88/131] Compiling SwiftSyntax SyntaxBaseNodes.swift
[89/131] Compiling SwiftSyntax SyntaxCollections.swift
[90/131] Compiling SwiftSyntax SyntaxEnum.swift
[91/131] Compiling SwiftSyntax SyntaxKind.swift
[92/131] Compiling SwiftSyntax SyntaxNodeStructure.swift
[93/131] Compiling SwiftSyntax SyntaxProtocol.swift
[94/131] Compiling SwiftSyntax SyntaxText.swift
[95/131] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[96/131] Compiling SwiftSyntax TokenDiagnostic.swift
[97/131] Compiling SwiftSyntax TokenSequence.swift
[98/131] Compiling SwiftSyntax TokenSyntax.swift
[99/131] Compiling SwiftSyntax Trivia.swift
[100/131] Compiling SwiftSyntax Utils.swift
[101/131] Compiling SwiftSyntax Identifier.swift
[102/131] Compiling SwiftSyntax MemoryLayout.swift
[103/131] Compiling SwiftSyntax MissingNodeInitializers.swift
[104/131] Compiling SwiftSyntax RawSyntax.swift
[105/131] Compiling SwiftSyntax RawSyntaxArena.swift
[106/131] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[107/131] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[108/131] Compiling SwiftSyntax RawSyntaxTokenView.swift
[109/131] Compiling SwiftSyntax SourceEdit.swift
[110/131] Compiling SwiftSyntax SyntaxNodesC.swift
[111/131] Compiling SwiftSyntax SyntaxNodesD.swift
[112/131] Compiling SwiftSyntax SyntaxNodesEF.swift
[113/131] Compiling SwiftSyntax SyntaxNodesGHI.swift
[114/131] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[115/131] Compiling SwiftSyntax SyntaxNodesOP.swift
[116/131] Compiling SwiftSyntax SyntaxNodesQRS.swift
[117/131] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[118/132] Wrapping AST for SwiftSyntax for debugging
[120/191] Compiling SwiftDiagnostics Message.swift
[121/191] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[122/191] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[123/192] Emitting module SwiftDiagnostics
[124/192] Compiling SwiftBasicFormat InferIndentation.swift
[125/192] Compiling SwiftBasicFormat Syntax+Extensions.swift
[126/192] Compiling SwiftBasicFormat Indenter.swift
[127/192] Compiling SwiftDiagnostics Note.swift
[128/192] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[129/192] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[130/192] Compiling SwiftDiagnostics FixIt.swift
[131/192] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[132/192] Compiling SwiftParser CharacterInfo.swift
[133/192] Compiling SwiftParser CollectionNodes+Parsable.swift
[134/192] Compiling SwiftParser Attributes.swift
[135/192] Compiling SwiftParser Availability.swift
[137/193] Emitting module SwiftBasicFormat
[138/193] Compiling SwiftBasicFormat BasicFormat.swift
[139/194] Wrapping AST for SwiftDiagnostics for debugging
[140/194] Wrapping AST for SwiftBasicFormat for debugging
[142/194] Emitting module SwiftParser
[143/199] Compiling SwiftParser StringLiterals.swift
[144/199] Compiling SwiftParser SwiftParserCompatibility.swift
[145/199] Compiling SwiftParser SwiftVersion.swift
[146/199] Compiling SwiftParser SyntaxUtils.swift
[147/199] Compiling SwiftParser TokenConsumer.swift
[148/199] Compiling SwiftParser TokenPrecedence.swift
[149/199] Compiling SwiftParser TokenSpec.swift
[150/199] Compiling SwiftParser TokenSpecSet.swift
[151/199] Compiling SwiftParser TopLevel.swift
[152/199] Compiling SwiftParser TriviaParser.swift
[153/199] Compiling SwiftParser Types.swift
[154/199] Compiling SwiftParser LoopProgressCondition.swift
[155/199] Compiling SwiftParser Modifiers.swift
[156/199] Compiling SwiftParser Names.swift
[157/199] Compiling SwiftParser Nominals.swift
[158/199] Compiling SwiftParser Parameters.swift
[159/199] Compiling SwiftParser ParseSourceFile.swift
[160/199] Compiling SwiftParser Lexeme.swift
[161/199] Compiling SwiftParser LexemeSequence.swift
[162/199] Compiling SwiftParser Lexer.swift
[163/199] Compiling SwiftParser RegexLiteralLexer.swift
[164/199] Compiling SwiftParser UnicodeScalarExtensions.swift
[165/199] Compiling SwiftParser Lookahead.swift
[166/199] Compiling SwiftParser Parser.swift
[167/199] Compiling SwiftParser Patterns.swift
[168/199] Compiling SwiftParser Recovery.swift
[169/199] Compiling SwiftParser Specifiers.swift
[170/199] Compiling SwiftParser Statements.swift
[171/199] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[176/199] Compiling SwiftParser CompilerFiles.swift
[177/199] Compiling SwiftParser Declarations.swift
[178/199] Compiling SwiftParser Directives.swift
[179/199] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[180/199] Compiling SwiftParser Expressions.swift
[181/199] Compiling SwiftParser IncrementalParseTransition.swift
[182/199] Compiling SwiftParser IsValidIdentifier.swift
[183/199] Compiling SwiftParser Cursor.swift
[184/199] Compiling SwiftParser ExperimentalFeatures.swift
[185/199] Compiling SwiftParser IsLexerClassified.swift
[186/199] Compiling SwiftParser LayoutNodes+Parsable.swift
[187/199] Compiling SwiftParser Parser+TokenSpecSet.swift
[188/199] Compiling SwiftParser TokenSpecStaticMembers.swift
[189/200] Wrapping AST for SwiftParser for debugging
[191/223] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[192/224] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[193/224] Compiling SwiftOperators PrecedenceGroup.swift
[194/224] Compiling SwiftOperators OperatorTable.swift
[195/224] Compiling SwiftOperators PrecedenceGraph.swift
[196/225] Compiling SwiftOperators Operator.swift
[197/225] Compiling SwiftOperators OperatorError+Diagnostics.swift
[198/225] Emitting module SwiftOperators
[199/225] Compiling SwiftOperators OperatorTable+Semantics.swift
[200/225] Compiling SwiftOperators OperatorTable+Folding.swift
[201/225] Compiling SwiftOperators OperatorError.swift
[202/225] Compiling SwiftOperators OperatorTable+Defaults.swift
[203/225] Compiling SwiftOperators SyntaxSynthesis.swift
[205/226] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[206/226] Compiling SwiftParserDiagnostics Utils.swift
[207/226] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[207/226] Wrapping AST for SwiftOperators for debugging
[209/226] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[210/226] Compiling SwiftParserDiagnostics PresenceUtils.swift
[213/226] Emitting module SwiftParserDiagnostics
[214/226] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[215/226] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[218/227] Wrapping AST for SwiftParserDiagnostics for debugging
[220/242] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[221/242] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[222/243] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[223/243] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[224/243] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[225/243] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[226/243] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[227/243] Emitting module SwiftSyntaxBuilder
[228/243] Compiling SwiftSyntaxBuilder Indenter.swift
[229/243] Compiling SwiftSyntaxBuilder ListBuilder.swift
[230/243] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[231/243] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[232/243] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[233/243] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[234/243] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[235/243] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[236/244] Wrapping AST for SwiftSyntaxBuilder for debugging
[238/261] Compiling SwiftSyntaxMacros AccessorMacro.swift
[239/261] Compiling SwiftSyntaxMacros AttachedMacro.swift
[240/261] Compiling SwiftSyntaxMacros BodyMacro.swift
[241/263] Compiling SwiftSyntaxMacros MemberMacro.swift
[242/263] Compiling SwiftSyntaxMacros PeerMacro.swift
[243/263] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[244/263] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[245/263] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[246/263] Compiling SwiftSyntaxMacros Macro+Format.swift
[247/263] Compiling SwiftSyntaxMacros Macro.swift
[248/263] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[249/263] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[250/263] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[251/263] Emitting module SwiftSyntaxMacros
[252/263] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[253/263] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[254/263] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[255/263] Compiling SwiftSyntaxMacros PreambleMacro.swift
[256/263] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[257/264] Wrapping AST for SwiftSyntaxMacros for debugging
[259/273] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[260/274] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[261/274] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[262/274] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[263/274] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[264/274] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[265/274] Emitting module SwiftSyntaxMacroExpansion
[266/274] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[267/274] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[268/274] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[269/275] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[271/287] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[272/287] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[273/287] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[274/287] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[275/287] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[276/288] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[277/288] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[278/288] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[279/288] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[280/288] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[281/288] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[282/288] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[283/288] Emitting module SwiftCompilerPluginMessageHandling
[284/289] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[286/291] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[287/291] Emitting module SwiftCompilerPlugin
[288/292] Wrapping AST for SwiftCompilerPlugin for debugging
[290/302] Compiling HashableMacroMacros HashedMacro.swift
[291/303] Compiling HashableMacroMacros NotHashedMacro.swift
[292/303] Compiling HashableMacroMacros CustomHashablePlugin.swift
[293/303] Compiling HashableMacroMacros HashableMacroDiagnosticMessage.swift
[294/303] Compiling HashableMacroMacros LabeledExprListSyntax+extensions.swift
[295/303] Compiling HashableMacroMacros HashableMacroFixItMessage.swift
[296/303] Compiling HashableMacroMacros MessageID+HashableMacro.swift
[297/303] Compiling HashableMacroMacros HashableMacro+Hashable.swift
[298/303] Emitting module HashableMacroMacros
[299/303] Compiling HashableMacroMacros HashableMacro.swift
[300/303] Compiling HashableMacroMacros HashableMacro+NSObjectProtocol.swift
[301/304] Wrapping AST for HashableMacroMacros for debugging
[302/304] Write Objects.LinkFileList
[303/304] Linking HashableMacroMacros-tool
[305/310] Compiling HashableMacro IsEqualToTypeFunctionNameGeneration.swift
/host/spi-builder-workspace/Sources/HashableMacro/IsEqualToTypeFunctionNameGeneration.swift:7:10: warning: ObjectiveC should be importable when HashableMacroFoundation can be imported
 5 | public typealias IsEqualToTypeFunctionNameGeneration = HashableMacroFoundation.IsEqualToTypeFunctionNameGeneration
 6 | #else
 7 | #warning("ObjectiveC should be importable when HashableMacroFoundation can be imported")
   |          `- warning: ObjectiveC should be importable when HashableMacroFoundation can be imported
 8 | #endif
 9 | #endif
[306/310] Compiling HashableMacro Macros.swift
[307/310] Emitting module HashableMacro
/host/spi-builder-workspace/Sources/HashableMacro/IsEqualToTypeFunctionNameGeneration.swift:7:10: warning: ObjectiveC should be importable when HashableMacroFoundation can be imported
 5 | public typealias IsEqualToTypeFunctionNameGeneration = HashableMacroFoundation.IsEqualToTypeFunctionNameGeneration
 6 | #else
 7 | #warning("ObjectiveC should be importable when HashableMacroFoundation can be imported")
   |          `- warning: ObjectiveC should be importable when HashableMacroFoundation can be imported
 8 | #endif
 9 | #endif
[309/311] Compiling HashableMacro IsEqualToTypeFunctionNameGeneration.swift
[310/311] Emitting module HashableMacro
[311/311] Compiling HashableMacro Macros.swift
Build complete! (89.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "HashableMacro",
  "name" : "HashableMacro",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "HashableMacro",
      "targets" : [
        "HashableMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HashableMacroMacros",
      "targets" : [
        "HashableMacroMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HashableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroTests",
      "path" : "Tests/HashableMacroTests",
      "product_dependencies" : [
        "MacroTesting",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "HashableMacroAPITests.swift",
        "HashableMacroTests.swift",
        "LabeledExprListSyntaxExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HashableMacroMacros",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroMacros",
      "path" : "Sources/HashableMacroMacros",
      "product_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "sources" : [
        "CustomHashablePlugin.swift",
        "Diagnostics/HashableMacroDiagnosticMessage.swift",
        "Diagnostics/HashableMacroFixItMessage.swift",
        "Diagnostics/MessageID+HashableMacro.swift",
        "LabeledExprListSyntax+extensions.swift",
        "Macros/HashableMacro+Hashable.swift",
        "Macros/HashableMacro+NSObjectProtocol.swift",
        "Macros/HashableMacro.swift",
        "Macros/HashedMacro.swift",
        "Macros/NotHashedMacro.swift"
      ],
      "target_dependencies" : [
        "HashableMacroFoundation"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HashableMacroFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacroFoundation",
      "path" : "Sources/HashableMacroFoundation",
      "product_memberships" : [
        "HashableMacro",
        "HashableMacroMacros"
      ],
      "sources" : [
        "IsEqualToTypeFunctionNameGeneration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HashableMacro",
      "module_type" : "SwiftTarget",
      "name" : "HashableMacro",
      "path" : "Sources/HashableMacro",
      "product_memberships" : [
        "HashableMacro"
      ],
      "sources" : [
        "IsEqualToTypeFunctionNameGeneration.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "HashableMacroFoundation",
        "HashableMacroMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.