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 macOS (SPM) on 29 Apr 2025 04:49:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.2 (2.09s)
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.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-property-name",
      "name": "swift-property-name",
      "url": "https://github.com/CuriositySoftware/swift-property-name.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-property-name",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "510.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CuriositySoftware/swift-property-name.git
[1/99] Fetching swift-property-name
Fetched https://github.com/CuriositySoftware/swift-property-name.git from cache (0.65s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (0.86s)
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
Creating working copy for https://github.com/CuriositySoftware/swift-property-name.git
Working copy of https://github.com/CuriositySoftware/swift-property-name.git resolved at v1.0.1 (bc111b3)
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/32] Write sources
[21/32] Write PropertyNameMacroClient-entitlement.plist
[24/32] Write sources
[26/32] Write swift-version-2F0A5646E1D333AE.txt
[28/40] Emitting module SwiftSyntax509
[29/40] Compiling SwiftSyntax509 Empty.swift
[30/40] Emitting module SwiftSyntax509
[31/40] Compiling SwiftSyntax510 Empty.swift
[32/40] Emitting module SwiftSyntax510
[34/40] Compiling SwiftSyntax510 Empty.swift
[35/40] Compiling SwiftSyntax509 Empty.swift
[36/164] Compiling SwiftSyntax AbsolutePosition.swift
[37/164] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[38/164] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[39/164] Compiling SwiftSyntax Assert.swift
[40/164] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/164] Compiling SwiftSyntax CommonAncestor.swift
[42/164] Compiling SwiftSyntax Convenience.swift
[43/170] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[44/170] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[45/170] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[46/170] Compiling SwiftSyntax RawSyntaxValidation.swift
[47/170] Compiling SwiftSyntax SyntaxNodesAB.swift
[48/170] Compiling SwiftSyntax SyntaxNodesC.swift
[49/170] Compiling SwiftSyntax SyntaxNodesD.swift
[50/170] Compiling SwiftSyntax SyntaxHashable.swift
[51/170] Compiling SwiftSyntax SyntaxIdentifier.swift
[52/170] Compiling SwiftSyntax SyntaxNodeStructure.swift
[53/170] Compiling SwiftSyntax SyntaxProtocol.swift
[54/170] Compiling SwiftSyntax SyntaxText.swift
[55/170] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[56/170] Compiling SwiftSyntax TokenDiagnostic.swift
[57/170] Compiling SwiftSyntax Keyword.swift
[58/170] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[59/170] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/170] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/170] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/170] Compiling SwiftSyntax SyntaxCollections.swift
[63/170] Compiling SwiftSyntax SyntaxEnum.swift
[64/176] Compiling SwiftSyntax RawSyntaxTokenView.swift
[65/176] Compiling SwiftSyntax SourceLength.swift
[66/176] Compiling SwiftSyntax TokenSequence.swift
[67/176] Compiling SwiftSyntax TokenSyntax.swift
[68/176] Compiling SwiftSyntax Trivia.swift
[69/176] Compiling SwiftSyntax Utils.swift
[70/176] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/176] Compiling SwiftSyntax SourceLocation.swift
[79/176] Compiling SwiftSyntax SourcePresence.swift
[80/176] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[81/176] Compiling SwiftSyntax Syntax.swift
[82/176] Compiling SwiftSyntax SyntaxArena.swift
[83/176] Compiling SwiftSyntax SyntaxChildren.swift
[84/176] Compiling SwiftSyntax SyntaxCollection.swift
[85/176] Emitting module SwiftSyntax
[87/176] Compiling SwiftSyntax RawSyntaxNodesC.swift
[88/176] Compiling SwiftSyntax RawSyntaxNodesD.swift
[89/176] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[90/176] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[91/176] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[99/176] Compiling SwiftSyntax MemoryLayout.swift
[100/176] Compiling SwiftSyntax MissingNodeInitializers.swift
[101/176] Compiling SwiftSyntax RawSyntax.swift
[102/176] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[103/176] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[106/176] Compiling SwiftSyntax SyntaxKind.swift
[107/176] Compiling SwiftSyntax SyntaxRewriter.swift
[108/176] Compiling SwiftSyntax SyntaxTraits.swift
[109/176] Compiling SwiftSyntax SyntaxTransform.swift
[110/176] Compiling SwiftSyntax SyntaxVisitor.swift
[111/176] Compiling SwiftSyntax TokenKind.swift
[112/176] Compiling SwiftSyntax Tokens.swift
[113/176] Compiling SwiftSyntax TriviaPieces.swift
[114/176] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[160/176] Compiling SwiftSyntax SyntaxNodesEF.swift
[161/176] Compiling SwiftSyntax SyntaxNodesGHI.swift
[162/176] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[163/176] Compiling SwiftSyntax SyntaxNodesOP.swift
[164/176] Compiling SwiftSyntax SyntaxNodesQRS.swift
[165/176] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[172/228] Compiling SwiftBasicFormat Syntax+Extensions.swift
[173/228] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[174/228] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[175/228] Compiling SwiftDiagnostics Message.swift
[176/228] Compiling SwiftDiagnostics Note.swift
[177/280] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[178/280] Compiling SwiftDiagnostics Note.swift
[179/280] Compiling SwiftDiagnostics Message.swift
[180/280] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[181/280] Compiling SwiftBasicFormat Syntax+Extensions.swift
[182/280] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[183/280] Compiling SwiftDiagnostics FixIt.swift
[184/280] Compiling SwiftDiagnostics Diagnostic.swift
[185/280] Compiling SwiftDiagnostics Convenience.swift
[186/280] Emitting module SwiftDiagnostics
[187/280] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[188/280] Compiling SwiftDiagnostics FixIt.swift
[189/280] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[190/280] Compiling SwiftDiagnostics Diagnostic.swift
[191/280] Compiling SwiftDiagnostics Convenience.swift
[192/280] Compiling SwiftBasicFormat BasicFormat.swift
[193/280] Emitting module SwiftBasicFormat
[194/280] Emitting module SwiftDiagnostics
[195/280] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[196/280] Emitting module SwiftBasicFormat
[197/280] Compiling SwiftBasicFormat BasicFormat.swift
[198/280] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[199/280] Compiling SwiftParser StringLiterals.swift
[200/280] Compiling SwiftParser SwiftParserCompatibility.swift
[201/280] Compiling SwiftParser Directives.swift
[202/284] Compiling SwiftParser SyntaxUtils.swift
[203/284] Compiling SwiftParser TokenConsumer.swift
[204/284] Compiling SwiftParser TokenPrecedence.swift
[205/284] Compiling SwiftParser TokenSpec.swift
[206/284] Compiling SwiftParser Lexeme.swift
[207/284] Compiling SwiftParser LexemeSequence.swift
[208/284] Compiling SwiftParser Lexer.swift
[209/284] Compiling SwiftParser RegexLiteralLexer.swift
[210/284] Compiling SwiftParser Names.swift
[211/284] Compiling SwiftParser Nominals.swift
[212/284] Compiling SwiftParser Parameters.swift
[213/284] Compiling SwiftParser ParseSourceFile.swift
[214/284] Compiling SwiftParser Statements.swift
[218/288] Emitting module SwiftParser
[219/288] Compiling SwiftParser ExperimentalFeatures.swift
[220/288] Compiling SwiftParser Expressions.swift
[221/288] Compiling SwiftParser IncrementalParseTransition.swift
[222/288] Compiling SwiftParser Cursor.swift
[223/288] Emitting module SwiftParser
[224/288] Compiling SwiftParser Parser.swift
[225/288] Compiling SwiftParser Patterns.swift
[226/288] Compiling SwiftParser Recovery.swift
[227/288] Compiling SwiftParser Specifiers.swift
[228/288] Compiling SwiftParser UnicodeScalarExtensions.swift
[229/288] Compiling SwiftParser Lookahead.swift
[230/288] Compiling SwiftParser LoopProgressCondition.swift
[231/288] Compiling SwiftParser Modifiers.swift
[232/288] Compiling SwiftParser TokenSpecSet.swift
[233/288] Compiling SwiftParser TopLevel.swift
[234/288] Compiling SwiftParser TriviaParser.swift
[235/288] Compiling SwiftParser Types.swift
[252/288] Compiling SwiftParser Attributes.swift
[253/288] Compiling SwiftParser Availability.swift
[254/288] Compiling SwiftParser CharacterInfo.swift
[255/288] Compiling SwiftParser CollectionNodes+Parsable.swift
[256/288] Compiling SwiftParser Declarations.swift
[257/288] Compiling SwiftParser IsLexerClassified.swift
[258/288] Compiling SwiftParser LayoutNodes+Parsable.swift
[259/288] Compiling SwiftParser Parser+TokenSpecSet.swift
[260/288] Compiling SwiftParser TokenSpecStaticMembers.swift
[284/324] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[285/325] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[286/326] Compiling SwiftOperators PrecedenceGroup.swift
[287/327] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[288/327] Compiling SwiftOperators PrecedenceGraph.swift
[289/327] Compiling SwiftOperators OperatorTable.swift
[290/327] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[291/327] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[292/327] Compiling SwiftOperators OperatorTable+Semantics.swift
[293/327] Compiling SwiftOperators SyntaxSynthesis.swift
[294/327] Compiling SwiftOperators OperatorTable+Defaults.swift
[295/327] Compiling SwiftOperators OperatorError+Diagnostics.swift
[296/327] Compiling SwiftOperators Operator.swift
[297/327] Compiling SwiftOperators OperatorError.swift
[298/327] Emitting module SwiftOperators
[299/327] Compiling SwiftOperators OperatorTable+Folding.swift
[300/327] Compiling SwiftParserDiagnostics Utils.swift
[301/327] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[302/327] Compiling SwiftParserDiagnostics PresenceUtils.swift
[303/327] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[304/327] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[305/327] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[306/327] Compiling SwiftParserDiagnostics Utils.swift
[307/327] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[308/327] Compiling SwiftParserDiagnostics PresenceUtils.swift
[309/327] Emitting module SwiftParserDiagnostics
[310/327] Compiling SwiftParserDiagnostics MissingNodesError.swift
[311/327] Compiling SwiftParserDiagnostics MissingTokenError.swift
[312/327] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[313/327] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[314/327] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[315/327] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[318/327] Emitting module SwiftParserDiagnostics
[323/355] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[324/355] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[325/356] Emitting module SwiftSyntaxBuilder
[326/356] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[327/356] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[328/357] Compiling SwiftSyntaxBuilder Indenter.swift
[329/357] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[330/357] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[331/357] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[332/357] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[333/357] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[334/357] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[336/357] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[337/357] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[338/357] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[339/357] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[340/357] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[345/357] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[348/357] Emitting module SwiftSyntaxBuilder
[349/357] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[351/357] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[353/385] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[354/386] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[355/386] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[356/386] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[357/386] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[360/387] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[361/387] Compiling SwiftSyntaxMacros AccessorMacro.swift
[362/387] Compiling SwiftSyntaxMacros AttachedMacro.swift
[363/387] Compiling SwiftSyntaxMacros Macro.swift
[364/387] Compiling SwiftSyntaxMacros MemberMacro.swift
[365/387] Compiling SwiftSyntaxMacros Macro+Format.swift
[366/387] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[367/387] Compiling SwiftSyntaxMacros Macro.swift
[368/387] Compiling SwiftSyntaxMacros Macro+Format.swift
[373/387] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[374/387] Compiling SwiftSyntaxMacros MemberMacro.swift
[375/387] Emitting module SwiftSyntaxMacros
[376/387] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[377/387] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[378/387] Emitting module SwiftSyntaxMacros
[381/387] Compiling SwiftSyntaxMacros PeerMacro.swift
[383/395] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[384/395] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[385/395] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[386/395] Emitting module SwiftSyntaxMacroExpansion
[387/395] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[388/395] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[389/395] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[390/395] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[391/402] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[392/402] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[393/402] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[394/402] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[395/402] Emitting module SwiftCompilerPluginMessageHandling
[396/402] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[397/402] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[398/404] Emitting module SwiftCompilerPlugin
[399/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[400/408] Compiling Implementation Plugin.swift
[401/408] Compiling Implementation PropertyNameMacro.swift
[402/408] Emitting module Implementation
[403/408] Compiling Implementation Diagnostics.swift
[403/408] Write Objects.LinkFileList
[404/408] Linking Implementation-tool
[406/410] Emitting module PropertyName
[407/410] Compiling PropertyName PropertyName.swift
[408/412] Emitting module PropertyNameMacroClient
[409/412] Compiling PropertyNameMacroClient main.swift
[409/412] Write Objects.LinkFileList
[410/412] Linking PropertyNameMacroClient
[411/412] Applying PropertyNameMacroClient
Build complete! (28.32s)
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" : "/Users/admin/builder/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"
}
Done.