Build Information
Successful build of SafeDI, reference main (750058
), with Swift 6.1 for Linux on 4 Jun 2025 03:18:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/dfed/SafeDI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 750058d Bump to 1.2.2
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
750058d8e4a3889bba27a9a198e469d34020fd31
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[4560/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[24918/103600] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
[29726/87009] Fetching swift-macro-testing, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (5.56s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.58s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.63s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (6.73s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.10s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.18s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.82s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.91s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.63s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.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.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.4
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/131] Emitting module SwiftSyntax509
[61/131] Compiling SwiftSyntax509 Empty.swift
[62/132] Emitting module SwiftSyntax601
[63/132] Compiling SwiftSyntax601 Empty.swift
[64/133] Emitting module SwiftSyntax510
[65/133] Compiling SwiftSyntax510 Empty.swift
[66/134] Emitting module SwiftSyntax509
[67/134] Compiling SwiftSyntax509 Empty.swift
[69/135] Emitting module SwiftSyntax600
[70/135] Compiling SwiftSyntax600 Empty.swift
[74/143] Wrapping AST for SwiftSyntax601 for debugging
[76/143] Emitting module SwiftSyntax600
[77/143] Compiling SwiftSyntax600 Empty.swift
[78/157] Emitting module SwiftSyntax601
[79/157] Compiling SwiftSyntax601 Empty.swift
[80/170] Compiling SwiftSyntax510 Empty.swift
[81/170] Emitting module SwiftSyntax510
[82/171] Compiling InternalCollectionsUtilities Descriptions.swift
[83/171] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/172] Wrapping AST for SwiftSyntax600 for debugging
[88/172] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/172] Wrapping AST for SwiftSyntax510 for debugging
[90/172] Wrapping AST for SwiftSyntax509 for debugging
[92/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/172] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[97/172] Compiling InternalCollectionsUtilities Debugging.swift
[99/173] Wrapping AST for SwiftSyntax601 for debugging
[100/173] Wrapping AST for SwiftSyntax600 for debugging
[102/173] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[103/173] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/198] Compiling SwiftSyntax Identifier.swift
[105/198] Compiling SwiftSyntax MemoryLayout.swift
[106/201] Emitting module InternalCollectionsUtilities
[106/301] Wrapping AST for SwiftSyntax509 for debugging
[108/301] Compiling SwiftSyntax BumpPtrAllocator.swift
[109/301] Compiling SwiftSyntax CommonAncestor.swift
[110/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/301] Emitting module ArgumentParserToolInfo
[112/301] Compiling ArgumentParserToolInfo ToolInfo.swift
[113/302] Compiling SwiftSyntax Convenience.swift
[114/302] Compiling SwiftSyntax CustomTraits.swift
[115/302] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[116/302] Compiling SwiftSyntax Assert.swift
[117/302] Compiling SwiftSyntax AbsolutePosition.swift
[118/302] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[119/302] Emitting module InternalCollectionsUtilities
[127/304] Emitting module ArgumentParserToolInfo
[128/304] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/305] Wrapping AST for ArgumentParserToolInfo for debugging
[131/596] Compiling HeapModule _HeapNode.swift
[132/596] Compiling HeapModule Heap.swift
[133/596] Compiling HeapModule Heap+Invariants.swift
[134/596] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/596] Compiling HeapModule Heap+Descriptions.swift
[136/596] Emitting module HeapModule
[137/596] Compiling HeapModule Heap+UnsafeHandle.swift
[139/597] Compiling _RopeModule BigString+UTF16View.swift
[140/597] Compiling _RopeModule BigString+UTF8View.swift
[141/597] Compiling _RopeModule BigString+UnicodeScalarView.swift
[142/597] Compiling _RopeModule BigSubstring+UTF16View.swift
[143/597] Compiling _RopeModule BigSubstring+UTF8View.swift
[144/597] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[145/597] Compiling _RopeModule BigSubstring.swift
[146/597] Compiling _RopeModule BigString+Initializers.swift
[147/597] Compiling _RopeModule BigString+Insert.swift
[148/597] Compiling _RopeModule BigString+Managing Breaks.swift
[149/597] Compiling _RopeModule BigString+RemoveSubrange.swift
[150/597] Compiling _RopeModule BigString+ReplaceSubrange.swift
[151/597] Compiling _RopeModule BigString+Split.swift
[152/597] Compiling _RopeModule Range+BigString.swift
[167/618] Compiling HeapModule Heap+Descriptions.swift
[168/618] Compiling _RopeModule Rope+_UnsafeHandle.swift
[169/618] Compiling _RopeModule Rope.swift
[170/618] Compiling _RopeModule RopeElement.swift
[171/618] Compiling _RopeModule RopeMetric.swift
[172/618] Compiling _RopeModule RopeSummary.swift
[173/618] Compiling _RopeModule _RopeItem.swift
[174/618] Compiling _RopeModule _RopePath.swift
[175/618] Compiling _RopeModule BigString+Append.swift
[176/618] Compiling _RopeModule BigString+Iterators.swift
[177/618] Compiling _RopeModule BigString+Metrics.swift
[178/618] Compiling _RopeModule BigString+Summary.swift
[179/618] Compiling _RopeModule BigString.swift
[180/618] Compiling _RopeModule BigString+Comparable.swift
[181/618] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[182/618] Compiling _RopeModule BigString+CustomStringConvertible.swift
[183/618] Compiling _RopeModule BigString+Equatable.swift
[184/618] Compiling _RopeModule BigString+Chunk.swift
[185/618] Compiling _RopeModule BigString+BidirectionalCollection.swift
[186/618] Compiling _RopeModule BigString+Builder.swift
[187/618] Compiling _RopeModule BigString+Contents.swift
[188/618] Compiling _RopeModule BigString+Debugging.swift
[189/618] Compiling _RopeModule BigString+Index.swift
[190/618] Compiling _RopeModule BigString+Ingester.swift
[191/618] Compiling _RopeModule BigString+Invariants.swift
[192/618] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[193/618] Compiling _RopeModule BigString+Hashing.swift
[194/618] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[195/618] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[196/618] Compiling _RopeModule BigString+Sequence.swift
[197/618] Compiling _RopeModule BigString+TextOutputStream.swift
[198/618] Compiling _RopeModule Rope+_Storage.swift
[199/618] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[208/618] Compiling HeapModule _HeapNode.swift
[217/618] Compiling HeapModule Heap.swift
[226/618] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[227/618] Compiling _RopeModule BigString+Chunk+Breaks.swift
[228/618] Compiling _RopeModule BigString+Chunk+Counts.swift
[229/618] Compiling _RopeModule BigString+Chunk+Description.swift
[230/618] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[231/618] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[232/618] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[233/618] Compiling _RopeModule BigString+Chunk+Splitting.swift
[234/618] Compiling HeapModule Heap+UnsafeHandle.swift
[235/618] Compiling HeapModule Heap+Invariants.swift
[236/618] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[237/618] Emitting module HeapModule
[269/704] Compiling HashTreeCollections _AncestorHashSlots.swift
[270/704] Compiling HashTreeCollections _Bitmap.swift
[271/704] Compiling HashTreeCollections _Bucket.swift
[272/704] Compiling HashTreeCollections _Hash.swift
[273/704] Compiling HashTreeCollections _HashLevel.swift
[274/704] Compiling HashTreeCollections _HashNode+Builder.swift
[275/704] Compiling HashTreeCollections _HashNode+Debugging.swift
[276/704] Compiling HashTreeCollections _HashNode+Initializers.swift
[277/704] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[278/704] Compiling HashTreeCollections TreeSet+Debugging.swift
[279/704] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/704] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/704] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/704] Compiling HashTreeCollections TreeSet+Extras.swift
[283/704] Compiling HashTreeCollections TreeSet+Filter.swift
[284/704] Compiling HashTreeCollections TreeSet+Hashable.swift
[285/704] Compiling HashTreeCollections TreeSet+Sendable.swift
[286/704] Compiling HashTreeCollections TreeDictionary+Keys.swift
[287/704] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[288/704] Compiling HashTreeCollections TreeDictionary+Merge.swift
[289/704] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[290/704] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[291/704] Compiling HashTreeCollections TreeDictionary+Values.swift
[292/704] Compiling HashTreeCollections TreeDictionary.swift
[293/704] Compiling HashTreeCollections TreeSet+Codable.swift
[294/704] Compiling HashTreeCollections TreeSet+Collection.swift
[310/704] Compiling HashTreeCollections _HashNode+Invariants.swift
[311/704] Compiling HashTreeCollections _HashNode+Lookups.swift
[314/704] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[315/704] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[316/704] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[317/704] Compiling HashTreeCollections _HashNode+Storage.swift
[318/704] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[319/704] Compiling HashTreeCollections _HashNode+Structural filter.swift
[327/704] Compiling HashTreeCollections _HashNodeHeader.swift
[328/704] Compiling HashTreeCollections _HashSlot.swift
[329/704] Compiling HashTreeCollections _HashStack.swift
[330/704] Compiling HashTreeCollections _HashTreeIterator.swift
[331/704] Compiling HashTreeCollections _HashTreeStatistics.swift
[332/704] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[333/704] Compiling HashTreeCollections _RawHashNode.swift
[334/704] Compiling HashTreeCollections _UnmanagedHashNode.swift
[335/704] Compiling HashTreeCollections _UnsafePath.swift
[347/713] Compiling _RopeModule Rope+Join.swift
[348/713] Compiling _RopeModule Rope+MutatingForEach.swift
[349/713] Compiling _RopeModule Rope+Remove.swift
[350/713] Compiling _RopeModule Rope+RemoveSubrange.swift
[351/713] Compiling _RopeModule Rope+Split.swift
[352/713] Compiling _RopeModule Optional Utilities.swift
[353/713] Compiling _RopeModule String Utilities.swift
[354/713] Compiling _RopeModule String.Index+ABI.swift
[355/723] Emitting module OrderedCollections
[369/725] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[370/725] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[371/725] Compiling HashTreeCollections TreeDictionary+Filter.swift
[372/725] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[373/725] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[380/725] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[381/725] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[382/725] Compiling HashTreeCollections _HashNode.swift
[389/807] Emitting module _RopeModule
[390/825] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[391/825] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[392/825] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[393/825] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[394/825] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[395/825] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[396/825] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[397/825] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[398/825] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[399/825] Compiling HashTreeCollections TreeSet.swift
[400/825] Compiling HashTreeCollections _Bucket.swift
[401/825] Compiling HashTreeCollections _Hash.swift
[402/827] Emitting module _RopeModule
[403/827] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[404/827] Compiling HashTreeCollections _HashNode+Storage.swift
[405/827] Emitting module ArgumentParser
[406/832] Compiling HashTreeCollections _HashNode+Lookups.swift
[407/832] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[408/832] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[411/832] Compiling DequeModule _DequeSlot.swift
[412/832] Compiling DequeModule _UnsafeWrappedBuffer.swift
[413/832] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[414/832] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[415/832] Compiling HashTreeCollections _AncestorHashSlots.swift
[416/832] Compiling HashTreeCollections _Bitmap.swift
[419/832] Compiling HashTreeCollections _HashLevel.swift
[420/832] Compiling HashTreeCollections _HashNode+Builder.swift
[421/832] Compiling HashTreeCollections _HashNode+Debugging.swift
[422/832] Compiling HashTreeCollections _HashNode+Initializers.swift
[423/832] Compiling HashTreeCollections _HashNode+Invariants.swift
[424/841] Compiling HashTreeCollections _HashTreeIterator.swift
[425/841] Compiling HashTreeCollections _HashTreeStatistics.swift
[426/841] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[427/841] Compiling HashTreeCollections _RawHashNode.swift
[428/841] Compiling ArgumentParser CollectionExtensions.swift
[429/841] Compiling ArgumentParser Platform.swift
[430/841] Compiling ArgumentParser SequenceExtensions.swift
[431/841] Compiling ArgumentParser StringExtensions.swift
[432/841] Compiling ArgumentParser Tree.swift
[433/841] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[434/841] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[448/841] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[449/841] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[450/841] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[451/841] Compiling HashTreeCollections _HashNode+Structural merge.swift
[452/841] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[453/841] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[454/841] Compiling HashTreeCollections TreeDictionary+Filter.swift
[455/841] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[456/841] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[484/841] Compiling HashTreeCollections TreeDictionary+Keys.swift
[485/841] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[486/841] Compiling HashTreeCollections TreeDictionary+Merge.swift
[487/841] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[488/841] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[489/841] Compiling HashTreeCollections TreeDictionary+Values.swift
[490/851] Compiling SwiftSyntax SyntaxNodesGHI.swift
[491/851] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[492/851] Compiling SwiftSyntax SyntaxNodesOP.swift
[493/851] Compiling SwiftSyntax SyntaxNodesQRS.swift
[494/851] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[495/851] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[496/851] Compiling HashTreeCollections TreeSet+Extras.swift
[497/851] Compiling HashTreeCollections TreeSet+Filter.swift
[498/851] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[518/851] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[519/851] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[520/851] Compiling HashTreeCollections _HashNode+Structural union.swift
[521/851] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[522/851] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[523/852] Compiling HashTreeCollections TreeSet+Hashable.swift
[524/852] Compiling HashTreeCollections TreeSet+Sendable.swift
[525/852] Compiling HashTreeCollections TreeSet+Sequence.swift
[526/852] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[527/852] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[528/852] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[529/852] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[530/852] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[531/852] Compiling SwiftSyntax SyntaxNodesAB.swift
[532/852] Compiling SwiftSyntax SyntaxNodesC.swift
[533/852] Compiling SwiftSyntax SyntaxNodesD.swift
[534/852] Compiling SwiftSyntax SyntaxNodesEF.swift
[551/867] Emitting module DequeModule
[561/868] Compiling DequeModule Deque+CustomReflectable.swift
[562/868] Compiling DequeModule Deque+Descriptions.swift
[564/870] Compiling DequeModule _DequeBuffer.swift
[565/870] Compiling DequeModule _DequeBufferHeader.swift
[567/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[568/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[569/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[570/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[571/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[572/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[573/870] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[574/870] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[575/870] Compiling HashTreeCollections TreeSet.swift
[576/870] Compiling DequeModule Deque+Equatable.swift
[577/870] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[578/870] Compiling DequeModule Deque+Extras.swift
[579/870] Compiling DequeModule Deque+Hashable.swift
[591/870] Compiling DequeModule Deque+Codable.swift
[592/870] Compiling DequeModule Deque+Collection.swift
[599/870] Compiling DequeModule Deque+Testing.swift
[600/870] Compiling DequeModule Deque._Storage.swift
[601/870] Compiling DequeModule Deque._UnsafeHandle.swift
[602/872] Emitting module HashTreeCollections
[603/924] Compiling BitCollections BitArray+Fill.swift
[604/924] Compiling BitCollections BitArray+Hashable.swift
[605/924] Compiling BitCollections BitArray+Initializers.swift
[606/924] Compiling BitCollections BitArray+Invariants.swift
[607/924] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[608/924] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[609/924] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[610/924] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[611/924] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[612/924] Compiling BitCollections BitSet+SetAlgebra union.swift
[613/924] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[614/924] Compiling BitCollections BitArray.swift
[615/924] Compiling BitCollections BitSet+BidirectionalCollection.swift
[616/924] Compiling BitCollections BitSet+Codable.swift
[617/924] Compiling BitCollections BitArray+BitwiseOperations.swift
[618/924] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[619/924] Compiling BitCollections BitArray+Codable.swift
[620/924] Compiling BitCollections BitArray+Collection.swift
[621/924] Compiling BitCollections BitArray+Copy.swift
[622/924] Compiling BitCollections BitArray+CustomReflectable.swift
[623/924] Compiling BitCollections BitArray+Descriptions.swift
[624/924] Compiling BitCollections BitSet+Hashable.swift
[625/924] Compiling BitCollections BitArray+RandomBits.swift
[626/924] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[627/924] Compiling BitCollections BitArray+Shifts.swift
[628/924] Compiling BitCollections BitArray+Testing.swift
[629/924] Compiling BitCollections BitArray._UnsafeHandle.swift
[630/924] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[631/924] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[632/924] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[633/924] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[634/924] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[653/924] Compiling BitCollections BitSet.Counted.swift
[654/924] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[655/924] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[656/924] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[657/924] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[658/924] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[659/924] Compiling BitCollections BitSet+CustomReflectable.swift
[660/924] Compiling BitCollections BitSet+CustomStringConvertible.swift
[661/924] Compiling BitCollections BitSet+Equatable.swift
[662/924] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[663/924] Compiling BitCollections BitSet+Extras.swift
[670/924] Compiling BitCollections BitArray+Equatable.swift
[671/924] Compiling BitCollections BitSet+Initializers.swift
[672/924] Compiling BitCollections BitSet+Invariants.swift
[673/924] Compiling BitCollections BitSet+Random.swift
[674/924] Compiling BitCollections BitSet+SetAlgebra basics.swift
[678/924] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[679/924] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[680/924] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[681/924] Compiling HashTreeCollections _HashNodeHeader.swift
[682/924] Compiling HashTreeCollections _HashSlot.swift
[683/924] Compiling HashTreeCollections _HashStack.swift
[688/978] Compiling BitCollections BitArray+BitwiseOperations.swift
[689/978] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[690/978] Compiling BitCollections BitArray+Codable.swift
[691/978] Compiling BitCollections BitArray+Collection.swift
[692/978] Compiling BitCollections BitSet+Invariants.swift
[693/978] Compiling BitCollections BitSet+Random.swift
[694/978] Compiling BitCollections BitSet+SetAlgebra basics.swift
[695/978] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[696/978] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[697/978] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[698/978] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[700/1017] Compiling ArgumentParser Parsed.swift
[701/1017] Compiling ArgumentParser ParsedValues.swift
[702/1017] Compiling ArgumentParser ParserError.swift
[703/1017] Compiling ArgumentParser SplitArguments.swift
[704/1017] Compiling ArgumentParser OptionGroup.swift
[705/1017] Compiling ArgumentParser AsyncParsableCommand.swift
[706/1017] Compiling ArgumentParser CommandConfiguration.swift
[707/1024] Emitting module DequeModule
[708/1025] Emitting module BitCollections
[708/1025] Wrapping AST for _RopeModule for debugging
[711/1025] Emitting module HashTreeCollections
[711/1025] Wrapping AST for OrderedCollections for debugging
[712/1025] Wrapping AST for _RopeModule for debugging
[713/1025] Wrapping AST for OrderedCollections for debugging
[714/1025] Wrapping AST for InternalCollectionsUtilities for debugging
[716/1025] Emitting module BitCollections
[717/1032] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[718/1032] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[719/1032] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[720/1032] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[721/1032] Compiling BitCollections BitSet+SetAlgebra union.swift
[722/1032] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[723/1032] Compiling BitCollections BitSet.Counted.swift
[723/1032] Wrapping AST for InternalCollectionsUtilities for debugging
[725/1032] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[726/1032] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[727/1032] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[728/1032] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[729/1032] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[730/1032] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[731/1032] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[732/1032] Compiling ArgumentParser EnumerableFlag.swift
[733/1032] Compiling ArgumentParser DumpHelpGenerator.swift
[734/1032] Compiling ArgumentParser HelpCommand.swift
[735/1032] Compiling ArgumentParser HelpGenerator.swift
[736/1032] Compiling ArgumentParser MessageInfo.swift
[737/1032] Compiling ArgumentParser UsageGenerator.swift
[738/1032] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[745/1032] Compiling ArgumentParser CommandGroup.swift
[746/1032] Compiling ArgumentParser ArgumentVisibility.swift
[747/1032] Compiling ArgumentParser CompletionKind.swift
[748/1032] Compiling ArgumentParser Errors.swift
[749/1032] Compiling ArgumentParser Flag.swift
[750/1032] Compiling ArgumentParser NameSpecification.swift
[751/1032] Compiling ArgumentParser Option.swift
[752/1032] Compiling ArgumentParser ExpressibleByArgument.swift
[753/1032] Compiling ArgumentParser ParsableArguments.swift
[754/1032] Compiling ArgumentParser ParsableArgumentsValidation.swift
[755/1032] Compiling ArgumentParser ParsableCommand.swift
[756/1032] Compiling ArgumentParser ArgumentDecoder.swift
[757/1032] Compiling ArgumentParser BashCompletionsGenerator.swift
[758/1032] Compiling ArgumentParser CompletionsGenerator.swift
[759/1032] Compiling ArgumentParser FishCompletionsGenerator.swift
[760/1032] Compiling ArgumentParser ZshCompletionsGenerator.swift
[761/1032] Compiling ArgumentParser Argument.swift
[762/1032] Compiling ArgumentParser ArgumentHelp.swift
[763/1032] Compiling ArgumentParser ArgumentDefinition.swift
[764/1032] Compiling ArgumentParser ArgumentSet.swift
[765/1032] Compiling ArgumentParser CommandParser.swift
[766/1032] Compiling ArgumentParser InputKey.swift
[767/1032] Compiling ArgumentParser InputOrigin.swift
[776/1032] Compiling BitCollections BitSet.Index.swift
[777/1032] Compiling BitCollections BitSet._UnsafeHandle.swift
[778/1032] Compiling BitCollections BitSet.swift
[778/1032] Wrapping AST for HeapModule for debugging
[784/1033] Compiling BitCollections Range+Utilities.swift
[785/1033] Compiling BitCollections Slice+Utilities.swift
[786/1033] Compiling BitCollections UInt+Tricks.swift
[787/1033] Compiling BitCollections _Word.swift
[787/1033] Wrapping AST for HashTreeCollections for debugging
[788/1033] Wrapping AST for DequeModule for debugging
[814/1033] Compiling ArgumentParser Name.swift
[836/1034] Wrapping AST for ArgumentParser for debugging
[838/1034] Wrapping AST for ArgumentParserToolInfo for debugging
[839/1034] Wrapping AST for HashTreeCollections for debugging
[841/1034] Emitting module ArgumentParser
[841/1039] Wrapping AST for BitCollections for debugging
[843/1041] Emitting module Collections
[844/1041] Compiling Collections Collections.swift
[869/1042] Wrapping AST for Collections for debugging
[878/1045] Wrapping AST for BitCollections for debugging
[890/1045] Emitting module Collections
[891/1045] Compiling Collections Collections.swift
[919/1046] Wrapping AST for Collections for debugging
[921/1046] Compiling ArgumentParser CollectionExtensions.swift
[922/1046] Compiling ArgumentParser Platform.swift
[923/1046] Compiling ArgumentParser SequenceExtensions.swift
[924/1046] Compiling ArgumentParser StringExtensions.swift
[925/1046] Compiling ArgumentParser Tree.swift
[926/1047] Wrapping AST for ArgumentParser for debugging
[928/1047] Emitting module SwiftSyntax
[1021/1049] Wrapping AST for SwiftSyntax for debugging
[1024/1107] Compiling SwiftDiagnostics Message.swift
[1025/1166] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1026/1166] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1027/1166] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1028/1166] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1029/1166] Compiling SwiftParser Expressions.swift
[1030/1166] Emitting module SwiftDiagnostics
[1031/1166] Compiling SwiftParser IncrementalParseTransition.swift
[1032/1166] Compiling SwiftParser IsValidIdentifier.swift
[1033/1166] Compiling SwiftDiagnostics Note.swift
[1034/1166] Compiling SwiftDiagnostics Message.swift
[1035/1167] Emitting module SwiftDiagnostics
[1036/1167] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1037/1167] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1038/1167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1043/1167] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1044/1167] Compiling SwiftDiagnostics FixIt.swift
[1045/1167] Compiling SwiftBasicFormat InferIndentation.swift
[1046/1167] Compiling SwiftBasicFormat Indenter.swift
[1047/1167] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1048/1167] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1049/1168] Compiling SwiftDiagnostics Note.swift
[1051/1168] Compiling SwiftDiagnostics FixIt.swift
[1052/1168] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1053/1168] Compiling SwiftBasicFormat Indenter.swift
[1054/1168] Compiling SwiftBasicFormat InferIndentation.swift
[1055/1168] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1056/1168] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1056/1169] Wrapping AST for SwiftDiagnostics for debugging
[1059/1169] Compiling SwiftBasicFormat BasicFormat.swift
[1060/1169] Emitting module SwiftBasicFormat
[1060/1170] Wrapping AST for SwiftDiagnostics for debugging
[1063/1170] Emitting module SwiftBasicFormat
[1064/1170] Compiling SwiftBasicFormat BasicFormat.swift
[1064/1171] Wrapping AST for SwiftBasicFormat for debugging
[1068/1171] Emitting module SwiftParser
[1069/1176] Compiling SwiftParser LexemeSequence.swift
[1070/1176] Compiling SwiftParser Lexer.swift
[1071/1176] Compiling SwiftParser RegexLiteralLexer.swift
[1072/1176] Compiling SwiftParser UnicodeScalarExtensions.swift
[1073/1176] Compiling SwiftParser Lookahead.swift
[1074/1176] Compiling SwiftParser LoopProgressCondition.swift
[1075/1176] Compiling SwiftParser Modifiers.swift
[1076/1176] Compiling SwiftParser Names.swift
[1077/1176] Compiling SwiftParser Nominals.swift
[1078/1176] Compiling SwiftParser Parameters.swift
[1079/1176] Compiling SwiftParser ParseSourceFile.swift
[1080/1176] Compiling SwiftParser Parser.swift
[1093/1181] Emitting module SwiftParser
[1094/1181] Compiling SwiftParser TokenSpec.swift
[1095/1181] Compiling SwiftParser TokenSpecSet.swift
[1096/1181] Compiling SwiftParser TopLevel.swift
[1097/1181] Compiling SwiftParser TriviaParser.swift
[1098/1181] Compiling SwiftParser Types.swift
[1099/1181] Compiling SwiftParser SwiftParserCompatibility.swift
[1100/1181] Compiling SwiftParser SwiftVersion.swift
[1101/1181] Compiling SwiftParser SyntaxUtils.swift
[1102/1181] Compiling SwiftParser TokenConsumer.swift
[1103/1181] Compiling SwiftParser TokenPrecedence.swift
[1104/1181] Compiling SwiftParser Patterns.swift
[1105/1181] Compiling SwiftParser Recovery.swift
[1106/1181] Compiling SwiftParser Specifiers.swift
[1107/1181] Compiling SwiftParser Statements.swift
[1108/1181] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1109/1181] Compiling SwiftParser StringLiterals.swift
[1130/1181] Compiling SwiftParser Cursor.swift
[1131/1181] Compiling SwiftParser Lexeme.swift
[1132/1181] Compiling SwiftParser Attributes.swift
[1133/1181] Compiling SwiftParser Availability.swift
[1134/1181] Compiling SwiftParser CharacterInfo.swift
[1135/1181] Compiling SwiftParser CollectionNodes+Parsable.swift
[1136/1181] Compiling SwiftParser Declarations.swift
[1137/1181] Compiling SwiftParser Directives.swift
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1161/1183] Wrapping AST for SwiftParser for debugging
[1164/1219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1166/1221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1167/1221] Compiling SwiftOperators PrecedenceGroup.swift
[1168/1222] Compiling SwiftOperators Operator.swift
[1169/1222] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1170/1222] Compiling SwiftOperators OperatorTable.swift
[1171/1222] Compiling SwiftOperators OperatorError.swift
[1172/1222] Compiling SwiftOperators OperatorTable+Defaults.swift
[1173/1222] Compiling SwiftOperators PrecedenceGraph.swift
[1174/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1175/1222] Emitting module SwiftOperators
[1176/1222] Compiling SwiftOperators OperatorTable+Semantics.swift
[1177/1222] Compiling SwiftOperators SyntaxSynthesis.swift
[1178/1222] Compiling SwiftOperators OperatorTable+Folding.swift
[1180/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1181/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1182/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1182/1223] Wrapping AST for SwiftOperators for debugging
[1184/1223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1185/1223] Compiling SwiftParserDiagnostics Utils.swift
[1186/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1187/1223] Emitting module SwiftParserDiagnostics
[1199/1223] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1200/1223] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1206/1225] Wrapping AST for SwiftParserDiagnostics for debugging
[1209/1255] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1210/1255] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1211/1256] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1212/1256] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1213/1256] Compiling SwiftSyntaxBuilder Indenter.swift
[1214/1256] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1215/1256] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1216/1256] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1217/1256] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1218/1256] Emitting module SwiftSyntaxBuilder
[1219/1256] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1220/1256] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1225/1257] Emitting module SwiftSyntaxBuilder
[1230/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1231/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1234/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1235/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1236/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1242/1259] Wrapping AST for SwiftSyntaxBuilder for debugging
[1245/1322] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1246/1322] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1247/1324] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1248/1324] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1249/1324] Compiling SwiftSyntaxMacros BodyMacro.swift
[1250/1324] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1251/1324] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1252/1324] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1253/1324] Compiling SwiftSyntaxMacros Macro+Format.swift
[1254/1324] Compiling SwiftSyntaxMacros Macro.swift
[1255/1324] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1256/1324] Compiling SwiftSyntaxMacros MemberMacro.swift
[1257/1324] Compiling SwiftSyntaxMacros PeerMacro.swift
[1258/1324] Emitting module SwiftSyntaxMacros
[1259/1324] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1260/1324] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1261/1324] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1262/1324] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1263/1324] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1274/1331] Wrapping AST for SwiftSyntaxMacros for debugging
[1276/1331] Emitting module SafeDICore
[1278/1340] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1279/1341] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1280/1341] Emitting module SwiftSyntaxMacroExpansion
[1281/1341] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1282/1341] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1283/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1284/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1285/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1289/1341] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1290/1341] Compiling SafeDICore UnorderedEquatingCollection.swift
[1291/1341] Compiling SafeDICore FileVisitor.swift
[1292/1341] Compiling SafeDICore InstantiableVisitor.swift
[1317/1341] Compiling SafeDICore InstantiableStruct.swift
[1318/1341] Compiling SafeDICore Property.swift
[1319/1341] Compiling SafeDICore Scope.swift
[1320/1341] Compiling SafeDICore TypeDescription.swift
[1327/1342] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1330/1344] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1331/1344] Wrapping AST for SafeDICore for debugging
[1334/1360] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1335/1361] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1336/1361] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1337/1361] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1338/1361] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1339/1361] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1340/1361] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1341/1361] Emitting module SwiftCompilerPluginMessageHandling
[1342/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1343/1361] Emitting module SafeDITool
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1347/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1348/1362] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1350/1364] Emitting module SwiftCompilerPlugin
[1351/1364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1353/1365] Emitting module SafeDITool
[1354/1365] Compiling SafeDITool SafeDITool.swift
[1355/1365] Wrapping AST for SwiftCompilerPlugin for debugging
[1358/1393] Wrapping AST for SafeDITool for debugging
[1359/1393] Write Objects.LinkFileList
[1360/1393] Wrapping AST for SafeDITool for debugging
[1361/1393] Write Objects.LinkFileList
[1363/1393] Emitting module SafeDIMacros
[1364/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1365/1396] Compiling SafeDIMacros Dependency.swift
[1366/1396] Compiling SafeDIMacros ImportStatement.swift
[1367/1396] Compiling SafeDIMacros Initializer.swift
[1368/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1369/1396] Compiling SafeDIMacros Property.swift
[1370/1396] Compiling SafeDIMacros InjectableMacro.swift
[1371/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1372/1396] Compiling SafeDIMacros DiagnosticError.swift
[1373/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1374/1396] Compiling SafeDIMacros FileVisitor.swift
[1375/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1376/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1376/1396] Linking SafeDITool-tool
[1377/1396] Linking SafeDITool
[1379/1396] Compiling SafeDIMacros Scope.swift
[1380/1396] Compiling SafeDIMacros TypeDescription.swift
[1381/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1382/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1383/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1384/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1385/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1386/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1387/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1388/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1389/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1390/1396] Compiling SafeDIMacros FixableInstantiableError.swift
[1391/1396] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1392/1396] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1393/1396] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1394/1397] Wrapping AST for SafeDIMacros for debugging
[1395/1397] Write Objects.LinkFileList
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Instantiable.swift
[1399/1414] Emitting module SafeDI
[1400/1414] Compiling SafeDI Forwarded.swift
[1401/1414] Compiling SafeDI ErasedInstantiator.swift
[1402/1414] Compiling SafeDI Instantiated.swift
[1403/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1404/1414] Emitting module SafeDI
[1405/1415] Compiling SafeDI Received.swift
[1406/1415] Compiling SafeDI Instantiator.swift
[1407/1415] Compiling SafeDI Instantiated.swift
[1408/1415] Compiling SafeDI Received.swift
[1409/1415] Compiling SafeDI Forwarded.swift
[1410/1415] Compiling SafeDI ErasedInstantiator.swift
[1411/1415] Compiling SafeDI Instantiable.swift
[1412/1415] Compiling SafeDI Instantiator.swift
[1413/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (405.21s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/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"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.