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.3 (d9752b), with Swift 6.1 for Android on 5 Dec 2025 16:37:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.4.3
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.3      -> FETCH_HEAD
HEAD is now at d9752b8 Bump version to 1.4.3
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
d9752b828df07fa7e84c2f59302be875a76d5808
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.3
========================================
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" : "603.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-0":/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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
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/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/932] Fetching swift-macro-testing
[933/17809] Fetching swift-macro-testing, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.31s)
[2363/16877] Fetching swift-argument-parser
[7259/35205] Fetching swift-argument-parser, swift-collections
[20785/108228] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.82s)
[17375/91351] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
[29940/73023] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.30s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (7.71s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15634] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.77s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.63s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.92s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.84s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.89s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
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.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/120] Write sources
[59/120] Compiling _SwiftSyntaxCShims PlatformMutex.c
[61/120] Write swift-version-24593BA9C3E375BF.txt
[63/136] Emitting module SwiftSyntax601
[64/136] Emitting module SwiftSyntax510
[65/136] Emitting module SwiftSyntax600
[66/136] Compiling SwiftSyntax600 Empty.swift
[67/137] Compiling SwiftSyntax602 Empty.swift
[68/137] Emitting module SwiftSyntax602
[69/138] Compiling SwiftSyntax601 Empty.swift
[70/139] Emitting module ArgumentParserToolInfo
[71/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[74/140] Emitting module SwiftSyntax601
[75/140] Compiling SwiftSyntax601 Empty.swift
[77/141] Emitting module SwiftSyntax602
[78/141] Compiling SwiftSyntax602 Empty.swift
[82/144] Compiling SwiftSyntax600 Empty.swift
[83/145] Emitting module SwiftSyntax600
[84/147] Compiling SwiftSyntax510 Empty.swift
[86/184] Compiling SwiftSyntax509 Empty.swift
[87/184] Emitting module SwiftSyntax509
[89/185] Compiling SwiftSyntax509 Empty.swift
[91/186] Compiling InternalCollectionsUtilities Integer rank.swift
[92/186] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/186] Compiling SwiftSyntax510 Empty.swift
[94/187] Emitting module SwiftSyntax510
[96/189] Compiling InternalCollectionsUtilities Debugging.swift
[97/189] Compiling InternalCollectionsUtilities Descriptions.swift
[98/189] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[99/189] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/191] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[103/191] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[104/223] Compiling ArgumentParser CommandConfiguration.swift
[105/223] Compiling ArgumentParser CommandGroup.swift
[106/223] Compiling ArgumentParser Flag.swift
[107/223] Compiling ArgumentParser NameSpecification.swift
[108/235] Compiling ArgumentParser ZshCompletionsGenerator.swift
[109/235] Compiling ArgumentParser Argument.swift
[110/235] Compiling ArgumentParser OptionGroup.swift
[111/235] Compiling ArgumentParser AsyncParsableCommand.swift
[112/235] Compiling ArgumentParser ArgumentDiscussion.swift
[113/235] Compiling ArgumentParser ArgumentHelp.swift
[113/235] Wrapping AST for SwiftSyntax602 for debugging
[114/235] Wrapping AST for SwiftSyntax601 for debugging
[115/235] Wrapping AST for SwiftSyntax600 for debugging
[121/235] Compiling ArgumentParser ArgumentVisibility.swift
[122/235] Compiling ArgumentParser CompletionKind.swift
[123/235] Compiling ArgumentParser Errors.swift
[123/235] Wrapping AST for SwiftSyntax509 for debugging
[124/236] Wrapping AST for SwiftSyntax510 for debugging
[125/298] Wrapping AST for ArgumentParserToolInfo for debugging
[126/338] Wrapping AST for SwiftSyntax602 for debugging
[127/361] Wrapping AST for SwiftSyntax601 for debugging
[128/361] Wrapping AST for SwiftSyntax600 for debugging
[129/361] Wrapping AST for SwiftSyntax510 for debugging
[131/361] Emitting module InternalCollectionsUtilities
[131/361] Wrapping AST for SwiftSyntax509 for debugging
[133/361] Compiling SwiftSyntax SyntaxCollection.swift
[134/361] Compiling SwiftSyntax SyntaxHashable.swift
[135/361] Compiling SwiftSyntax SyntaxIdentifier.swift
[136/361] Compiling SwiftSyntax SourcePresence.swift
[137/361] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[138/361] Compiling SwiftSyntax SourceLength.swift
[139/361] Compiling SwiftSyntax SourceLocation.swift
[141/362] Emitting module InternalCollectionsUtilities
[142/362] Compiling SwiftSyntax SyntaxChildren.swift
[145/363] Compiling ArgumentParserToolInfo ToolInfo.swift
[146/363] Emitting module ArgumentParserToolInfo
[148/570] Compiling HeapModule Heap.swift
[149/570] Compiling HeapModule _HeapNode.swift
[150/601] Compiling HeapModule Heap+Descriptions.swift
[151/601] Compiling HeapModule Heap+Invariants.swift
[152/601] Compiling HeapModule Heap+UnsafeHandle.swift
[153/601] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[154/638] Emitting module HeapModule
[156/694] Compiling _RopeModule Rope+ForEachWhile.swift
[157/694] Compiling _RopeModule Rope+Insert.swift
[158/694] Compiling HashTreeCollections TreeSet+Sequence.swift
[159/694] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[160/694] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[161/694] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[162/694] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[163/694] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[164/694] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[165/694] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[166/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[167/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[168/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[169/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[170/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[171/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[172/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[173/694] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[174/694] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[175/694] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[176/704] Compiling OrderedCollections _Hashtable+Header.swift
[177/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[178/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[179/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[180/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[183/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[184/704] Compiling OrderedCollections _HashTable+Bucket.swift
[185/704] Compiling OrderedCollections _HashTable+BucketIterator.swift
[186/704] Compiling OrderedCollections _HashTable+Constants.swift
[187/704] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[188/704] Compiling OrderedCollections _HashTable+Testing.swift
[189/704] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[190/704] Compiling OrderedCollections _HashTable.swift
[191/704] Compiling OrderedCollections OrderedDictionary.swift
[192/704] Compiling OrderedCollections OrderedSet+Codable.swift
[193/704] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[194/704] Compiling OrderedCollections OrderedSet+Descriptions.swift
[195/704] Compiling OrderedCollections OrderedSet+Diffing.swift
[196/704] Compiling OrderedCollections OrderedSet+Equatable.swift
[197/704] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[198/704] Compiling OrderedCollections OrderedSet+Hashable.swift
[199/711] Compiling OrderedCollections OrderedSet+Initializers.swift
[200/711] Compiling OrderedCollections OrderedSet+Insertions.swift
[201/711] Compiling OrderedCollections OrderedSet+Invariants.swift
[202/711] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[203/711] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[204/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[205/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[214/711] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[215/711] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[216/711] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[217/711] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[218/711] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[219/711] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[220/711] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[221/711] Compiling OrderedCollections OrderedDictionary+Values.swift
[222/711] Compiling OrderedCollections OrderedSet+Sendable.swift
[223/711] Compiling OrderedCollections OrderedSet+SubSequence.swift
[224/711] Compiling OrderedCollections OrderedSet+Testing.swift
[225/711] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[226/711] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[227/711] Compiling OrderedCollections OrderedSet.swift
[228/711] Compiling OrderedCollections _UnsafeBitset.swift
[229/711] Compiling _RopeModule Rope+Sequence.swift
[230/711] Compiling _RopeModule Rope+Append.swift
[231/711] Compiling _RopeModule Rope+Extract.swift
[232/711] Compiling _RopeModule Rope+Find.swift
[256/727] Compiling _RopeModule _CharacterRecognizer.swift
[257/727] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[258/727] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[259/727] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[260/727] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[261/727] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[262/727] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[263/727] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[264/727] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[265/727] Compiling HashTreeCollections TreeSet.swift
[301/727] Compiling OrderedCollections OrderedDictionary+Codable.swift
[302/727] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[303/727] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[304/727] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[305/727] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[306/727] Compiling OrderedCollections OrderedDictionary+Elements.swift
[307/727] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[308/727] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[314/727] Compiling OrderedCollections OrderedSet+Sendable.swift
[315/727] Compiling OrderedCollections OrderedSet+SubSequence.swift
[316/727] Compiling OrderedCollections OrderedSet+Testing.swift
[317/727] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[336/735] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[337/735] Compiling OrderedCollections OrderedSet.swift
[338/735] Compiling OrderedCollections _UnsafeBitset.swift
[340/735] Compiling SwiftSyntax SyntaxNodesC.swift
[341/735] Compiling SwiftSyntax SyntaxNodesD.swift
[342/735] Compiling SwiftSyntax SyntaxNodesEF.swift
[343/735] Compiling SwiftSyntax SyntaxNodesGHI.swift
[344/735] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[352/744] Emitting module OrderedCollections
[404/760] Emitting module _RopeModule
[438/760] Compiling HeapModule Heap+Descriptions.swift
[439/760] Emitting module _RopeModule
[440/760] Emitting module ArgumentParser
[468/766] Compiling HeapModule Heap.swift
[469/766] Compiling HeapModule _HeapNode.swift
[482/766] Emitting module OrderedCollections
[483/767] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[484/767] Compiling HeapModule Heap+Invariants.swift
[485/767] Compiling HeapModule Heap+UnsafeHandle.swift
[486/767] Emitting module HeapModule
[488/768] Compiling SwiftSyntax SyntaxNodesOP.swift
[489/768] Compiling SwiftSyntax SyntaxNodesQRS.swift
[490/768] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[491/768] Compiling _RopeModule Rope+RemoveSubrange.swift
[492/768] Compiling _RopeModule Rope+Split.swift
[493/768] Compiling _RopeModule Optional Utilities.swift
[494/768] Compiling _RopeModule String Utilities.swift
[495/768] Compiling _RopeModule String.Index+ABI.swift
[496/768] Compiling _RopeModule _CharacterRecognizer.swift
[498/859] Compiling DequeModule Deque+CustomReflectable.swift
[499/859] Compiling DequeModule Deque+Descriptions.swift
[500/859] Compiling DequeModule Deque+Equatable.swift
[501/859] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[502/861] Compiling DequeModule _DequeBuffer.swift
[503/861] Compiling DequeModule _DequeBufferHeader.swift
[504/861] Emitting module HashTreeCollections
[506/862] Compiling HashTreeCollections TreeSet+Sequence.swift
[507/862] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[508/862] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[509/862] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[510/862] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[511/862] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[512/862] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[513/862] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[515/862] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[516/862] Compiling HashTreeCollections _HashNode+Structural merge.swift
[517/862] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[518/862] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[519/862] Compiling HashTreeCollections _HashNode+Structural union.swift
[520/862] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[521/862] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[522/862] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[523/862] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[524/862] Compiling HashTreeCollections _HashNode.swift
[525/862] Compiling HashTreeCollections _HashNodeHeader.swift
[526/862] Compiling HashTreeCollections _HashSlot.swift
[527/862] Compiling HashTreeCollections _HashStack.swift
[528/862] Compiling HashTreeCollections _HashTreeIterator.swift
[529/862] Compiling HashTreeCollections _HashTreeStatistics.swift
[530/862] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[531/862] Compiling HashTreeCollections _RawHashNode.swift
[532/862] Compiling HashTreeCollections _UnmanagedHashNode.swift
[533/862] Compiling HashTreeCollections _UnsafePath.swift
[534/862] Compiling HashTreeCollections TreeDictionary+Codable.swift
[535/862] Compiling HashTreeCollections TreeDictionary+Collection.swift
[536/862] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[537/862] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[538/862] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[539/862] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[540/862] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[541/862] Compiling HashTreeCollections TreeDictionary+Filter.swift
[542/862] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[543/862] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[546/862] Compiling DequeModule Deque+Codable.swift
[547/862] Compiling DequeModule Deque+Collection.swift
[550/862] Compiling DequeModule Deque+Extras.swift
[551/862] Compiling DequeModule Deque+Hashable.swift
[552/862] Compiling DequeModule Deque._UnsafeHandle.swift
[553/862] Compiling DequeModule Deque.swift
[554/862] Compiling DequeModule Deque+Testing.swift
[555/862] Compiling DequeModule Deque._Storage.swift
[558/862] Compiling DequeModule _DequeSlot.swift
[559/862] Compiling DequeModule _UnsafeWrappedBuffer.swift
[560/862] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[561/862] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[562/862] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[563/862] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[570/862] Compiling HashTreeCollections TreeSet+Hashable.swift
[571/862] Compiling HashTreeCollections TreeSet+Sendable.swift
[605/888] Compiling DequeModule Deque+Codable.swift
[606/888] Compiling DequeModule Deque+Collection.swift
[607/888] Compiling DequeModule Deque+CustomReflectable.swift
[608/888] Compiling DequeModule Deque+Descriptions.swift
[609/888] Compiling DequeModule Deque+Equatable.swift
[610/888] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[611/888] Compiling DequeModule Deque+Extras.swift
[612/888] Compiling DequeModule Deque+Hashable.swift
[613/888] Compiling DequeModule Deque+Testing.swift
[614/888] Compiling DequeModule Deque._Storage.swift
[634/888] Compiling DequeModule Deque._UnsafeHandle.swift
[635/888] Compiling DequeModule Deque.swift
[636/888] Compiling DequeModule _DequeBuffer.swift
[637/888] Compiling DequeModule _DequeBufferHeader.swift
[654/890] Compiling HashTreeCollections TreeDictionary.swift
[655/890] Compiling HashTreeCollections TreeSet+Codable.swift
[656/890] Compiling HashTreeCollections TreeSet+Collection.swift
[657/890] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[658/890] Compiling HashTreeCollections TreeSet+Debugging.swift
[659/890] Compiling HashTreeCollections TreeSet+Descriptions.swift
[660/890] Compiling HashTreeCollections TreeSet+Equatable.swift
[661/890] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[662/890] Compiling HashTreeCollections TreeSet+Extras.swift
[663/890] Compiling HashTreeCollections TreeSet+Filter.swift
[671/891] Compiling HashTreeCollections TreeDictionary+Keys.swift
[672/891] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[673/891] Compiling HashTreeCollections TreeDictionary+Merge.swift
[674/891] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[675/891] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[676/891] Compiling HashTreeCollections TreeDictionary+Values.swift
[678/944] Compiling BitCollections BitArray+CustomReflectable.swift
[679/944] Compiling BitCollections BitArray+Descriptions.swift
[680/944] Compiling BitCollections BitArray+Equatable.swift
[681/944] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[682/944] Compiling BitCollections BitSet+CustomReflectable.swift
[683/944] Compiling BitCollections BitSet+CustomStringConvertible.swift
[684/944] Compiling BitCollections BitArray+Invariants.swift
[685/944] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[686/944] Compiling BitCollections BitArray+BitwiseOperations.swift
[687/944] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[688/944] Compiling BitCollections BitArray+Codable.swift
[689/944] Compiling BitCollections BitArray+Collection.swift
[690/944] Compiling BitCollections BitArray+Copy.swift
[691/944] Compiling BitCollections BitSet+Equatable.swift
[692/944] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[693/944] Compiling BitCollections BitSet+Extras.swift
[694/944] Compiling BitCollections BitSet+Hashable.swift
[695/944] Compiling BitCollections BitArray+RandomBits.swift
[696/944] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[697/944] Compiling BitCollections BitArray+Extras.swift
[698/944] Compiling BitCollections BitArray+Fill.swift
[702/945] Emitting module DequeModule
[703/946] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[704/946] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[705/946] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[706/946] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[707/946] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[708/946] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[709/946] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[710/946] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[711/946] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[712/946] Compiling HashTreeCollections TreeSet.swift
[715/1031] Wrapping AST for _RopeModule for debugging
[717/1043] Compiling ArgumentParser FishCompletionsGenerator.swift
[718/1043] Compiling ArgumentParser ZshCompletionsGenerator.swift
[719/1043] Compiling ArgumentParser Argument.swift
[720/1043] Compiling ArgumentParser ArgumentDiscussion.swift
[720/1043] Wrapping AST for OrderedCollections for debugging
[722/1043] Compiling ArgumentParser ArgumentVisibility.swift
[723/1043] Compiling ArgumentParser CompletionKind.swift
[723/1043] Wrapping AST for InternalCollectionsUtilities for debugging
[725/1043] Compiling ArgumentParser Platform.swift
[726/1043] Compiling ArgumentParser SequenceExtensions.swift
[727/1043] Compiling ArgumentParser StringExtensions.swift
[728/1043] Compiling ArgumentParser SwiftExtensions.swift
[729/1043] Compiling ArgumentParser InputKey.swift
[730/1043] Compiling ArgumentParser InputOrigin.swift
[731/1043] Compiling ArgumentParser Name.swift
[732/1043] Compiling ArgumentParser Parsed.swift
[733/1043] Compiling ArgumentParser ParsedValues.swift
[734/1043] Compiling ArgumentParser ParserError.swift
[735/1043] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[736/1043] Compiling ArgumentParser ArgumentDefinition.swift
[737/1043] Compiling ArgumentParser ArgumentSet.swift
[738/1043] Compiling ArgumentParser CommandParser.swift
[739/1043] Compiling ArgumentParser OptionGroup.swift
[740/1043] Compiling ArgumentParser AsyncParsableCommand.swift
[741/1043] Compiling ArgumentParser CommandConfiguration.swift
[742/1043] Compiling ArgumentParser CommandGroup.swift
[742/1050] Wrapping AST for HeapModule for debugging
[744/1050] Emitting module DequeModule
[744/1051] Wrapping AST for DequeModule for debugging
[747/1051] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[748/1051] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[749/1051] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[750/1051] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[751/1051] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[752/1051] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[753/1051] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[760/1051] Compiling BitCollections BitSet.Counted.swift
[761/1051] Compiling ArgumentParser CollectionExtensions.swift
[762/1051] Compiling ArgumentParser Mutex.swift
[767/1051] Wrapping AST for ArgumentParser for debugging
[769/1051] Emitting module BitCollections
[769/1058] Wrapping AST for _RopeModule for debugging
[771/1058] Compiling ArgumentParser ExpressibleByArgument.swift
[772/1058] Compiling ArgumentParser SplitArguments.swift
[773/1058] Compiling ArgumentParser DumpHelpGenerator.swift
[774/1058] Compiling ArgumentParser HelpCommand.swift
[775/1058] Compiling ArgumentParser HelpGenerator.swift
[776/1058] Compiling ArgumentParser MessageInfo.swift
[777/1058] Compiling ArgumentParser UsageGenerator.swift
[777/1058] Wrapping AST for OrderedCollections for debugging
[778/1058] Wrapping AST for InternalCollectionsUtilities for debugging
[780/1058] Emitting module BitCollections
[801/1058] Wrapping AST for HeapModule for debugging
[802/1058] Wrapping AST for HashTreeCollections for debugging
[803/1058] Wrapping AST for DequeModule for debugging
[804/1058] Wrapping AST for ArgumentParserToolInfo for debugging
[808/1058] Compiling ArgumentParser Errors.swift
[809/1058] Compiling ArgumentParser Flag.swift
[810/1058] Compiling ArgumentParser NameSpecification.swift
[811/1058] Compiling ArgumentParser Option.swift
[812/1058] Compiling ArgumentParser BashCompletionsGenerator.swift
[813/1058] Compiling ArgumentParser CompletionsGenerator.swift
[818/1058] Compiling ArgumentParser ArgumentHelp.swift
[819/1058] Compiling ArgumentParser ParsableArguments.swift
[820/1058] Compiling ArgumentParser ParsableCommand.swift
[821/1058] Compiling ArgumentParser ArgumentDecoder.swift
[822/1058] Compiling ArgumentParser EnumerableFlag.swift
[830/1058] Compiling BitCollections BitSet.Index.swift
[831/1058] Compiling BitCollections BitSet._UnsafeHandle.swift
[832/1058] Compiling BitCollections BitSet.swift
[833/1058] Compiling BitCollections Range+Utilities.swift
[834/1058] Compiling BitCollections Slice+Utilities.swift
[835/1058] Compiling BitCollections UInt+Tricks.swift
[836/1058] Compiling BitCollections _Word.swift
[901/1060] Wrapping AST for BitCollections for debugging
[905/1062] Compiling Collections Collections.swift
[906/1062] Emitting module Collections
[907/1063] Wrapping AST for Collections for debugging
[909/1063] Emitting module HashTreeCollections
[910/1064] Wrapping AST for HashTreeCollections for debugging
[912/1066] Compiling Collections Collections.swift
[913/1066] Emitting module Collections
[914/1067] Wrapping AST for Collections for debugging
[916/1067] Emitting module ArgumentParser
[917/1073] Compiling ArgumentParser Tree.swift
[918/1073] Compiling ArgumentParser CodingKeyValidator.swift
[919/1073] Compiling ArgumentParser NonsenseFlagsValidator.swift
[920/1073] Compiling ArgumentParser ParsableArgumentsValidation.swift
[921/1073] Compiling ArgumentParser PositionalArgumentsValidator.swift
[922/1073] Compiling ArgumentParser UniqueNamesValidator.swift
[923/1073] Emitting module SwiftSyntax
[968/1074] Wrapping AST for ArgumentParser for debugging
[1048/1076] Wrapping AST for SwiftSyntax for debugging
[1051/1194] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1053/1194] Compiling SwiftDiagnostics Message.swift
[1055/1195] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1056/1196] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1057/1196] Compiling SwiftParser Expressions.swift
[1058/1196] Compiling SwiftParser IncrementalParseTransition.swift
[1059/1196] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1060/1196] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1063/1196] Emitting module SwiftDiagnostics
[1064/1196] Compiling SwiftParser Directives.swift
[1065/1196] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1066/1196] Emitting module SwiftDiagnostics
[1069/1196] Compiling SwiftDiagnostics Note.swift
[1071/1196] Compiling SwiftDiagnostics FixIt.swift
[1072/1196] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1073/1196] Compiling SwiftBasicFormat Indenter.swift
[1074/1196] Compiling SwiftBasicFormat InferIndentation.swift
[1075/1196] Compiling SwiftDiagnostics FixIt.swift
[1076/1196] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1077/1196] Compiling SwiftBasicFormat Indenter.swift
[1078/1196] Compiling SwiftBasicFormat InferIndentation.swift
[1079/1196] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1080/1196] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1082/1197] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1084/1198] Wrapping AST for SwiftDiagnostics for debugging
[1087/1198] Compiling SwiftBasicFormat BasicFormat.swift
[1088/1198] Emitting module SwiftBasicFormat
[1090/1199] Compiling SwiftBasicFormat BasicFormat.swift
[1092/1200] Wrapping AST for SwiftBasicFormat for debugging
[1095/1200] Compiling SwiftParser StringLiterals.swift
[1096/1200] Compiling SwiftParser SwiftParserCompatibility.swift
[1097/1200] Compiling SwiftParser SwiftVersion.swift
[1098/1200] Compiling SwiftParser SyntaxUtils.swift
[1099/1200] Compiling SwiftParser TokenConsumer.swift
[1100/1200] Compiling SwiftParser TokenPrecedence.swift
[1101/1205] Emitting module SwiftParser
[1103/1210] Compiling SwiftParser Attributes.swift
[1104/1210] Compiling SwiftParser Availability.swift
[1105/1210] Compiling SwiftParser CharacterInfo.swift
[1106/1210] Compiling SwiftParser CollectionNodes+Parsable.swift
[1107/1210] Compiling SwiftParser CompilerFiles.swift
[1108/1210] Compiling SwiftParser Declarations.swift
[1109/1210] Compiling SwiftParser TokenSpec.swift
[1110/1210] Compiling SwiftParser TokenSpecSet.swift
[1111/1210] Compiling SwiftParser TopLevel.swift
[1112/1210] Compiling SwiftParser TriviaParser.swift
[1113/1210] Compiling SwiftParser Types.swift
[1125/1210] Compiling SwiftParser Lexeme.swift
[1126/1210] Compiling SwiftParser LexemeSequence.swift
[1127/1210] Compiling SwiftParser Lexer.swift
[1128/1210] Compiling SwiftParser RegexLiteralLexer.swift
[1129/1210] Compiling SwiftParser UnicodeScalarExtensions.swift
[1130/1210] Compiling SwiftParser Lookahead.swift
[1131/1210] Compiling SwiftParser LoopProgressCondition.swift
[1132/1210] Compiling SwiftParser Modifiers.swift
[1133/1210] Compiling SwiftParser Names.swift
[1134/1210] Compiling SwiftParser Nominals.swift
[1135/1210] Compiling SwiftParser Parameters.swift
[1136/1210] Compiling SwiftParser ParseSourceFile.swift
[1149/1210] Compiling SwiftParser Parser.swift
[1150/1210] Compiling SwiftParser Patterns.swift
[1151/1210] Compiling SwiftParser Recovery.swift
[1152/1210] Compiling SwiftParser Specifiers.swift
[1153/1210] Compiling SwiftParser Statements.swift
[1154/1210] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1171/1210] Compiling SwiftParser IsValidIdentifier.swift
[1172/1210] Compiling SwiftParser Cursor.swift
[1179/1210] Compiling SwiftParser ExperimentalFeatures.swift
[1180/1210] Compiling SwiftParser IsLexerClassified.swift
[1181/1210] Compiling SwiftParser LayoutNodes+Parsable.swift
[1182/1210] Compiling SwiftParser Parser+TokenSpecSet.swift
[1183/1210] Compiling SwiftParser TokenSpecStaticMembers.swift
[1190/1212] Wrapping AST for SwiftParser for debugging
[1192/1225] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1192/1226] Wrapping AST for SwiftParser for debugging
[1194/1249] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1195/1249] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1196/1249] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1197/1249] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1198/1250] Compiling SwiftOperators OperatorTable.swift
[1199/1251] Compiling SwiftOperators Operator.swift
[1200/1251] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1201/1251] Compiling SwiftOperators PrecedenceGroup.swift
[1202/1251] Compiling SwiftOperators PrecedenceGraph.swift
[1203/1251] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1204/1251] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1205/1251] Compiling SwiftParserDiagnostics Utils.swift
[1206/1251] Compiling SwiftOperators OperatorTable+Semantics.swift
[1207/1251] Compiling SwiftOperators SyntaxSynthesis.swift
[1208/1251] Emitting module SwiftOperators
[1209/1251] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1210/1251] Compiling SwiftOperators OperatorTable+Folding.swift
[1211/1251] Compiling SwiftOperators OperatorError.swift
[1212/1251] Compiling SwiftOperators OperatorTable+Defaults.swift
[1215/1252] Wrapping AST for SwiftOperators for debugging
[1217/1252] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1220/1252] Emitting module SwiftParserDiagnostics
[1228/1252] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1229/1252] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1230/1253] Wrapping AST for SwiftParserDiagnostics for debugging
[1232/1268] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1233/1268] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1234/1269] Compiling SwiftSyntaxBuilder Indenter.swift
[1235/1269] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1236/1269] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1237/1269] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1238/1269] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1239/1269] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1245/1270] Emitting module SwiftSyntaxBuilder
[1246/1270] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1247/1270] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1248/1270] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1249/1270] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1250/1270] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1251/1270] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1252/1270] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1253/1272] Wrapping AST for SwiftParserDiagnostics for debugging
[1254/1276] Wrapping AST for SwiftSyntaxBuilder for debugging
[1256/1309] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1257/1309] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1258/1309] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1259/1312] Compiling SwiftSyntaxBuilder Indenter.swift
[1260/1312] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1261/1313] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1262/1313] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1263/1313] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1266/1313] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1267/1313] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1270/1313] Emitting module SafeDICore
[1271/1313] Emitting module SwiftSyntaxBuilder
[1274/1313] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1279/1313] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1280/1313] Compiling SafeDICore ConcreteDeclType.swift
[1281/1313] Compiling SafeDICore Dependency.swift
[1282/1313] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1283/1313] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1284/1313] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1285/1313] Compiling SafeDICore UnorderedEquatingCollection.swift
[1286/1313] Compiling SafeDICore FileVisitor.swift
[1287/1313] Compiling SafeDICore InstantiableVisitor.swift
[1292/1314] Wrapping AST for SwiftSyntaxBuilder for debugging
[1294/1354] Compiling SafeDICore ImportStatement.swift
[1295/1354] Compiling SafeDICore Initializer.swift
[1296/1354] Compiling SafeDICore InstantiableStruct.swift
[1297/1354] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1298/1354] Compiling SafeDICore DependencyTreeGenerator.swift
[1299/1356] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1300/1356] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1301/1356] Compiling SafeDICore DiagnosticError.swift
[1302/1356] Compiling SafeDICore FixableInjectableError.swift
[1303/1356] Compiling SafeDICore FixableInstantiableError.swift
[1304/1356] Compiling SafeDICore ScopeGenerator.swift
[1305/1356] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1306/1356] Compiling SafeDICore ConcreteDeclType.swift
[1307/1356] Compiling SafeDICore Dependency.swift
[1308/1356] Compiling SafeDICore DiagnosticExtensions.swift
[1309/1356] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1310/1356] Emitting module SwiftSyntaxMacros
[1311/1356] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1312/1356] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1313/1356] Compiling SafeDICore CollectionExtensions.swift
[1314/1356] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1315/1356] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1326/1360] Wrapping AST for SwiftSyntaxMacros for debugging
[1328/1360] Emitting module SafeDICore
[1329/1360] Compiling SafeDICore Property.swift
[1330/1360] Compiling SafeDICore Scope.swift
[1331/1360] Compiling SafeDICore TypeDescription.swift
[1332/1370] Wrapping AST for SafeDICore for debugging
[1333/1370] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1335/1373] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1336/1373] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1337/1373] Emitting module SwiftSyntaxMacroExpansion
[1341/1373] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1342/1373] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1343/1373] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1344/1373] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1345/1373] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1346/1373] Compiling SafeDICore UnorderedEquatingCollection.swift
[1347/1373] Compiling SafeDICore FileVisitor.swift
[1348/1373] Compiling SafeDICore InstantiableVisitor.swift
[1349/1373] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1353/1374] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1355/1386] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1356/1387] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1363/1388] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1364/1388] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1365/1388] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1366/1388] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1366/1388] Wrapping AST for SafeDICore for debugging
[1368/1388] Emitting module SwiftCompilerPluginMessageHandling
[1369/1390] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1370/1390] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1371/1390] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1372/1390] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1374/1390] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1375/1390] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1376/1391] Compiling SafeDITool SafeDITool.swift
[1377/1391] Emitting module SafeDITool
[1378/1392] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1380/1394] Wrapping AST for SafeDITool for debugging
[1381/1394] Write Objects.LinkFileList
[1383/1394] Emitting module SwiftCompilerPlugin
[1384/1394] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1385/1398] Wrapping AST for SwiftCompilerPlugin for debugging
[1387/1399] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1388/1399] Emitting module SafeDIMacros
[1388/1399] Linking SafeDITool
[1390/1399] Compiling SafeDITool SafeDITool.swift
[1391/1399] Emitting module SafeDITool
[1393/1400] Compiling SafeDIMacros InjectableMacro.swift
[1394/1400] Compiling SafeDIMacros InstantiableMacro.swift
[1395/1401] Wrapping AST for SafeDIMacros for debugging
[1396/1401] Write Objects.LinkFileList
[1397/1401] Wrapping AST for SafeDITool for debugging
[1398/1401] Write Objects.LinkFileList
[1399/1401] Linking SafeDIMacros-tool
[1400/1401] Linking SafeDITool-tool
[1402/1417] Compiling SafeDI ErasedInstantiator.swift
[1403/1417] Compiling SafeDI Received.swift
[1404/1418] Compiling SafeDI Instantiated.swift
[1405/1418] Compiling SafeDI Forwarded.swift
[1406/1418] Compiling SafeDI Instantiable.swift
[1407/1418] Emitting module SafeDI
[1408/1418] Compiling SafeDI Forwarded.swift
[1409/1418] Emitting module SafeDI
[1410/1419] Compiling SafeDI Received.swift
[1411/1419] Compiling SafeDI SendableErasedInstantiator.swift
[1412/1419] Compiling SafeDI Instantiable.swift
[1413/1419] Compiling SafeDI Instantiated.swift
[1414/1419] Compiling SafeDI ErasedInstantiator.swift
[1415/1419] Compiling SafeDI Instantiator.swift
[1416/1419] Compiling SafeDI SendableErasedInstantiator.swift
[1417/1419] Compiling SafeDI Instantiator.swift
[1418/1419] Compiling SafeDI SendableInstantiator.swift
Build complete! (493.56s)
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" : "603.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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.