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 PropertyTracer, reference 0.3.0 (3703d7), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 13:50:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-property-tracer.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-property-tracer
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 3703d7d Merge pull request #3 from p-x9/feature/update-swift-syntax-url
Cloned https://github.com/p-x9/swift-property-tracer.git
Revision (git rev-parse @):
3703d7da09f512d0bf73922424730b56912cfa1f
SUCCESS checkout https://github.com/p-x9/swift-property-tracer.git at 0.3.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/66770] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.48s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (3.33s)
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
========================================
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-tracer",
      "name": "PropertyTracer",
      "url": "https://github.com/p-x9/swift-property-tracer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-property-tracer",
      "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/p-x9/swift-property-tracer.git
[1/167] Fetching swift-property-tracer
Fetched https://github.com/p-x9/swift-property-tracer.git from cache (0.75s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (0.03s)
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/p-x9/swift-property-tracer.git
Working copy of https://github.com/p-x9/swift-property-tracer.git resolved at 0.3.0 (3703d7d)
warning: '.resolve-product-dependencies': dependency 'swift-property-tracer' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/swift-property-tracer.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PropertyTracer",
  "name" : "PropertyTracer",
  "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" : "PropertyTracer",
      "targets" : [
        "PropertyTracer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyTracerPlugin",
      "targets" : [
        "PropertyTracerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyTracerTests",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerTests",
      "path" : "Tests/PropertyTracerTests",
      "product_dependencies" : [
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "PropertyTracerTests.swift"
      ],
      "target_dependencies" : [
        "PropertyTracer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PropertyTracerSupport",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerSupport",
      "path" : "Sources/PropertyTracerSupport",
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/Thread+.swift",
        "Model/CallStackInfo.swift",
        "Model/PropertyAccess.swift",
        "util/demangle.swift",
        "util/symbolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PropertyTracerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerPlugin",
      "path" : "Sources/PropertyTracerPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParserDiagnostics"
      ],
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/DeclGroupSyntax+.swift",
        "Extension/PatternBindingSyntax+.swift",
        "Extension/VariableDeclSyntax+.swift",
        "Macro/NoTracedMacro.swift",
        "Macro/PropertyTracerMacro.swift",
        "Macro/_TracedMacro.swift",
        "PropertyTracerMacroDiagnostic.swift",
        "PropertyTracerMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PropertyTracer",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracer",
      "path" : "Sources/PropertyTracer",
      "product_memberships" : [
        "PropertyTracer"
      ],
      "sources" : [
        "Macro.swift",
        "PropertyTracer.swift",
        "exported.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport",
        "PropertyTracerPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/20] Write sources
[17/20] Write swift-version--7754E27361AE5C74.txt
[19/36] Compiling SwiftSyntax509 Empty.swift
[20/36] Emitting module SwiftSyntax509
[21/36] Emitting module SwiftSyntax510
[22/36] Compiling SwiftSyntax510 Empty.swift
[23/98] Compiling SwiftSyntax AbsolutePosition.swift
[24/98] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[25/98] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[26/98] Compiling SwiftSyntax Assert.swift
[27/98] Compiling SwiftSyntax BumpPtrAllocator.swift
[28/98] Compiling SwiftSyntax CommonAncestor.swift
[29/98] Compiling SwiftSyntax Convenience.swift
[30/98] Compiling SwiftSyntax MemoryLayout.swift
[31/98] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/98] Compiling SwiftSyntax RawSyntax.swift
[33/98] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/98] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/98] Compiling SwiftSyntax RawSyntaxTokenView.swift
[36/98] Compiling SwiftSyntax SourceLength.swift
[37/104] Compiling SwiftSyntax SourceLocation.swift
[38/104] Compiling SwiftSyntax SourcePresence.swift
[39/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[40/104] Compiling SwiftSyntax Syntax.swift
[41/104] Compiling SwiftSyntax SyntaxArena.swift
[42/104] Compiling SwiftSyntax SyntaxChildren.swift
[43/104] Compiling SwiftSyntax SyntaxCollection.swift
[44/104] Compiling PropertyTracerSupport PropertyAccess.swift
[45/104] Emitting module PropertyTracerSupport
[46/104] Compiling PropertyTracerSupport symbolInfo.swift
[47/104] Compiling PropertyTracerSupport Thread+.swift
[48/104] Compiling PropertyTracerSupport symbolInfo.swift
[49/104] Compiling PropertyTracerSupport demangle.swift
[51/104] Compiling PropertyTracerSupport CallStackInfo.swift
[52/104] Emitting module PropertyTracerSupport
[53/104] Compiling PropertyTracerSupport Thread+.swift
[54/104] Compiling PropertyTracerSupport PropertyAccess.swift
[55/104] Compiling PropertyTracerSupport CallStackInfo.swift
[56/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[57/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[58/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[59/104] Compiling SwiftSyntax SyntaxCollections.swift
[60/104] Compiling SwiftSyntax SyntaxEnum.swift
[61/104] Compiling SwiftSyntax SyntaxKind.swift
[62/104] Compiling SwiftSyntax SyntaxRewriter.swift
[63/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[64/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[65/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[66/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[67/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[68/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[69/104] Compiling SwiftSyntax SyntaxTraits.swift
[70/104] Compiling SwiftSyntax SyntaxTransform.swift
[71/104] Compiling SwiftSyntax SyntaxVisitor.swift
[72/104] Compiling SwiftSyntax TokenKind.swift
[73/104] Compiling SwiftSyntax Tokens.swift
[74/104] Compiling SwiftSyntax TriviaPieces.swift
[75/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[76/104] Emitting module SwiftSyntax
[77/104] Compiling SwiftSyntax SyntaxHashable.swift
[78/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[79/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[80/104] Compiling SwiftSyntax SyntaxProtocol.swift
[81/104] Compiling SwiftSyntax SyntaxText.swift
[82/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[83/104] Compiling SwiftSyntax TokenDiagnostic.swift
[84/104] Compiling SwiftSyntax TokenSequence.swift
[85/104] Compiling SwiftSyntax TokenSyntax.swift
[86/104] Compiling SwiftSyntax Trivia.swift
[87/104] Compiling SwiftSyntax Utils.swift
[88/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[89/104] Compiling SwiftSyntax Keyword.swift
[90/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[91/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[92/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[93/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[94/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[95/104] Compiling SwiftSyntax SyntaxNodesC.swift
[96/104] Compiling SwiftSyntax SyntaxNodesD.swift
[97/104] Compiling SwiftSyntax SyntaxNodesEF.swift
[98/104] Compiling SwiftSyntax SyntaxNodesGHI.swift
[99/104] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[100/104] Compiling SwiftSyntax SyntaxNodesOP.swift
[101/104] Compiling SwiftSyntax SyntaxNodesQRS.swift
[102/104] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[103/156] Compiling SwiftDiagnostics Message.swift
[104/156] Compiling SwiftDiagnostics Note.swift
[105/156] Compiling SwiftDiagnostics Convenience.swift
[106/156] Emitting module SwiftDiagnostics
[107/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[108/156] Compiling SwiftBasicFormat Syntax+Extensions.swift
[109/156] Emitting module SwiftBasicFormat
[110/156] Compiling SwiftDiagnostics FixIt.swift
[111/156] Compiling SwiftDiagnostics Diagnostic.swift
[112/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[113/156] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[114/156] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[115/156] Compiling SwiftBasicFormat BasicFormat.swift
[116/156] Compiling SwiftParser Statements.swift
[117/156] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[118/156] Compiling SwiftParser StringLiterals.swift
[119/156] Compiling SwiftParser SwiftParserCompatibility.swift
[120/160] Compiling SwiftParser Names.swift
[121/160] Compiling SwiftParser Nominals.swift
[122/160] Compiling SwiftParser Parameters.swift
[123/160] Compiling SwiftParser ParseSourceFile.swift
[124/160] Compiling SwiftParser Attributes.swift
[125/160] Compiling SwiftParser Availability.swift
[126/160] Compiling SwiftParser CharacterInfo.swift
[127/160] Compiling SwiftParser CollectionNodes+Parsable.swift
[128/160] Compiling SwiftParser Declarations.swift
[129/160] Emitting module SwiftParser
[130/160] Compiling SwiftParser Lexeme.swift
[131/160] Compiling SwiftParser LexemeSequence.swift
[132/160] Compiling SwiftParser Lexer.swift
[133/160] Compiling SwiftParser RegexLiteralLexer.swift
[134/160] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/160] Compiling SwiftParser Lookahead.swift
[136/160] Compiling SwiftParser LoopProgressCondition.swift
[137/160] Compiling SwiftParser Modifiers.swift
[138/160] Compiling SwiftParser SyntaxUtils.swift
[139/160] Compiling SwiftParser TokenConsumer.swift
[140/160] Compiling SwiftParser TokenPrecedence.swift
[141/160] Compiling SwiftParser TokenSpec.swift
[142/160] Compiling SwiftParser Parser.swift
[143/160] Compiling SwiftParser Patterns.swift
[144/160] Compiling SwiftParser Recovery.swift
[145/160] Compiling SwiftParser Specifiers.swift
[146/160] Compiling SwiftParser Directives.swift
[147/160] Compiling SwiftParser ExperimentalFeatures.swift
[148/160] Compiling SwiftParser Expressions.swift
[149/160] Compiling SwiftParser IncrementalParseTransition.swift
[150/160] Compiling SwiftParser Cursor.swift
[151/160] Compiling SwiftParser TokenSpecSet.swift
[152/160] Compiling SwiftParser TopLevel.swift
[153/160] Compiling SwiftParser TriviaParser.swift
[154/160] Compiling SwiftParser Types.swift
[155/160] Compiling SwiftParser IsLexerClassified.swift
[156/160] Compiling SwiftParser LayoutNodes+Parsable.swift
[157/160] Compiling SwiftParser Parser+TokenSpecSet.swift
[158/160] Compiling SwiftParser TokenSpecStaticMembers.swift
[159/183] Compiling SwiftOperators PrecedenceGroup.swift
[160/183] Compiling SwiftOperators OperatorTable.swift
[161/183] Compiling SwiftOperators PrecedenceGraph.swift
[162/184] Compiling SwiftParserDiagnostics Utils.swift
[163/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/185] Compiling SwiftOperators SyntaxSynthesis.swift
[165/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[166/185] Compiling SwiftOperators OperatorTable+Semantics.swift
[167/185] Compiling SwiftOperators OperatorTable+Defaults.swift
[168/185] Compiling SwiftOperators OperatorError.swift
[169/185] Emitting module SwiftOperators
[170/185] Compiling SwiftOperators Operator.swift
[171/185] Compiling SwiftOperators OperatorError+Diagnostics.swift
[172/185] Compiling SwiftOperators OperatorTable+Folding.swift
[173/185] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[174/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[175/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[176/185] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[177/185] Compiling SwiftParserDiagnostics MissingNodesError.swift
[178/185] Compiling SwiftParserDiagnostics MissingTokenError.swift
[179/185] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[180/185] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[181/185] Emitting module SwiftParserDiagnostics
[182/185] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[183/185] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[184/199] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[185/199] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[186/199] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[187/199] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[188/199] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[189/199] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[190/199] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[191/199] Compiling SwiftSyntaxBuilder Indenter.swift
[192/199] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[193/199] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/199] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[195/199] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[196/199] Emitting module SwiftSyntaxBuilder
[197/199] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[198/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[199/214] Compiling SwiftSyntaxMacros Macro.swift
[200/214] Compiling SwiftSyntaxMacros Macro+Format.swift
[201/214] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[202/214] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[203/214] Compiling SwiftSyntaxMacros MemberMacro.swift
[204/214] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[205/214] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[206/215] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[207/215] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[208/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/215] Emitting module SwiftSyntaxMacros
[211/215] Compiling SwiftSyntaxMacros AccessorMacro.swift
[212/215] Compiling SwiftSyntaxMacros AttachedMacro.swift
[213/215] Compiling SwiftSyntaxMacros PeerMacro.swift
[214/223] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[215/223] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[216/223] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[217/223] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[218/223] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/223] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[220/223] Emitting module SwiftSyntaxMacroExpansion
[221/223] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[222/230] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[223/230] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[224/230] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[225/230] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[226/230] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[227/230] Emitting module SwiftCompilerPluginMessageHandling
[228/230] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[229/232] Emitting module SwiftCompilerPlugin
[230/232] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[231/241] Compiling PropertyTracerPlugin PropertyTracerMacroPlugin.swift
[232/241] Compiling PropertyTracerPlugin PropertyTracerMacroDiagnostic.swift
[233/241] Compiling PropertyTracerPlugin _TracedMacro.swift
[234/241] Compiling PropertyTracerPlugin VariableDeclSyntax+.swift
[235/241] Compiling PropertyTracerPlugin PatternBindingSyntax+.swift
[236/241] Compiling PropertyTracerPlugin NoTracedMacro.swift
[237/241] Compiling PropertyTracerPlugin DeclGroupSyntax+.swift
[238/241] Emitting module PropertyTracerPlugin
[239/241] Compiling PropertyTracerPlugin PropertyTracerMacro.swift
[239/241] Write Objects.LinkFileList
[240/241] Linking PropertyTracerPlugin-tool
[242/245] Compiling PropertyTracer exported.swift
[243/245] Compiling PropertyTracer PropertyTracer.swift
[244/245] Compiling PropertyTracer Macro.swift
[245/245] Emitting module PropertyTracer
Build complete! (51.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PropertyTracer",
  "name" : "PropertyTracer",
  "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" : "PropertyTracer",
      "targets" : [
        "PropertyTracer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyTracerPlugin",
      "targets" : [
        "PropertyTracerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyTracerTests",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerTests",
      "path" : "Tests/PropertyTracerTests",
      "product_dependencies" : [
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "PropertyTracerTests.swift"
      ],
      "target_dependencies" : [
        "PropertyTracer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PropertyTracerSupport",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerSupport",
      "path" : "Sources/PropertyTracerSupport",
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/Thread+.swift",
        "Model/CallStackInfo.swift",
        "Model/PropertyAccess.swift",
        "util/demangle.swift",
        "util/symbolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PropertyTracerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerPlugin",
      "path" : "Sources/PropertyTracerPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParserDiagnostics"
      ],
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/DeclGroupSyntax+.swift",
        "Extension/PatternBindingSyntax+.swift",
        "Extension/VariableDeclSyntax+.swift",
        "Macro/NoTracedMacro.swift",
        "Macro/PropertyTracerMacro.swift",
        "Macro/_TracedMacro.swift",
        "PropertyTracerMacroDiagnostic.swift",
        "PropertyTracerMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PropertyTracer",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracer",
      "path" : "Sources/PropertyTracer",
      "product_memberships" : [
        "PropertyTracer"
      ],
      "sources" : [
        "Macro.swift",
        "PropertyTracer.swift",
        "exported.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport",
        "PropertyTracerPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.