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 HashableMacro, reference main (ba2795), with Swift 6.1 for Android on 30 May 2025 17:05:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/HashableMacro.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/JosephDuffy/HashableMacro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ba27958 Merge pull request #18 from maciejtrybilo/filterOutStaticProperties
Cloned https://github.com/JosephDuffy/HashableMacro.git
Revision (git rev-parse @):
ba2795806a5c32cbcf45c2a109899181be9c9816
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/HashableMacro.git at main
========================================
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" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/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" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/apple/swift-syntax
[1/908] Fetching swift-macro-testing
[909/71430] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (5.58s)
Fetched https://github.com/apple/swift-syntax from cache (5.69s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (9.54s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (1.04s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.17s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.64s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] 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.3.3 (0.93s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.82s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.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.3
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.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.5.2
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/31] Write sources
[15/31] Write swift-version-24593BA9C3E375BF.txt
[17/33] Emitting module SwiftSyntax509
[18/33] Compiling SwiftSyntax509 Empty.swift
[19/34] Wrapping AST for SwiftSyntax509 for debugging
[21/79] Compiling SwiftSyntax AbsolutePosition.swift
[22/79] Compiling SwiftSyntax Assert.swift
[23/79] Compiling SwiftSyntax BumpPtrAllocator.swift
[24/79] Compiling SwiftSyntax CommonAncestor.swift
[25/79] Compiling SwiftSyntax Convenience.swift
[26/79] Compiling SwiftSyntax MemoryLayout.swift
[27/79] Compiling SwiftSyntax MissingNodeInitializers.swift
[28/85] Compiling SwiftSyntax RawSyntax.swift
[29/85] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[30/85] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[31/85] Compiling SwiftSyntax RawSyntaxTokenView.swift
[32/85] Compiling SwiftSyntax SourceLength.swift
[33/85] Compiling SwiftSyntax SourceLocation.swift
[34/85] Compiling SwiftSyntax SourcePresence.swift
[35/85] Compiling SwiftSyntax SyntaxDeclNodes.swift
[36/85] Compiling SwiftSyntax SyntaxExprNodes.swift
[37/85] Compiling SwiftSyntax SyntaxNodes.swift
[38/85] Compiling SwiftSyntax SyntaxPatternNodes.swift
[39/85] Compiling SwiftSyntax SyntaxStmtNodes.swift
[40/85] Compiling SwiftSyntax SyntaxTypeNodes.swift
[41/85] Compiling SwiftSyntax ChildNameForKeyPath.swift
[42/85] Compiling SwiftSyntax Keyword.swift
[43/85] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[44/85] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[45/85] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[46/85] Compiling SwiftSyntax SyntaxBaseNodes.swift
[47/85] Emitting module SwiftSyntax
[48/85] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[49/85] Compiling SwiftSyntax Syntax.swift
[50/85] Compiling SwiftSyntax SyntaxArena.swift
[51/85] Compiling SwiftSyntax SyntaxChildren.swift
[52/85] Compiling SwiftSyntax SyntaxCollection.swift
[53/85] Compiling SwiftSyntax SyntaxData.swift
[54/85] Compiling SwiftSyntax SyntaxCollections.swift
[55/85] Compiling SwiftSyntax SyntaxEnum.swift
[56/85] Compiling SwiftSyntax SyntaxKind.swift
[57/85] Compiling SwiftSyntax SyntaxRewriter.swift
[58/85] Compiling SwiftSyntax SyntaxTraits.swift
[59/85] Compiling SwiftSyntax SyntaxTransform.swift
[60/85] Compiling SwiftSyntax SyntaxVisitor.swift
[61/85] Compiling SwiftSyntax TokenKind.swift
[62/85] Compiling SwiftSyntax Tokens.swift
[63/85] Compiling SwiftSyntax TriviaPieces.swift
[64/85] Compiling SwiftSyntax RawSyntaxNodes.swift
[65/85] Compiling SwiftSyntax RawSyntaxValidation.swift
[66/85] Compiling SwiftSyntax SyntaxText.swift
[67/85] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[68/85] Compiling SwiftSyntax TokenDiagnostic.swift
[69/85] Compiling SwiftSyntax TokenSyntax.swift
[70/85] Compiling SwiftSyntax Trivia.swift
[71/85] Compiling SwiftSyntax Utils.swift
[72/86] Wrapping AST for SwiftSyntax for debugging
[74/137] Compiling SwiftDiagnostics Message.swift
[75/137] Compiling SwiftDiagnostics Diagnostic.swift
[76/137] Compiling SwiftDiagnostics Note.swift
[77/137] Emitting module SwiftDiagnostics
[78/137] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[79/137] Compiling SwiftBasicFormat Syntax+Extensions.swift
[80/137] Emitting module SwiftBasicFormat
[81/137] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[82/137] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/137] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[84/137] Compiling SwiftDiagnostics Convenience.swift
[85/137] Compiling SwiftDiagnostics FixIt.swift
[87/138] Compiling SwiftBasicFormat BasicFormat.swift
[87/139] Wrapping AST for SwiftDiagnostics for debugging
[90/139] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[91/139] Compiling SwiftParser StringLiterals.swift
[92/139] Compiling SwiftParser SwiftParserCompatibility.swift
[93/139] Compiling SwiftParser SyntaxUtils.swift
[94/139] Compiling SwiftParser TokenConsumer.swift
[94/144] Wrapping AST for SwiftBasicFormat for debugging
[96/144] Compiling SwiftParser Lexer.swift
[97/144] Compiling SwiftParser RegexLiteralLexer.swift
[98/144] Compiling SwiftParser UnicodeScalarExtensions.swift
[99/144] Compiling SwiftParser Lookahead.swift
[100/144] Compiling SwiftParser LoopProgressCondition.swift
[101/144] Compiling SwiftParser TokenPrecedence.swift
[102/144] Compiling SwiftParser TokenSpec.swift
[103/144] Compiling SwiftParser TokenSpecSet.swift
[104/144] Compiling SwiftParser TopLevel.swift
[105/144] Compiling SwiftParser TriviaParser.swift
[106/144] Compiling SwiftParser Parser.swift
[107/144] Compiling SwiftParser Patterns.swift
[108/144] Compiling SwiftParser Recovery.swift
[109/144] Compiling SwiftParser Specifiers.swift
[110/144] Compiling SwiftParser Statements.swift
[111/144] Compiling SwiftParser Modifiers.swift
[112/144] Compiling SwiftParser Names.swift
[113/144] Compiling SwiftParser Nominals.swift
[114/144] Compiling SwiftParser Parameters.swift
[115/144] Compiling SwiftParser ParseSourceFile.swift
[116/144] Emitting module SwiftParser
[117/144] Compiling SwiftParser Attributes.swift
[118/144] Compiling SwiftParser Availability.swift
[119/144] Compiling SwiftParser CharacterInfo.swift
[120/144] Compiling SwiftParser CollectionNodes+Parsable.swift
[121/144] Compiling SwiftParser Declarations.swift
[122/144] Compiling SwiftParser Directives.swift
[123/144] Compiling SwiftParser ExperimentalFeatures.swift
[124/144] Compiling SwiftParser Expressions.swift
[125/144] Compiling SwiftParser IncrementalParseTransition.swift
[126/144] Compiling SwiftParser Cursor.swift
[127/144] Compiling SwiftParser Lexeme.swift
[128/144] Compiling SwiftParser LexemeSequence.swift
[129/144] Compiling SwiftParser Types.swift
[130/144] Compiling SwiftParser IsLexerClassified.swift
[131/144] Compiling SwiftParser LayoutNodes+Parsable.swift
[132/144] Compiling SwiftParser Parser+TokenSpecSet.swift
[133/144] Compiling SwiftParser TokenSpecStaticMembers.swift
[134/145] Wrapping AST for SwiftParser for debugging
[136/168] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[137/169] Compiling SwiftOperators OperatorError.swift
[138/169] Compiling SwiftOperators OperatorTable+Defaults.swift
[139/170] Compiling SwiftOperators Operator.swift
[140/170] Compiling SwiftOperators OperatorError+Diagnostics.swift
[141/170] Compiling SwiftOperators PrecedenceGroup.swift
[142/170] Compiling SwiftOperators OperatorTable.swift
[143/170] Compiling SwiftOperators PrecedenceGraph.swift
[144/170] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[145/170] Emitting module SwiftOperators
[146/170] Compiling SwiftOperators OperatorTable+Semantics.swift
[147/170] Compiling SwiftOperators SyntaxSynthesis.swift
[148/170] Compiling SwiftOperators OperatorTable+Folding.swift
[149/171] Emitting module SwiftParserDiagnostics
[152/171] Wrapping AST for SwiftOperators for debugging
[154/171] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[155/171] Compiling SwiftParserDiagnostics Utils.swift
[156/171] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[157/171] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[158/171] Compiling SwiftParserDiagnostics PresenceUtils.swift
[161/171] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[162/171] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[163/172] Wrapping AST for SwiftParserDiagnostics for debugging
[165/186] Compiling SwiftSyntaxBuilder Indenter.swift
[166/186] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[167/186] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[168/186] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[169/187] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[170/187] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[171/187] Emitting module SwiftSyntaxBuilder
[172/187] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[173/187] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[174/187] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[175/187] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[176/187] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[177/187] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[178/187] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[179/187] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[180/188] Wrapping AST for SwiftSyntaxBuilder for debugging
[182/202] Compiling SwiftSyntaxMacros Macro.swift
[183/202] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[184/203] Compiling SwiftSyntaxMacros MemberMacro.swift
[185/203] Compiling SwiftSyntaxMacros AccessorMacro.swift
[186/203] Compiling SwiftSyntaxMacros AttachedMacro.swift
[187/203] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[188/203] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[189/203] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[190/203] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[191/203] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[192/203] Compiling SwiftSyntaxMacros Macro+Format.swift
[193/203] Compiling SwiftSyntaxMacros PeerMacro.swift
[194/203] Emitting module SwiftSyntaxMacros
[195/203] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[196/203] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[197/204] Wrapping AST for SwiftSyntaxMacros for debugging
[199/212] Emitting module SwiftSyntaxMacroExpansion
[200/212] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[201/212] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[202/212] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[203/212] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[204/212] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[205/212] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/212] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[207/213] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[209/220] Emitting module SwiftCompilerPluginMessageHandling
[210/220] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[211/220] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[212/220] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[213/220] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[214/220] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[215/220] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[216/221] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[218/223] Emitting module SwiftCompilerPlugin
[219/223] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[220/224] Wrapping AST for SwiftCompilerPlugin for debugging
[222/234] Compiling HashableMacroMacros HashableMacro+NSObjectProtocol.swift
[223/235] Emitting module HashableMacroMacros
[224/235] Compiling HashableMacroMacros CustomHashablePlugin.swift
[225/235] Compiling HashableMacroMacros HashableMacroDiagnosticMessage.swift
[226/235] Compiling HashableMacroMacros HashedMacro.swift
[227/235] Compiling HashableMacroMacros NotHashedMacro.swift
[228/235] Compiling HashableMacroMacros LabeledExprListSyntax+extensions.swift
[229/235] Compiling HashableMacroMacros HashableMacro+Hashable.swift
[230/235] Compiling HashableMacroMacros HashableMacroFixItMessage.swift
[231/235] Compiling HashableMacroMacros MessageID+HashableMacro.swift
[232/235] Compiling HashableMacroMacros HashableMacro.swift
[233/236] Wrapping AST for HashableMacroMacros for debugging
[234/236] Write Objects.LinkFileList
[235/236] Linking HashableMacroMacros-tool
[237/242] Emitting module HashableMacro
[238/242] Compiling HashableMacro IsEqualToTypeFunctionNameGeneration.swift
[239/242] Compiling HashableMacro Macros.swift
[241/243] Compiling HashableMacro IsEqualToTypeFunctionNameGeneration.swift
[242/243] Compiling HashableMacro Macros.swift
[243/243] Emitting module HashableMacro
Build complete! (164.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/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" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.