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 main (3703d7), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 06:19:06 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/p-x9/swift-property-tracer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-property-tracer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (2.27s)
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.60s)
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.88s)
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 main (3703d7d)
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
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.1
Building package at path:  $PWD
https://github.com/p-x9/swift-property-tracer.git
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.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/20] Write sources
[17/20] Write swift-version-2F0A5646E1D333AE.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/104] Compiling SwiftSyntax MemoryLayout.swift
[31/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/104] Compiling SwiftSyntax RawSyntax.swift
[33/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[36/104] Compiling SwiftSyntax SourceLength.swift
[37/104] Compiling SwiftSyntax SyntaxHashable.swift
[38/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[39/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[40/104] Compiling SwiftSyntax SyntaxProtocol.swift
[41/104] Compiling SwiftSyntax SyntaxText.swift
[42/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[43/104] Compiling SwiftSyntax TokenDiagnostic.swift
[44/104] Compiling SwiftSyntax SourceLocation.swift
[45/104] Compiling SwiftSyntax SourcePresence.swift
[46/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[47/104] Compiling SwiftSyntax Syntax.swift
[48/104] Compiling SwiftSyntax SyntaxArena.swift
[49/104] Compiling SwiftSyntax SyntaxChildren.swift
[50/104] Compiling SwiftSyntax SyntaxCollection.swift
[51/104] Compiling PropertyTracerSupport demangle.swift
[52/104] Compiling PropertyTracerSupport symbolInfo.swift
[54/104] Compiling PropertyTracerSupport Thread+.swift
[55/104] Compiling PropertyTracerSupport PropertyAccess.swift
[56/104] Compiling PropertyTracerSupport demangle.swift
[57/104] Compiling PropertyTracerSupport CallStackInfo.swift
[58/104] Emitting module PropertyTracerSupport
[59/104] Compiling PropertyTracerSupport Thread+.swift
[60/104] Emitting module PropertyTracerSupport
[61/104] Compiling PropertyTracerSupport PropertyAccess.swift
[62/104] Compiling PropertyTracerSupport CallStackInfo.swift
[63/104] Emitting module SwiftSyntax
[64/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[65/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[66/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[67/104] Compiling SwiftSyntax SyntaxCollections.swift
[68/104] Compiling SwiftSyntax SyntaxEnum.swift
[69/104] Compiling SwiftSyntax SyntaxKind.swift
[70/104] Compiling SwiftSyntax SyntaxRewriter.swift
[71/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[72/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/104] Compiling SwiftSyntax SyntaxNodesC.swift
[82/104] Compiling SwiftSyntax SyntaxNodesD.swift
[83/104] Compiling SwiftSyntax SyntaxTraits.swift
[84/104] Compiling SwiftSyntax SyntaxTransform.swift
[85/104] Compiling SwiftSyntax SyntaxVisitor.swift
[86/104] Compiling SwiftSyntax TokenKind.swift
[87/104] Compiling SwiftSyntax Tokens.swift
[88/104] Compiling SwiftSyntax TriviaPieces.swift
[89/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[90/104] Compiling SwiftSyntax TokenSequence.swift
[91/104] Compiling SwiftSyntax TokenSyntax.swift
[92/104] Compiling SwiftSyntax Trivia.swift
[93/104] Compiling SwiftSyntax Utils.swift
[94/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[95/104] Compiling SwiftSyntax Keyword.swift
[96/104] Compiling SwiftSyntax RenamedChildrenCompatibility.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 SwiftBasicFormat SyntaxProtocol+Formatted.swift
[104/156] Compiling SwiftDiagnostics Note.swift
[105/156] Compiling SwiftDiagnostics Message.swift
[106/156] Emitting module SwiftDiagnostics
[107/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[108/156] Compiling SwiftBasicFormat Syntax+Extensions.swift
[109/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[110/156] Compiling SwiftDiagnostics FixIt.swift
[111/156] Compiling SwiftDiagnostics Diagnostic.swift
[112/156] Compiling SwiftDiagnostics Convenience.swift
[113/156] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[114/156] Emitting module SwiftBasicFormat
[115/156] Compiling SwiftBasicFormat BasicFormat.swift
[116/156] Compiling SwiftParser Lexeme.swift
[117/156] Compiling SwiftParser LexemeSequence.swift
[118/156] Compiling SwiftParser Lexer.swift
[119/156] Compiling SwiftParser RegexLiteralLexer.swift
[120/156] Compiling SwiftParser UnicodeScalarExtensions.swift
[121/156] Compiling SwiftParser Lookahead.swift
[122/156] Compiling SwiftParser LoopProgressCondition.swift
[123/156] Compiling SwiftParser Modifiers.swift
[124/160] Compiling SwiftParser Statements.swift
[125/160] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[126/160] Compiling SwiftParser StringLiterals.swift
[127/160] Compiling SwiftParser SwiftParserCompatibility.swift
[128/160] Compiling SwiftParser Parser.swift
[129/160] Compiling SwiftParser Patterns.swift
[130/160] Compiling SwiftParser Recovery.swift
[131/160] Compiling SwiftParser Specifiers.swift
[132/160] Compiling SwiftParser Names.swift
[133/160] Compiling SwiftParser Nominals.swift
[134/160] Compiling SwiftParser Parameters.swift
[135/160] Compiling SwiftParser ParseSourceFile.swift
[136/160] Compiling SwiftParser SyntaxUtils.swift
[137/160] Compiling SwiftParser TokenConsumer.swift
[138/160] Compiling SwiftParser TokenPrecedence.swift
[139/160] Compiling SwiftParser TokenSpec.swift
[140/160] Compiling SwiftParser TokenSpecSet.swift
[141/160] Compiling SwiftParser TopLevel.swift
[142/160] Compiling SwiftParser TriviaParser.swift
[143/160] Compiling SwiftParser Types.swift
[144/160] Emitting module SwiftParser
[145/160] Compiling SwiftParser IsLexerClassified.swift
[146/160] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/160] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/160] Compiling SwiftParser TokenSpecStaticMembers.swift
[149/160] Compiling SwiftParser Attributes.swift
[150/160] Compiling SwiftParser Availability.swift
[151/160] Compiling SwiftParser CharacterInfo.swift
[152/160] Compiling SwiftParser CollectionNodes+Parsable.swift
[153/160] Compiling SwiftParser Declarations.swift
[154/160] Compiling SwiftParser Directives.swift
[155/160] Compiling SwiftParser ExperimentalFeatures.swift
[156/160] Compiling SwiftParser Expressions.swift
[157/160] Compiling SwiftParser IncrementalParseTransition.swift
[158/160] Compiling SwiftParser Cursor.swift
[159/183] Compiling SwiftOperators OperatorError+Diagnostics.swift
[160/184] Compiling SwiftOperators OperatorError.swift
[161/184] Compiling SwiftOperators PrecedenceGroup.swift
[162/184] Compiling SwiftOperators Operator.swift
[163/184] Emitting module SwiftOperators
[164/184] Compiling SwiftParserDiagnostics Utils.swift
[165/184] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[166/185] Compiling SwiftOperators SyntaxSynthesis.swift
[167/185] Compiling SwiftOperators OperatorTable+Defaults.swift
[168/185] Compiling SwiftOperators OperatorTable.swift
[169/185] Compiling SwiftOperators PrecedenceGraph.swift
[170/185] Compiling SwiftOperators OperatorTable+Semantics.swift
[171/185] Compiling SwiftOperators OperatorTable+Folding.swift
[172/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[173/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[174/185] Compiling SwiftParserDiagnostics PresenceUtils.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 MultiLineStringLiteralDiagnosticsGenerator.swift
[180/185] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[181/185] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[182/185] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[183/185] Emitting module SwiftParserDiagnostics
[184/199] Emitting module SwiftSyntaxBuilder
[185/199] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[186/199] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[187/199] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[188/199] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[189/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[190/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[191/200] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[192/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[193/200] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[195/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[196/200] Compiling SwiftSyntaxBuilder Indenter.swift
[197/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[198/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[199/214] Compiling SwiftSyntaxMacros Macro.swift
[200/215] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[201/215] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[202/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[203/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[204/215] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[205/215] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[206/215] Compiling SwiftSyntaxMacros AccessorMacro.swift
[207/215] Compiling SwiftSyntaxMacros AttachedMacro.swift
[208/215] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[209/215] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[210/215] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/215] Emitting module SwiftSyntaxMacros
[212/215] Compiling SwiftSyntaxMacros MemberMacro.swift
[213/215] Compiling SwiftSyntaxMacros PeerMacro.swift
[214/223] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[215/223] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[216/223] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[217/223] Emitting module SwiftSyntaxMacroExpansion
[218/223] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[219/223] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/223] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[221/223] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[222/230] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[223/230] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[224/230] Emitting module SwiftCompilerPluginMessageHandling
[225/230] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[226/230] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[227/230] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[228/230] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[229/232] Emitting module SwiftCompilerPlugin
[230/232] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[231/241] Compiling PropertyTracerPlugin PropertyTracerMacroPlugin.swift
[232/241] Compiling PropertyTracerPlugin NoTracedMacro.swift
[233/241] Compiling PropertyTracerPlugin PropertyTracerMacroDiagnostic.swift
[234/241] Compiling PropertyTracerPlugin _TracedMacro.swift
[235/241] Compiling PropertyTracerPlugin VariableDeclSyntax+.swift
[236/241] Compiling PropertyTracerPlugin PatternBindingSyntax+.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 Macro.swift
[244/245] Compiling PropertyTracer PropertyTracer.swift
[245/245] Emitting module PropertyTracer
Build complete! (23.56s)
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.