The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SafeDI, reference 1.4.0 (4d9cd6), with Swift 6.1 for Android on 10 Sep 2025 06:49:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.4.0
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.4.0      -> FETCH_HEAD
HEAD is now at 4d9cd6e Get compiling on Xcode 26 (#179)
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
4d9cd6e9e22a51749136f81deffd5f46b813bedf
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.0
========================================
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",
        "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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/908] Fetching swift-macro-testing
[909/16822] Fetching swift-macro-testing, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.60s)
[796/15914] Fetching swift-argument-parser
[2866/33359] Fetching swift-argument-parser, swift-collections
[4360/105270] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.70s)
[21926/89356] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.91s)
[56091/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.72s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (9.41s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15367] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.08s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.66s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.66s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.03s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.81s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.74s)
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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.6
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.1
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.6.1
[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/116] Write sources
[57/116] Compiling _SwiftSyntaxCShims dummy.c
[59/116] Write swift-version-24593BA9C3E375BF.txt
[61/132] Emitting module SwiftSyntax601
[62/132] Emitting module SwiftSyntax510
[63/132] Emitting module SwiftSyntax600
[64/132] Compiling SwiftSyntax510 Empty.swift
[65/132] Emitting module SwiftSyntax510
[66/133] Emitting module SwiftSyntax509
[67/133] Compiling SwiftSyntax509 Empty.swift
[69/134] Emitting module ArgumentParserToolInfo
[70/134] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/135] Compiling SwiftSyntax600 Empty.swift
[74/136] Emitting module SwiftSyntax600
[75/136] Compiling SwiftSyntax600 Empty.swift
[76/136] Emitting module SwiftSyntax601
[77/137] Compiling SwiftSyntax601 Empty.swift
[79/138] Compiling SwiftSyntax510 Empty.swift
[80/139] Compiling SwiftSyntax601 Empty.swift
[85/172] Emitting module SwiftSyntax509
[86/172] Compiling SwiftSyntax509 Empty.swift
[86/173] Wrapping AST for SwiftSyntax509 for debugging
[87/173] Wrapping AST for SwiftSyntax600 for debugging
[89/173] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/174] Wrapping AST for SwiftSyntax510 for debugging
[91/174] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/174] Compiling InternalCollectionsUtilities Descriptions.swift
[93/174] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/174] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/174] Compiling InternalCollectionsUtilities Debugging.swift
[96/183] Compiling ArgumentParser BashCompletionsGenerator.swift
[97/183] Compiling ArgumentParser CompletionsGenerator.swift
[98/219] Compiling ArgumentParser AsyncParsableCommand.swift
[99/219] Compiling ArgumentParser CommandConfiguration.swift
[100/219] Compiling ArgumentParser CommandGroup.swift
[101/219] Compiling ArgumentParser EnumerableFlag.swift
[102/219] Wrapping AST for SwiftSyntax601 for debugging
[103/219] Wrapping AST for ArgumentParserToolInfo for debugging
[106/283] Wrapping AST for SwiftSyntax601 for debugging
[107/283] Wrapping AST for SwiftSyntax600 for debugging
[109/283] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/283] Wrapping AST for SwiftSyntax510 for debugging
[111/283] Wrapping AST for SwiftSyntax509 for debugging
[113/347] Emitting module InternalCollectionsUtilities
[114/347] Compiling SwiftSyntax Convenience.swift
[115/347] Compiling SwiftSyntax CustomTraits.swift
[116/347] Compiling SwiftSyntax BumpPtrAllocator.swift
[117/347] Compiling SwiftSyntax CommonAncestor.swift
[118/347] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[119/347] Compiling SwiftSyntax Assert.swift
[122/348] Emitting module InternalCollectionsUtilities
[129/547] Compiling HeapModule Heap+Descriptions.swift
[130/547] Emitting module ArgumentParserToolInfo
[131/547] Compiling ArgumentParserToolInfo ToolInfo.swift
[132/548] Compiling HeapModule _HeapNode.swift
[134/548] Compiling HeapModule Heap.swift
[135/548] Compiling HeapModule Heap+Invariants.swift
[136/548] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/548] Compiling HeapModule Heap+UnsafeHandle.swift
[138/548] Emitting module HeapModule
[140/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[149/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[150/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[151/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[152/604] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[153/604] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[154/618] Compiling OrderedCollections OrderedDictionary+Codable.swift
[155/618] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[156/618] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[157/618] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[158/618] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[159/618] Compiling OrderedCollections OrderedDictionary+Elements.swift
[160/618] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[161/618] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[162/618] Compiling OrderedCollections OrderedDictionary.swift
[163/618] Compiling OrderedCollections OrderedSet+Codable.swift
[164/618] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[165/618] Compiling OrderedCollections OrderedSet+Descriptions.swift
[166/618] Compiling OrderedCollections OrderedSet+Diffing.swift
[167/618] Compiling OrderedCollections OrderedSet+Equatable.swift
[168/618] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[169/618] Compiling OrderedCollections OrderedSet+Hashable.swift
[170/618] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[171/618] Compiling OrderedCollections OrderedSet+Initializers.swift
[172/618] Compiling OrderedCollections OrderedSet+Insertions.swift
[173/618] Compiling OrderedCollections OrderedSet+Invariants.swift
[174/618] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[175/618] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[176/618] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[177/618] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[178/618] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[179/618] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[180/618] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[181/618] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[182/618] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[183/618] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[184/618] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[185/618] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[186/618] Compiling OrderedCollections OrderedDictionary+Values.swift
[187/618] Compiling HeapModule Heap+Descriptions.swift
[188/618] Compiling HeapModule _HeapNode.swift
[189/618] Compiling HeapModule Heap.swift
[204/625] Compiling HeapModule Heap+Invariants.swift
[205/625] Compiling HeapModule Heap+UnsafeHandle.swift
[211/625] Compiling OrderedCollections OrderedSet+Sendable.swift
[212/625] Compiling OrderedCollections OrderedSet+SubSequence.swift
[213/625] Compiling OrderedCollections OrderedSet+Testing.swift
[214/625] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[215/632] Emitting module HeapModule
[249/711] Compiling HashTreeCollections _HashNode+Structural merge.swift
[250/711] Compiling HashTreeCollections TreeDictionary.swift
[251/711] Compiling HashTreeCollections TreeSet+Codable.swift
[252/711] Compiling HashTreeCollections TreeSet+Collection.swift
[253/711] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[254/711] Compiling HashTreeCollections TreeSet+Debugging.swift
[255/711] Compiling HashTreeCollections TreeSet+Descriptions.swift
[256/711] Compiling HashTreeCollections TreeSet+Equatable.swift
[257/711] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[258/711] Compiling HashTreeCollections TreeSet+Extras.swift
[259/711] Compiling HashTreeCollections TreeSet+Filter.swift
[260/711] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[261/711] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[262/711] Compiling HashTreeCollections TreeDictionary+Filter.swift
[263/711] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[264/711] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[265/711] Compiling HashTreeCollections TreeDictionary+Keys.swift
[266/711] Compiling HashTreeCollections _UnmanagedHashNode.swift
[267/711] Compiling HashTreeCollections _UnsafePath.swift
[268/711] Compiling HashTreeCollections TreeDictionary+Codable.swift
[269/711] Compiling HashTreeCollections TreeDictionary+Collection.swift
[270/711] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[271/711] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[272/711] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[273/711] Compiling HashTreeCollections TreeSet+Hashable.swift
[274/711] Compiling HashTreeCollections TreeSet+Sendable.swift
[284/720] Compiling HashTreeCollections _HashStack.swift
[285/720] Compiling HashTreeCollections _AncestorHashSlots.swift
[286/720] Compiling HashTreeCollections _Bitmap.swift
[287/720] Compiling HashTreeCollections _Bucket.swift
[288/720] Compiling HashTreeCollections _Hash.swift
[289/720] Compiling HashTreeCollections _HashLevel.swift
[290/720] Compiling HashTreeCollections _HashNode+Builder.swift
[291/720] Compiling HashTreeCollections _HashNode+Debugging.swift
[292/720] Compiling HashTreeCollections _HashNode+Initializers.swift
[293/720] Compiling HashTreeCollections _HashNode+Invariants.swift
[294/720] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[295/720] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[296/720] Compiling HashTreeCollections _HashNode+Structural union.swift
[297/720] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[298/720] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[299/720] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[300/720] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[301/720] Compiling HashTreeCollections _HashNode.swift
[302/720] Compiling HashTreeCollections _HashNodeHeader.swift
[303/720] Compiling HashTreeCollections _HashSlot.swift
[304/720] Compiling HashTreeCollections _HashTreeIterator.swift
[305/720] Compiling HashTreeCollections _HashTreeStatistics.swift
[306/720] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[307/720] Compiling HashTreeCollections _RawHashNode.swift
[333/720] Compiling _RopeModule Rope+Join.swift
[334/720] Compiling _RopeModule Rope+MutatingForEach.swift
[335/720] Compiling _RopeModule Rope+Remove.swift
[336/720] Compiling _RopeModule Rope+RemoveSubrange.swift
[337/720] Compiling _RopeModule Rope+Split.swift
[338/720] Compiling _RopeModule Optional Utilities.swift
[339/720] Compiling _RopeModule String Utilities.swift
[340/720] Compiling _RopeModule String.Index+ABI.swift
[341/730] Emitting module ArgumentParser
[342/736] Emitting module OrderedCollections
[364/737] Compiling HashTreeCollections _HashNode+Lookups.swift
[365/737] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[366/737] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[367/737] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[368/737] Compiling HashTreeCollections _HashNode+Storage.swift
[369/737] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[370/737] Compiling HashTreeCollections _HashNode+Structural filter.swift
[378/746] Compiling ArgumentParser Tree.swift
[379/746] Compiling ArgumentParser CodingKeyValidator.swift
[380/746] Compiling ArgumentParser NonsenseFlagsValidator.swift
[381/746] Compiling ArgumentParser ParsableArgumentsValidation.swift
[382/746] Compiling ArgumentParser PositionalArgumentsValidator.swift
[383/746] Compiling ArgumentParser UniqueNamesValidator.swift
[384/746] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[385/746] Compiling HashTreeCollections TreeDictionary+Merge.swift
[386/746] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[387/746] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[388/746] Compiling HashTreeCollections TreeDictionary+Values.swift
[389/746] Emitting module OrderedCollections
[390/773] Emitting module _RopeModule
[392/805] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[393/805] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[394/805] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[395/805] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[396/805] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[397/805] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[398/805] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[399/805] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[400/805] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[401/805] Compiling HashTreeCollections TreeSet.swift
[403/838] Compiling HashTreeCollections TreeSet+Collection.swift
[404/838] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[405/838] Compiling HashTreeCollections TreeSet+Debugging.swift
[406/838] Compiling HashTreeCollections TreeSet+Descriptions.swift
[407/838] Compiling HashTreeCollections TreeSet+Equatable.swift
[408/838] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[409/838] Compiling HashTreeCollections TreeSet+Extras.swift
[410/838] Compiling HashTreeCollections TreeSet+Filter.swift
[412/838] Compiling HashTreeCollections _HashStack.swift
[413/838] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[414/838] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[415/838] Compiling HashTreeCollections TreeDictionary+Filter.swift
[416/838] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[417/838] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[418/838] Compiling DequeModule _DequeBuffer.swift
[419/838] Compiling DequeModule _DequeBufferHeader.swift
[420/840] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[421/840] Compiling DequeModule Deque._UnsafeHandle.swift
[422/840] Compiling DequeModule Deque.swift
[425/840] Compiling DequeModule _DequeSlot.swift
[426/840] Compiling DequeModule _UnsafeWrappedBuffer.swift
[427/840] Compiling HashTreeCollections _HashNode+Builder.swift
[428/840] Compiling HashTreeCollections _HashNode+Debugging.swift
[429/840] Compiling DequeModule Deque+Codable.swift
[430/840] Compiling DequeModule Deque+Collection.swift
[431/840] Compiling DequeModule Deque+CustomReflectable.swift
[432/840] Compiling DequeModule Deque+Descriptions.swift
[433/840] Compiling DequeModule Deque+Extras.swift
[434/840] Compiling DequeModule Deque+Hashable.swift
[435/840] Compiling DequeModule Deque+Testing.swift
[436/840] Compiling DequeModule Deque._Storage.swift
[437/840] Compiling DequeModule Deque+Equatable.swift
[438/840] Compiling HashTreeCollections _HashNode+Initializers.swift
[439/840] Compiling HashTreeCollections _HashNode+Invariants.swift
[440/840] Compiling HashTreeCollections _HashNode+Lookups.swift
[441/840] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[442/840] Compiling HashTreeCollections _HashTreeIterator.swift
[443/840] Compiling HashTreeCollections _HashTreeStatistics.swift
[444/840] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[445/840] Compiling HashTreeCollections _RawHashNode.swift
[446/840] Compiling HashTreeCollections _UnmanagedHashNode.swift
[447/849] Compiling HashTreeCollections TreeDictionary+Values.swift
[448/849] Compiling HashTreeCollections TreeSet+Hashable.swift
[449/849] Compiling HashTreeCollections TreeSet+Sendable.swift
[450/849] Compiling HashTreeCollections TreeSet+Sequence.swift
[451/849] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[452/849] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[453/849] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[454/849] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[455/849] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[456/849] Compiling SwiftSyntax SyntaxNodesAB.swift
[457/849] Compiling SwiftSyntax SyntaxNodesC.swift
[479/859] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[480/859] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[481/859] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[482/859] Compiling HashTreeCollections _HashNode.swift
[483/859] Compiling HashTreeCollections _HashNodeHeader.swift
[484/859] Compiling HashTreeCollections _HashSlot.swift
[489/859] Compiling SwiftSyntax SyntaxNodesD.swift
[490/859] Compiling SwiftSyntax SyntaxNodesEF.swift
[491/859] Compiling SwiftSyntax SyntaxNodesGHI.swift
[492/859] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[493/859] Compiling SwiftSyntax SyntaxNodesOP.swift
[494/859] Compiling SwiftSyntax SyntaxNodesQRS.swift
[495/859] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[507/859] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[508/859] Compiling HashTreeCollections _UnsafePath.swift
[509/859] Compiling HashTreeCollections TreeDictionary+Codable.swift
[510/859] Compiling HashTreeCollections TreeDictionary+Collection.swift
[511/859] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[512/859] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[513/859] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[514/859] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[515/859] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[516/859] Compiling HashTreeCollections _HashNode+Structural union.swift
[544/859] Compiling HashTreeCollections TreeDictionary+Keys.swift
[545/859] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[546/859] Compiling HashTreeCollections TreeDictionary+Merge.swift
[547/859] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[548/859] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[576/859] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[612/860] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[613/860] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[614/860] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[615/860] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[616/860] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[617/860] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[618/860] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[619/860] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[620/860] Compiling HashTreeCollections TreeSet.swift
[622/861] Emitting module DequeModule
[636/877] Compiling DequeModule _DequeBufferHeader.swift
[642/877] Compiling DequeModule Deque+Hashable.swift
[643/877] Compiling DequeModule Deque+Testing.swift
[644/877] Compiling DequeModule Deque._Storage.swift
[645/877] Compiling DequeModule Deque._UnsafeHandle.swift
[646/877] Compiling DequeModule Deque.swift
[647/877] Compiling DequeModule _DequeBuffer.swift
[688/878] Compiling DequeModule Deque+Codable.swift
[689/878] Compiling DequeModule Deque+Collection.swift
[690/878] Compiling DequeModule Deque+CustomReflectable.swift
[691/878] Compiling DequeModule Deque+Descriptions.swift
[692/878] Compiling DequeModule Deque+Equatable.swift
[693/878] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[694/878] Compiling DequeModule Deque+Extras.swift
[699/972] Compiling BitCollections BitArray.swift
[700/972] Compiling BitCollections BitSet+BidirectionalCollection.swift
[701/987] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[702/987] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[703/987] Compiling BitCollections BitSet+Random.swift
[704/987] Compiling BitCollections BitSet+SetAlgebra basics.swift
[705/1030] Emitting module HashTreeCollections
[707/1031] Compiling ArgumentParser ArgumentHelp.swift
[708/1031] Compiling ArgumentParser OptionGroup.swift
[708/1031] Wrapping AST for _RopeModule for debugging
[710/1031] Compiling ArgumentParser AsyncParsableCommand.swift
[711/1031] Compiling ArgumentParser CommandConfiguration.swift
[712/1031] Compiling ArgumentParser CommandGroup.swift
[713/1031] Compiling ArgumentParser EnumerableFlag.swift
[714/1031] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[715/1031] Compiling BitCollections BitSet+CustomReflectable.swift
[716/1031] Compiling BitCollections BitSet+CustomStringConvertible.swift
[717/1031] Compiling BitCollections BitSet+Equatable.swift
[718/1031] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[719/1031] Compiling BitCollections BitSet+Extras.swift
[720/1031] Compiling BitCollections BitSet+Hashable.swift
[721/1031] Compiling ArgumentParser Mutex.swift
[722/1031] Compiling ArgumentParser Platform.swift
[723/1031] Compiling ArgumentParser SequenceExtensions.swift
[724/1031] Compiling ArgumentParser StringExtensions.swift
[725/1031] Compiling ArgumentParser SwiftExtensions.swift
[726/1031] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[727/1031] Compiling BitCollections BitSet.Counted.swift
[727/1038] Wrapping AST for OrderedCollections for debugging
[729/1038] Compiling ArgumentParser CompletionKind.swift
[730/1038] Compiling ArgumentParser Errors.swift
[731/1038] Compiling ArgumentParser BashCompletionsGenerator.swift
[732/1038] Compiling ArgumentParser CompletionsGenerator.swift
[733/1038] Compiling ArgumentParser FishCompletionsGenerator.swift
[734/1038] Compiling ArgumentParser ZshCompletionsGenerator.swift
[735/1038] Compiling ArgumentParser Argument.swift
[736/1038] Compiling ArgumentParser ArgumentDiscussion.swift
[738/1038] Compiling ArgumentParser ArgumentSet.swift
[739/1038] Compiling ArgumentParser CommandParser.swift
[740/1038] Compiling ArgumentParser InputKey.swift
[741/1038] Compiling ArgumentParser InputOrigin.swift
[742/1038] Compiling ArgumentParser Name.swift
[743/1038] Compiling ArgumentParser Parsed.swift
[744/1038] Compiling ArgumentParser ParsedValues.swift
[754/1045] Emitting module BitCollections
[755/1045] Compiling ArgumentParser ParserError.swift
[756/1045] Compiling ArgumentParser SplitArguments.swift
[757/1045] Compiling ArgumentParser DumpHelpGenerator.swift
[758/1045] Compiling ArgumentParser HelpCommand.swift
[759/1045] Compiling ArgumentParser HelpGenerator.swift
[760/1045] Compiling ArgumentParser MessageInfo.swift
[761/1045] Compiling ArgumentParser UsageGenerator.swift
[762/1045] Compiling ArgumentParser CollectionExtensions.swift
[769/1045] Wrapping AST for InternalCollectionsUtilities for debugging
[771/1045] Emitting module BitCollections
[772/1045] Emitting module DequeModule
[774/1046] Compiling ArgumentParser ExpressibleByArgument.swift
[775/1046] Compiling ArgumentParser ArgumentVisibility.swift
[778/1046] Compiling ArgumentParser Flag.swift
[779/1046] Compiling ArgumentParser NameSpecification.swift
[780/1046] Compiling ArgumentParser Option.swift
[781/1046] Compiling ArgumentParser ParsableArguments.swift
[782/1046] Compiling ArgumentParser ParsableCommand.swift
[783/1046] Compiling ArgumentParser ArgumentDecoder.swift
[812/1046] Wrapping AST for HeapModule for debugging
[814/1046] Wrapping AST for HashTreeCollections for debugging
[815/1046] Wrapping AST for DequeModule for debugging
[839/1046] Compiling ArgumentParser ArgumentDefinition.swift
[847/1046] Wrapping AST for ArgumentParser for debugging
[848/1046] Wrapping AST for _RopeModule for debugging
[850/1046] Compiling BitCollections BitSet.Index.swift
[851/1046] Compiling BitCollections BitSet._UnsafeHandle.swift
[852/1046] Compiling BitCollections BitSet.swift
[853/1046] Compiling BitCollections Range+Utilities.swift
[854/1046] Compiling BitCollections Slice+Utilities.swift
[855/1046] Compiling BitCollections UInt+Tricks.swift
[856/1046] Compiling BitCollections _Word.swift
[857/1046] Emitting module HashTreeCollections
[857/1047] Wrapping AST for OrderedCollections for debugging
[858/1047] Wrapping AST for InternalCollectionsUtilities for debugging
[875/1047] Wrapping AST for HeapModule for debugging
[877/1048] Wrapping AST for DequeModule for debugging
[886/1048] Wrapping AST for ArgumentParserToolInfo for debugging
[888/1049] Wrapping AST for BitCollections for debugging
[889/1049] Wrapping AST for HashTreeCollections for debugging
[890/1051] Wrapping AST for BitCollections for debugging
[892/1051] Compiling Collections Collections.swift
[893/1051] Emitting module Collections
[895/1054] Compiling Collections Collections.swift
[896/1054] Emitting module Collections
[897/1055] Wrapping AST for Collections for debugging
[900/1055] Emitting module ArgumentParser
[908/1061] Emitting module SwiftSyntax
[909/1061] Compiling ArgumentParser Tree.swift
[910/1061] Compiling ArgumentParser CodingKeyValidator.swift
[911/1061] Compiling ArgumentParser NonsenseFlagsValidator.swift
[912/1061] Compiling ArgumentParser ParsableArgumentsValidation.swift
[913/1061] Compiling ArgumentParser PositionalArgumentsValidator.swift
[914/1061] Compiling ArgumentParser UniqueNamesValidator.swift
[915/1061] Emitting module SwiftSyntax
[952/1062] Wrapping AST for ArgumentParser for debugging
[1036/1067] Wrapping AST for SwiftSyntax for debugging
[1039/1180] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1040/1180] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1041/1181] Compiling SwiftDiagnostics Message.swift
[1042/1182] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1043/1182] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1045/1182] Compiling SwiftDiagnostics Message.swift
[1046/1182] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1047/1182] Compiling SwiftParser Expressions.swift
[1048/1182] Compiling SwiftDiagnostics Note.swift
[1049/1182] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1051/1182] Compiling SwiftDiagnostics Note.swift
[1052/1182] Compiling SwiftBasicFormat Indenter.swift
[1053/1182] Emitting module SwiftDiagnostics
[1056/1182] Compiling SwiftParser IncrementalParseTransition.swift
[1057/1182] Compiling SwiftParser IsValidIdentifier.swift
[1058/1182] Compiling SwiftBasicFormat Indenter.swift
[1059/1182] Compiling SwiftBasicFormat InferIndentation.swift
[1061/1182] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1062/1182] Compiling SwiftDiagnostics FixIt.swift
[1063/1182] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1064/1183] Compiling SwiftDiagnostics FixIt.swift
[1065/1183] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1068/1183] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1069/1183] Emitting module SwiftDiagnostics
[1070/1183] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1073/1184] Emitting module SwiftBasicFormat
[1074/1184] Compiling SwiftBasicFormat BasicFormat.swift
[1074/1185] Wrapping AST for SwiftDiagnostics for debugging
[1078/1185] Emitting module SwiftBasicFormat
[1079/1185] Compiling SwiftBasicFormat BasicFormat.swift
[1080/1186] Wrapping AST for SwiftBasicFormat for debugging
[1083/1186] Compiling SwiftParser LexemeSequence.swift
[1084/1186] Compiling SwiftParser Lexer.swift
[1085/1186] Compiling SwiftParser RegexLiteralLexer.swift
[1086/1186] Compiling SwiftParser UnicodeScalarExtensions.swift
[1087/1186] Compiling SwiftParser Lookahead.swift
[1088/1186] Compiling SwiftParser LoopProgressCondition.swift
[1095/1191] Compiling SwiftParser Modifiers.swift
[1096/1191] Compiling SwiftParser Names.swift
[1097/1191] Compiling SwiftParser Nominals.swift
[1098/1191] Compiling SwiftParser Parameters.swift
[1099/1191] Compiling SwiftParser ParseSourceFile.swift
[1100/1191] Compiling SwiftParser Parser.swift
[1107/1196] Compiling SwiftParser TokenSpec.swift
[1108/1196] Compiling SwiftParser TokenSpecSet.swift
[1109/1196] Compiling SwiftParser TopLevel.swift
[1110/1196] Compiling SwiftParser TriviaParser.swift
[1111/1196] Compiling SwiftParser Types.swift
[1112/1196] Compiling SwiftParser SwiftParserCompatibility.swift
[1113/1196] Compiling SwiftParser SwiftVersion.swift
[1114/1196] Compiling SwiftParser SyntaxUtils.swift
[1115/1196] Compiling SwiftParser TokenConsumer.swift
[1116/1196] Compiling SwiftParser TokenPrecedence.swift
[1117/1196] Emitting module SwiftParser
[1118/1196] Compiling SwiftParser Patterns.swift
[1119/1196] Compiling SwiftParser Recovery.swift
[1120/1196] Compiling SwiftParser Specifiers.swift
[1121/1196] Compiling SwiftParser Statements.swift
[1122/1196] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1123/1196] Compiling SwiftParser StringLiterals.swift
[1140/1196] Compiling SwiftParser Attributes.swift
[1141/1196] Compiling SwiftParser Availability.swift
[1142/1196] Compiling SwiftParser CharacterInfo.swift
[1143/1196] Compiling SwiftParser CollectionNodes+Parsable.swift
[1144/1196] Compiling SwiftParser Declarations.swift
[1145/1196] Compiling SwiftParser Directives.swift
[1146/1196] Emitting module SwiftParser
[1151/1196] Compiling SwiftParser Cursor.swift
[1152/1196] Compiling SwiftParser Lexeme.swift
[1165/1196] Compiling SwiftParser ExperimentalFeatures.swift
[1166/1196] Compiling SwiftParser IsLexerClassified.swift
[1167/1196] Compiling SwiftParser LayoutNodes+Parsable.swift
[1168/1196] Compiling SwiftParser Parser+TokenSpecSet.swift
[1169/1196] Compiling SwiftParser TokenSpecStaticMembers.swift
[1176/1201] Wrapping AST for SwiftParser for debugging
[1179/1234] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1180/1235] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1181/1235] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1182/1236] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1183/1237] Compiling SwiftOperators PrecedenceGroup.swift
[1184/1237] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1185/1237] Compiling SwiftOperators PrecedenceGraph.swift
[1186/1237] Compiling SwiftOperators OperatorTable.swift
[1187/1237] Compiling SwiftOperators SyntaxSynthesis.swift
[1188/1237] Compiling SwiftOperators OperatorTable+Semantics.swift
[1189/1237] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1190/1237] Emitting module SwiftOperators
[1191/1237] Compiling SwiftOperators Operator.swift
[1192/1237] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1193/1237] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1196/1237] Compiling SwiftOperators OperatorTable+Folding.swift
[1198/1238] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1199/1238] Compiling SwiftParserDiagnostics Utils.swift
[1200/1238] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1201/1238] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1202/1238] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1203/1238] Emitting module SwiftParserDiagnostics
[1206/1238] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1207/1238] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1207/1238] Wrapping AST for SwiftOperators for debugging
[1218/1239] Emitting module SwiftParserDiagnostics
[1220/1240] Wrapping AST for SwiftParserDiagnostics for debugging
[1224/1270] Compiling SwiftSyntaxBuilder Indenter.swift
[1225/1270] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1226/1271] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1227/1271] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1230/1272] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1231/1272] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1232/1272] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1235/1272] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1236/1272] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1237/1272] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1238/1272] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1239/1272] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1240/1272] Emitting module SwiftSyntaxBuilder
[1243/1272] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1244/1272] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1245/1272] Emitting module SwiftSyntaxBuilder
[1248/1272] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1249/1272] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1257/1274] Wrapping AST for SwiftSyntaxBuilder for debugging
[1260/1314] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1261/1314] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1262/1314] Compiling SwiftSyntaxMacros BodyMacro.swift
[1263/1314] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1264/1314] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1265/1324] Emitting module SwiftSyntaxMacros
[1266/1324] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1267/1324] Compiling SafeDICore CollectionExtensions.swift
[1268/1324] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1269/1336] Compiling SafeDICore Dependency.swift
[1270/1336] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1271/1336] Compiling SafeDICore DiagnosticExtensions.swift
[1272/1336] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1273/1339] Compiling SafeDICore DependencyTreeGenerator.swift
[1274/1339] Compiling SafeDICore ScopeGenerator.swift
[1275/1339] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1276/1339] Compiling SafeDICore ConcreteDeclType.swift
[1277/1339] Compiling SafeDICore ImportStatement.swift
[1278/1339] Compiling SafeDICore Initializer.swift
[1280/1340] Compiling SafeDICore DiagnosticError.swift
[1281/1340] Compiling SafeDICore FixableInjectableError.swift
[1282/1340] Compiling SafeDICore FixableInstantiableError.swift
[1283/1340] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1284/1340] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1286/1343] Wrapping AST for SwiftSyntaxMacros for debugging
[1288/1343] Emitting module SafeDICore
[1297/1355] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1298/1356] Emitting module SwiftSyntaxMacroExpansion
[1299/1356] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1300/1356] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1301/1356] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1307/1356] Compiling SafeDICore InstantiableStruct.swift
[1308/1356] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1309/1356] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1310/1356] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1311/1356] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1318/1356] Compiling SafeDICore UnorderedEquatingCollection.swift
[1319/1356] Compiling SafeDICore FileVisitor.swift
[1320/1356] Compiling SafeDICore InstantiableVisitor.swift
[1324/1356] Compiling SafeDICore Property.swift
[1325/1356] Compiling SafeDICore Scope.swift
[1326/1356] Compiling SafeDICore TypeDescription.swift
[1330/1356] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1331/1357] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1345/1359] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1346/1359] Wrapping AST for SafeDICore for debugging
[1349/1375] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1350/1376] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1351/1376] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1352/1376] Emitting module SwiftCompilerPluginMessageHandling
[1353/1376] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1354/1376] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1355/1376] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1356/1376] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1357/1376] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1358/1376] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1359/1376] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1360/1376] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1361/1376] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1362/1377] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1364/1379] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1365/1379] Emitting module SwiftCompilerPlugin
[1367/1380] Emitting module SafeDITool
[1368/1380] Compiling SafeDITool SafeDITool.swift
[1368/1380] Wrapping AST for SwiftCompilerPlugin for debugging
[1370/1384] Emitting module SafeDITool
[1371/1385] Compiling SafeDITool SafeDITool.swift
[1373/1386] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1373/1386] Wrapping AST for SafeDITool for debugging
[1374/1386] Write Objects.LinkFileList
[1377/1386] Emitting module SafeDIMacros
[1377/1386] Wrapping AST for SafeDITool for debugging
[1378/1386] Write Objects.LinkFileList
[1380/1386] Compiling SafeDIMacros InjectableMacro.swift
[1381/1386] Compiling SafeDIMacros InstantiableMacro.swift
[1382/1387] Linking SafeDITool-tool
[1383/1387] Wrapping AST for SafeDIMacros for debugging
[1384/1387] Write Objects.LinkFileList
[1385/1387] Linking SafeDITool
[1386/1387] Linking SafeDIMacros-tool
[1388/1403] Compiling SafeDI ErasedInstantiator.swift
[1389/1404] Compiling SafeDI SendableErasedInstantiator.swift
[1390/1404] Compiling SafeDI Forwarded.swift
[1391/1404] Compiling SafeDI SendableErasedInstantiator.swift
[1392/1405] Compiling SafeDI Forwarded.swift
[1393/1405] Compiling SafeDI Instantiable.swift
[1394/1405] Compiling SafeDI Instantiated.swift
[1395/1405] Compiling SafeDI Instantiable.swift
[1396/1405] Compiling SafeDI Instantiator.swift
[1397/1405] Compiling SafeDI ErasedInstantiator.swift
[1398/1405] Compiling SafeDI Received.swift
[1399/1405] Emitting module SafeDI
[1400/1405] Compiling SafeDI Instantiator.swift
[1401/1405] Compiling SafeDI Received.swift
[1402/1405] Compiling SafeDI SendableInstantiator.swift
[1403/1405] Compiling SafeDI Instantiated.swift
[1404/1405] Emitting module SafeDI
[1406/1406] Compiling SafeDI SendableInstantiator.swift
Build complete! (244.58s)
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",
        "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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.