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.0 for macOS (SPM) on 1 Dec 2024 13:50:48 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: 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
[1/66770] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.43s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (3.29s)
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.67s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.88s)
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 main (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] Emitting module SwiftSyntax509
[20/36] Compiling SwiftSyntax509 Empty.swift
[21/36] Compiling SwiftSyntax510 Empty.swift
[22/36] Emitting module SwiftSyntax510
[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 SyntaxHashable.swift
[31/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[32/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[33/104] Compiling SwiftSyntax SyntaxProtocol.swift
[34/104] Compiling SwiftSyntax SyntaxText.swift
[35/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[36/104] Compiling SwiftSyntax TokenDiagnostic.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 demangle.swift
[45/104] Compiling PropertyTracerSupport symbolInfo.swift
[46/104] Emitting module PropertyTracerSupport
[47/104] Compiling PropertyTracerSupport Thread+.swift
[48/104] Compiling PropertyTracerSupport CallStackInfo.swift
[49/104] Emitting module PropertyTracerSupport
[50/104] Compiling PropertyTracerSupport PropertyAccess.swift
[52/104] Compiling PropertyTracerSupport demangle.swift
[53/104] Compiling PropertyTracerSupport CallStackInfo.swift
[54/104] Compiling PropertyTracerSupport Thread+.swift
[55/104] Compiling PropertyTracerSupport symbolInfo.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 SyntaxTraits.swift
[64/104] Compiling SwiftSyntax SyntaxTransform.swift
[65/104] Compiling SwiftSyntax SyntaxVisitor.swift
[66/104] Compiling SwiftSyntax TokenKind.swift
[67/104] Compiling SwiftSyntax Tokens.swift
[68/104] Compiling SwiftSyntax TriviaPieces.swift
[69/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[70/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[71/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[72/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[73/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[74/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[75/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[76/104] Compiling SwiftSyntax MemoryLayout.swift
[77/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[78/104] Compiling SwiftSyntax RawSyntax.swift
[79/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[80/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[81/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[82/104] Compiling SwiftSyntax SourceLength.swift
[83/104] Compiling SwiftSyntax TokenSequence.swift
[84/104] Compiling SwiftSyntax TokenSyntax.swift
[85/104] Compiling SwiftSyntax Trivia.swift
[86/104] Compiling SwiftSyntax Utils.swift
[87/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[88/104] Compiling SwiftSyntax Keyword.swift
[89/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[90/104] Emitting module SwiftSyntax
[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 Note.swift
[104/156] Compiling SwiftDiagnostics Message.swift
[105/156] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[106/156] Compiling SwiftBasicFormat Syntax+Extensions.swift
[107/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[108/156] Compiling SwiftDiagnostics FixIt.swift
[109/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[110/156] Compiling SwiftDiagnostics Diagnostic.swift
[111/156] Emitting module SwiftDiagnostics
[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 Statements.swift
[117/156] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[118/156] Compiling SwiftParser StringLiterals.swift
[119/156] Compiling SwiftParser SwiftParserCompatibility.swift
[120/156] Compiling SwiftParser Parser.swift
[121/156] Compiling SwiftParser Patterns.swift
[122/156] Compiling SwiftParser Recovery.swift
[123/156] Compiling SwiftParser Specifiers.swift
[124/156] Compiling SwiftParser UnicodeScalarExtensions.swift
[125/156] Compiling SwiftParser Lookahead.swift
[126/156] Compiling SwiftParser LoopProgressCondition.swift
[127/156] Compiling SwiftParser Modifiers.swift
[128/156] Compiling SwiftParser Names.swift
[129/156] Compiling SwiftParser Nominals.swift
[130/156] Compiling SwiftParser Parameters.swift
[131/156] Compiling SwiftParser ParseSourceFile.swift
[132/156] Compiling SwiftParser Lexeme.swift
[133/156] Compiling SwiftParser LexemeSequence.swift
[134/156] Compiling SwiftParser Lexer.swift
[135/156] Compiling SwiftParser RegexLiteralLexer.swift
[136/156] Compiling SwiftParser TokenSpecSet.swift
[137/156] Compiling SwiftParser TopLevel.swift
[138/156] Compiling SwiftParser TriviaParser.swift
[139/156] Compiling SwiftParser Types.swift
[140/160] Emitting module SwiftParser
[141/160] Compiling SwiftParser SyntaxUtils.swift
[142/160] Compiling SwiftParser TokenConsumer.swift
[143/160] Compiling SwiftParser TokenPrecedence.swift
[144/160] Compiling SwiftParser TokenSpec.swift
[145/160] Compiling SwiftParser Attributes.swift
[146/160] Compiling SwiftParser Availability.swift
[147/160] Compiling SwiftParser CharacterInfo.swift
[148/160] Compiling SwiftParser CollectionNodes+Parsable.swift
[149/160] Compiling SwiftParser Declarations.swift
[150/160] Compiling SwiftParser Directives.swift
[151/160] Compiling SwiftParser ExperimentalFeatures.swift
[152/160] Compiling SwiftParser Expressions.swift
[153/160] Compiling SwiftParser IncrementalParseTransition.swift
[154/160] Compiling SwiftParser Cursor.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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[160/184] Compiling SwiftParserDiagnostics Utils.swift
[161/184] Compiling SwiftOperators OperatorError.swift
[162/184] Compiling SwiftOperators PrecedenceGroup.swift
[163/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/185] Compiling SwiftOperators PrecedenceGraph.swift
[165/185] Emitting module SwiftOperators
[166/185] Compiling SwiftOperators SyntaxSynthesis.swift
[167/185] Compiling SwiftOperators OperatorTable+Semantics.swift
[168/185] Compiling SwiftOperators OperatorTable.swift
[169/185] Compiling SwiftOperators OperatorError+Diagnostics.swift
[170/185] Compiling SwiftOperators OperatorTable+Defaults.swift
[171/185] Compiling SwiftOperators Operator.swift
[172/185] Compiling SwiftOperators OperatorTable+Folding.swift
[173/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[174/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[175/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[176/185] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[177/185] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[178/185] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[179/185] Emitting module SwiftParserDiagnostics
[180/185] Compiling SwiftParserDiagnostics MissingNodesError.swift
[181/185] Compiling SwiftParserDiagnostics MissingTokenError.swift
[182/185] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[183/185] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[184/199] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[185/199] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[186/199] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[187/199] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[188/199] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[189/199] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/199] Compiling SwiftSyntaxBuilder Indenter.swift
[191/199] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[192/199] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[193/199] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.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 MemberAttributeMacro.swift
[201/214] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[202/214] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[203/214] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[204/214] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[205/214] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[206/214] Compiling SwiftSyntaxMacros Macro+Format.swift
[207/214] Compiling SwiftSyntaxMacros MemberMacro.swift
[208/214] Compiling SwiftSyntaxMacros AccessorMacro.swift
[209/214] Compiling SwiftSyntaxMacros AttachedMacro.swift
[210/215] Emitting module SwiftSyntaxMacros
[211/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[212/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[213/215] Compiling SwiftSyntaxMacros PeerMacro.swift
[214/223] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[215/223] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[216/223] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[217/223] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[218/223] Emitting module SwiftSyntaxMacroExpansion
[219/223] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[220/223] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[221/223] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[222/230] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[223/230] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[224/230] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[225/230] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[226/230] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[227/230] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[228/230] Emitting module SwiftCompilerPluginMessageHandling
[229/232] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[230/232] Emitting module SwiftCompilerPlugin
[231/241] Compiling PropertyTracerPlugin PropertyTracerMacroDiagnostic.swift
[232/241] Compiling PropertyTracerPlugin _TracedMacro.swift
[233/241] Compiling PropertyTracerPlugin PropertyTracerMacroPlugin.swift
[234/241] Compiling PropertyTracerPlugin NoTracedMacro.swift
[235/241] Emitting module PropertyTracerPlugin
[236/241] Compiling PropertyTracerPlugin PatternBindingSyntax+.swift
[237/241] Compiling PropertyTracerPlugin VariableDeclSyntax+.swift
[238/241] Compiling PropertyTracerPlugin PropertyTracerMacro.swift
[239/241] Compiling PropertyTracerPlugin DeclGroupSyntax+.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! (54.75s)
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.