Build Information
Successful build of SafeDI, reference 1.5.4 (b81984), with Swift 6.1 for Linux on 26 Mar 2026 04:33:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.5.4
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.5.4 -> FETCH_HEAD
HEAD is now at b81984c Drop swift-macro-testing to unblock SwiftSyntax updates (#198)
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
b81984c0c41f6b82bbfb43270a79ca6e7e9bfee3
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.5.4
========================================
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" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.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",
"SafeDIToolVersionTests.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" : [
"SwiftSyntaxMacrosGenericTestSupport"
],
"sources" : [
"AssertMacroExpansion.swift",
"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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/22655] Fetching swift-collections
[2/40095] Fetching swift-collections, swift-argument-parser
[25371/114931] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.43s)
[54835/97491] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
[34425/74836] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0 (6.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.73s)
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.7.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.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.0
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/130] Write sources
[64/130] Compiling _SwiftSyntaxCShims PlatformMutex.c
[66/130] Write swift-version-24593BA9C3E375BF.txt
[68/146] Emitting module SwiftSyntax603
[69/146] Emitting module SwiftSyntax601
[70/146] Compiling SwiftSyntax602 Empty.swift
[71/146] Emitting module SwiftSyntax602
[72/147] Compiling SwiftSyntax601 Empty.swift
[75/148] Compiling SwiftSyntax603 Empty.swift
[76/148] Emitting module SwiftSyntax603
[77/149] Emitting module SwiftSyntax600
[78/149] Compiling SwiftSyntax600 Empty.swift
[79/150] Emitting module SwiftSyntax510
[80/150] Compiling SwiftSyntax510 Empty.swift
[83/151] Compiling SwiftSyntax602 Empty.swift
[84/151] Emitting module SwiftSyntax602
[85/152] Compiling SwiftSyntax603 Empty.swift
[87/153] Emitting module SwiftSyntax601
[88/153] Compiling SwiftSyntax601 Empty.swift
[92/159] Compiling SwiftSyntax600 Empty.swift
[93/160] Emitting module SwiftSyntax600
[94/163] Compiling SwiftSyntax510 Empty.swift
[95/163] Emitting module SwiftSyntax510
[96/164] Emitting module SwiftSyntax509
[99/164] Compiling SwiftSyntax509 Empty.swift
[103/206] Wrapping AST for SwiftSyntax603 for debugging
[105/206] Wrapping AST for SwiftSyntax602 for debugging
[107/206] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/206] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[109/206] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/206] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/210] Compiling InternalCollectionsUtilities Span+Extras.swift
[112/210] Compiling InternalCollectionsUtilities String+Padding.swift
[113/210] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[113/210] Wrapping AST for SwiftSyntax602 for debugging
[115/210] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/210] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[116/210] Wrapping AST for SwiftSyntax601 for debugging
[118/273] Compiling SwiftSyntax EditorPlaceholder.swift
[119/273] Compiling SwiftSyntax SourceLength.swift
[119/273] Wrapping AST for SwiftSyntax601 for debugging
[120/274] Wrapping AST for SwiftSyntax600 for debugging
[123/336] Compiling SwiftSyntax Convenience.swift
[124/336] Compiling SwiftSyntax CustomTraits.swift
[124/336] Wrapping AST for SwiftSyntax510 for debugging
[126/336] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[127/336] Compiling SwiftSyntax Assert.swift
[127/336] Wrapping AST for SwiftSyntax510 for debugging
[129/336] Compiling SwiftSyntax Identifier.swift
[130/336] Compiling SwiftSyntax MemoryLayout.swift
[131/336] Compiling SwiftSyntax MissingNodeInitializers.swift
[132/336] Compiling SwiftSyntax RawSyntax.swift
[133/336] Compiling SwiftSyntax RawSyntaxArena.swift
[134/336] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[135/336] Emitting module InternalCollectionsUtilities
[135/336] Wrapping AST for SwiftSyntax509 for debugging
[138/336] Emitting module InternalCollectionsUtilities
[147/336] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[148/336] Compiling SwiftSyntax RawSyntaxTokenView.swift
[152/337] Compiling SwiftSyntax SourceEdit.swift
[153/337] Compiling SwiftSyntax BumpPtrAllocator.swift
[154/337] Compiling SwiftSyntax CommonAncestor.swift
[155/337] Compiling SwiftSyntax AbsolutePosition.swift
[156/337] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[157/338] Emitting module ArgumentParserToolInfo
[158/338] Compiling ArgumentParserToolInfo ToolInfo.swift
[159/339] Emitting module ArgumentParserToolInfo
[160/339] Compiling ArgumentParserToolInfo ToolInfo.swift
[164/498] Compiling HeapModule Heap+Descriptions.swift
[165/566] Compiling _RopeModule BigString+Chunk+Breaks.swift
[166/566] Compiling _RopeModule BigString+Chunk+Character.swift
[167/566] Compiling _RopeModule BigString+Chunk+Counts.swift
[168/566] Compiling _RopeModule BigString+Chunk+Description.swift
[169/566] Compiling _RopeModule BigString+Chunk+Index.swift
[170/566] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[171/566] Compiling _RopeModule BigString+Chunk+Splitting.swift
[172/566] Compiling _RopeModule BigString+Chunk+UTF16.swift
[173/566] Compiling _RopeModule BigString+Chunk+UTF8.swift
[174/566] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[175/573] Compiling _RopeModule BigString+Builder.swift
[176/574] Compiling _RopeModule BigString+Contents.swift
[177/574] Compiling _RopeModule BigString+Debugging.swift
[178/574] Compiling _RopeModule BigString+Index.swift
[179/574] Compiling _RopeModule BigString+Ingester.swift
[180/574] Compiling _RopeModule BigString+Invariants.swift
[181/574] Compiling _RopeModule BigString+Metrics.swift
[182/574] Compiling _RopeModule BigString+Summary.swift
[183/574] Compiling _RopeModule BigString.swift
[184/574] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[185/682] Compiling HeapModule _HeapNode.swift
[186/682] Compiling HeapModule Heap.swift
[187/682] Compiling OrderedCollections _HashTable+Bucket.swift
[188/682] Compiling OrderedCollections _HashTable+BucketIterator.swift
[189/682] Compiling OrderedCollections _HashTable+Constants.swift
[190/682] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[191/682] Compiling OrderedCollections _HashTable+Testing.swift
[192/682] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[193/682] Compiling OrderedCollections _HashTable.swift
[194/682] Compiling OrderedCollections _Hashtable+Header.swift
[195/682] Compiling OrderedCollections OrderedDictionary+Codable.swift
[196/682] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[197/682] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[198/682] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[199/682] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[200/682] Compiling OrderedCollections OrderedDictionary+Elements.swift
[201/682] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[202/682] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[203/682] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[204/682] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[205/682] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[206/682] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[207/682] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[208/682] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[209/682] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[210/682] Compiling OrderedCollections OrderedDictionary+Values.swift
[211/682] Compiling OrderedCollections OrderedDictionary.swift
[212/682] Compiling OrderedCollections OrderedSet+Codable.swift
[213/682] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[214/682] Compiling OrderedCollections OrderedSet+Descriptions.swift
[215/682] Compiling OrderedCollections OrderedSet+Diffing.swift
[216/682] Compiling OrderedCollections OrderedSet+Equatable.swift
[217/691] Compiling HeapModule Heap+Invariants.swift
[218/691] Compiling HeapModule Heap+UnsafeHandle.swift
[219/691] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[220/691] Emitting module HeapModule
[222/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[223/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[224/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[225/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[226/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[227/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[228/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[229/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[230/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[231/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[232/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[233/692] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[234/692] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[235/692] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[236/706] Compiling _RopeModule Rope+Extract.swift
[237/706] Compiling _RopeModule Rope+Find.swift
[238/706] Compiling _RopeModule Rope+ForEachWhile.swift
[239/706] Compiling _RopeModule Rope+Insert.swift
[240/706] Compiling _RopeModule Rope+Join.swift
[241/706] Compiling _RopeModule Rope+MutatingForEach.swift
[242/706] Compiling _RopeModule Rope+Remove.swift
[243/706] Compiling _RopeModule Rope+RemoveSubrange.swift
[244/706] Compiling _RopeModule Rope+Split.swift
[245/706] Compiling _RopeModule Optional Utilities.swift
[246/716] Compiling HeapModule Heap+Invariants.swift
[247/716] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[278/723] Compiling OrderedCollections OrderedSet+Initializers.swift
[279/723] Compiling OrderedCollections OrderedSet+Insertions.swift
[280/723] Compiling OrderedCollections OrderedSet+Invariants.swift
[281/723] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[282/723] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[283/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[284/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[285/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[292/723] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[293/723] Compiling OrderedCollections OrderedSet+Hashable.swift
[294/723] Compiling HeapModule Heap+Descriptions.swift
[295/723] Compiling OrderedCollections OrderedSet+SubSequence.swift
[296/723] Compiling OrderedCollections OrderedSet+Testing.swift
[297/723] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[298/723] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[299/723] Compiling OrderedCollections OrderedSet.swift
[300/723] Compiling OrderedCollections _UnsafeBitset.swift
[301/723] Compiling _RopeModule Rope+Collection.swift
[302/723] Compiling _RopeModule Rope+Index.swift
[303/723] Compiling _RopeModule Rope+Sequence.swift
[304/723] Compiling _RopeModule Rope+Append.swift
[305/723] Compiling HeapModule _HeapNode.swift
[306/723] Compiling HeapModule Heap.swift
[337/723] Compiling OrderedCollections OrderedSet+Sendable.swift
[338/723] Compiling HeapModule Heap+UnsafeHandle.swift
[371/723] Emitting module HeapModule
[383/724] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[384/724] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[385/724] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[386/724] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[387/724] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[388/724] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[389/724] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[390/724] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[391/724] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[392/724] Compiling HashTreeCollections TreeSet.swift
[410/800] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[411/800] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[412/800] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[413/800] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[414/800] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[415/800] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[416/800] Compiling HashTreeCollections TreeDictionary+Filter.swift
[417/800] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[418/800] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[419/800] Compiling HashTreeCollections _HashTreeIterator.swift
[420/800] Compiling HashTreeCollections _HashTreeStatistics.swift
[421/800] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[422/800] Compiling HashTreeCollections _RawHashNode.swift
[423/800] Compiling HashTreeCollections _UnmanagedHashNode.swift
[424/800] Compiling HashTreeCollections _UnsafePath.swift
[425/800] Compiling HashTreeCollections TreeDictionary+Codable.swift
[426/800] Compiling HashTreeCollections TreeDictionary+Collection.swift
[427/800] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[428/800] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[429/800] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[430/800] Compiling HashTreeCollections _AncestorHashSlots.swift
[431/800] Compiling HashTreeCollections _Bitmap.swift
[432/800] Compiling HashTreeCollections _Bucket.swift
[433/800] Compiling HashTreeCollections _Hash.swift
[434/800] Compiling HashTreeCollections _HashLevel.swift
[435/800] Compiling HashTreeCollections _HashNode+Builder.swift
[436/800] Compiling HashTreeCollections _HashNode+Debugging.swift
[437/800] Compiling HashTreeCollections _HashNode+Initializers.swift
[438/800] Compiling HashTreeCollections TreeDictionary+Keys.swift
[439/800] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[440/800] Compiling HashTreeCollections TreeDictionary+Merge.swift
[441/800] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[442/800] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[443/800] Compiling HashTreeCollections TreeDictionary+Values.swift
[447/800] Compiling HashTreeCollections TreeSet+Hashable.swift
[448/800] Compiling HashTreeCollections TreeSet+Sendable.swift
[449/800] Compiling HashTreeCollections TreeSet+Sequence.swift
[450/800] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[451/800] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[452/800] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[458/800] Compiling HashTreeCollections TreeDictionary.swift
[459/800] Compiling HashTreeCollections TreeSet+Codable.swift
[460/800] Compiling HashTreeCollections TreeSet+Collection.swift
[461/800] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[462/800] Compiling HashTreeCollections TreeSet+Debugging.swift
[463/800] Compiling HashTreeCollections TreeSet+Descriptions.swift
[464/800] Compiling HashTreeCollections TreeSet+Equatable.swift
[465/800] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[466/800] Compiling HashTreeCollections TreeSet+Extras.swift
[467/800] Compiling HashTreeCollections TreeSet+Filter.swift
[503/800] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[504/800] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[505/800] Compiling HashTreeCollections _HashNode+Storage.swift
[506/800] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[507/800] Compiling HashTreeCollections _HashNode+Structural filter.swift
[508/800] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[509/800] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[510/800] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[511/800] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[512/800] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[513/800] Compiling HashTreeCollections _HashNode+Structural merge.swift
[521/800] Emitting module _RopeModule
[522/801] Emitting module OrderedCollections
[531/802] Compiling HashTreeCollections _HashNode+Invariants.swift
[532/802] Compiling HashTreeCollections _HashNode+Lookups.swift
[533/802] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[553/810] Emitting module OrderedCollections
[576/819] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[577/819] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[578/819] Compiling HashTreeCollections _HashNode+Structural union.swift
[579/819] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[580/819] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[581/819] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[582/819] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[583/819] Compiling HashTreeCollections _HashNode.swift
[584/819] Compiling HashTreeCollections _HashNodeHeader.swift
[585/819] Compiling HashTreeCollections _HashSlot.swift
[586/819] Compiling HashTreeCollections _HashStack.swift
[590/819] Emitting module _RopeModule
[612/830] Compiling SwiftSyntax SyntaxNodesC.swift
[613/830] Compiling SwiftSyntax SyntaxNodesD.swift
[614/830] Compiling SwiftSyntax SyntaxNodesEF.swift
[615/830] Compiling SwiftSyntax SyntaxNodesGHI.swift
[616/830] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[617/830] Compiling SwiftSyntax SyntaxNodesOP.swift
[618/830] Compiling SwiftSyntax SyntaxNodesQRS.swift
[619/830] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[625/896] Compiling ContainersPreview Producer+Map.swift
[626/896] Compiling ContainersPreview Producer+Reduce.swift
[627/896] Compiling ContainersPreview Producer.swift
[628/896] Compiling ContainersPreview Borrow.swift
[629/921] Compiling ContainersPreview RandomAccessContainer.swift
[630/921] Compiling ContainersPreview RangeExpression2.swift
[631/921] Compiling ContainersPreview RangeReplaceableContainer.swift
[632/921] Compiling ContainersPreview Drain+Map.swift
[633/954] Compiling BitCollections BitSet+Equatable.swift
[634/954] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[635/954] Compiling BitCollections BitSet+Extras.swift
[636/954] Compiling BitCollections BitSet+Hashable.swift
[637/961] Compiling BitCollections BitArray+Equatable.swift
[638/961] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[639/961] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[640/961] Compiling BitCollections BitArray+Extras.swift
[641/961] Compiling BitCollections BitArray+Fill.swift
[642/972] Compiling BitCollections BitArray+Hashable.swift
[643/972] Compiling BitCollections BitArray+Initializers.swift
[644/972] Compiling BitCollections BitArray+Invariants.swift
[645/972] Compiling BitCollections BinaryInteger extensions.swift
[646/972] Compiling BitCollections BitArray+BitwiseOperations.swift
[647/973] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[648/973] Compiling BitCollections BitArray+Codable.swift
[649/973] Compiling BitCollections BitArray+Collection.swift
[650/973] Compiling BitCollections BitArray+Copy.swift
[651/973] Compiling BitCollections BitArray+CustomReflectable.swift
[652/973] Compiling BitCollections BitSet+Codable.swift
[653/973] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[654/973] Compiling BitCollections BitSet+CustomReflectable.swift
[655/973] Compiling BitCollections BitSet+CustomStringConvertible.swift
[656/981] Emitting module ContainersPreview
[667/990] Compiling BitCollections BitSet+Codable.swift
[668/990] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[669/990] Compiling BitCollections BitSet+CustomReflectable.swift
[670/990] Compiling BitCollections BitSet+CustomStringConvertible.swift
[671/1012] Compiling BitCollections BitArray+Testing.swift
[672/1012] Compiling BitCollections BitArray._UnsafeHandle.swift
[673/1012] Compiling BitCollections BitArray.swift
[674/1012] Compiling BitCollections BitSet+BidirectionalCollection.swift
[675/1012] Compiling BitCollections BitArray+Descriptions.swift
[676/1012] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[677/1012] Compiling BitCollections BitArray+RandomBits.swift
[678/1012] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[679/1012] Compiling BitCollections BitArray+Shifts.swift
[690/1012] Emitting module ContainersPreview
[691/1012] Compiling BitCollections BitSet+Initializers.swift
[692/1012] Compiling BitCollections BitSet+Invariants.swift
[693/1012] Compiling BitCollections BitSet+Random.swift
[694/1012] Compiling BitCollections BitSet+SetAlgebra basics.swift
[701/1012] Compiling BitCollections BitSet+Equatable.swift
[702/1012] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[703/1012] Compiling BitCollections BitSet+Extras.swift
[704/1012] Compiling BitCollections BitSet+Hashable.swift
[711/1014] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[712/1014] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[713/1014] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[714/1014] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[715/1014] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[716/1014] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[717/1014] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[718/1014] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[719/1014] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[720/1014] Compiling HashTreeCollections TreeSet.swift
[722/1054] Compiling DequeModule UniqueDeque+Consumption.swift
[723/1054] Compiling DequeModule UniqueDeque+Container.swift
[724/1054] Compiling DequeModule UniqueDeque+Descriptions.swift
[725/1054] Compiling DequeModule UniqueDeque+Equatable.swift
[726/1054] Compiling DequeModule UniqueDeque+Experimental.swift
[727/1054] Compiling DequeModule RigidDeque+Removals.swift
[728/1054] Compiling DequeModule RigidDeque+Replacements.swift
[729/1054] Compiling DequeModule RigidDeque+Testing.swift
[730/1101] Compiling DequeModule UniqueDeque+Experimental.swift
[731/1101] Compiling DequeModule UniqueDeque+Hashable.swift
[732/1101] Compiling DequeModule UniqueDeque+Initializers.swift
[733/1101] Compiling DequeModule UniqueDeque+Insertions.swift
[734/1101] Compiling DequeModule UniqueDeque+Prepend.swift
[735/1101] Compiling DequeModule UniqueDeque+Removals.swift
[736/1101] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[737/1101] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[738/1101] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[739/1101] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[740/1101] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[746/1101] Compiling DequeModule UniqueDeque+Consumption.swift
[747/1101] Compiling DequeModule UniqueDeque+Container.swift
[748/1101] Compiling DequeModule UniqueDeque+Descriptions.swift
[749/1101] Compiling DequeModule UniqueDeque+Equatable.swift
[751/1101] Compiling DequeModule RigidDeque+Experimental.swift
[752/1101] Compiling DequeModule RigidDeque+Hashable.swift
[753/1101] Compiling DequeModule RigidDeque+Initializers.swift
[754/1101] Compiling DequeModule RigidDeque+Insertions.swift
[755/1101] Compiling DequeModule RigidDeque+Prepend.swift
[756/1106] Compiling DequeModule RigidDeque+Removals.swift
[757/1106] Compiling DequeModule RigidDeque+Replacements.swift
[758/1106] Compiling DequeModule RigidDeque+Testing.swift
[759/1106] Compiling DequeModule RigidDeque.swift
[760/1106] Compiling DequeModule UniqueDeque+Append.swift
[761/1106] Compiling DequeModule RigidDeque+Equatable.swift
[784/1113] Compiling DequeModule _DequeBuffer.swift
[785/1113] Compiling DequeModule _DequeBufferHeader.swift
[786/1113] Compiling DequeModule RigidDeque+Append.swift
[787/1113] Compiling DequeModule RigidDeque+Consumption.swift
[788/1113] Compiling DequeModule RigidDeque+Container.swift
[789/1113] Compiling DequeModule RigidDeque+Descriptions.swift
[800/1113] Compiling DequeModule Deque.swift
[811/1118] Emitting module BitCollections
[824/1118] Compiling DequeModule UniqueDeque+Replacements.swift
[825/1118] Compiling DequeModule UniqueDeque.swift
[826/1118] Compiling DequeModule _DequeSlot.swift
[827/1118] Compiling DequeModule _UnsafeDequeHandle.swift
[828/1118] Compiling DequeModule _UnsafeDequeSegments.swift
[829/1118] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[830/1118] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[831/1118] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[832/1118] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[833/1118] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[834/1118] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[835/1118] Compiling BitCollections BitSet+SetAlgebra union.swift
[836/1118] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[837/1118] Compiling BitCollections BitSet.Counted.swift
[844/1118] Emitting module HashTreeCollections
[859/1119] Compiling DequeModule Deque+Codable.swift
[860/1119] Compiling DequeModule Deque+Collection.swift
[861/1119] Compiling DequeModule Deque+CustomReflectable.swift
[862/1119] Compiling DequeModule Deque+Descriptions.swift
[863/1119] Compiling DequeModule Deque+Equatable.swift
[864/1119] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[865/1119] Compiling DequeModule Deque+Extras.swift
[866/1119] Compiling DequeModule Deque+Hashable.swift
[867/1119] Compiling DequeModule Deque+Testing.swift
[868/1119] Compiling DequeModule Deque._Storage.swift
[869/1119] Compiling DequeModule Deque._UnsafeHandle.swift
[879/1165] Compiling BitCollections BitSet.Index.swift
[880/1165] Compiling BitCollections BitSet._UnsafeHandle.swift
[881/1165] Compiling BitCollections BitSet.swift
[882/1165] Compiling BitCollections Range+Utilities.swift
[883/1165] Compiling BitCollections Slice+Utilities.swift
[884/1165] Compiling BitCollections UInt+Tricks.swift
[885/1165] Compiling BitCollections _Word.swift
[893/1165] Compiling ArgumentParser BashCompletionsGenerator.swift
[894/1165] Compiling ArgumentParser CompletionsGenerator.swift
[895/1165] Compiling ArgumentParser FishCompletionsGenerator.swift
[896/1165] Compiling ArgumentParser ZshCompletionsGenerator.swift
[897/1165] Compiling ArgumentParser Argument.swift
[898/1165] Compiling ArgumentParser ArgumentDiscussion.swift
[899/1165] Compiling ArgumentParser ArgumentHelp.swift
[900/1165] Compiling ArgumentParser ArgumentVisibility.swift
[901/1165] Compiling ArgumentParser CompletionKind.swift
[902/1165] Compiling ArgumentParser Errors.swift
[903/1165] Compiling ArgumentParser Flag.swift
[904/1165] Compiling ArgumentParser NameSpecification.swift
[905/1165] Compiling ArgumentParser Option.swift
[906/1165] Compiling ArgumentParser OptionGroup.swift
[907/1165] Compiling ArgumentParser ParentCommand.swift
[908/1165] Compiling ArgumentParser AsyncParsableCommand.swift
[909/1165] Compiling ArgumentParser CommandConfiguration.swift
[910/1165] Compiling ArgumentParser CommandGroup.swift
[911/1165] Compiling ArgumentParser EnumerableFlag.swift
[912/1165] Compiling ArgumentParser ExpressibleByArgument.swift
[913/1165] Compiling ArgumentParser ParsableArguments.swift
[914/1165] Compiling ArgumentParser ParsableCommand.swift
[915/1165] Compiling ArgumentParser ArgumentDecoder.swift
[916/1165] Compiling ArgumentParser ArgumentDefinition.swift
[919/1165] Compiling ArgumentParser ArgumentSet.swift
[920/1165] Compiling ArgumentParser CommandParser.swift
[921/1165] Compiling ArgumentParser InputKey.swift
[922/1165] Compiling ArgumentParser InputOrigin.swift
[923/1165] Compiling ArgumentParser Name.swift
[924/1165] Compiling ArgumentParser Parsed.swift
[925/1165] Compiling ArgumentParser ParsedValues.swift
[926/1165] Compiling ArgumentParser ParserError.swift
[927/1165] Compiling ArgumentParser SplitArguments.swift
[969/1167] Wrapping AST for _RopeModule for debugging
[971/1213] Wrapping AST for OrderedCollections for debugging
[973/1213] Wrapping AST for InternalCollectionsUtilities for debugging
[975/1213] Emitting module HashTreeCollections
[976/1213] Emitting module DequeModule
[976/1214] Wrapping AST for InternalCollectionsUtilities for debugging
[978/1214] Emitting module DequeModule
[979/1214] Wrapping AST for HeapModule for debugging
[981/1214] Compiling ArgumentParser Foundation.swift
[982/1214] Compiling ArgumentParser Mutex.swift
[983/1214] Compiling ArgumentParser Platform.swift
[984/1214] Compiling ArgumentParser SequenceExtensions.swift
[985/1214] Compiling ArgumentParser StringExtensions.swift
[990/1216] Wrapping AST for HeapModule for debugging
[992/1216] Wrapping AST for HashTreeCollections for debugging
[995/1216] Wrapping AST for ContainersPreview for debugging
[997/1222] Wrapping AST for DequeModule for debugging
[999/1228] Wrapping AST for BitCollections for debugging
[1002/1228] Compiling Collections HeapModule reexports.swift
[1003/1228] Compiling Collections HashTreeCollections reexports.swift
[1004/1228] Compiling Collections HeapModule reexports.swift
[1005/1228] Compiling Collections OrderedCollections reexports.swift
[1006/1228] Compiling Collections DequeModule reexports.swift
[1007/1228] Compiling Collections OrderedCollections reexports.swift
[1008/1228] Emitting module Collections
[1009/1228] Compiling Collections BitCollections reexports.swift
[1010/1228] Emitting module Collections
[1011/1229] Compiling Collections DequeModule reexports.swift
[1012/1229] Compiling Collections HashTreeCollections reexports.swift
[1013/1229] Compiling Collections BitCollections reexports.swift
[1014/1230] Wrapping AST for ArgumentParserToolInfo for debugging
[1017/1230] Wrapping AST for Collections for debugging
[1020/1230] Emitting module ArgumentParser
[1022/1242] Compiling ArgumentParser ParsableCommand.swift
[1023/1242] Compiling ArgumentParser ArgumentDecoder.swift
[1024/1242] Compiling ArgumentParser ArgumentDefinition.swift
[1025/1242] Compiling ArgumentParser ArgumentSet.swift
[1026/1242] Compiling ArgumentParser CommandParser.swift
[1027/1242] Compiling ArgumentParser InputKey.swift
[1028/1242] Compiling ArgumentParser ParentCommand.swift
[1034/1242] Compiling ArgumentParser SwiftExtensions.swift
[1041/1242] Compiling ArgumentParser Tree.swift
[1042/1242] Compiling ArgumentParser CodingKeyValidator.swift
[1043/1242] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1044/1242] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1045/1242] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1046/1242] Compiling ArgumentParser UniqueNamesValidator.swift
[1053/1242] Compiling ArgumentParser InputOrigin.swift
[1054/1242] Compiling ArgumentParser Name.swift
[1055/1242] Compiling ArgumentParser Parsed.swift
[1056/1242] Compiling ArgumentParser ParsedValues.swift
[1057/1242] Compiling ArgumentParser ParserError.swift
[1058/1242] Compiling ArgumentParser SplitArguments.swift
[1059/1242] Compiling ArgumentParser DumpHelpGenerator.swift
[1060/1242] Compiling ArgumentParser HelpCommand.swift
[1061/1242] Compiling ArgumentParser HelpGenerator.swift
[1062/1242] Compiling ArgumentParser MessageInfo.swift
[1063/1242] Compiling ArgumentParser UsageGenerator.swift
[1064/1242] Compiling ArgumentParser CollectionExtensions.swift
[1077/1242] Compiling ArgumentParser BashCompletionsGenerator.swift
[1078/1242] Compiling ArgumentParser CompletionsGenerator.swift
[1079/1242] Compiling ArgumentParser FishCompletionsGenerator.swift
[1080/1242] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1081/1242] Compiling ArgumentParser Argument.swift
[1082/1242] Compiling ArgumentParser ArgumentDiscussion.swift
[1083/1242] Compiling ArgumentParser ArgumentHelp.swift
[1091/1242] Compiling ArgumentParser ArgumentVisibility.swift
[1092/1242] Compiling ArgumentParser CompletionKind.swift
[1093/1242] Compiling ArgumentParser Errors.swift
[1094/1242] Compiling ArgumentParser Flag.swift
[1095/1242] Compiling ArgumentParser NameSpecification.swift
[1096/1242] Compiling ArgumentParser Option.swift
[1097/1242] Compiling ArgumentParser OptionGroup.swift
[1098/1242] Compiling ArgumentParser AsyncParsableCommand.swift
[1099/1242] Compiling ArgumentParser CommandConfiguration.swift
[1100/1242] Compiling ArgumentParser CommandGroup.swift
[1101/1242] Compiling ArgumentParser EnumerableFlag.swift
[1102/1242] Compiling ArgumentParser ExpressibleByArgument.swift
[1103/1242] Compiling ArgumentParser ParsableArguments.swift
[1125/1244] Wrapping AST for ArgumentParser for debugging
[1128/1244] Emitting module SwiftSyntax
[1217/1246] Wrapping AST for SwiftSyntax for debugging
[1219/1305] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1219/1305] Wrapping AST for SwiftSyntax for debugging
[1221/1305] Compiling SwiftBasicFormat InferIndentation.swift
[1222/1310] Compiling SwiftDiagnostics Message.swift
[1223/1365] Emitting module SwiftDiagnostics
[1224/1365] Compiling SwiftParser Attributes.swift
[1225/1365] Compiling SwiftParser Availability.swift
[1226/1365] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1227/1365] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1228/1365] Compiling SwiftDiagnostics Note.swift
[1229/1365] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1230/1365] Compiling SwiftDiagnostics Message.swift
[1231/1366] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1232/1366] Compiling SwiftParser CharacterInfo.swift
[1233/1366] Compiling SwiftParser CollectionNodes+Parsable.swift
[1234/1366] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1235/1366] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1236/1366] Compiling SwiftDiagnostics FixIt.swift
[1237/1366] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1238/1367] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1241/1367] Emitting module SwiftDiagnostics
[1245/1367] Compiling SwiftBasicFormat Indenter.swift
[1246/1367] Compiling SwiftDiagnostics Note.swift
[1247/1367] Compiling SwiftBasicFormat Indenter.swift
[1248/1367] Emitting module SwiftBasicFormat
[1249/1367] Compiling SwiftBasicFormat BasicFormat.swift
[1249/1368] Wrapping AST for SwiftDiagnostics for debugging
[1252/1368] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1253/1368] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1254/1368] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1255/1368] Compiling SwiftDiagnostics FixIt.swift
[1256/1369] Compiling SwiftBasicFormat InferIndentation.swift
[1257/1369] Wrapping AST for SwiftBasicFormat for debugging
[1258/1369] Wrapping AST for SwiftDiagnostics for debugging
[1260/1369] Compiling SwiftBasicFormat BasicFormat.swift
[1261/1369] Emitting module SwiftBasicFormat
[1262/1370] Compiling SwiftParser StringLiterals.swift
[1263/1370] Compiling SwiftParser SwiftParserCompatibility.swift
[1264/1370] Compiling SwiftParser SwiftVersion.swift
[1265/1370] Compiling SwiftParser SyntaxUtils.swift
[1266/1370] Compiling SwiftParser TokenConsumer.swift
[1267/1370] Compiling SwiftParser TokenPrecedence.swift
[1268/1375] Wrapping AST for SwiftBasicFormat for debugging
[1270/1375] Compiling SwiftParser Lexeme.swift
[1271/1375] Compiling SwiftParser LexemeSequence.swift
[1272/1375] Compiling SwiftParser Lexer.swift
[1273/1375] Compiling SwiftParser RegexLiteralLexer.swift
[1274/1375] Compiling SwiftParser UnicodeScalarExtensions.swift
[1275/1375] Compiling SwiftParser Lookahead.swift
[1276/1375] Emitting module SwiftParser
[1283/1375] Compiling SwiftParser LoopProgressCondition.swift
[1284/1375] Compiling SwiftParser Modifiers.swift
[1285/1375] Compiling SwiftParser Names.swift
[1286/1375] Compiling SwiftParser Nominals.swift
[1287/1375] Compiling SwiftParser Parameters.swift
[1288/1375] Compiling SwiftParser ParseSourceFile.swift
[1289/1375] Compiling SwiftParser Parser.swift
[1290/1375] Compiling SwiftParser Patterns.swift
[1291/1375] Compiling SwiftParser Recovery.swift
[1292/1375] Compiling SwiftParser Specifiers.swift
[1293/1375] Compiling SwiftParser Statements.swift
[1294/1375] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1301/1380] Compiling SwiftParser TokenSpec.swift
[1302/1380] Compiling SwiftParser TokenSpecSet.swift
[1303/1380] Compiling SwiftParser TopLevel.swift
[1304/1380] Compiling SwiftParser TriviaParser.swift
[1305/1380] Compiling SwiftParser Types.swift
[1327/1380] Compiling SwiftParser CompilerFiles.swift
[1328/1380] Compiling SwiftParser Declarations.swift
[1329/1380] Compiling SwiftParser Directives.swift
[1330/1380] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1331/1380] Compiling SwiftParser Expressions.swift
[1332/1380] Compiling SwiftParser IncrementalParseTransition.swift
[1333/1380] Compiling SwiftParser IsValidIdentifier.swift
[1334/1380] Compiling SwiftParser Cursor.swift
[1341/1380] Emitting module SwiftParser
[1348/1380] Compiling SwiftParser ExperimentalFeatures.swift
[1349/1380] Compiling SwiftParser IsLexerClassified.swift
[1350/1380] Compiling SwiftParser LayoutNodes+Parsable.swift
[1351/1380] Compiling SwiftParser Parser+TokenSpecSet.swift
[1352/1380] Compiling SwiftParser TokenSpecStaticMembers.swift
[1353/1381] Wrapping AST for SwiftParser for debugging
[1355/1404] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1356/1405] Compiling SwiftOperators PrecedenceGroup.swift
[1357/1406] Compiling SwiftOperators PrecedenceGraph.swift
[1358/1406] Compiling SwiftOperators OperatorTable.swift
[1359/1406] Compiling SwiftOperators SyntaxSynthesis.swift
[1360/1406] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1361/1406] Emitting module SwiftOperators
[1362/1406] Compiling SwiftOperators OperatorTable+Semantics.swift
[1363/1406] Compiling SwiftOperators OperatorError.swift
[1364/1406] Compiling SwiftOperators OperatorTable+Defaults.swift
[1365/1406] Compiling SwiftOperators OperatorTable+Folding.swift
[1366/1406] Compiling SwiftOperators Operator.swift
[1367/1406] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1368/1407] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1369/1407] Compiling SwiftParserDiagnostics Utils.swift
[1370/1407] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1376/1407] Wrapping AST for SwiftOperators for debugging
[1379/1408] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1380/1408] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1380/1408] Wrapping AST for SwiftParser for debugging
[1382/1421] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1383/1422] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1384/1422] Compiling SwiftParserDiagnostics Utils.swift
[1385/1422] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1386/1422] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1389/1422] Emitting module SwiftParserDiagnostics
[1390/1422] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1391/1422] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1392/1422] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1393/1422] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1396/1423] Emitting module SwiftParserDiagnostics
[1398/1423] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1399/1423] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1399/1423] Wrapping AST for SwiftParserDiagnostics for debugging
[1401/1438] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1402/1438] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1403/1439] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1406/1439] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1407/1439] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1408/1440] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1409/1440] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1410/1440] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1411/1440] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1412/1440] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1413/1440] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1414/1440] Compiling SwiftSyntaxBuilder Indenter.swift
[1415/1440] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1416/1440] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1417/1440] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1418/1440] Emitting module SwiftSyntaxBuilder
[1422/1441] Wrapping AST for SwiftParserDiagnostics for debugging
[1423/1456] Wrapping AST for SwiftSyntaxBuilder for debugging
[1425/1494] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[1426/1494] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[1427/1495] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[1428/1495] Compiling SwiftIfConfig BuildConfiguration.swift
[1429/1495] Compiling SwiftIfConfig VersionTuple.swift
[1430/1495] Emitting module SwiftIfConfig
[1431/1495] Compiling SafeDICore DiagnosticError.swift
[1432/1495] Compiling SafeDICore FixableInjectableError.swift
[1435/1495] Compiling SwiftIfConfig ConfiguredRegions.swift
[1436/1495] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[1437/1495] Compiling SwiftIfConfig IfConfigFunctions.swift
[1438/1498] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[1439/1498] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[1442/1498] Compiling SwiftIfConfig IfConfigRegionState.swift
[1447/1498] Emitting module SafeDICore
[1448/1498] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[1449/1498] Compiling SwiftIfConfig IfConfigEvaluation.swift
[1465/1500] Emitting module SwiftSyntaxBuilder
[1467/1500] Wrapping AST for SwiftIfConfig for debugging
[1469/1517] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1470/1518] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1471/1518] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1472/1518] Compiling SwiftSyntaxMacros BodyMacro.swift
[1474/1520] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1475/1520] Compiling SwiftSyntaxMacros Macro+Format.swift
[1476/1520] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1477/1520] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1478/1520] Compiling SwiftSyntaxMacros MemberMacro.swift
[1479/1520] Compiling SwiftSyntaxMacros PeerMacro.swift
[1480/1520] Emitting module SwiftSyntaxMacros
[1481/1520] Compiling SwiftSyntaxMacros Macro.swift
[1482/1520] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1483/1520] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1484/1520] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1485/1520] Compiling SafeDICore UnorderedEquatingCollection.swift
[1486/1520] Compiling SafeDICore FileVisitor.swift
[1487/1520] Compiling SafeDICore InstantiableVisitor.swift
[1488/1520] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1489/1520] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1490/1520] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1490/1520] Wrapping AST for SwiftSyntaxBuilder for debugging
[1492/1543] Compiling SafeDICore ImportStatement.swift
[1493/1543] Compiling SafeDICore Initializer.swift
[1495/1544] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1496/1544] Compiling SafeDICore DiagnosticExtensions.swift
[1497/1544] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1497/1547] Wrapping AST for SwiftSyntaxMacros for debugging
[1499/1547] Compiling SafeDICore DiagnosticError.swift
[1500/1547] Compiling SafeDICore FixableInjectableError.swift
[1501/1547] Compiling SafeDICore FixableInstantiableError.swift
[1502/1547] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1505/1551] Compiling SafeDICore InstantiableStruct.swift
[1506/1551] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1507/1551] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1508/1551] Compiling SafeDICore CollectionExtensions.swift
[1509/1556] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1510/1557] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1511/1557] Compiling SafeDICore Property.swift
[1512/1557] Compiling SafeDICore Scope.swift
[1513/1557] Compiling SafeDICore TypeDescription.swift
[1514/1557] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1515/1557] Compiling SafeDICore ConcreteDeclType.swift
[1516/1557] Compiling SafeDICore Dependency.swift
[1518/1558] Emitting module SafeDICore
[1519/1558] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1520/1558] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1521/1558] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1522/1558] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1523/1558] Emitting module SwiftSyntaxMacroExpansion
[1523/1558] Wrapping AST for SafeDICore for debugging
[1525/1560] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1526/1560] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1527/1560] Compiling SafeDICore UnorderedEquatingCollection.swift
[1528/1560] Compiling SafeDICore FileVisitor.swift
[1529/1560] Compiling SafeDICore InstantiableVisitor.swift
[1530/1560] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1537/1561] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1545/1573] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1546/1573] Compiling SafeDICore DependencyTreeGenerator.swift
[1547/1573] Compiling SafeDICore ScopeGenerator.swift
[1548/1574] Wrapping AST for SafeDICore for debugging
[1550/1576] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1551/1576] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1552/1576] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1553/1576] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1554/1576] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1555/1577] Emitting module SwiftCompilerPluginMessageHandling
[1556/1577] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1557/1577] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1558/1577] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1559/1577] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1560/1577] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1561/1577] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1562/1577] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1563/1578] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1565/1580] Emitting module SafeDITool
[1566/1580] Compiling SafeDITool SafeDITool.swift
[1567/1580] Emitting module SwiftCompilerPlugin
[1568/1580] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1569/1581] Emitting module SafeDITool
[1570/1581] Compiling SafeDITool SafeDITool.swift
[1573/1583] Wrapping AST for SwiftCompilerPlugin for debugging
[1574/1587] Wrapping AST for SafeDITool for debugging
[1575/1587] Write Objects.LinkFileList
[1576/1587] Wrapping AST for SafeDITool for debugging
[1577/1587] Write Objects.LinkFileList
[1579/1587] Compiling SafeDIMacros InjectableMacro.swift
[1580/1587] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1581/1587] Emitting module SafeDIMacros
[1582/1587] Compiling SafeDIMacros InstantiableMacro.swift
[1583/1588] Wrapping AST for SafeDIMacros for debugging
[1584/1588] Write Objects.LinkFileList
[1585/1588] Linking SafeDITool-tool
[1586/1588] Linking SafeDITool
[1587/1588] Linking SafeDIMacros-tool
[1589/1604] Compiling SafeDI Received.swift
[1590/1604] Compiling SafeDI Instantiator.swift
[1591/1604] Compiling SafeDI Instantiated.swift
[1592/1604] Emitting module SafeDI
[1593/1604] Compiling SafeDI Instantiable.swift
[1594/1604] Compiling SafeDI Forwarded.swift
[1595/1605] Compiling SafeDI ErasedInstantiator.swift
[1596/1605] Compiling SafeDI SendableErasedInstantiator.swift
[1597/1605] Emitting module SafeDI
[1598/1606] Compiling SafeDI Forwarded.swift
[1599/1606] Compiling SafeDI Instantiated.swift
[1600/1606] Compiling SafeDI Received.swift
[1601/1606] Compiling SafeDI Instantiable.swift
[1602/1606] Compiling SafeDI ErasedInstantiator.swift
[1603/1606] Compiling SafeDI Instantiator.swift
[1604/1606] Compiling SafeDI SendableErasedInstantiator.swift
[1605/1606] Compiling SafeDI SendableInstantiator.swift
Build complete! (140.12s)
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" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.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",
"SafeDIToolVersionTests.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" : [
"SwiftSyntaxMacrosGenericTestSupport"
],
"sources" : [
"AssertMacroExpansion.swift",
"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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.