Build Information
Successful build of SafeDI, reference 1.3.0-alpha-1 (783217
), with Swift 6.1 for Android on 27 Jun 2025 08:24:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.3.0-alpha-1
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.3.0-alpha-1 -> FETCH_HEAD
HEAD is now at 7832178 Undo unnecessary change
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
78321787d3b709a7c2bdd23f29d1fbd21cd675ed
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.3.0-alpha-1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/908] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.63s)
[1/15388] Fetching swift-argument-parser
[13543/86344] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.69s)
[9934/70956] Fetching swift-syntax
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (11.03s)
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (13.99s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.94s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.12s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.25s)
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.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.70s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.00s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/131] Emitting module SwiftSyntax509
[62/131] Emitting module SwiftSyntax510
[63/131] Compiling SwiftSyntax509 Empty.swift
[66/133] Emitting module SwiftSyntax600
[67/133] Compiling SwiftSyntax600 Empty.swift
[69/133] Compiling SwiftSyntax601 Empty.swift
[70/133] Emitting module SwiftSyntax601
[71/135] Compiling SwiftSyntax510 Empty.swift
[72/136] Emitting module SwiftSyntax510
[73/136] Compiling SwiftSyntax510 Empty.swift
[74/137] Emitting module SwiftSyntax601
[75/137] Emitting module SwiftSyntax600
[76/137] Compiling SwiftSyntax601 Empty.swift
[77/137] Compiling SwiftSyntax600 Empty.swift
[83/167] Wrapping AST for SwiftSyntax509 for debugging
[84/167] Wrapping AST for SwiftSyntax510 for debugging
[85/167] Wrapping AST for SwiftSyntax600 for debugging
[87/224] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/236] Wrapping AST for SwiftSyntax601 for debugging
[90/236] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/236] Compiling SwiftSyntax EditorPlaceholder.swift
[92/236] Compiling SwiftSyntax Identifier.swift
[93/236] Compiling SwiftSyntax MemoryLayout.swift
[94/236] Compiling SwiftSyntax MissingNodeInitializers.swift
[95/237] Compiling SwiftSyntax AbsolutePosition.swift
[96/237] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[101/270] Compiling SwiftSyntax AbsolutePosition.swift
[102/270] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[102/286] Wrapping AST for SwiftSyntax600 for debugging
[103/301] Wrapping AST for SwiftSyntax510 for debugging
[104/301] Wrapping AST for SwiftSyntax509 for debugging
[106/301] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[107/301] Compiling SwiftSyntax Assert.swift
[108/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/301] Compiling SwiftSyntax Convenience.swift
[111/301] Compiling SwiftSyntax CustomTraits.swift
[112/301] Emitting module InternalCollectionsUtilities
[116/301] Compiling SwiftSyntax BumpPtrAllocator.swift
[117/301] Compiling SwiftSyntax CommonAncestor.swift
[124/303] Emitting module ArgumentParserToolInfo
[125/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[126/304] Emitting module ArgumentParserToolInfo
[127/304] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/503] Compiling HeapModule Heap+Descriptions.swift
[131/565] Compiling HeapModule _HeapNode.swift
[132/565] Compiling HeapModule Heap.swift
[133/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[134/565] Compiling HeapModule Heap+UnsafeHandle.swift
[135/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[136/565] Compiling HeapModule Heap+Invariants.swift
[137/565] Compiling HeapModule Heap+Descriptions.swift
[138/565] Emitting module HeapModule
[139/566] Compiling HeapModule _HeapNode.swift
[141/566] Compiling HeapModule Heap.swift
[142/566] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[143/566] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[144/566] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[145/566] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[146/566] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[147/566] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[148/566] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[149/573] Compiling OrderedCollections OrderedDictionary+Values.swift
[150/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[151/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[152/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[153/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[154/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[155/573] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[156/573] Compiling HeapModule Heap+Invariants.swift
[157/573] Compiling HeapModule Heap+UnsafeHandle.swift
[158/573] Emitting module HeapModule
[160/616] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[161/617] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[162/617] Compiling HashTreeCollections TreeDictionary+Keys.swift
[163/617] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[164/617] Compiling HashTreeCollections TreeDictionary+Merge.swift
[165/617] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[166/617] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[167/617] Compiling HashTreeCollections TreeDictionary+Values.swift
[168/617] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[170/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[171/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[172/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[173/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[174/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[175/617] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[176/623] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[177/623] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[178/623] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[179/623] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[180/623] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[181/623] Compiling HashTreeCollections _HashNode+Structural union.swift
[182/623] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[183/623] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[190/657] Compiling HashTreeCollections _AncestorHashSlots.swift
[191/657] Compiling HashTreeCollections _Bitmap.swift
[192/657] Compiling HashTreeCollections _Bucket.swift
[193/657] Compiling HashTreeCollections _Hash.swift
[194/657] Compiling HashTreeCollections _HashLevel.swift
[195/657] Compiling HashTreeCollections _HashNode+Builder.swift
[196/657] Compiling HashTreeCollections _HashNode+Debugging.swift
[197/657] Compiling HashTreeCollections _HashNode+Initializers.swift
[198/733] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[199/733] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[200/733] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[201/733] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[202/733] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[203/733] Compiling HashTreeCollections _HashNode+Structural merge.swift
[204/733] Compiling HashTreeCollections _HashTreeIterator.swift
[205/733] Compiling HashTreeCollections _HashTreeStatistics.swift
[206/733] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[207/733] Compiling HashTreeCollections _RawHashNode.swift
[208/733] Compiling HashTreeCollections _UnmanagedHashNode.swift
[209/733] Compiling HashTreeCollections _UnsafePath.swift
[210/733] Compiling HashTreeCollections TreeDictionary+Codable.swift
[211/733] Compiling HashTreeCollections TreeDictionary+Collection.swift
[212/733] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[213/733] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[214/733] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[215/733] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[216/733] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[217/733] Compiling HashTreeCollections TreeDictionary+Filter.swift
[218/733] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[219/733] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[220/733] Compiling HashTreeCollections TreeDictionary+Keys.swift
[221/733] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[222/733] Compiling HashTreeCollections _Bitmap.swift
[223/733] Compiling HashTreeCollections _Bucket.swift
[224/733] Compiling HashTreeCollections _Hash.swift
[225/733] Compiling HashTreeCollections _HashLevel.swift
[226/733] Compiling HashTreeCollections _HashNode+Builder.swift
[227/733] Compiling HashTreeCollections _HashNode+Debugging.swift
[228/733] Compiling HashTreeCollections _HashNode+Initializers.swift
[229/733] Compiling HashTreeCollections _HashNode+Invariants.swift
[230/733] Compiling HashTreeCollections _HashNode+Lookups.swift
[231/733] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[240/743] Compiling HashTreeCollections _HashNodeHeader.swift
[241/743] Compiling HashTreeCollections _HashSlot.swift
[242/743] Compiling HashTreeCollections _HashStack.swift
[243/743] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[244/743] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[245/743] Compiling HashTreeCollections _HashNode+Storage.swift
[246/743] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[247/743] Compiling HashTreeCollections _HashNode+Structural filter.swift
[258/752] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[259/752] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[260/752] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[261/752] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[262/752] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[263/752] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[264/752] Compiling HashTreeCollections _AncestorHashSlots.swift
[267/752] Compiling HashTreeCollections TreeSet+Descriptions.swift
[268/752] Compiling HashTreeCollections TreeSet+Equatable.swift
[269/752] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[270/752] Compiling HashTreeCollections TreeSet+Extras.swift
[271/752] Compiling HashTreeCollections TreeSet+Filter.swift
[272/752] Compiling HashTreeCollections TreeSet+Hashable.swift
[273/752] Compiling HashTreeCollections TreeSet+Sendable.swift
[274/752] Compiling HashTreeCollections TreeSet+Sequence.swift
[275/752] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/770] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[303/770] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[304/770] Compiling HashTreeCollections _HashNode+Structural union.swift
[305/770] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[306/770] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[307/770] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[308/770] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[309/770] Compiling HashTreeCollections _HashNode.swift
[337/770] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[338/770] Compiling HashTreeCollections TreeSet+Debugging.swift
[353/770] Compiling SwiftSyntax SyntaxNodesAB.swift
[354/770] Compiling SwiftSyntax SyntaxNodesC.swift
[355/770] Compiling SwiftSyntax SyntaxNodesD.swift
[356/770] Compiling SwiftSyntax SyntaxNodesEF.swift
[359/770] Compiling HashTreeCollections TreeDictionary+Merge.swift
[360/770] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[361/770] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[362/770] Compiling HashTreeCollections TreeDictionary+Values.swift
[363/770] Compiling HashTreeCollections TreeDictionary.swift
[364/770] Compiling HashTreeCollections TreeSet+Codable.swift
[365/770] Compiling HashTreeCollections TreeSet+Collection.swift
[366/770] Compiling _RopeModule _CharacterRecognizer.swift
[367/770] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[368/770] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[369/770] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[370/770] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[371/770] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[372/770] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[373/770] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[374/770] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[375/770] Compiling HashTreeCollections TreeSet.swift
[383/770] Emitting module OrderedCollections
[409/797] Compiling DequeModule _DequeBuffer.swift
[410/797] Compiling DequeModule _DequeBufferHeader.swift
[411/799] Emitting module _RopeModule
[446/814] Compiling DequeModule Deque+Codable.swift
[447/814] Compiling DequeModule Deque+Collection.swift
[448/814] Compiling DequeModule Deque+Equatable.swift
[449/814] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[450/814] Compiling DequeModule Deque+CustomReflectable.swift
[451/814] Compiling DequeModule Deque+Descriptions.swift
[454/816] Compiling DequeModule Deque+Testing.swift
[455/816] Compiling DequeModule Deque._Storage.swift
[456/816] Compiling DequeModule _DequeBuffer.swift
[457/816] Compiling DequeModule _DequeBufferHeader.swift
[466/816] Compiling DequeModule Deque+Extras.swift
[476/825] Compiling DequeModule Deque+Hashable.swift
[477/825] Compiling DequeModule Deque._UnsafeHandle.swift
[478/825] Compiling DequeModule _DequeSlot.swift
[479/825] Compiling DequeModule _UnsafeWrappedBuffer.swift
[491/825] Compiling DequeModule Deque.swift
[509/825] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[510/825] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[511/825] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[512/825] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[513/825] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[514/825] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[515/825] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[516/825] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[517/825] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[518/825] Compiling HashTreeCollections TreeSet.swift
[538/825] Compiling SwiftSyntax SyntaxNodesAB.swift
[539/825] Compiling SwiftSyntax SyntaxNodesC.swift
[540/825] Compiling SwiftSyntax SyntaxNodesD.swift
[541/825] Compiling SwiftSyntax SyntaxNodesEF.swift
[542/825] Compiling SwiftSyntax SyntaxNodesGHI.swift
[543/825] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[544/825] Compiling SwiftSyntax SyntaxNodesOP.swift
[545/825] Compiling SwiftSyntax SyntaxNodesQRS.swift
[546/825] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[547/825] Compiling _RopeModule Optional Utilities.swift
[548/825] Compiling _RopeModule String Utilities.swift
[549/825] Compiling _RopeModule String.Index+ABI.swift
[592/825] Emitting module DequeModule
[657/837] Compiling BitCollections BitArray+BitwiseOperations.swift
[658/837] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[659/837] Compiling BitCollections BitArray+Codable.swift
[660/837] Compiling BitCollections BitArray+Collection.swift
[661/837] Compiling BitCollections BitArray+Copy.swift
[662/837] Compiling BitCollections BitArray+CustomReflectable.swift
[663/837] Compiling BitCollections BitArray+Descriptions.swift
[664/837] Compiling BitCollections BitArray+Equatable.swift
[667/853] Compiling BitCollections BitArray+Extras.swift
[668/853] Compiling BitCollections BitArray+Fill.swift
[669/853] Compiling BitCollections BitArray+Hashable.swift
[670/853] Compiling BitCollections BitArray+Initializers.swift
[671/853] Compiling BitCollections BitArray+Invariants.swift
[672/853] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[673/853] Compiling BitCollections BitArray+RandomBits.swift
[674/853] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[675/853] Compiling BitCollections BitArray+Shifts.swift
[679/935] Emitting module HashTreeCollections
[680/1012] Wrapping AST for _RopeModule for debugging
[682/1012] Emitting module HashTreeCollections
[683/1013] Compiling ArgumentParser ParsableArgumentsValidation.swift
[684/1013] Compiling ArgumentParser ParsableCommand.swift
[685/1013] Compiling ArgumentParser ArgumentDecoder.swift
[686/1013] Compiling ArgumentParser Name.swift
[687/1013] Compiling ArgumentParser Parsed.swift
[688/1013] Compiling ArgumentParser ParsedValues.swift
[689/1013] Compiling ArgumentParser ParserError.swift
[690/1020] Wrapping AST for OrderedCollections for debugging
[691/1020] Wrapping AST for InternalCollectionsUtilities for debugging
[692/1020] Wrapping AST for HeapModule for debugging
[701/1027] Emitting module BitCollections
[702/1027] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[703/1027] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[704/1027] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[705/1027] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[706/1027] Compiling BitCollections BitSet+SetAlgebra union.swift
[707/1027] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[708/1027] Compiling BitCollections BitSet.Counted.swift
[709/1027] Compiling ArgumentParser SplitArguments.swift
[710/1027] Compiling ArgumentParser DumpHelpGenerator.swift
[711/1027] Compiling ArgumentParser HelpCommand.swift
[712/1027] Compiling ArgumentParser HelpGenerator.swift
[713/1027] Compiling ArgumentParser MessageInfo.swift
[714/1027] Compiling ArgumentParser UsageGenerator.swift
[715/1027] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[716/1027] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[717/1027] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[718/1027] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[719/1027] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[720/1027] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[721/1027] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[722/1027] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[722/1027] Wrapping AST for HashTreeCollections for debugging
[723/1027] Wrapping AST for DequeModule for debugging
[724/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[725/1027] Wrapping AST for _RopeModule for debugging
[747/1027] Wrapping AST for OrderedCollections for debugging
[749/1027] Emitting module BitCollections
[749/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[750/1027] Wrapping AST for HeapModule for debugging
[751/1027] Wrapping AST for HashTreeCollections for debugging
[752/1027] Wrapping AST for DequeModule for debugging
[753/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[755/1027] Compiling ArgumentParser ArgumentVisibility.swift
[756/1027] Compiling ArgumentParser CompletionKind.swift
[757/1027] Compiling ArgumentParser Errors.swift
[758/1027] Compiling ArgumentParser Flag.swift
[759/1027] Compiling ArgumentParser NameSpecification.swift
[760/1027] Compiling ArgumentParser Option.swift
[761/1027] Compiling ArgumentParser ArgumentDefinition.swift
[762/1027] Compiling ArgumentParser ArgumentSet.swift
[763/1027] Compiling ArgumentParser CommandParser.swift
[764/1027] Compiling ArgumentParser InputKey.swift
[765/1027] Compiling ArgumentParser InputOrigin.swift
[766/1027] Compiling ArgumentParser BashCompletionsGenerator.swift
[767/1027] Compiling ArgumentParser CompletionsGenerator.swift
[768/1027] Compiling ArgumentParser FishCompletionsGenerator.swift
[769/1027] Compiling ArgumentParser ZshCompletionsGenerator.swift
[770/1027] Compiling ArgumentParser Argument.swift
[771/1027] Compiling ArgumentParser ArgumentHelp.swift
[772/1027] Compiling ArgumentParser OptionGroup.swift
[773/1027] Compiling ArgumentParser AsyncParsableCommand.swift
[774/1027] Compiling ArgumentParser CommandConfiguration.swift
[775/1027] Compiling ArgumentParser CommandGroup.swift
[776/1027] Compiling ArgumentParser EnumerableFlag.swift
[777/1027] Compiling ArgumentParser ExpressibleByArgument.swift
[778/1027] Compiling ArgumentParser ParsableArguments.swift
[779/1027] Compiling BitCollections BitSet.Index.swift
[780/1027] Compiling BitCollections BitSet._UnsafeHandle.swift
[781/1027] Compiling BitCollections BitSet.swift
[782/1027] Compiling BitCollections Range+Utilities.swift
[783/1027] Compiling BitCollections Slice+Utilities.swift
[784/1027] Compiling BitCollections UInt+Tricks.swift
[785/1027] Compiling BitCollections _Word.swift
[810/1028] Wrapping AST for BitCollections for debugging
[819/1031] Emitting module Collections
[820/1031] Compiling Collections Collections.swift
[822/1032] Wrapping AST for BitCollections for debugging
[823/1034] Wrapping AST for Collections for debugging
[825/1034] Compiling Collections Collections.swift
[826/1034] Emitting module Collections
[827/1035] Wrapping AST for Collections for debugging
[834/1040] Emitting module ArgumentParser
[841/1040] Compiling ArgumentParser CollectionExtensions.swift
[842/1040] Compiling ArgumentParser Platform.swift
[843/1040] Compiling ArgumentParser SequenceExtensions.swift
[844/1040] Compiling ArgumentParser StringExtensions.swift
[845/1040] Compiling ArgumentParser Tree.swift
[846/1040] Emitting module ArgumentParser
[900/1046] Wrapping AST for ArgumentParser for debugging
[902/1046] Emitting module SwiftSyntax
[904/1046] Compiling ArgumentParser CollectionExtensions.swift
[905/1046] Compiling ArgumentParser Platform.swift
[906/1046] Compiling ArgumentParser SequenceExtensions.swift
[907/1046] Compiling ArgumentParser StringExtensions.swift
[908/1046] Compiling ArgumentParser Tree.swift
[919/1047] Wrapping AST for ArgumentParser for debugging
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Emitting module SwiftDiagnostics
[1014/1107] Compiling SwiftDiagnostics Message.swift
[1015/1107] Compiling SwiftDiagnostics FixIt.swift
[1025/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1026/1107] Compiling SwiftDiagnostics Note.swift
[1027/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1028/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1029/1108] Emitting module SwiftBasicFormat
[1030/1108] Compiling SwiftBasicFormat Indenter.swift
[1031/1108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1033/1108] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1034/1108] Compiling SwiftParser Attributes.swift
[1035/1108] Compiling SwiftParser Availability.swift
[1036/1108] Compiling SwiftParser CharacterInfo.swift
[1037/1108] Compiling SwiftParser CollectionNodes+Parsable.swift
[1038/1108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1039/1109] Compiling SwiftBasicFormat InferIndentation.swift
[1040/1109] Wrapping AST for SwiftDiagnostics for debugging
[1041/1109] Wrapping AST for SwiftSyntax for debugging
[1043/1167] Compiling SwiftBasicFormat BasicFormat.swift
[1044/1168] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1045/1169] Compiling SwiftDiagnostics Message.swift
[1047/1169] Emitting module SwiftDiagnostics
[1048/1169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1049/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1050/1169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1051/1169] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1052/1169] Compiling SwiftParser Expressions.swift
[1053/1169] Compiling SwiftDiagnostics Note.swift
[1053/1169] Wrapping AST for SwiftBasicFormat for debugging
[1055/1169] Compiling SwiftBasicFormat Indenter.swift
[1056/1169] Compiling SwiftBasicFormat InferIndentation.swift
[1057/1169] Compiling SwiftDiagnostics FixIt.swift
[1058/1169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1059/1169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1060/1169] Compiling SwiftParser IncrementalParseTransition.swift
[1061/1169] Compiling SwiftParser IsValidIdentifier.swift
[1062/1170] Wrapping AST for SwiftDiagnostics for debugging
[1064/1170] Compiling SwiftBasicFormat BasicFormat.swift
[1065/1170] Emitting module SwiftBasicFormat
[1066/1171] Compiling SwiftParser Modifiers.swift
[1067/1171] Compiling SwiftParser Names.swift
[1068/1171] Compiling SwiftParser Nominals.swift
[1069/1171] Compiling SwiftParser Parameters.swift
[1070/1171] Compiling SwiftParser ParseSourceFile.swift
[1071/1171] Compiling SwiftParser Parser.swift
[1072/1171] Compiling SwiftParser Attributes.swift
[1073/1171] Compiling SwiftParser Availability.swift
[1074/1171] Compiling SwiftParser CharacterInfo.swift
[1075/1171] Compiling SwiftParser CollectionNodes+Parsable.swift
[1076/1171] Compiling SwiftParser Declarations.swift
[1077/1171] Compiling SwiftParser Directives.swift
[1078/1176] Wrapping AST for SwiftBasicFormat for debugging
[1080/1176] Compiling SwiftParser SwiftParserCompatibility.swift
[1081/1176] Compiling SwiftParser SwiftVersion.swift
[1082/1176] Compiling SwiftParser SyntaxUtils.swift
[1083/1176] Compiling SwiftParser TokenConsumer.swift
[1084/1176] Compiling SwiftParser TokenPrecedence.swift
[1085/1176] Compiling SwiftParser TokenSpec.swift
[1086/1176] Compiling SwiftParser TokenSpecSet.swift
[1087/1176] Compiling SwiftParser TopLevel.swift
[1088/1176] Compiling SwiftParser TriviaParser.swift
[1089/1176] Compiling SwiftParser Types.swift
[1090/1176] Compiling SwiftParser Patterns.swift
[1091/1176] Compiling SwiftParser Recovery.swift
[1092/1176] Compiling SwiftParser Specifiers.swift
[1093/1176] Compiling SwiftParser Statements.swift
[1094/1176] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1095/1176] Compiling SwiftParser StringLiterals.swift
[1096/1176] Emitting module SwiftParser
[1114/1181] Compiling SwiftParser LexemeSequence.swift
[1115/1181] Compiling SwiftParser Lexer.swift
[1116/1181] Compiling SwiftParser RegexLiteralLexer.swift
[1117/1181] Compiling SwiftParser UnicodeScalarExtensions.swift
[1118/1181] Compiling SwiftParser Lookahead.swift
[1119/1181] Compiling SwiftParser LoopProgressCondition.swift
[1136/1181] Compiling SwiftParser Cursor.swift
[1137/1181] Compiling SwiftParser Lexeme.swift
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1163/1196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1164/1197] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1165/1197] Compiling SwiftParserDiagnostics Utils.swift
[1165/1197] Wrapping AST for SwiftParser for debugging
[1167/1207] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1168/1220] Compiling SwiftOperators OperatorTable.swift
[1169/1220] Compiling SwiftOperators PrecedenceGroup.swift
[1170/1220] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1171/1222] Compiling SwiftOperators PrecedenceGraph.swift
[1172/1222] Emitting module SwiftParserDiagnostics
[1173/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1174/1222] Emitting module SwiftOperators
[1175/1222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1176/1222] Compiling SwiftOperators OperatorTable+Semantics.swift
[1177/1222] Compiling SwiftOperators SyntaxSynthesis.swift
[1178/1222] Compiling SwiftOperators OperatorTable+Folding.swift
[1179/1222] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1180/1222] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1181/1222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1182/1222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1183/1223] Wrapping AST for SwiftOperators for debugging
[1185/1223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1186/1223] Compiling SwiftParserDiagnostics Utils.swift
[1189/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1192/1223] Emitting module SwiftParserDiagnostics
[1193/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1194/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1199/1223] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1200/1223] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1201/1224] Wrapping AST for SwiftParserDiagnostics for debugging
[1203/1239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1204/1239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1205/1239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1206/1239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1207/1240] Wrapping AST for SwiftParserDiagnostics for debugging
[1209/1255] Emitting module SwiftSyntaxBuilder
[1210/1256] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1211/1256] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1212/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1213/1257] Emitting module SwiftSyntaxBuilder
[1216/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1217/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1218/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1219/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1220/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1221/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1222/1257] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1223/1257] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1224/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1225/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1226/1257] Compiling SwiftSyntaxBuilder Indenter.swift
[1227/1257] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1229/1258] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1237/1258] Wrapping AST for SwiftSyntaxBuilder for debugging
[1239/1281] Compiling SafeDICore ScopeGenerator.swift
[1240/1281] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1241/1281] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1242/1281] Compiling SafeDICore DependencyTreeGenerator.swift
[1244/1282] Compiling SafeDICore DiagnosticError.swift
[1245/1282] Compiling SafeDICore FixableInjectableError.swift
[1246/1282] Compiling SafeDICore FixableInstantiableError.swift
[1247/1282] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1247/1285] Wrapping AST for SwiftSyntaxBuilder for debugging
[1249/1290] Emitting module SafeDICore
[1250/1325] Compiling SafeDICore Dependency.swift
[1251/1325] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1252/1325] Compiling SafeDICore DependencyTreeGenerator.swift
[1253/1325] Compiling SafeDICore ScopeGenerator.swift
[1254/1327] Compiling SafeDICore CollectionExtensions.swift
[1255/1327] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1256/1327] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1257/1327] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1258/1327] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1259/1327] Compiling SafeDICore DiagnosticExtensions.swift
[1260/1327] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1261/1327] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1262/1327] Compiling SafeDICore ConcreteDeclType.swift
[1263/1327] Emitting module SafeDICore
[1264/1330] Compiling SafeDICore DiagnosticError.swift
[1265/1330] Compiling SafeDICore FixableInjectableError.swift
[1266/1330] Compiling SafeDICore FixableInstantiableError.swift
[1268/1330] Emitting module SwiftSyntaxMacros
[1278/1330] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1279/1330] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1283/1331] Compiling SafeDICore Property.swift
[1284/1331] Compiling SafeDICore Scope.swift
[1285/1331] Compiling SafeDICore TypeDescription.swift
[1288/1331] Compiling SafeDICore InstantiableStruct.swift
[1290/1331] Compiling SafeDICore UnorderedEquatingCollection.swift
[1291/1331] Compiling SafeDICore FileVisitor.swift
[1292/1331] Compiling SafeDICore InstantiableVisitor.swift
[1295/1331] Wrapping AST for SwiftSyntaxMacros for debugging
[1316/1341] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1320/1343] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1321/1343] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1322/1343] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1323/1343] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1324/1343] Emitting module SwiftSyntaxMacroExpansion
[1324/1343] Wrapping AST for SafeDICore for debugging
[1327/1343] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1328/1343] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1329/1343] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1329/1345] Wrapping AST for SafeDICore for debugging
[1331/1347] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1332/1348] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1334/1360] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1335/1361] Emitting module SwiftCompilerPluginMessageHandling
[1336/1361] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1337/1361] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1338/1361] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1339/1361] Emitting module SafeDITool
[1340/1361] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1341/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1342/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1343/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1347/1361] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1348/1362] Compiling SafeDITool SafeDITool.swift
[1351/1362] Emitting module SafeDITool
[1351/1364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1355/1366] Emitting module SwiftCompilerPlugin
[1356/1366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1356/1367] Wrapping AST for SafeDITool for debugging
[1357/1367] Write Objects.LinkFileList
[1358/1367] Wrapping AST for SafeDITool for debugging
[1359/1367] Write Objects.LinkFileList
[1361/1367] Wrapping AST for SwiftCompilerPlugin for debugging
[1362/1393] Linking SafeDITool
[1364/1393] Compiling SafeDIMacros FixableInstantiableError.swift
[1365/1393] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1366/1393] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1367/1393] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1367/1396] Linking SafeDITool-tool
[1369/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1370/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1371/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1372/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1373/1396] Compiling SafeDIMacros InjectableMacro.swift
[1374/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1375/1396] Compiling SafeDIMacros DiagnosticError.swift
[1376/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1377/1396] Emitting module SafeDIMacros
[1378/1396] Compiling SafeDIMacros FileVisitor.swift
[1379/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1380/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1381/1396] Compiling SafeDIMacros Initializer.swift
[1382/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1383/1396] Compiling SafeDIMacros Property.swift
[1384/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1385/1396] Compiling SafeDIMacros Dependency.swift
[1386/1396] Compiling SafeDIMacros ImportStatement.swift
[1387/1396] Compiling SafeDIMacros Scope.swift
[1388/1396] Compiling SafeDIMacros TypeDescription.swift
[1389/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1390/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1391/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1392/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1393/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1394/1397] Wrapping AST for SafeDIMacros for debugging
[1395/1397] Write Objects.LinkFileList
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Instantiator.swift
[1399/1413] Compiling SafeDI SendableErasedInstantiator.swift
[1400/1414] Compiling SafeDI Instantiable.swift
[1401/1414] Compiling SafeDI Instantiated.swift
[1402/1414] Compiling SafeDI Instantiator.swift
[1403/1414] Compiling SafeDI ErasedInstantiator.swift
[1404/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1405/1415] Compiling SafeDI Received.swift
[1406/1415] Emitting module SafeDI
[1407/1415] Compiling SafeDI Forwarded.swift
[1408/1415] Compiling SafeDI ErasedInstantiator.swift
[1409/1415] Compiling SafeDI Forwarded.swift
[1410/1415] Emitting module SafeDI
[1411/1415] Compiling SafeDI Instantiable.swift
[1412/1415] Compiling SafeDI Instantiated.swift
[1413/1415] Compiling SafeDI Received.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (464.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.