Build Information
Successful build of PropertyTracer, reference 0.3.0 (3703d7
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 06:19:09 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: 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 from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (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.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.63s)
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.94s)
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.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] 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 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 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 symbolInfo.swift
[45/104] Emitting module PropertyTracerSupport
[46/104] Compiling PropertyTracerSupport demangle.swift
[48/104] Compiling PropertyTracerSupport symbolInfo.swift
[49/104] Compiling PropertyTracerSupport PropertyAccess.swift
[50/104] Compiling PropertyTracerSupport Thread+.swift
[51/104] Emitting module PropertyTracerSupport
[52/104] Compiling PropertyTracerSupport CallStackInfo.swift
[53/104] Compiling PropertyTracerSupport PropertyAccess.swift
[54/104] Compiling PropertyTracerSupport Thread+.swift
[55/104] Compiling PropertyTracerSupport CallStackInfo.swift
[56/104] Emitting module SwiftSyntax
[57/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[58/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[59/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[60/104] Compiling SwiftSyntax SyntaxCollections.swift
[61/104] Compiling SwiftSyntax SyntaxEnum.swift
[62/104] Compiling SwiftSyntax SyntaxKind.swift
[63/104] Compiling SwiftSyntax SyntaxRewriter.swift
[64/104] Compiling SwiftSyntax SyntaxHashable.swift
[65/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[66/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[67/104] Compiling SwiftSyntax SyntaxProtocol.swift
[68/104] Compiling SwiftSyntax SyntaxText.swift
[69/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[70/104] Compiling SwiftSyntax TokenDiagnostic.swift
[71/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[72/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[73/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[74/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[75/104] Compiling SwiftSyntax SyntaxNodesC.swift
[76/104] Compiling SwiftSyntax SyntaxNodesD.swift
[77/104] Compiling SwiftSyntax SyntaxTraits.swift
[78/104] Compiling SwiftSyntax SyntaxTransform.swift
[79/104] Compiling SwiftSyntax SyntaxVisitor.swift
[80/104] Compiling SwiftSyntax TokenKind.swift
[81/104] Compiling SwiftSyntax Tokens.swift
[82/104] Compiling SwiftSyntax TriviaPieces.swift
[83/104] Compiling SwiftSyntax RawSyntaxNodesAB.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 RawSyntaxNodesC.swift
[92/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[93/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[94/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[95/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[96/104] Compiling SwiftSyntax RawSyntaxNodesOP.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] Compiling SwiftBasicFormat Syntax+Extensions.swift
[107/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[108/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[109/156] Compiling SwiftDiagnostics FixIt.swift
[110/156] Compiling SwiftDiagnostics Diagnostic.swift
[111/156] Compiling SwiftDiagnostics Convenience.swift
[112/156] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[113/156] Emitting module SwiftDiagnostics
[114/156] Compiling SwiftParser SyntaxUtils.swift
[115/156] Compiling SwiftParser TokenConsumer.swift
[116/156] Compiling SwiftParser TokenPrecedence.swift
[117/156] Compiling SwiftParser TokenSpec.swift
[118/160] Compiling SwiftBasicFormat BasicFormat.swift
[119/160] Emitting module SwiftBasicFormat
[120/160] Compiling SwiftParser Lexeme.swift
[121/160] Compiling SwiftParser LexemeSequence.swift
[122/160] Compiling SwiftParser Lexer.swift
[123/160] Compiling SwiftParser RegexLiteralLexer.swift
[124/160] Compiling SwiftParser UnicodeScalarExtensions.swift
[125/160] Compiling SwiftParser Lookahead.swift
[126/160] Compiling SwiftParser LoopProgressCondition.swift
[127/160] Compiling SwiftParser Modifiers.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 TokenSpecSet.swift
[137/160] Compiling SwiftParser TopLevel.swift
[138/160] Compiling SwiftParser TriviaParser.swift
[139/160] Compiling SwiftParser Types.swift
[140/160] Compiling SwiftParser Statements.swift
[141/160] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[142/160] Compiling SwiftParser StringLiterals.swift
[143/160] Compiling SwiftParser SwiftParserCompatibility.swift
[144/160] Compiling SwiftParser IsLexerClassified.swift
[145/160] Compiling SwiftParser LayoutNodes+Parsable.swift
[146/160] Compiling SwiftParser Parser+TokenSpecSet.swift
[147/160] Compiling SwiftParser TokenSpecStaticMembers.swift
[148/160] Compiling SwiftParser Attributes.swift
[149/160] Compiling SwiftParser Availability.swift
[150/160] Compiling SwiftParser CharacterInfo.swift
[151/160] Compiling SwiftParser CollectionNodes+Parsable.swift
[152/160] Compiling SwiftParser Declarations.swift
[153/160] Emitting module SwiftParser
[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 PrecedenceGroup.swift
[160/183] Compiling SwiftOperators PrecedenceGraph.swift
[161/183] Compiling SwiftOperators OperatorTable+Defaults.swift
[162/183] Compiling SwiftOperators OperatorTable.swift
[163/183] Compiling SwiftOperators OperatorTable+Folding.swift
[164/183] Compiling SwiftOperators OperatorError+Diagnostics.swift
[165/183] Emitting module SwiftOperators
[166/183] Compiling SwiftOperators Operator.swift
[167/183] Compiling SwiftOperators OperatorTable+Semantics.swift
[168/183] Compiling SwiftOperators OperatorError.swift
[169/184] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[170/184] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[171/184] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[172/184] Compiling SwiftParserDiagnostics Utils.swift
[173/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[174/185] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[175/185] Compiling SwiftOperators SyntaxSynthesis.swift
[176/185] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.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] Emitting module SwiftParserDiagnostics
[182/185] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[183/185] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[184/199] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[185/200] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[186/200] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[187/200] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[188/200] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[189/200] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/200] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[191/200] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[192/200] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[193/200] Emitting module SwiftSyntaxBuilder
[194/200] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[195/200] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[196/200] Compiling SwiftSyntaxBuilder Indenter.swift
[197/200] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[198/200] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[199/214] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[200/214] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[201/214] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[202/214] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[203/214] Compiling SwiftSyntaxMacros Macro.swift
[204/214] Compiling SwiftSyntaxMacros Macro+Format.swift
[205/214] Compiling SwiftSyntaxMacros MemberMacro.swift
[206/215] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[207/215] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[208/215] Compiling SwiftSyntaxMacros AccessorMacro.swift
[209/215] Compiling SwiftSyntaxMacros AttachedMacro.swift
[210/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[211/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[212/215] Emitting module SwiftSyntaxMacros
[213/215] Compiling SwiftSyntaxMacros PeerMacro.swift
[214/223] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[215/223] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[216/223] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[217/223] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[218/223] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/223] Emitting module SwiftSyntaxMacroExpansion
[220/223] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[221/223] Compiling SwiftSyntaxMacroExpansion MacroSystem.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] Emitting module SwiftCompilerPlugin
[230/232] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[231/241] Compiling PropertyTracerPlugin PropertyTracerMacroPlugin.swift
[232/241] Compiling PropertyTracerPlugin _TracedMacro.swift
[233/241] Compiling PropertyTracerPlugin VariableDeclSyntax+.swift
[234/241] Compiling PropertyTracerPlugin NoTracedMacro.swift
[235/241] Compiling PropertyTracerPlugin PropertyTracerMacroDiagnostic.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 PropertyTracer.swift
[243/245] Compiling PropertyTracer exported.swift
[244/245] Compiling PropertyTracer Macro.swift
[245/245] Emitting module PropertyTracer
Build complete! (22.41s)
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.