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 swift-property-name, reference main (bc111b), with Swift 6.1 for Android on 29 May 2025 14:04:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/CuriositySoftware/swift-property-name.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/CuriositySoftware/swift-property-name
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bc111b3 Merge pull request #10 from CuriositySoftware/bump/swift-syntax
Cloned https://github.com/CuriositySoftware/swift-property-name.git
Revision (git rev-parse @):
bc111b35c343e0548d836059e8da642a4e2467de
SUCCESS checkout https://github.com/CuriositySoftware/swift-property-name.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CuriositySoftware/swift-property-name.git
https://github.com/CuriositySoftware/swift-property-name.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-property-name",
  "name" : "swift-property-name",
  "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" : "PropertyName",
      "targets" : [
        "PropertyName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyNameMacroClient",
      "targets" : [
        "PropertyNameMacroClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Implementation",
      "targets" : [
        "Implementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyNameMacroClient",
      "module_type" : "SwiftTarget",
      "name" : "PropertyNameMacroClient",
      "path" : "Sources/PropertyNameMacroClient",
      "product_dependencies" : [
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PropertyName"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PropertyName",
      "module_type" : "SwiftTarget",
      "name" : "PropertyName",
      "path" : "Sources/PropertyName",
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "PropertyName.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImplementationMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ImplementationMacroTests",
      "path" : "Tests/ImplementationMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "PropertyNameTests.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Implementation",
      "module_type" : "SwiftTarget",
      "name" : "Implementation",
      "path" : "Sources/Implementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient",
        "Implementation"
      ],
      "sources" : [
        "Diagnostics/Diagnostics.swift",
        "Macro/PropertyNameMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swiftlang/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.61s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (9.21s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Building for debugging...
[0/55] Write sources
[25/55] Write swift-version-24593BA9C3E375BF.txt
[27/63] Emitting module SwiftSyntax510
[28/63] Emitting module SwiftSyntax509
[29/63] Compiling SwiftSyntax509 Empty.swift
[31/64] Compiling SwiftSyntax510 Empty.swift
[32/64] Emitting module SwiftSyntax510
[33/65] Compiling SwiftSyntax509 Empty.swift
[34/65] Emitting module SwiftSyntax509
[36/66] Wrapping AST for SwiftSyntax509 for debugging
[37/66] Wrapping AST for SwiftSyntax510 for debugging
[38/66] Wrapping AST for SwiftSyntax509 for debugging
[40/66] Compiling SwiftSyntax510 Empty.swift
[41/127] Wrapping AST for SwiftSyntax510 for debugging
[43/187] Compiling SwiftSyntax RawSyntax.swift
[44/187] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/187] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/187] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/187] Compiling SwiftSyntax SourceLength.swift
[48/187] Compiling SwiftSyntax SourceLocation.swift
[49/187] Compiling SwiftSyntax SourcePresence.swift
[50/187] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[51/187] Compiling SwiftSyntax Syntax.swift
[52/195] Compiling SwiftSyntax AbsolutePosition.swift
[53/195] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[54/195] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[55/195] Compiling SwiftSyntax Assert.swift
[56/195] Compiling SwiftSyntax BumpPtrAllocator.swift
[57/195] Compiling SwiftSyntax CommonAncestor.swift
[58/195] Compiling SwiftSyntax Convenience.swift
[59/195] Compiling SwiftSyntax MemoryLayout.swift
[60/195] Compiling SwiftSyntax MissingNodeInitializers.swift
[70/203] Emitting module SwiftSyntax
[81/203] Compiling SwiftSyntax SyntaxArena.swift
[82/203] Compiling SwiftSyntax SyntaxChildren.swift
[83/203] Compiling SwiftSyntax SyntaxCollection.swift
[84/203] Compiling SwiftSyntax SyntaxHashable.swift
[85/203] Compiling SwiftSyntax SyntaxIdentifier.swift
[86/203] Compiling SwiftSyntax SyntaxNodeStructure.swift
[87/203] Compiling SwiftSyntax SyntaxProtocol.swift
[88/203] Compiling SwiftSyntax SyntaxText.swift
[89/203] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[90/203] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[91/203] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[92/203] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[93/203] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[94/203] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[95/203] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[96/203] Compiling SwiftSyntax RawSyntaxValidation.swift
[97/203] Compiling SwiftSyntax SyntaxNodesAB.swift
[114/203] Compiling SwiftSyntax SyntaxTransform.swift
[115/203] Compiling SwiftSyntax SyntaxVisitor.swift
[116/203] Compiling SwiftSyntax TokenKind.swift
[117/203] Compiling SwiftSyntax Tokens.swift
[118/203] Compiling SwiftSyntax TriviaPieces.swift
[119/203] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[120/203] Compiling SwiftSyntax RawSyntaxNodesC.swift
[121/203] Compiling SwiftSyntax RawSyntaxNodesD.swift
[122/203] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[123/203] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[124/203] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[125/203] Compiling SwiftSyntax SyntaxBaseNodes.swift
[126/203] Compiling SwiftSyntax SyntaxCollections.swift
[127/203] Compiling SwiftSyntax SyntaxEnum.swift
[128/203] Compiling SwiftSyntax SyntaxKind.swift
[129/203] Compiling SwiftSyntax SyntaxRewriter.swift
[130/203] Compiling SwiftSyntax SyntaxTraits.swift
[132/203] Compiling SwiftSyntax TokenDiagnostic.swift
[133/203] Compiling SwiftSyntax TokenSequence.swift
[134/203] Compiling SwiftSyntax TokenSyntax.swift
[135/203] Compiling SwiftSyntax Trivia.swift
[136/203] Compiling SwiftSyntax Utils.swift
[137/203] Compiling SwiftSyntax ChildNameForKeyPath.swift
[138/203] Compiling SwiftSyntax Keyword.swift
[163/203] Compiling SwiftSyntax SyntaxNodesC.swift
[164/203] Compiling SwiftSyntax SyntaxNodesD.swift
[165/203] Compiling SwiftSyntax SyntaxNodesEF.swift
[166/203] Compiling SwiftSyntax SyntaxNodesGHI.swift
[167/203] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[168/203] Compiling SwiftSyntax SyntaxNodesOP.swift
[169/203] Compiling SwiftSyntax SyntaxNodesQRS.swift
[170/203] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[171/212] Wrapping AST for SwiftSyntax for debugging
[181/256] Compiling SwiftDiagnostics Convenience.swift
[182/256] Compiling SwiftDiagnostics FixIt.swift
[183/256] Compiling SwiftDiagnostics Message.swift
[184/256] Compiling SwiftDiagnostics Note.swift
[185/256] Emitting module SwiftDiagnostics
[187/256] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[188/256] Compiling SwiftBasicFormat Syntax+Extensions.swift
[189/256] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[189/256] Wrapping AST for SwiftSyntax for debugging
[191/268] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[192/282] Compiling SwiftDiagnostics Diagnostic.swift
[193/282] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[195/308] Emitting module SwiftDiagnostics
[196/308] Compiling SwiftDiagnostics Message.swift
[197/308] Compiling SwiftDiagnostics Note.swift
[198/308] Compiling SwiftDiagnostics Convenience.swift
[198/308] Wrapping AST for SwiftDiagnostics for debugging
[200/308] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[201/308] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[202/308] Compiling SwiftBasicFormat Syntax+Extensions.swift
[203/308] Emitting module SwiftBasicFormat
[204/308] Compiling SwiftBasicFormat BasicFormat.swift
[205/309] Wrapping AST for SwiftBasicFormat for debugging
[207/309] Compiling SwiftDiagnostics Diagnostic.swift
[208/309] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[209/309] Compiling SwiftDiagnostics FixIt.swift
[210/309] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[212/310] Compiling SwiftParser Modifiers.swift
[213/310] Compiling SwiftParser Names.swift
[214/310] Compiling SwiftParser Nominals.swift
[215/310] Compiling SwiftParser Parameters.swift
[216/310] Compiling SwiftParser ParseSourceFile.swift
[216/315] Wrapping AST for SwiftDiagnostics for debugging
[218/315] Compiling SwiftBasicFormat BasicFormat.swift
[219/315] Emitting module SwiftBasicFormat
[221/316] Compiling SwiftParser Lexer.swift
[222/316] Compiling SwiftParser RegexLiteralLexer.swift
[223/316] Compiling SwiftParser UnicodeScalarExtensions.swift
[224/316] Compiling SwiftParser Lookahead.swift
[225/316] Compiling SwiftParser LoopProgressCondition.swift
[225/316] Wrapping AST for SwiftBasicFormat for debugging
[227/316] Emitting module SwiftParser
[228/316] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[229/316] Compiling SwiftParser StringLiterals.swift
[230/316] Compiling SwiftParser SwiftParserCompatibility.swift
[231/316] Compiling SwiftParser SyntaxUtils.swift
[232/316] Compiling SwiftParser TokenConsumer.swift
[233/316] Compiling SwiftParser Parser.swift
[234/316] Compiling SwiftParser Patterns.swift
[235/316] Compiling SwiftParser Recovery.swift
[236/316] Compiling SwiftParser Specifiers.swift
[237/316] Compiling SwiftParser Statements.swift
[238/316] Compiling SwiftParser TokenPrecedence.swift
[239/316] Compiling SwiftParser TokenSpec.swift
[240/316] Compiling SwiftParser TokenSpecSet.swift
[241/316] Compiling SwiftParser TopLevel.swift
[242/316] Compiling SwiftParser TriviaParser.swift
[243/316] Compiling SwiftParser Attributes.swift
[244/316] Compiling SwiftParser Availability.swift
[245/316] Compiling SwiftParser CharacterInfo.swift
[246/316] Compiling SwiftParser CollectionNodes+Parsable.swift
[247/316] Compiling SwiftParser Declarations.swift
[248/316] Compiling SwiftParser Directives.swift
[274/321] Compiling SwiftParser ExperimentalFeatures.swift
[275/321] Compiling SwiftParser Expressions.swift
[276/321] Compiling SwiftParser IncrementalParseTransition.swift
[277/321] Compiling SwiftParser Cursor.swift
[278/321] Compiling SwiftParser Lexeme.swift
[279/321] Compiling SwiftParser LexemeSequence.swift
[280/321] Compiling SwiftParser Types.swift
[281/321] Compiling SwiftParser IsLexerClassified.swift
[282/321] Compiling SwiftParser LayoutNodes+Parsable.swift
[283/321] Compiling SwiftParser Parser+TokenSpecSet.swift
[284/321] Compiling SwiftParser TokenSpecStaticMembers.swift
[292/322] Emitting module SwiftParser
[298/322] Wrapping AST for SwiftParser for debugging
[300/335] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[301/335] Compiling SwiftParserDiagnostics Utils.swift
[302/336] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[303/336] Emitting module SwiftParserDiagnostics
[304/336] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[305/336] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[312/337] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[313/337] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[314/337] Compiling SwiftParserDiagnostics MissingNodesError.swift
[315/337] Compiling SwiftParserDiagnostics MissingTokenError.swift
[316/337] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[317/337] Compiling SwiftParserDiagnostics PresenceUtils.swift
[317/342] Wrapping AST for SwiftParser for debugging
[319/360] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[320/361] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[321/361] Compiling SwiftOperators PrecedenceGroup.swift
[322/361] Compiling SwiftOperators OperatorError.swift
[323/361] Compiling SwiftOperators OperatorTable+Defaults.swift
[324/362] Compiling SwiftOperators Operator.swift
[325/362] Compiling SwiftOperators OperatorError+Diagnostics.swift
[326/362] Compiling SwiftOperators PrecedenceGraph.swift
[327/362] Compiling SwiftOperators OperatorTable.swift
[328/362] Emitting module SwiftOperators
[329/362] Compiling SwiftOperators OperatorTable+Semantics.swift
[330/362] Compiling SwiftOperators SyntaxSynthesis.swift
[331/362] Compiling SwiftOperators OperatorTable+Folding.swift
[333/363] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[333/363] Wrapping AST for SwiftOperators for debugging
[337/364] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[338/364] Compiling SwiftParserDiagnostics PresenceUtils.swift
[339/364] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[340/364] Compiling SwiftParserDiagnostics Utils.swift
[345/364] Wrapping AST for SwiftParserDiagnostics for debugging
[347/378] Compiling SwiftSyntaxBuilder Indenter.swift
[348/378] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[349/379] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[350/379] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[351/379] Emitting module SwiftSyntaxBuilder
[352/379] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[353/379] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[354/379] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[355/379] Emitting module SwiftParserDiagnostics
[356/379] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[357/379] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[361/380] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[362/380] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[363/380] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[364/380] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[364/380] Wrapping AST for SwiftParserDiagnostics for debugging
[366/394] Compiling SwiftSyntaxBuilder Indenter.swift
[367/394] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[368/395] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[370/396] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[371/396] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[372/396] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[373/396] Emitting module SwiftSyntaxBuilder
[373/396] Wrapping AST for SwiftSyntaxBuilder for debugging
[375/410] Compiling SwiftSyntaxMacros Macro.swift
[376/410] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[377/410] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[378/410] Compiling SwiftSyntaxMacros Macro+Format.swift
[379/410] Compiling SwiftSyntaxMacros MemberMacro.swift
[380/410] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[381/410] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[382/410] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[383/410] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[384/411] Compiling SwiftSyntaxMacros AccessorMacro.swift
[385/411] Compiling SwiftSyntaxMacros AttachedMacro.swift
[386/411] Emitting module SwiftSyntaxMacros
[387/411] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[388/411] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[389/411] Compiling SwiftSyntaxMacros PeerMacro.swift
[398/412] Wrapping AST for SwiftSyntaxMacros for debugging
[400/412] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[401/413] Wrapping AST for SwiftSyntaxBuilder for debugging
[403/427] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[404/427] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[405/428] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[406/428] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[407/428] Compiling SwiftSyntaxMacros AccessorMacro.swift
[408/428] Compiling SwiftSyntaxMacros AttachedMacro.swift
[409/428] Compiling SwiftSyntaxMacros Macro.swift
[410/428] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[411/428] Compiling SwiftSyntaxMacros MemberMacro.swift
[412/428] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[413/428] Compiling SwiftSyntaxMacros Macro+Format.swift
[414/428] Compiling SwiftSyntaxMacros PeerMacro.swift
[415/428] Emitting module SwiftSyntaxMacros
[416/428] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[417/428] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[418/429] Wrapping AST for SwiftSyntaxMacros for debugging
[420/437] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[421/437] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[422/437] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[423/437] Emitting module SwiftSyntaxMacroExpansion
[424/437] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[425/437] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[426/437] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[427/437] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[428/438] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[430/445] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[431/445] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[432/445] Emitting module SwiftCompilerPluginMessageHandling
[433/445] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[434/445] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[435/445] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[436/445] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[437/446] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[439/448] Emitting module SwiftCompilerPlugin
[440/448] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[441/449] Wrapping AST for SwiftCompilerPlugin for debugging
[443/453] Compiling Implementation Plugin.swift
[444/453] Compiling Implementation Diagnostics.swift
[445/453] Compiling Implementation PropertyNameMacro.swift
[446/453] Emitting module Implementation
[447/454] Wrapping AST for Implementation for debugging
[448/454] Write Objects.LinkFileList
[449/454] Linking Implementation-tool
[451/456] Emitting module PropertyName
[452/456] Compiling PropertyName PropertyName.swift
[453/457] Wrapping AST for PropertyName for debugging
[455/459] Emitting module PropertyNameMacroClient
[456/459] Compiling PropertyNameMacroClient main.swift
[457/460] Wrapping AST for PropertyNameMacroClient for debugging
[458/460] Write Objects.LinkFileList
[459/460] Linking PropertyNameMacroClient
Build complete! (168.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-property-name",
  "name" : "swift-property-name",
  "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" : "PropertyName",
      "targets" : [
        "PropertyName"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyNameMacroClient",
      "targets" : [
        "PropertyNameMacroClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Implementation",
      "targets" : [
        "Implementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyNameMacroClient",
      "module_type" : "SwiftTarget",
      "name" : "PropertyNameMacroClient",
      "path" : "Sources/PropertyNameMacroClient",
      "product_dependencies" : [
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PropertyName"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PropertyName",
      "module_type" : "SwiftTarget",
      "name" : "PropertyName",
      "path" : "Sources/PropertyName",
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient"
      ],
      "sources" : [
        "PropertyName.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ImplementationMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "ImplementationMacroTests",
      "path" : "Tests/ImplementationMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "PropertyNameTests.swift"
      ],
      "target_dependencies" : [
        "Implementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Implementation",
      "module_type" : "SwiftTarget",
      "name" : "Implementation",
      "path" : "Sources/Implementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PropertyName",
        "PropertyNameMacroClient",
        "Implementation"
      ],
      "sources" : [
        "Diagnostics/Diagnostics.swift",
        "Macro/PropertyNameMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "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.