Build Information
Successful build of SafeDI, reference 1.1.2 (a51b09
), with Swift 6.1 for Linux on 30 Apr 2025 03:10:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.1.2
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
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at a51b093 Resolve ExamplePackageIntegration package
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
a51b093ec48d1c86c44c500ca9fdd04476e4fbcc
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.1.2
========================================
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" : "601.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" : "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",
"SwiftSyntax",
"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" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroPlugin.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"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" : [
"SafeDI",
"SafeDIGenerator",
"SafeDITool",
"SafeDIMacros"
],
"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-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/868] Fetching swift-macro-testing
[869/17137] Fetching swift-macro-testing, swift-collections
[5099/32087] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[24442/102332] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.05s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.06s)
[25401/86514] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (5.69s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.71s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.29s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.60s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.96s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.59s)
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.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.01s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (8.85s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (4.56s)
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.2
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.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.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.3.3
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/110] Write sources
[53/110] Compiling _SwiftSyntaxCShims dummy.c
[55/110] Write swift-version-24593BA9C3E375BF.txt
[57/141] Emitting module SwiftSyntax510
[58/141] Emitting module InternalCollectionsUtilities
[59/143] Emitting module SwiftSyntax600
[60/143] Compiling SwiftSyntax600 Empty.swift
[62/144] Emitting module SwiftSyntax600
[63/144] Compiling SwiftSyntax600 Empty.swift
[64/144] Compiling SwiftSyntax509 Empty.swift
[65/144] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/144] Compiling InternalCollectionsUtilities Specialize.swift
[67/144] Emitting module SwiftSyntax509
[69/145] Compiling SwiftSyntax509 Empty.swift
[70/147] Emitting module SwiftSyntax510
[71/147] Compiling SwiftSyntax510 Empty.swift
[72/148] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/148] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/148] Compiling SwiftSyntax510 Empty.swift
[79/149] Compiling InternalCollectionsUtilities Debugging.swift
[80/149] Compiling InternalCollectionsUtilities Descriptions.swift
[81/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[82/149] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[83/149] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[84/149] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/149] Compiling InternalCollectionsUtilities Integer rank.swift
[86/149] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/149] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/149] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/149] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/149] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/149] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/149] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/150] Emitting module ArgumentParserToolInfo
[96/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[98/168] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[99/168] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[100/168] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[101/170] Compiling InternalCollectionsUtilities Debugging.swift
[102/170] Compiling InternalCollectionsUtilities Descriptions.swift
[103/170] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/170] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/170] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[106/170] Compiling InternalCollectionsUtilities Specialize.swift
[107/170] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/170] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[109/170] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[110/170] Compiling InternalCollectionsUtilities Integer rank.swift
[111/170] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[112/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/170] Emitting module InternalCollectionsUtilities
[114/170] Wrapping AST for SwiftSyntax600 for debugging
[116/170] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[117/170] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[119/431] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[120/431] Compiling HeapModule Heap+Descriptions.swift
[121/431] Compiling HeapModule Heap+Invariants.swift
[122/431] Emitting module ArgumentParserToolInfo
[123/438] Compiling HeapModule _HeapNode.swift
[124/478] Compiling HeapModule Heap+UnsafeHandle.swift
[125/478] Compiling HeapModule Heap.swift
[126/522] Emitting module HeapModule
[128/523] Compiling HashTreeCollections _Bucket.swift
[129/523] Compiling HashTreeCollections _Hash.swift
[130/525] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[131/525] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[132/525] Compiling HashTreeCollections TreeDictionary+Keys.swift
[133/525] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[134/525] Compiling HashTreeCollections TreeDictionary+Merge.swift
[135/525] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[136/525] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[137/532] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[138/532] Compiling HashTreeCollections _HashNode+Storage.swift
[139/532] Compiling HashTreeCollections _HashLevel.swift
[140/532] Compiling HashTreeCollections _HashNode+Builder.swift
[141/532] Compiling HashTreeCollections _HashNode+Debugging.swift
[142/532] Compiling HashTreeCollections _HashNode+Initializers.swift
[143/532] Compiling ArgumentParserToolInfo ToolInfo.swift
[144/533] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[145/533] Compiling HashTreeCollections _RawHashNode.swift
[146/533] Compiling HashTreeCollections _UnmanagedHashNode.swift
[147/533] Compiling HashTreeCollections _UnsafePath.swift
[148/533] Compiling HashTreeCollections TreeDictionary+Codable.swift
[149/533] Compiling HashTreeCollections TreeDictionary+Collection.swift
[150/533] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[151/533] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[152/533] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[153/533] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[154/533] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[155/533] Compiling HashTreeCollections _HashNode+Structural union.swift
[156/533] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[157/533] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[158/533] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[160/533] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[161/533] Compiling HashTreeCollections _HashNode.swift
[162/533] Compiling HashTreeCollections _HashNodeHeader.swift
[163/533] Compiling HashTreeCollections _HashSlot.swift
[164/533] Compiling HashTreeCollections _HashStack.swift
[165/533] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[166/533] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[167/533] Compiling HashTreeCollections TreeDictionary+Filter.swift
[168/601] Compiling _RopeModule BigString+UTF16View.swift
[169/601] Compiling _RopeModule BigString+UTF8View.swift
[170/601] Compiling HashTreeCollections TreeSet+Sequence.swift
[171/601] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[172/601] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[173/601] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[174/601] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[175/601] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[176/601] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[177/601] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[178/621] Compiling _RopeModule Rope+Append.swift
[179/621] Compiling _RopeModule Rope+Extract.swift
[180/666] Compiling OrderedCollections _HashTable+Constants.swift
[181/666] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[182/666] Compiling OrderedCollections _HashTable+Bucket.swift
[183/666] Compiling OrderedCollections _HashTable+BucketIterator.swift
[188/666] Compiling OrderedCollections _HashTable+Testing.swift
[189/666] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[190/666] Compiling OrderedCollections _HashTable.swift
[191/666] Compiling OrderedCollections _Hashtable+Header.swift
[192/666] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[193/666] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[194/666] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[195/666] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[196/666] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[197/666] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[198/666] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[199/666] Compiling OrderedCollections OrderedDictionary+Values.swift
[200/666] Compiling _RopeModule Rope+Invariants.swift
[201/666] Compiling _RopeModule Rope+_Node.swift
[202/666] Compiling _RopeModule BigString+Append.swift
[203/666] Compiling _RopeModule BigString+Initializers.swift
[204/666] Compiling _RopeModule BigString+Insert.swift
[205/666] Compiling _RopeModule BigString+Managing Breaks.swift
[206/666] Compiling _RopeModule BigString+RemoveSubrange.swift
[207/666] Compiling _RopeModule BigString+ReplaceSubrange.swift
[208/666] Compiling _RopeModule BigString+Split.swift
[209/666] Compiling _RopeModule Range+BigString.swift
[210/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[211/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[212/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[213/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[214/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[215/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[216/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[217/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[218/666] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[219/666] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[220/666] Compiling _RopeModule Rope+Debugging.swift
[221/666] Compiling OrderedCollections OrderedDictionary+Codable.swift
[222/666] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[223/666] Emitting module DequeModule
[226/667] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[227/667] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[228/667] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[229/667] Compiling OrderedCollections OrderedDictionary+Elements.swift
[230/667] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[231/667] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[232/667] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[233/667] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[234/667] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[235/667] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[236/667] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[237/667] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[238/667] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[239/667] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[240/667] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[241/667] Compiling HashTreeCollections TreeSet.swift
[242/667] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[243/667] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[244/667] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[245/667] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[257/674] Compiling OrderedCollections OrderedSet+Sendable.swift
[258/674] Compiling OrderedCollections OrderedSet+SubSequence.swift
[259/674] Compiling OrderedCollections OrderedSet+Testing.swift
[260/674] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[261/674] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[262/674] Compiling OrderedCollections OrderedSet.swift
[263/674] Compiling OrderedCollections _UnsafeBitset.swift
[268/674] Compiling OrderedCollections OrderedDictionary.swift
[269/674] Compiling OrderedCollections OrderedSet+Codable.swift
[270/674] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[271/674] Compiling OrderedCollections OrderedSet+Descriptions.swift
[272/674] Compiling OrderedCollections OrderedSet+Diffing.swift
[273/674] Compiling OrderedCollections OrderedSet+Equatable.swift
[282/683] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[283/683] Compiling OrderedCollections OrderedSet+Hashable.swift
[284/683] Compiling OrderedCollections OrderedSet+Initializers.swift
[330/683] Compiling OrderedCollections OrderedSet+Insertions.swift
[331/683] Compiling OrderedCollections OrderedSet+Invariants.swift
[332/683] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[333/683] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[334/683] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[335/683] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[336/683] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[345/690] Emitting module OrderedCollections
[356/691] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[357/691] Compiling HeapModule Heap+Descriptions.swift
[359/755] Compiling HeapModule Heap.swift
[360/755] Compiling HeapModule _HeapNode.swift
[361/767] Compiling HeapModule Heap+Invariants.swift
[362/767] Compiling HeapModule Heap+UnsafeHandle.swift
[363/767] Emitting module HeapModule
[364/768] Compiling HashTreeCollections TreeDictionary+Codable.swift
[365/768] Compiling HashTreeCollections TreeDictionary+Collection.swift
[366/768] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[367/768] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[368/768] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[369/768] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[370/768] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[371/768] Compiling HashTreeCollections TreeDictionary+Filter.swift
[372/768] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[373/768] Compiling HashTreeCollections _HashNode+Invariants.swift
[374/768] Compiling HashTreeCollections _HashNode+Lookups.swift
[375/768] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[376/768] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[377/768] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[378/768] Compiling HashTreeCollections _HashNode+Structural union.swift
[379/768] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[380/768] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[381/768] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[382/768] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[383/768] Compiling HashTreeCollections _HashNode+Structural merge.swift
[384/768] Compiling HashTreeCollections _AncestorHashSlots.swift
[385/768] Compiling HashTreeCollections _Bitmap.swift
[386/768] Compiling HashTreeCollections _Bucket.swift
[387/768] Compiling HashTreeCollections _Hash.swift
[388/768] Compiling HashTreeCollections _HashLevel.swift
[389/768] Compiling HashTreeCollections _HashNode+Builder.swift
[390/768] Compiling HashTreeCollections _HashNode+Debugging.swift
[391/768] Compiling HashTreeCollections _HashNode+Initializers.swift
[393/792] Compiling DequeModule Deque+Codable.swift
[394/792] Compiling DequeModule Deque+Collection.swift
[395/792] Compiling DequeModule Deque+CustomReflectable.swift
[396/792] Compiling DequeModule Deque+Descriptions.swift
[397/792] Compiling DequeModule Deque+Equatable.swift
[398/792] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[399/792] Compiling DequeModule Deque+Extras.swift
[400/792] Compiling DequeModule Deque+Hashable.swift
[401/792] Compiling DequeModule Deque+Testing.swift
[402/792] Compiling DequeModule Deque._Storage.swift
[403/792] Compiling HashTreeCollections _HashNode.swift
[404/792] Compiling HashTreeCollections _HashNodeHeader.swift
[405/792] Compiling HashTreeCollections _HashSlot.swift
[406/792] Compiling HashTreeCollections _HashStack.swift
[407/792] Compiling HashTreeCollections _HashTreeIterator.swift
[408/792] Compiling HashTreeCollections _HashTreeStatistics.swift
[409/792] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[410/792] Compiling HashTreeCollections _RawHashNode.swift
[411/792] Compiling HashTreeCollections _UnmanagedHashNode.swift
[412/792] Compiling HashTreeCollections _UnsafePath.swift
[415/792] Compiling DequeModule Deque._UnsafeHandle.swift
[416/792] Compiling DequeModule Deque.swift
[417/792] Compiling DequeModule _DequeBuffer.swift
[418/792] Compiling DequeModule _DequeBufferHeader.swift
[423/794] Emitting module _RopeModule
[424/794] Compiling HashTreeCollections TreeDictionary+Values.swift
[425/794] Compiling HashTreeCollections TreeDictionary.swift
[426/794] Compiling HashTreeCollections TreeSet+Codable.swift
[427/794] Compiling HashTreeCollections TreeSet+Collection.swift
[428/794] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[429/794] Compiling HashTreeCollections TreeSet+Debugging.swift
[430/794] Compiling HashTreeCollections TreeSet+Descriptions.swift
[431/794] Compiling HashTreeCollections TreeSet+Hashable.swift
[432/794] Compiling HashTreeCollections TreeSet+Sendable.swift
[433/794] Compiling _RopeModule Rope+Join.swift
[434/794] Compiling _RopeModule Rope+MutatingForEach.swift
[435/794] Compiling _RopeModule Rope+Remove.swift
[436/794] Compiling _RopeModule Rope+RemoveSubrange.swift
[437/794] Compiling _RopeModule Rope+Split.swift
[438/794] Compiling _RopeModule Optional Utilities.swift
[439/794] Compiling _RopeModule String Utilities.swift
[440/794] Compiling _RopeModule String.Index+ABI.swift
[459/804] Compiling DequeModule _DequeSlot.swift
[460/804] Compiling DequeModule _UnsafeWrappedBuffer.swift
[482/804] Emitting module OrderedCollections
[489/805] Compiling HashTreeCollections TreeSet+Equatable.swift
[490/805] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[491/805] Compiling HashTreeCollections TreeSet+Extras.swift
[492/805] Compiling HashTreeCollections TreeSet+Filter.swift
[497/805] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[498/805] Compiling HashTreeCollections TreeDictionary+Keys.swift
[499/805] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[500/805] Compiling HashTreeCollections TreeDictionary+Merge.swift
[501/805] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[502/805] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[529/813] Emitting module _RopeModule
[548/813] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[549/813] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[550/813] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[551/813] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[552/813] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[553/813] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[554/813] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[555/813] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[556/813] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[557/813] Compiling HashTreeCollections TreeSet.swift
[558/866] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[559/866] Compiling SwiftSyntax SyntaxNodesOP.swift
[560/866] Compiling SwiftSyntax SyntaxNodesQRS.swift
[561/866] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[567/866] Compiling BitCollections BitArray+BitwiseOperations.swift
[568/866] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[569/866] Emitting module DequeModule
[571/867] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[572/867] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[573/867] Compiling BitCollections BitSet+SetAlgebra union.swift
[574/867] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[575/867] Compiling BitCollections BitSet.Counted.swift
[576/867] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[577/867] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[578/867] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[579/867] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[580/867] Compiling BitCollections BitSet+Hashable.swift
[581/867] Compiling BitCollections BitSet+Initializers.swift
[582/867] Compiling BitCollections BitSet+Invariants.swift
[583/867] Compiling BitCollections BitSet+Random.swift
[584/867] Compiling BitCollections BitSet+SetAlgebra basics.swift
[585/867] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[586/867] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[587/867] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[588/867] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[589/867] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[590/868] Emitting module HashTreeCollections
[602/961] Compiling ArgumentParser CommandParser.swift
[603/961] Compiling ArgumentParser InputKey.swift
[604/961] Compiling ArgumentParser InputOrigin.swift
[605/961] Compiling ArgumentParser Name.swift
[606/961] Compiling ArgumentParser Parsed.swift
[607/961] Compiling ArgumentParser ParsedValues.swift
[608/961] Compiling ArgumentParser ParserError.swift
[609/978] Compiling ArgumentParser SplitArguments.swift
[610/978] Compiling ArgumentParser DumpHelpGenerator.swift
[611/978] Compiling ArgumentParser HelpCommand.swift
[612/978] Compiling ArgumentParser HelpGenerator.swift
[613/978] Compiling ArgumentParser MessageInfo.swift
[614/978] Compiling ArgumentParser UsageGenerator.swift
[615/978] Compiling BitCollections BitSet+Hashable.swift
[616/1005] Compiling BitCollections UInt+Tricks.swift
[617/1005] Compiling BitCollections _Word.swift
[622/1005] Compiling SwiftSyntax SyntaxNodesC.swift
[623/1005] Compiling SwiftSyntax SyntaxNodesD.swift
[624/1005] Compiling SwiftSyntax SyntaxNodesEF.swift
[625/1005] Compiling SwiftSyntax SyntaxNodesGHI.swift
[626/1005] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[627/1005] Compiling BitCollections BitSet+SetAlgebra union.swift
[628/1005] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[629/1005] Compiling BitCollections BitSet.Counted.swift
[630/1005] Compiling BitCollections BitSet.Index.swift
[631/1005] Compiling BitCollections BitSet._UnsafeHandle.swift
[632/1005] Compiling BitCollections BitSet.swift
[633/1005] Compiling BitCollections Range+Utilities.swift
[634/1005] Compiling BitCollections Slice+Utilities.swift
[635/1005] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[636/1005] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[637/1005] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[642/1005] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[643/1005] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[644/1005] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[645/1005] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[646/1005] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[647/1005] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[648/1005] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[650/1006] Emitting module BitCollections
[651/1006] Compiling ArgumentParser ArgumentVisibility.swift
[652/1006] Compiling ArgumentParser CompletionKind.swift
[653/1006] Compiling ArgumentParser Errors.swift
[654/1006] Compiling ArgumentParser Flag.swift
[655/1006] Compiling ArgumentParser NameSpecification.swift
[656/1006] Compiling ArgumentParser Option.swift
[657/1006] Compiling ArgumentParser BashCompletionsGenerator.swift
[658/1006] Compiling ArgumentParser CompletionsGenerator.swift
[659/1006] Compiling ArgumentParser CommandParser.swift
[660/1006] Compiling ArgumentParser InputKey.swift
[661/1006] Compiling ArgumentParser InputOrigin.swift
[662/1006] Compiling ArgumentParser DumpHelpGenerator.swift
[663/1006] Compiling ArgumentParser HelpCommand.swift
[664/1006] Compiling ArgumentParser HelpGenerator.swift
[665/1006] Compiling ArgumentParser MessageInfo.swift
[666/1006] Compiling ArgumentParser UsageGenerator.swift
[667/1006] Compiling ArgumentParser Name.swift
[668/1006] Compiling ArgumentParser Parsed.swift
[669/1006] Compiling ArgumentParser ParsedValues.swift
[670/1006] Compiling ArgumentParser ParserError.swift
[671/1006] Compiling ArgumentParser SplitArguments.swift
[687/1013] Emitting module HashTreeCollections
[687/1013] Wrapping AST for _RopeModule for debugging
[690/1013] Emitting module BitCollections
[699/1013] Compiling ArgumentParser FishCompletionsGenerator.swift
[700/1013] Compiling ArgumentParser ZshCompletionsGenerator.swift
[701/1013] Compiling ArgumentParser Argument.swift
[702/1013] Compiling ArgumentParser ArgumentHelp.swift
[703/1013] Compiling ArgumentParser OptionGroup.swift
[704/1013] Compiling ArgumentParser AsyncParsableCommand.swift
[705/1013] Compiling ArgumentParser CommandConfiguration.swift
[706/1013] Compiling ArgumentParser CommandGroup.swift
[707/1013] Compiling ArgumentParser EnumerableFlag.swift
[708/1013] Compiling ArgumentParser ExpressibleByArgument.swift
[709/1013] Compiling ArgumentParser ParsableArguments.swift
[710/1013] Compiling ArgumentParser ParsableArgumentsValidation.swift
[711/1013] Compiling ArgumentParser ParsableCommand.swift
[712/1013] Compiling ArgumentParser ArgumentDecoder.swift
[713/1013] Compiling ArgumentParser ArgumentDefinition.swift
[714/1013] Compiling ArgumentParser ArgumentSet.swift
[739/1014] Wrapping AST for SwiftSyntax600 for debugging
[741/1014] Compiling BitCollections BitSet.Index.swift
[742/1014] Compiling BitCollections BitSet._UnsafeHandle.swift
[743/1014] Compiling BitCollections BitSet.swift
[744/1014] Compiling BitCollections Range+Utilities.swift
[745/1014] Compiling BitCollections Slice+Utilities.swift
[746/1014] Compiling BitCollections UInt+Tricks.swift
[747/1014] Compiling BitCollections _Word.swift
[748/1015] Wrapping AST for SwiftSyntax510 for debugging
[751/1015] Wrapping AST for SwiftSyntax509 for debugging
[777/1017] Wrapping AST for OrderedCollections for debugging
[787/1018] Emitting module Collections
[788/1018] Compiling Collections Collections.swift
[788/1018] Wrapping AST for InternalCollectionsUtilities for debugging
[792/1019] Wrapping AST for HeapModule for debugging
[794/1021] Wrapping AST for HashTreeCollections for debugging
[797/1021] Emitting module Collections
[798/1021] Compiling Collections Collections.swift
[798/1022] Wrapping AST for DequeModule for debugging
[800/1022] Wrapping AST for Collections for debugging
[801/1022] Wrapping AST for BitCollections for debugging
[804/1022] Wrapping AST for ArgumentParserToolInfo for debugging
[806/1022] Wrapping AST for Collections for debugging
[808/1022] Emitting module ArgumentParser
[838/1032] Compiling ArgumentParser CollectionExtensions.swift
[839/1032] Compiling ArgumentParser Platform.swift
[840/1032] Compiling ArgumentParser SequenceExtensions.swift
[841/1032] Compiling ArgumentParser StringExtensions.swift
[842/1032] Compiling ArgumentParser Tree.swift
[895/1034] Wrapping AST for ArgumentParser for debugging
[897/1034] Emitting module SwiftSyntax
[897/1034] Wrapping AST for ArgumentParser for debugging
[899/1034] Emitting module SwiftSyntax
[999/1042] Compiling SwiftSyntax SyntaxNodesC.swift
[1000/1042] Compiling SwiftSyntax SyntaxNodesD.swift
[1001/1042] Compiling SwiftSyntax SyntaxNodesEF.swift
[1002/1042] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1003/1042] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1004/1042] Compiling SwiftSyntax SyntaxNodesOP.swift
[1005/1042] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1006/1042] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1007/1087] Wrapping AST for SwiftSyntax for debugging
[1009/1100] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1010/1100] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1011/1101] Compiling SwiftDiagnostics Message.swift
[1012/1101] Compiling SwiftBasicFormat InferIndentation.swift
[1013/1101] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1014/1101] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1015/1101] Compiling SwiftDiagnostics Note.swift
[1016/1101] Compiling SwiftDiagnostics Convenience.swift
[1017/1101] Compiling SwiftDiagnostics Diagnostic.swift
[1018/1101] Emitting module SwiftDiagnostics
[1019/1101] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1020/1101] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1021/1101] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1022/1101] Compiling SwiftDiagnostics FixIt.swift
[1023/1101] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1024/1102] Compiling SwiftParser SwiftParserCompatibility.swift
[1025/1102] Compiling SwiftParser SwiftVersion.swift
[1026/1102] Compiling SwiftParser SyntaxUtils.swift
[1027/1102] Compiling SwiftParser TokenConsumer.swift
[1028/1102] Compiling SwiftParser TokenPrecedence.swift
[1030/1107] Compiling SwiftBasicFormat BasicFormat.swift
[1031/1107] Emitting module SwiftBasicFormat
[1031/1108] Wrapping AST for SwiftDiagnostics for debugging
[1033/1108] Wrapping AST for SwiftBasicFormat for debugging
[1035/1108] Emitting module SwiftParser
[1036/1108] Compiling SwiftParser LexemeSequence.swift
[1037/1108] Compiling SwiftParser Lexer.swift
[1038/1108] Compiling SwiftParser RegexLiteralLexer.swift
[1039/1108] Compiling SwiftParser UnicodeScalarExtensions.swift
[1040/1108] Compiling SwiftParser Lookahead.swift
[1041/1108] Compiling SwiftParser LoopProgressCondition.swift
[1042/1108] Compiling SwiftParser Patterns.swift
[1043/1108] Compiling SwiftParser Recovery.swift
[1044/1108] Compiling SwiftParser Specifiers.swift
[1045/1108] Compiling SwiftParser Statements.swift
[1046/1108] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1047/1108] Compiling SwiftParser StringLiterals.swift
[1048/1108] Compiling SwiftParser Modifiers.swift
[1049/1108] Compiling SwiftParser Names.swift
[1050/1108] Compiling SwiftParser Nominals.swift
[1051/1108] Compiling SwiftParser Parameters.swift
[1052/1108] Compiling SwiftParser ParseSourceFile.swift
[1053/1108] Compiling SwiftParser Parser.swift
[1054/1108] Compiling SwiftParser TokenSpec.swift
[1055/1108] Compiling SwiftParser TokenSpecSet.swift
[1056/1108] Compiling SwiftParser TopLevel.swift
[1057/1108] Compiling SwiftParser TriviaParser.swift
[1058/1108] Compiling SwiftParser Types.swift
[1063/1108] Compiling SwiftParser Declarations.swift
[1064/1108] Compiling SwiftParser Directives.swift
[1065/1108] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1066/1108] Compiling SwiftParser Expressions.swift
[1067/1108] Compiling SwiftParser IncrementalParseTransition.swift
[1068/1108] Compiling SwiftParser IsValidIdentifier.swift
[1069/1108] Compiling SwiftParser Cursor.swift
[1070/1108] Compiling SwiftParser Lexeme.swift
[1071/1108] Compiling SwiftParser ExperimentalFeatures.swift
[1072/1108] Compiling SwiftParser IsLexerClassified.swift
[1073/1108] Compiling SwiftParser LayoutNodes+Parsable.swift
[1074/1108] Compiling SwiftParser Parser+TokenSpecSet.swift
[1075/1108] Compiling SwiftParser TokenSpecStaticMembers.swift
[1076/1109] Wrapping AST for SwiftParser for debugging
[1078/1132] Compiling SwiftOperators PrecedenceGroup.swift
[1079/1132] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1080/1134] Compiling SwiftOperators PrecedenceGraph.swift
[1081/1134] Compiling SwiftOperators OperatorTable.swift
[1082/1134] Compiling SwiftOperators OperatorTable+Semantics.swift
[1083/1134] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1084/1134] Compiling SwiftOperators SyntaxSynthesis.swift
[1085/1134] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1086/1134] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1087/1134] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1088/1134] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1089/1134] Emitting module SwiftOperators
[1090/1134] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1091/1134] Compiling SwiftParserDiagnostics Utils.swift
[1092/1134] Compiling SwiftOperators OperatorTable+Folding.swift
[1093/1135] Emitting module SwiftParserDiagnostics
[1094/1135] Wrapping AST for SwiftOperators for debugging
[1096/1135] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1097/1135] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1098/1135] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1110/1136] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1111/1136] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1113/1137] Wrapping AST for SwiftSyntax for debugging
[1115/1194] Wrapping AST for SwiftParserDiagnostics for debugging
[1117/1209] Compiling SwiftDiagnostics Message.swift
[1118/1210] Emitting module SwiftDiagnostics
[1119/1210] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1120/1210] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1121/1210] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1122/1210] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1123/1210] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1124/1210] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1125/1210] Compiling SwiftDiagnostics FixIt.swift
[1126/1210] Compiling SwiftDiagnostics Note.swift
[1127/1210] Compiling SwiftBasicFormat InferIndentation.swift
[1128/1210] Compiling SwiftSyntaxBuilder Indenter.swift
[1129/1210] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1130/1210] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1131/1210] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1132/1211] Wrapping AST for SwiftDiagnostics for debugging
[1134/1211] Emitting module SwiftBasicFormat
[1135/1211] Compiling SwiftBasicFormat BasicFormat.swift
[1136/1212] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1137/1212] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1138/1212] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1139/1212] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1142/1213] Wrapping AST for SwiftBasicFormat for debugging
[1146/1213] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1147/1213] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1148/1213] Emitting module SwiftSyntaxBuilder
[1149/1213] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1150/1213] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1151/1213] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1152/1213] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1153/1213] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1154/1214] Emitting module SwiftParser
[1156/1219] Compiling SwiftParser SwiftParserCompatibility.swift
[1157/1219] Compiling SwiftParser SwiftVersion.swift
[1158/1219] Compiling SwiftParser SyntaxUtils.swift
[1159/1219] Compiling SwiftParser TokenConsumer.swift
[1160/1219] Compiling SwiftParser TokenPrecedence.swift
[1160/1219] Wrapping AST for SwiftSyntaxBuilder for debugging
[1165/1219] Compiling SwiftParser Statements.swift
[1166/1219] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1167/1219] Compiling SwiftParser StringLiterals.swift
[1173/1219] Compiling SwiftParser Modifiers.swift
[1174/1219] Compiling SwiftParser Names.swift
[1175/1219] Compiling SwiftParser Nominals.swift
[1176/1219] Compiling SwiftParser Parameters.swift
[1177/1219] Compiling SwiftParser ParseSourceFile.swift
[1178/1219] Compiling SwiftParser Parser.swift
[1185/1259] Compiling SwiftParser Attributes.swift
[1186/1259] Compiling SwiftParser Availability.swift
[1187/1259] Compiling SwiftParser CharacterInfo.swift
[1188/1259] Compiling SwiftParser CollectionNodes+Parsable.swift
[1189/1259] Compiling SwiftParser Declarations.swift
[1190/1259] Compiling SwiftParser Directives.swift
[1191/1259] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1192/1259] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1193/1261] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1194/1261] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1195/1261] Compiling SwiftSyntaxMacros BodyMacro.swift
[1196/1261] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1197/1261] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1198/1261] Compiling SafeDICore DependencyTreeGenerator.swift
[1199/1261] Compiling SafeDICore ScopeGenerator.swift
[1200/1261] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1201/1261] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1202/1261] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1203/1261] Compiling SafeDICore ConcreteDeclType.swift
[1204/1261] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1205/1261] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1206/1261] Emitting module SwiftSyntaxMacros
[1207/1261] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1208/1261] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1209/1261] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1218/1265] Emitting module SafeDICore
[1218/1270] Wrapping AST for SwiftSyntaxMacros for debugging
[1220/1274] Emitting module SwiftSyntaxMacroExpansion
[1221/1275] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1225/1275] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1226/1275] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1227/1275] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1228/1275] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1229/1275] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1230/1275] Compiling SwiftParser Expressions.swift
[1231/1275] Compiling SwiftParser IncrementalParseTransition.swift
[1232/1275] Compiling SwiftParser IsValidIdentifier.swift
[1233/1275] Compiling SwiftParser Cursor.swift
[1234/1275] Compiling SwiftParser Lexeme.swift
[1235/1275] Compiling SafeDICore UnorderedEquatingCollection.swift
[1236/1275] Compiling SafeDICore FileVisitor.swift
[1237/1275] Compiling SafeDICore InstantiableVisitor.swift
[1238/1275] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1239/1275] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1240/1275] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1243/1275] Compiling SafeDICore InstantiableStruct.swift
[1244/1275] Compiling SafeDICore Property.swift
[1245/1275] Compiling SafeDICore Scope.swift
[1246/1275] Compiling SafeDICore TypeDescription.swift
[1254/1276] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1256/1277] Compiling SwiftParser ExperimentalFeatures.swift
[1257/1277] Compiling SwiftParser IsLexerClassified.swift
[1258/1277] Compiling SwiftParser LayoutNodes+Parsable.swift
[1259/1277] Compiling SwiftParser Parser+TokenSpecSet.swift
[1260/1277] Compiling SwiftParser TokenSpecStaticMembers.swift
[1260/1277] Wrapping AST for SafeDICore for debugging
[1261/1280] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1263/1305] Wrapping AST for SwiftParser for debugging
[1265/1305] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1266/1306] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1267/1306] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1268/1306] Compiling SwiftParserDiagnostics Utils.swift
[1269/1306] Emitting module SwiftParserDiagnostics
[1270/1306] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1271/1306] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1272/1306] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1273/1306] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1274/1306] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1275/1307] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1276/1307] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1277/1307] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1278/1307] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1279/1307] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1280/1307] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1283/1307] Emitting module SwiftCompilerPluginMessageHandling
[1284/1307] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1285/1307] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1288/1308] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1290/1310] Emitting module SwiftCompilerPlugin
[1291/1310] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1292/1310] Emitting module SafeDITool
[1293/1310] Compiling SafeDITool SafeDITool.swift
[1300/1313] Wrapping AST for SwiftCompilerPlugin for debugging
[1301/1313] Wrapping AST for SwiftParserDiagnostics for debugging
[1302/1316] Wrapping AST for SafeDITool for debugging
[1303/1316] Write Objects.LinkFileList
[1305/1332] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1306/1332] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1307/1333] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1308/1333] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1309/1333] Compiling SwiftSyntaxBuilder Indenter.swift
[1310/1333] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1311/1333] Emitting module SwiftSyntaxBuilder
[1312/1333] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1313/1333] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1314/1333] Compiling SafeDIMacros InjectableMacro.swift
[1315/1333] Emitting module SafeDIMacros
[1316/1333] Compiling SafeDIMacros InstantiableMacro.swift
[1317/1334] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1318/1334] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1320/1334] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1321/1334] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1321/1334] Wrapping AST for SafeDIMacros for debugging
[1322/1334] Write Objects.LinkFileList
[1324/1334] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1325/1334] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1326/1334] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1327/1334] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1328/1335] Linking SafeDITool-tool
[1329/1335] Wrapping AST for SwiftSyntaxBuilder for debugging
[1331/1358] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1332/1358] Compiling SafeDICore DiagnosticExtensions.swift
[1333/1358] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1334/1361] Compiling SafeDICore DiagnosticError.swift
[1335/1361] Compiling SafeDICore FixableInjectableError.swift
[1336/1361] Compiling SafeDICore FixableInstantiableError.swift
[1337/1361] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1338/1361] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1339/1361] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1340/1361] Compiling SafeDICore CollectionExtensions.swift
[1340/1361] Linking SafeDIMacros-tool
[1342/1377] Compiling SafeDI SendableErasedInstantiator.swift
[1343/1378] Emitting module SafeDICore
[1344/1378] Emitting module SafeDI
[1345/1379] Compiling SafeDI Instantiated.swift
[1346/1379] Emitting module SafeDI
[1347/1379] Compiling SafeDI Forwarded.swift
[1348/1379] Compiling SafeDI Instantiable.swift
[1349/1379] Compiling SafeDI Received.swift
[1350/1379] Compiling SafeDI Forwarded.swift
[1351/1379] Compiling SafeDI SendableErasedInstantiator.swift
[1352/1379] Compiling SafeDI Instantiator.swift
[1354/1379] Compiling SafeDI ErasedInstantiator.swift
[1355/1379] Compiling SafeDI Received.swift
[1356/1379] Compiling SafeDI ErasedInstantiator.swift
[1357/1379] Compiling SafeDI Instantiated.swift
[1358/1379] Compiling SafeDI Instantiable.swift
[1359/1379] Compiling SafeDI SendableInstantiator.swift
[1361/1381] Compiling SafeDICore UnorderedEquatingCollection.swift
[1362/1381] Compiling SafeDICore FileVisitor.swift
[1363/1381] Compiling SafeDICore InstantiableVisitor.swift
[1366/1381] Compiling SafeDICore ImportStatement.swift
[1367/1381] Compiling SafeDICore Initializer.swift
[1368/1381] Compiling SafeDICore InstantiableStruct.swift
[1369/1381] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1370/1381] Compiling SafeDICore ConcreteDeclType.swift
[1371/1381] Compiling SafeDICore Dependency.swift
[1372/1381] Compiling SafeDICore Property.swift
[1373/1381] Compiling SafeDICore Scope.swift
[1374/1381] Compiling SafeDICore TypeDescription.swift
[1375/1381] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1376/1381] Compiling SafeDICore DependencyTreeGenerator.swift
[1377/1381] Compiling SafeDICore ScopeGenerator.swift
[1378/1382] Wrapping AST for SafeDICore for debugging
[1380/1384] Emitting module SafeDITool
[1381/1384] Compiling SafeDITool SafeDITool.swift
[1382/1385] Wrapping AST for SafeDITool for debugging
[1383/1385] Write Objects.LinkFileList
[1384/1385] Linking SafeDITool
Build complete! (211.65s)
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" : "601.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" : "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",
"SwiftSyntax",
"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" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroPlugin.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"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" : [
"SafeDI",
"SafeDIGenerator",
"SafeDITool",
"SafeDIMacros"
],
"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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.