The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-property-name, reference v1.0.1 (bc111b), with Swift 6.1 for Linux on 29 Apr 2025 04:44:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/swift-property-name.git
Reference: v1.0.1
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
 * tag               v1.0.1     -> FETCH_HEAD
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 v1.0.1
========================================
Build
========================================
Selected platform:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.05s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (7.95s)
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] Compiling SwiftSyntax510 Empty.swift
[29/64] Emitting module SwiftSyntax509
[30/64] Compiling SwiftSyntax509 Empty.swift
[31/65] Compiling SwiftSyntax510 Empty.swift
[32/65] Emitting module SwiftSyntax510
[34/66] Emitting module SwiftSyntax509
[35/66] Compiling SwiftSyntax509 Empty.swift
[38/67] Wrapping AST for SwiftSyntax510 for debugging
[39/67] Wrapping AST for SwiftSyntax509 for debugging
[40/67] Wrapping AST for SwiftSyntax510 for debugging
[41/68] Wrapping AST for SwiftSyntax509 for debugging
[43/187] Compiling SwiftSyntax AbsolutePosition.swift
[44/187] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[45/187] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[46/187] Compiling SwiftSyntax Assert.swift
[47/187] Compiling SwiftSyntax BumpPtrAllocator.swift
[48/187] Compiling SwiftSyntax CommonAncestor.swift
[49/187] Compiling SwiftSyntax Convenience.swift
[50/187] Compiling SwiftSyntax MemoryLayout.swift
[51/187] Compiling SwiftSyntax MissingNodeInitializers.swift
[52/187] Compiling SwiftSyntax SyntaxArena.swift
[53/187] Compiling SwiftSyntax SyntaxChildren.swift
[54/187] Compiling SwiftSyntax SyntaxCollection.swift
[55/187] Compiling SwiftSyntax SyntaxHashable.swift
[56/187] Compiling SwiftSyntax SyntaxIdentifier.swift
[57/187] Compiling SwiftSyntax SyntaxNodeStructure.swift
[58/187] Compiling SwiftSyntax SyntaxProtocol.swift
[59/187] Compiling SwiftSyntax SyntaxText.swift
[60/187] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[79/203] Emitting module SwiftSyntax
[81/203] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[82/203] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[83/203] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[84/203] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[85/203] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[86/203] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[87/203] Compiling SwiftSyntax RawSyntaxValidation.swift
[88/203] Compiling SwiftSyntax SyntaxNodesAB.swift
[89/203] Compiling SwiftSyntax TokenDiagnostic.swift
[90/203] Compiling SwiftSyntax TokenSequence.swift
[91/203] Compiling SwiftSyntax TokenSyntax.swift
[92/203] Compiling SwiftSyntax Trivia.swift
[93/203] Compiling SwiftSyntax Utils.swift
[94/203] Compiling SwiftSyntax ChildNameForKeyPath.swift
[95/203] Compiling SwiftSyntax Keyword.swift
[96/203] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[97/203] Compiling SwiftSyntax RawSyntax.swift
[98/203] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[99/203] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[100/203] Compiling SwiftSyntax RawSyntaxTokenView.swift
[101/203] Compiling SwiftSyntax SourceLength.swift
[102/203] Compiling SwiftSyntax SourceLocation.swift
[103/203] Compiling SwiftSyntax SourcePresence.swift
[104/203] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[105/203] Compiling SwiftSyntax Syntax.swift
[107/203] Compiling SwiftSyntax SyntaxTransform.swift
[108/203] Compiling SwiftSyntax SyntaxVisitor.swift
[109/203] Compiling SwiftSyntax TokenKind.swift
[110/203] Compiling SwiftSyntax Tokens.swift
[111/203] Compiling SwiftSyntax TriviaPieces.swift
[112/203] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[113/203] Compiling SwiftSyntax RawSyntaxNodesC.swift
[114/203] Compiling SwiftSyntax RawSyntaxNodesD.swift
[115/203] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[116/203] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[117/203] Compiling SwiftSyntax SyntaxBaseNodes.swift
[118/203] Compiling SwiftSyntax SyntaxCollections.swift
[119/203] Compiling SwiftSyntax SyntaxEnum.swift
[120/203] Compiling SwiftSyntax SyntaxKind.swift
[121/203] Compiling SwiftSyntax SyntaxRewriter.swift
[122/203] Compiling SwiftSyntax SyntaxTraits.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/204] Wrapping AST for SwiftSyntax for debugging
[173/255] Compiling SwiftDiagnostics Message.swift
[174/255] Compiling SwiftDiagnostics Note.swift
[175/255] Compiling SwiftDiagnostics Diagnostic.swift
[176/255] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[177/255] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[178/255] Compiling SwiftBasicFormat Syntax+Extensions.swift
[179/255] Compiling SwiftDiagnostics FixIt.swift
[180/255] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[181/255] Compiling SwiftDiagnostics Convenience.swift
[182/255] Emitting module SwiftDiagnostics
[183/255] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[184/256] Wrapping AST for SwiftDiagnostics for debugging
[186/256] Emitting module SwiftBasicFormat
[187/256] Compiling SwiftBasicFormat BasicFormat.swift
[188/257] Wrapping AST for SwiftBasicFormat for debugging
[190/257] Compiling SwiftParser Lexer.swift
[191/257] Compiling SwiftParser RegexLiteralLexer.swift
[192/257] Compiling SwiftParser UnicodeScalarExtensions.swift
[193/257] Compiling SwiftParser Lookahead.swift
[194/257] Compiling SwiftParser LoopProgressCondition.swift
[203/263] Emitting module SwiftParser
[205/263] Compiling SwiftParser TokenPrecedence.swift
[206/263] Compiling SwiftParser TokenSpec.swift
[207/263] Compiling SwiftParser TokenSpecSet.swift
[208/263] Compiling SwiftParser TopLevel.swift
[209/263] Compiling SwiftParser TriviaParser.swift
[210/263] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[211/263] Compiling SwiftParser StringLiterals.swift
[212/263] Compiling SwiftParser SwiftParserCompatibility.swift
[213/263] Compiling SwiftParser SyntaxUtils.swift
[214/263] Compiling SwiftParser TokenConsumer.swift
[214/263] Wrapping AST for SwiftSyntax for debugging
[216/314] Emitting module SwiftDiagnostics
[217/314] Compiling SwiftDiagnostics FixIt.swift
[218/314] Compiling SwiftDiagnostics Message.swift
[219/314] Compiling SwiftDiagnostics Note.swift
[220/314] Compiling SwiftParser Attributes.swift
[221/314] Compiling SwiftParser Availability.swift
[222/314] Compiling SwiftParser CharacterInfo.swift
[223/314] Compiling SwiftParser CollectionNodes+Parsable.swift
[224/314] Compiling SwiftParser Declarations.swift
[225/314] Compiling SwiftParser Directives.swift
[226/314] Emitting module SwiftBasicFormat
[227/314] Compiling SwiftBasicFormat Syntax+Extensions.swift
[228/314] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[229/314] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[230/314] Compiling SwiftParser Modifiers.swift
[231/314] Compiling SwiftParser Names.swift
[232/314] Compiling SwiftParser Nominals.swift
[233/314] Compiling SwiftParser Parameters.swift
[234/314] Compiling SwiftParser ParseSourceFile.swift
[235/314] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[236/314] Compiling SwiftParser StringLiterals.swift
[237/314] Compiling SwiftParser SwiftParserCompatibility.swift
[238/314] Compiling SwiftParser SyntaxUtils.swift
[239/314] Compiling SwiftParser TokenConsumer.swift
[240/314] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[241/314] Compiling SwiftDiagnostics Convenience.swift
[242/314] Compiling SwiftDiagnostics Diagnostic.swift
[243/314] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[244/315] Wrapping AST for SwiftDiagnostics for debugging
[246/315] Compiling SwiftBasicFormat BasicFormat.swift
[252/321] Wrapping AST for SwiftBasicFormat for debugging
[254/321] Compiling SwiftParser Lexer.swift
[255/321] Compiling SwiftParser RegexLiteralLexer.swift
[256/321] Compiling SwiftParser UnicodeScalarExtensions.swift
[257/321] Compiling SwiftParser Lookahead.swift
[258/321] Compiling SwiftParser LoopProgressCondition.swift
[259/321] Compiling SwiftParser ExperimentalFeatures.swift
[260/321] Compiling SwiftParser Expressions.swift
[261/321] Compiling SwiftParser IncrementalParseTransition.swift
[262/321] Compiling SwiftParser Cursor.swift
[263/321] Compiling SwiftParser Lexeme.swift
[264/321] Compiling SwiftParser LexemeSequence.swift
[265/321] Compiling SwiftParser TokenPrecedence.swift
[266/321] Compiling SwiftParser TokenSpec.swift
[267/321] Compiling SwiftParser TokenSpecSet.swift
[268/321] Compiling SwiftParser TopLevel.swift
[269/321] Compiling SwiftParser TriviaParser.swift
[270/321] Compiling SwiftParser Types.swift
[271/321] Compiling SwiftParser IsLexerClassified.swift
[272/321] Compiling SwiftParser LayoutNodes+Parsable.swift
[273/321] Compiling SwiftParser Parser+TokenSpecSet.swift
[274/321] Compiling SwiftParser TokenSpecStaticMembers.swift
[275/322] Wrapping AST for SwiftParser for debugging
[277/322] Emitting module SwiftParser
[283/322] Compiling SwiftParser Parser.swift
[284/322] Compiling SwiftParser Patterns.swift
[285/322] Compiling SwiftParser Recovery.swift
[286/322] Compiling SwiftParser Specifiers.swift
[287/322] Compiling SwiftParser Statements.swift
[288/335] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[289/336] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[290/336] Compiling SwiftParserDiagnostics MissingNodesError.swift
[291/336] Compiling SwiftParserDiagnostics MissingTokenError.swift
[292/336] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[293/336] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[294/336] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[295/336] Compiling SwiftParserDiagnostics PresenceUtils.swift
[302/336] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[303/336] Compiling SwiftParserDiagnostics Utils.swift
[304/336] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[312/337] Wrapping AST for SwiftParser for debugging
[314/360] Emitting module SwiftOperators
[315/361] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[316/362] Compiling SwiftOperators PrecedenceGroup.swift
[317/362] Compiling SwiftOperators PrecedenceGraph.swift
[318/362] Compiling SwiftOperators OperatorTable.swift
[319/362] Compiling SwiftOperators SyntaxSynthesis.swift
[320/362] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[321/362] Emitting module SwiftParserDiagnostics
[322/362] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[323/362] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[324/362] Compiling SwiftParserDiagnostics MissingNodesError.swift
[325/362] Compiling SwiftParserDiagnostics MissingTokenError.swift
[326/362] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[327/362] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[328/362] Compiling SwiftOperators OperatorTable+Semantics.swift
[329/362] Compiling SwiftOperators OperatorTable+Folding.swift
[335/364] Wrapping AST for SwiftOperators for debugging
[336/364] Wrapping AST for SwiftParserDiagnostics for debugging
[338/364] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[339/364] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[340/364] Compiling SwiftParserDiagnostics Utils.swift
[341/378] Compiling SwiftSyntaxBuilder Indenter.swift
[342/378] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[343/378] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[344/378] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[345/379] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[346/379] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[347/379] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[348/379] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[349/379] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[350/379] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[351/379] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[354/379] Emitting module SwiftSyntaxBuilder
[355/379] Emitting module SwiftParserDiagnostics
[362/380] Wrapping AST for SwiftParserDiagnostics for debugging
[364/394] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[365/394] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[366/394] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[367/395] Wrapping AST for SwiftSyntaxBuilder for debugging
[369/409] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[370/409] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[371/409] Compiling SwiftSyntaxMacros AccessorMacro.swift
[372/409] Compiling SwiftSyntaxMacros AttachedMacro.swift
[373/410] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[374/410] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[375/410] Emitting module SwiftSyntaxBuilder
[376/410] Compiling SwiftSyntaxMacros Macro.swift
[377/410] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[378/410] Compiling SwiftSyntaxMacros MemberMacro.swift
[379/411] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[380/411] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[381/411] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[382/411] Compiling SwiftSyntaxMacros Macro+Format.swift
[389/411] Emitting module SwiftSyntaxMacros
[390/411] Compiling SwiftSyntaxMacros PeerMacro.swift
[392/412] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[396/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 Macro.swift
[404/427] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[405/427] Compiling SwiftSyntaxMacros AccessorMacro.swift
[406/427] Compiling SwiftSyntaxMacros AttachedMacro.swift
[407/427] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[408/427] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[409/428] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[410/428] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[411/428] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[412/428] Compiling SwiftSyntaxMacros Macro+Format.swift
[413/428] Compiling SwiftSyntaxMacros MemberMacro.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 FunctionParameterUtils.swift
[422/437] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[423/437] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[424/437] Emitting module SwiftSyntaxMacroExpansion
[425/437] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[426/437] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[427/437] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[428/438] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[430/445] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[431/445] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[432/445] Emitting module SwiftCompilerPluginMessageHandling
[433/445] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[434/445] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[435/445] Compiling SwiftCompilerPluginMessageHandling Macros.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] Emitting module Implementation
[445/453] Compiling Implementation Diagnostics.swift
[446/453] Compiling Implementation PropertyNameMacro.swift
[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! (85.92s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.