Build Information
Successful build of swift-interception, reference main (a80b2c), with Swift 6.1 for macOS (SPM) on 7 Feb 2026 23:31:43 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-interception.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-interception
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a80b2c0 feat(SPI): Update .spi.yml
Cloned https://github.com/capturecontext/swift-interception.git
Revision (git rev-parse @):
a80b2c02c8b852becc4df62366395bfbd677421c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-interception.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/capturecontext/swift-interception.git
https://github.com/capturecontext/swift-interception.git
{
"dependencies" : [
{
"identity" : "swift-macro-toolkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-macro-toolkit.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "swift-interception",
"name" : "swift-interception",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "_InterceptionCustomSelectors",
"targets" : [
"_InterceptionCustomSelectors"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "_InterceptionMacros",
"targets" : [
"_InterceptionMacros"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "_InterceptionUtils",
"targets" : [
"_InterceptionUtils"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Interception",
"targets" : [
"Interception"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "InterceptionMacros",
"targets" : [
"InterceptionMacros"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "InterceptionMacrosPlugin",
"targets" : [
"InterceptionMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "_InterceptionUtilsObjc",
"module_type" : "ClangTarget",
"name" : "_InterceptionUtilsObjc",
"path" : "Sources/_InterceptionUtilsObjc",
"product_memberships" : [
"_InterceptionUtils",
"Interception",
"InterceptionMacros"
],
"sources" : [
"ObjcRuntimeAliases.m"
],
"type" : "library"
},
{
"c99name" : "_InterceptionUtils",
"module_type" : "SwiftTarget",
"name" : "_InterceptionUtils",
"path" : "Sources/_InterceptionUtils",
"product_memberships" : [
"_InterceptionUtils",
"Interception",
"InterceptionMacros"
],
"sources" : [
"Exports.swift",
"NSObject+Association.swift",
"NSObject+ObjCRuntime.swift",
"ObjC+Constants.swift",
"ObjC+Messages.swift",
"ObjC+Runtime.swift",
"ObjC+RuntimeSubclassing.swift",
"ObjC+Selector.swift",
"Synchronizing.swift"
],
"target_dependencies" : [
"_InterceptionUtilsObjc"
],
"type" : "library"
},
{
"c99name" : "_InterceptionMacros",
"module_type" : "SwiftTarget",
"name" : "_InterceptionMacros",
"path" : "Sources/_InterceptionMacros",
"product_memberships" : [
"_InterceptionMacros",
"InterceptionMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"InterceptionMacrosPlugin",
"_InterceptionCustomSelectors"
],
"type" : "library"
},
{
"c99name" : "_InterceptionCustomSelectors",
"module_type" : "SwiftTarget",
"name" : "_InterceptionCustomSelectors",
"path" : "Sources/_InterceptionCustomSelectors",
"product_memberships" : [
"_InterceptionCustomSelectors",
"_InterceptionMacros",
"Interception",
"InterceptionMacros"
],
"sources" : [
"KeyPath+.swift",
"_MethodSelector.swift",
"_MutablePropertySelector.swift",
"_PropertySelector.swift"
],
"type" : "library"
},
{
"c99name" : "InterceptionTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionTests",
"path" : "Tests/InterceptionTests",
"sources" : [
"InterceptionTests.swift"
],
"target_dependencies" : [
"Interception"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosTests",
"path" : "Tests/InterceptionMacrosTests",
"sources" : [
"InterceptionMacrosTests.swift"
],
"target_dependencies" : [
"InterceptionMacros"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosPluginTests",
"path" : "Tests/InterceptionMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"MethodSelectorTests.swift",
"PropertySelectorTests.swift"
],
"target_dependencies" : [
"InterceptionMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosPlugin",
"path" : "Sources/InterceptionMacrosPlugin",
"product_dependencies" : [
"MacroToolkit"
],
"product_memberships" : [
"_InterceptionMacros",
"InterceptionMacros",
"InterceptionMacrosPlugin"
],
"sources" : [
"Macros/MethodSelectorMacro.swift",
"Macros/PropertySelectorMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "InterceptionMacros",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacros",
"path" : "Sources/InterceptionMacros",
"product_memberships" : [
"InterceptionMacros"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"_InterceptionMacros",
"Interception"
],
"type" : "library"
},
{
"c99name" : "Interception",
"module_type" : "SwiftTarget",
"name" : "Interception",
"path" : "Sources/Interception",
"product_memberships" : [
"Interception",
"InterceptionMacros"
],
"sources" : [
"Exports.swift",
"InterceptionResult.swift",
"NSObject+Interception.swift"
],
"target_dependencies" : [
"_InterceptionCustomSelectors",
"_InterceptionUtils"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/44] Write sources
[28/44] Write swift-version-2F0A5646E1D333AE.txt
[30/64] Emitting module SwiftSyntax600
[31/64] Compiling SwiftSyntax600 Empty.swift
[32/64] Emitting module SwiftSyntax602
[33/64] Compiling SwiftSyntax602 Empty.swift
[34/64] Emitting module SwiftSyntax510
[35/64] Compiling SwiftSyntax510 Empty.swift
[36/64] Emitting module SwiftSyntax509
[37/64] Compiling SwiftSyntax509 Empty.swift
[38/64] Emitting module SwiftSyntax601
[39/64] Compiling SwiftSyntax601 Empty.swift
[39/64] Compiling _SwiftSyntaxCShims PlatformMutex.c
[40/64] Compiling _InterceptionUtilsObjc ObjcRuntimeAliases.m
[43/148] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/148] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/148] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/148] Compiling SwiftSyntax SourceEdit.swift
[47/148] Compiling SwiftSyntax SourceLength.swift
[48/148] Compiling SwiftSyntax SourceLocation.swift
[49/148] Compiling SwiftSyntax SourcePresence.swift
[50/148] Compiling SwiftSyntax CustomTraits.swift
[51/148] Compiling SwiftSyntax EditorPlaceholder.swift
[52/148] Compiling SwiftSyntax Identifier.swift
[53/148] Compiling SwiftSyntax MemoryLayout.swift
[54/148] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/148] Compiling SwiftSyntax RawSyntax.swift
[56/148] Compiling SwiftSyntax RawSyntaxArena.swift
[57/148] Compiling SwiftSyntax AbsolutePosition.swift
[58/148] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/148] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[60/148] Compiling SwiftSyntax Assert.swift
[61/148] Compiling SwiftSyntax BumpPtrAllocator.swift
[62/148] Compiling SwiftSyntax CommonAncestor.swift
[63/148] Compiling SwiftSyntax Convenience.swift
[64/148] Compiling SwiftSyntax SyntaxProtocol.swift
[65/148] Compiling SwiftSyntax SyntaxText.swift
[66/148] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/148] Compiling SwiftSyntax TokenDiagnostic.swift
[68/148] Compiling SwiftSyntax TokenSequence.swift
[69/148] Compiling SwiftSyntax TokenSyntax.swift
[70/148] Compiling SwiftSyntax Trivia.swift
[71/148] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[72/148] Compiling SwiftSyntax Syntax.swift
[73/148] Compiling SwiftSyntax SyntaxChildren.swift
[74/148] Compiling SwiftSyntax SyntaxCollection.swift
[75/148] Compiling SwiftSyntax SyntaxHashable.swift
[76/148] Compiling SwiftSyntax SyntaxIdentifier.swift
[77/148] Compiling SwiftSyntax SyntaxNodeStructure.swift
[78/155] Emitting module _InterceptionUtils
[79/155] Emitting module _InterceptionCustomSelectors
[80/155] Compiling _InterceptionUtils ObjC+Messages.swift
[81/155] Compiling _InterceptionCustomSelectors _PropertySelector.swift
[82/155] Compiling _InterceptionUtils Synchronizing.swift
[83/155] Compiling _InterceptionCustomSelectors _MutablePropertySelector.swift
[84/155] Compiling _InterceptionCustomSelectors _MethodSelector.swift
[85/155] Compiling _InterceptionCustomSelectors _PropertySelector.swift
[86/155] Compiling _InterceptionCustomSelectors KeyPath+.swift
[86/155] Write Objects.LinkFileList
[87/155] Archiving lib_InterceptionCustomSelectors.a
[89/155] Compiling _InterceptionUtils NSObject+ObjCRuntime.swift
[90/155] Compiling _InterceptionUtils ObjC+Selector.swift
[91/155] Compiling _InterceptionUtils Synchronizing.swift
[92/155] Compiling _InterceptionCustomSelectors _MethodSelector.swift
[93/155] Compiling _InterceptionCustomSelectors KeyPath+.swift
[94/155] Compiling _InterceptionUtils ObjC+Constants.swift
[95/155] Compiling _InterceptionCustomSelectors _MutablePropertySelector.swift
[96/155] Emitting module _InterceptionCustomSelectors
[97/155] Compiling _InterceptionUtils Exports.swift
[98/155] Compiling _InterceptionUtils ObjC+RuntimeSubclassing.swift
[99/155] Compiling _InterceptionUtils NSObject+ObjCRuntime.swift
[100/155] Compiling _InterceptionUtils ObjC+Runtime.swift
[101/155] Compiling _InterceptionUtils Exports.swift
[102/155] Compiling _InterceptionUtils NSObject+Association.swift
[103/155] Compiling _InterceptionUtils ObjC+Constants.swift
[104/155] Compiling _InterceptionUtils NSObject+Association.swift
[105/155] Emitting module _InterceptionUtils
[106/155] Compiling _InterceptionUtils ObjC+Messages.swift
[107/155] Compiling _InterceptionUtils ObjC+Selector.swift
[108/155] Compiling _InterceptionUtils ObjC+Runtime.swift
[109/155] Compiling _InterceptionUtils ObjC+RuntimeSubclassing.swift
[109/155] Write Objects.LinkFileList
[110/155] Archiving lib_InterceptionUtils.a
[112/163] Compiling Interception InterceptionResult.swift
[113/163] Compiling Interception Exports.swift
[114/163] Emitting module Interception
[115/163] Compiling Interception NSObject+Interception.swift
[116/163] Compiling Interception Exports.swift
[117/163] Emitting module Interception
[117/163] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/_InterceptionUtils.build/Exports.swift.o(Exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Interception.build/Exports.swift.o(Exports.swift.o)'
[118/163] Archiving libInterception.a
[120/163] Compiling Interception NSObject+Interception.swift
[121/163] Compiling Interception InterceptionResult.swift
[122/163] Emitting module SwiftSyntax
[123/163] Compiling SwiftSyntax SyntaxCollections.swift
[124/163] Compiling SwiftSyntax SyntaxEnum.swift
[125/163] Compiling SwiftSyntax SyntaxKind.swift
[126/163] Compiling SwiftSyntax SyntaxRewriter.swift
[127/163] Compiling SwiftSyntax SyntaxTraits.swift
[128/163] Compiling SwiftSyntax SyntaxVisitor.swift
[129/163] Compiling SwiftSyntax TokenKind.swift
[130/163] Compiling SwiftSyntax Tokens.swift
[131/163] Compiling SwiftSyntax TriviaPieces.swift
[132/163] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[133/163] Compiling SwiftSyntax RawSyntaxNodesC.swift
[134/163] Compiling SwiftSyntax RawSyntaxNodesD.swift
[135/163] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[136/163] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[137/163] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[138/163] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[139/163] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[140/163] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[141/163] Compiling SwiftSyntax RawSyntaxValidation.swift
[142/163] Compiling SwiftSyntax SyntaxNodesAB.swift
[143/163] Compiling SwiftSyntax SyntaxNodesC.swift
[144/163] Compiling SwiftSyntax Utils.swift
[145/163] Compiling SwiftSyntax ChildNameForKeyPath.swift
[146/163] Compiling SwiftSyntax Keyword.swift
[147/163] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[148/163] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[149/163] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[150/163] Compiling SwiftSyntax SyntaxBaseNodes.swift
[151/163] Compiling SwiftSyntax SyntaxNodesD.swift
[152/163] Compiling SwiftSyntax SyntaxNodesEF.swift
[153/163] Compiling SwiftSyntax SyntaxNodesGHI.swift
[154/163] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[155/163] Compiling SwiftSyntax SyntaxNodesOP.swift
[156/163] Compiling SwiftSyntax SyntaxNodesQRS.swift
[157/163] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[158/223] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[159/223] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[160/224] Compiling SwiftDiagnostics Message.swift
[161/224] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[162/224] Emitting module SwiftDiagnostics
[163/224] Compiling SwiftDiagnostics Note.swift
[164/224] Compiling SwiftBasicFormat Syntax+Extensions.swift
[165/224] Compiling SwiftBasicFormat InferIndentation.swift
[166/224] Compiling SwiftBasicFormat BasicFormat.swift
[167/224] Compiling SwiftBasicFormat Indenter.swift
[168/224] Emitting module SwiftBasicFormat
[169/224] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[170/224] Compiling SwiftDiagnostics FixIt.swift
[171/224] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[172/224] Compiling SwiftDiagnostics Convenience.swift
[173/224] Compiling SwiftDiagnostics Diagnostic.swift
[174/224] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[175/224] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[176/224] Compiling SwiftParser StringLiterals.swift
[177/224] Compiling SwiftParser SwiftParserCompatibility.swift
[178/224] Compiling SwiftParser SwiftVersion.swift
[179/224] Compiling SwiftParser SyntaxUtils.swift
[180/228] Compiling SwiftParser TokenConsumer.swift
[181/228] Compiling SwiftParser TokenPrecedence.swift
[182/228] Compiling SwiftParser TokenSpec.swift
[183/228] Compiling SwiftParser TokenSpecSet.swift
[184/228] Compiling SwiftParser TopLevel.swift
[185/228] Compiling SwiftParser TriviaParser.swift
[186/228] Compiling SwiftParser Types.swift
[187/228] Compiling SwiftParser ExperimentalFeatures.swift
[188/228] Compiling SwiftParser RegexLiteralLexer.swift
[189/228] Compiling SwiftParser UnicodeScalarExtensions.swift
[190/228] Compiling SwiftParser Lookahead.swift
[191/228] Compiling SwiftParser LoopProgressCondition.swift
[192/228] Compiling SwiftParser Modifiers.swift
[193/228] Compiling SwiftParser Names.swift
[194/228] Compiling SwiftParser Nominals.swift
[195/228] Compiling SwiftParser Parameters.swift
[196/228] Compiling SwiftParser ParseSourceFile.swift
[197/228] Compiling SwiftParser Parser.swift
[198/228] Compiling SwiftParser Patterns.swift
[199/228] Compiling SwiftParser Recovery.swift
[200/228] Compiling SwiftParser Specifiers.swift
[201/228] Compiling SwiftParser Statements.swift
[202/228] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[203/228] Compiling SwiftParser IsValidIdentifier.swift
[204/228] Compiling SwiftParser Cursor.swift
[205/228] Compiling SwiftParser Lexeme.swift
[206/228] Compiling SwiftParser LexemeSequence.swift
[207/228] Compiling SwiftParser Lexer.swift
[208/228] Emitting module SwiftParser
[209/228] Compiling SwiftParser Declarations.swift
[210/228] Compiling SwiftParser Directives.swift
[211/228] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[212/228] Compiling SwiftParser Expressions.swift
[213/228] Compiling SwiftParser IncrementalParseTransition.swift
[214/228] Compiling SwiftParser Attributes.swift
[215/228] Compiling SwiftParser Availability.swift
[216/228] Compiling SwiftParser CharacterInfo.swift
[217/228] Compiling SwiftParser CollectionNodes+Parsable.swift
[218/228] Compiling SwiftParser CompilerFiles.swift
[219/228] Compiling SwiftParser IsLexerClassified.swift
[220/228] Compiling SwiftParser LayoutNodes+Parsable.swift
[221/228] Compiling SwiftParser Parser+TokenSpecSet.swift
[222/228] Compiling SwiftParser TokenSpecStaticMembers.swift
[223/251] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[224/252] Compiling SwiftOperators PrecedenceGroup.swift
[225/252] Compiling SwiftOperators PrecedenceGraph.swift
[226/253] Compiling SwiftParserDiagnostics Utils.swift
[227/253] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[228/253] Compiling SwiftOperators OperatorTable+Semantics.swift
[229/253] Compiling SwiftOperators SyntaxSynthesis.swift
[230/253] Compiling SwiftOperators OperatorTable+Defaults.swift
[231/253] Compiling SwiftOperators OperatorError.swift
[232/253] Compiling SwiftOperators OperatorError+Diagnostics.swift
[233/253] Emitting module SwiftOperators
[234/253] Compiling SwiftOperators Operator.swift
[235/253] Compiling SwiftOperators OperatorTable.swift
[236/253] Compiling SwiftOperators OperatorTable+Folding.swift
[237/253] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[238/253] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[239/253] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[240/253] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[241/253] Compiling SwiftParserDiagnostics MissingNodesError.swift
[242/253] Compiling SwiftParserDiagnostics MissingTokenError.swift
[243/253] Emitting module SwiftParserDiagnostics
[244/253] Compiling SwiftParserDiagnostics PresenceUtils.swift
[245/253] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[246/253] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[247/253] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[248/268] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[249/268] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[250/269] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[251/269] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[252/269] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[253/269] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[254/269] Compiling SwiftSyntaxBuilder Indenter.swift
[255/269] Compiling SwiftSyntaxBuilder ListBuilder.swift
[256/269] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[257/269] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[258/269] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[259/269] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[260/269] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[261/269] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[262/269] Emitting module SwiftSyntaxBuilder
[263/269] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[264/287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[265/288] Compiling SwiftSyntaxMacros MemberMacro.swift
[266/288] Compiling SwiftSyntaxMacros PeerMacro.swift
[267/288] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[268/288] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[269/288] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[270/288] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[271/288] Compiling SwiftSyntaxMacros Macro.swift
[272/288] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[273/288] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[274/288] Compiling SwiftSyntaxMacros AccessorMacro.swift
[275/288] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[276/288] Compiling SwiftSyntaxMacros Macro+Format.swift
[277/288] Compiling SwiftSyntaxMacros AttachedMacro.swift
[278/288] Compiling SwiftSyntaxMacros BodyMacro.swift
[279/288] Emitting module SwiftSyntaxMacros
[280/288] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[281/288] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[282/288] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[283/298] Emitting module SwiftSyntaxMacroExpansion
[284/298] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[285/298] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[286/298] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[287/298] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[288/298] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[289/298] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[290/298] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[291/298] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[292/298] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[293/310] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[294/311] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[295/311] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[296/311] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[297/311] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[298/311] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[299/311] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[300/311] Emitting module SwiftCompilerPluginMessageHandling
[301/311] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[302/311] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[303/311] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[304/311] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[305/311] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[306/313] Emitting module SwiftCompilerPlugin
[307/313] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[308/366] Emitting module MacroToolkit
[309/371] Compiling MacroToolkit Diagnostics.swift
[310/371] Compiling MacroToolkit DictionaryType.swift
[311/371] Compiling MacroToolkit EnumCase.swift
[312/371] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[313/371] Compiling MacroToolkit EnumCaseValue.swift
[314/371] Compiling MacroToolkit Expr.swift
[315/371] Compiling MacroToolkit CompositionType.swift
[316/371] Compiling MacroToolkit ConditionalCompilationBlock.swift
[317/371] Compiling MacroToolkit Decl.swift
[318/371] Compiling MacroToolkit Actor.swift
[319/371] Compiling MacroToolkit Class.swift
[320/371] Compiling MacroToolkit DeclGroup.swift
[321/371] Compiling MacroToolkit IntegerLiteral.swift
[322/371] Compiling MacroToolkit LiteralProtocol.swift
[323/371] Compiling MacroToolkit MacroAttribute.swift
[324/371] Compiling MacroToolkit MemberType.swift
[325/371] Compiling MacroToolkit MetatypeType.swift
[326/371] Compiling MacroToolkit MissingType.swift
[327/371] Compiling MacroToolkit DeclGroupProtocol.swift
[328/371] Compiling MacroToolkit Enum.swift
[329/371] Compiling MacroToolkit Extension.swift
[330/371] Compiling MacroToolkit Protocol.swift
[331/371] Compiling MacroToolkit Struct.swift
[332/371] Compiling MacroToolkit Destructuring.swift
[333/371] Compiling MacroToolkit AccessLevel.swift
[334/371] Compiling MacroToolkit DeclarationContextModifier.swift
[335/371] Compiling MacroToolkit ModifierProtocol.swift
[336/371] Compiling MacroToolkit NilLiteral.swift
[337/371] Compiling MacroToolkit OptionalType.swift
[338/371] Compiling MacroToolkit PackExpansionType.swift
[339/371] Compiling MacroToolkit SomeOrAnyType.swift
[340/371] Compiling MacroToolkit String+Extensions.swift
[341/371] Compiling MacroToolkit StringLiteral.swift
[342/371] Compiling MacroToolkit SuppressedType.swift
[343/371] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[344/371] Compiling MacroToolkit PackReferenceType.swift
[345/371] Compiling MacroToolkit Property.swift
[346/371] Compiling MacroToolkit RegexLiteral.swift
[347/371] Compiling MacroToolkit RepresentableBySyntax.swift
[348/371] Compiling MacroToolkit SimpleType.swift
[349/371] Compiling MacroToolkit TupleType.swift
[350/371] Compiling MacroToolkit Type.swift
[351/371] Compiling MacroToolkit TypeProtocol.swift
[352/371] Compiling MacroToolkit Variable.swift
[353/371] Compiling MacroToolkit VariableBinding.swift
[354/371] Compiling MacroToolkit ExprProtocol.swift
[355/371] Compiling MacroToolkit FloatLiteral.swift
[356/371] Compiling MacroToolkit Function.swift
[357/371] Compiling MacroToolkit FunctionParameter.swift
[358/371] Compiling MacroToolkit FunctionType.swift
[359/371] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[360/371] Compiling MacroToolkit ArrayType.swift
[361/371] Compiling MacroToolkit AssociatedType.swift
[362/371] Compiling MacroToolkit Attribute.swift
[363/371] Compiling MacroToolkit AttributeListElement.swift
[364/371] Compiling MacroToolkit BooleanLiteral.swift
[365/371] Compiling MacroToolkit ClassRestrictionType.swift
[366/375] Compiling InterceptionMacrosPlugin Plugin.swift
[367/375] Compiling InterceptionMacrosPlugin PropertySelectorMacro.swift
[368/375] Emitting module InterceptionMacrosPlugin
[369/375] Compiling InterceptionMacrosPlugin MethodSelectorMacro.swift
[369/375] Write Objects.LinkFileList
[370/375] Linking InterceptionMacrosPlugin-tool
[372/379] Compiling _InterceptionMacros Macros.swift
[373/379] Emitting module _InterceptionMacros
[374/379] Compiling _InterceptionMacros Macros.swift
[375/379] Emitting module _InterceptionMacros
[375/379] Write Objects.LinkFileList
[376/379] Archiving lib_InterceptionMacros.a
[378/383] Compiling InterceptionMacros Exports.swift
[379/383] Emitting module InterceptionMacros
[380/383] Compiling InterceptionMacros Exports.swift
[381/383] Emitting module InterceptionMacros
[381/383] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Interception.build/Exports.swift.o(Exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/InterceptionMacros.build/Exports.swift.o(Exports.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/InterceptionMacros.build/Exports.swift.o(Exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/_InterceptionUtils.build/Exports.swift.o(Exports.swift.o)'
[382/383] Archiving libInterceptionMacros.a
Build complete! (45.80s)
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/943] Fetching swift-macro-testing
[586/1927] Fetching swift-macro-testing, swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.92s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.92s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (1.43s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.17s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.23s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.8.0 (2.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.25s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.9 (0.47s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.97s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (1.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (1.26s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.9
Build complete.
{
"dependencies" : [
{
"identity" : "swift-macro-toolkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-macro-toolkit.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "swift-interception",
"name" : "swift-interception",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "_InterceptionCustomSelectors",
"targets" : [
"_InterceptionCustomSelectors"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "_InterceptionMacros",
"targets" : [
"_InterceptionMacros"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "_InterceptionUtils",
"targets" : [
"_InterceptionUtils"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Interception",
"targets" : [
"Interception"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "InterceptionMacros",
"targets" : [
"InterceptionMacros"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "InterceptionMacrosPlugin",
"targets" : [
"InterceptionMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "_InterceptionUtilsObjc",
"module_type" : "ClangTarget",
"name" : "_InterceptionUtilsObjc",
"path" : "Sources/_InterceptionUtilsObjc",
"product_memberships" : [
"_InterceptionUtils",
"Interception",
"InterceptionMacros"
],
"sources" : [
"ObjcRuntimeAliases.m"
],
"type" : "library"
},
{
"c99name" : "_InterceptionUtils",
"module_type" : "SwiftTarget",
"name" : "_InterceptionUtils",
"path" : "Sources/_InterceptionUtils",
"product_memberships" : [
"_InterceptionUtils",
"Interception",
"InterceptionMacros"
],
"sources" : [
"Exports.swift",
"NSObject+Association.swift",
"NSObject+ObjCRuntime.swift",
"ObjC+Constants.swift",
"ObjC+Messages.swift",
"ObjC+Runtime.swift",
"ObjC+RuntimeSubclassing.swift",
"ObjC+Selector.swift",
"Synchronizing.swift"
],
"target_dependencies" : [
"_InterceptionUtilsObjc"
],
"type" : "library"
},
{
"c99name" : "_InterceptionMacros",
"module_type" : "SwiftTarget",
"name" : "_InterceptionMacros",
"path" : "Sources/_InterceptionMacros",
"product_memberships" : [
"_InterceptionMacros",
"InterceptionMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"InterceptionMacrosPlugin",
"_InterceptionCustomSelectors"
],
"type" : "library"
},
{
"c99name" : "_InterceptionCustomSelectors",
"module_type" : "SwiftTarget",
"name" : "_InterceptionCustomSelectors",
"path" : "Sources/_InterceptionCustomSelectors",
"product_memberships" : [
"_InterceptionCustomSelectors",
"_InterceptionMacros",
"Interception",
"InterceptionMacros"
],
"sources" : [
"KeyPath+.swift",
"_MethodSelector.swift",
"_MutablePropertySelector.swift",
"_PropertySelector.swift"
],
"type" : "library"
},
{
"c99name" : "InterceptionTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionTests",
"path" : "Tests/InterceptionTests",
"sources" : [
"InterceptionTests.swift"
],
"target_dependencies" : [
"Interception"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosTests",
"path" : "Tests/InterceptionMacrosTests",
"sources" : [
"InterceptionMacrosTests.swift"
],
"target_dependencies" : [
"InterceptionMacros"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosPluginTests",
"path" : "Tests/InterceptionMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"MethodSelectorTests.swift",
"PropertySelectorTests.swift"
],
"target_dependencies" : [
"InterceptionMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "InterceptionMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacrosPlugin",
"path" : "Sources/InterceptionMacrosPlugin",
"product_dependencies" : [
"MacroToolkit"
],
"product_memberships" : [
"_InterceptionMacros",
"InterceptionMacros",
"InterceptionMacrosPlugin"
],
"sources" : [
"Macros/MethodSelectorMacro.swift",
"Macros/PropertySelectorMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "InterceptionMacros",
"module_type" : "SwiftTarget",
"name" : "InterceptionMacros",
"path" : "Sources/InterceptionMacros",
"product_memberships" : [
"InterceptionMacros"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"_InterceptionMacros",
"Interception"
],
"type" : "library"
},
{
"c99name" : "Interception",
"module_type" : "SwiftTarget",
"name" : "Interception",
"path" : "Sources/Interception",
"product_memberships" : [
"Interception",
"InterceptionMacros"
],
"sources" : [
"Exports.swift",
"InterceptionResult.swift",
"NSObject+Interception.swift"
],
"target_dependencies" : [
"_InterceptionCustomSelectors",
"_InterceptionUtils"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.