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 main (92567c), with Swift 6.1 for Android on 10 Sep 2025 06:56:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92567c4 Bump podspec to 1.4.0
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
92567c4845d29d2efaf74e2d6d9f29b1f9fbdfa9
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
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-4606859-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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.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
[5365/34267] Fetching swift-macro-testing, swift-argument-parser, swift-collections
[16417/106178] Fetching swift-macro-testing, swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.00s)
[20963/90264] Fetching swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (6.18s)
Fetched https://github.com/apple/swift-collections.git from cache (6.22s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.24s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (8.21s)
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.16s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (6.83s)
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.55s)
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.35s)
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/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (2.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.35s)
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git 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/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-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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/144] Emitting module SwiftSyntax509
[62/144] Emitting module SwiftSyntax601
[63/144] Compiling SwiftSyntax601 Empty.swift
[64/145] Emitting module SwiftSyntax510
[65/145] Emitting module SwiftSyntax601
[66/145] Compiling SwiftSyntax510 Empty.swift
[67/145] Compiling SwiftSyntax601 Empty.swift
[68/147] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/147] Compiling InternalCollectionsUtilities Debugging.swift
[70/148] Emitting module SwiftSyntax510
[71/148] Compiling SwiftSyntax510 Empty.swift
[73/149] Compiling InternalCollectionsUtilities Descriptions.swift
[74/149] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/149] Emitting module SwiftSyntax600
[76/149] Compiling SwiftSyntax600 Empty.swift
[77/149] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/150] Emitting module InternalCollectionsUtilities
[79/150] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/150] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/150] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/150] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/150] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/150] Compiling InternalCollectionsUtilities Integer rank.swift
[85/150] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/150] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/150] Emitting module SwiftSyntax600
[88/150] Compiling SwiftSyntax600 Empty.swift
[89/151] Compiling SwiftSyntax509 Empty.swift
[94/152] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/155] Wrapping AST for SwiftSyntax601 for debugging
[99/173] Compiling SwiftSyntax509 Empty.swift
[99/173] Wrapping AST for SwiftSyntax510 for debugging
[101/173] Emitting module SwiftSyntax509
[101/174] Wrapping AST for SwiftSyntax600 for debugging
[104/238] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[105/277] Compiling _RopeModule BigString+Chunk.swift
[106/277] Compiling _RopeModule BigString+BidirectionalCollection.swift
[107/277] Compiling _RopeModule BigString+Builder.swift
[108/277] Compiling _RopeModule BigString+Contents.swift
[109/369] Compiling HeapModule Heap+Descriptions.swift
[110/369] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[111/433] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[112/433] Compiling HeapModule _HeapNode.swift
[113/433] Compiling HeapModule Heap.swift
[114/433] Compiling HeapModule Heap+Invariants.swift
[115/433] Compiling HeapModule Heap+UnsafeHandle.swift
[116/433] Emitting module HeapModule
[117/434] Compiling SwiftSyntax MissingNodeInitializers.swift
[118/434] Compiling SwiftSyntax RawSyntax.swift
[120/434] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[121/434] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[122/434] Compiling SwiftSyntax RawSyntaxTokenView.swift
[123/434] Compiling SwiftSyntax SourceEdit.swift
[124/434] Emitting module InternalCollectionsUtilities
[125/434] Compiling SwiftSyntax Identifier.swift
[126/434] Compiling SwiftSyntax MemoryLayout.swift
[127/435] Compiling SwiftSyntax SyntaxText.swift
[128/435] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[129/435] Compiling SwiftSyntax TokenDiagnostic.swift
[130/435] Compiling SwiftSyntax TokenSequence.swift
[131/435] Compiling SwiftSyntax TokenSyntax.swift
[132/435] Compiling SwiftSyntax SyntaxEnum.swift
[133/435] Compiling SwiftSyntax SyntaxKind.swift
[134/435] Compiling SwiftSyntax SyntaxRewriter.swift
[135/435] Compiling SwiftSyntax SyntaxTraits.swift
[136/435] Compiling SwiftSyntax SyntaxVisitor.swift
[137/435] Compiling SwiftSyntax TokenKind.swift
[138/435] Compiling SwiftSyntax Tokens.swift
[139/435] Compiling SwiftSyntax TriviaPieces.swift
[140/435] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[142/541] Compiling HashTreeCollections _HashStack.swift
[143/541] Compiling HashTreeCollections _HashTreeIterator.swift
[144/541] Compiling HashTreeCollections _HashTreeStatistics.swift
[145/541] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[146/541] Compiling HashTreeCollections _RawHashNode.swift
[147/541] Compiling HashTreeCollections _UnmanagedHashNode.swift
[148/541] Compiling HashTreeCollections _UnsafePath.swift
[149/541] Compiling HashTreeCollections TreeDictionary+Codable.swift
[150/586] Emitting module ArgumentParserToolInfo
[151/586] Compiling ArgumentParserToolInfo ToolInfo.swift
[152/586] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[153/586] Compiling _RopeModule BigString+Chunk+Splitting.swift
[154/586] Compiling _RopeModule BigString+Chunk.swift
[155/586] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/586] Compiling _RopeModule BigString+Comparable.swift
[157/586] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[158/586] Compiling _RopeModule BigString+CustomStringConvertible.swift
[159/586] Compiling _RopeModule BigString+Equatable.swift
[160/587] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[161/587] Compiling _RopeModule BigString+Hashing.swift
[162/587] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[163/587] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[164/587] Compiling _RopeModule BigString+Sequence.swift
[165/587] Compiling _RopeModule BigString+TextOutputStream.swift
[166/587] Compiling _RopeModule BigString+Append.swift
[167/587] Compiling _RopeModule BigString+Initializers.swift
[168/587] Compiling _RopeModule BigString+Summary.swift
[169/587] Compiling _RopeModule BigString.swift
[170/587] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[171/587] Compiling _RopeModule BigString+Chunk+Breaks.swift
[172/587] Compiling _RopeModule BigString+Chunk+Counts.swift
[173/587] Compiling _RopeModule BigString+Chunk+Description.swift
[174/587] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[175/587] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[187/596] Emitting module ArgumentParserToolInfo
[188/596] Compiling ArgumentParserToolInfo ToolInfo.swift
[190/652] Compiling _RopeModule Rope+ForEachWhile.swift
[191/652] Compiling _RopeModule Rope+Insert.swift
[192/652] Compiling _RopeModule Rope+Join.swift
[193/652] Compiling _RopeModule Rope+MutatingForEach.swift
[194/652] Compiling _RopeModule Rope+Remove.swift
[195/652] Compiling _RopeModule Rope+RemoveSubrange.swift
[196/652] Compiling _RopeModule Rope+Split.swift
[197/652] Compiling _RopeModule Optional Utilities.swift
[198/652] Compiling _RopeModule String Utilities.swift
[199/652] Compiling _RopeModule String.Index+ABI.swift
[200/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[201/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[202/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[203/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[204/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[205/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[206/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[207/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[208/669] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[209/669] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[210/669] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[211/669] Compiling HeapModule Heap+Descriptions.swift
[212/669] Compiling _RopeModule RopeMetric.swift
[213/669] Compiling _RopeModule RopeSummary.swift
[214/669] Compiling _RopeModule _RopeItem.swift
[215/669] Compiling _RopeModule _RopePath.swift
[216/669] Compiling _RopeModule _RopeVersion.swift
[217/669] Compiling _RopeModule Rope+Collection.swift
[218/669] Compiling _RopeModule Rope+Index.swift
[219/669] Compiling _RopeModule Rope+Sequence.swift
[220/669] Compiling _RopeModule Rope+Append.swift
[221/669] Compiling _RopeModule Rope+Extract.swift
[222/669] Compiling _RopeModule Rope+Find.swift
[223/669] Compiling OrderedCollections OrderedDictionary+Codable.swift
[224/669] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[225/669] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[226/669] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[227/669] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[228/669] Compiling OrderedCollections OrderedDictionary+Elements.swift
[229/669] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[230/669] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[231/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[232/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[233/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[234/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[235/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[249/669] Compiling HeapModule Heap.swift
[250/669] Compiling HeapModule _HeapNode.swift
[265/676] Compiling HeapModule Heap+Invariants.swift
[266/676] Compiling HeapModule Heap+UnsafeHandle.swift
[267/676] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[268/676] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[269/676] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[270/676] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[271/676] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[272/676] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[273/676] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[274/676] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[275/676] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[276/676] Compiling HashTreeCollections TreeSet.swift
[277/676] Compiling OrderedCollections OrderedSet+Sendable.swift
[278/676] Compiling OrderedCollections OrderedSet+SubSequence.swift
[279/676] Compiling OrderedCollections OrderedSet+Testing.swift
[280/676] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[281/676] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[282/676] Compiling OrderedCollections OrderedSet.swift
[283/676] Compiling OrderedCollections _UnsafeBitset.swift
[284/676] Emitting module HeapModule
[285/677] Compiling OrderedCollections OrderedSet+Initializers.swift
[286/677] Compiling OrderedCollections OrderedSet+Insertions.swift
[287/677] Compiling OrderedCollections OrderedSet+Invariants.swift
[288/677] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[289/677] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[290/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[291/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[293/677] Compiling OrderedCollections OrderedDictionary.swift
[294/677] Compiling OrderedCollections OrderedSet+Codable.swift
[295/677] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[296/677] Compiling OrderedCollections OrderedSet+Descriptions.swift
[297/677] Compiling OrderedCollections OrderedSet+Diffing.swift
[298/677] Compiling OrderedCollections OrderedSet+Equatable.swift
[299/677] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[300/677] Compiling OrderedCollections OrderedSet+Hashable.swift
[309/677] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[310/677] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[323/686] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[324/686] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[325/686] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[326/686] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[327/686] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[328/686] Compiling OrderedCollections OrderedDictionary+Values.swift
[335/686] Compiling OrderedCollections _HashTable+Bucket.swift
[336/686] Compiling OrderedCollections _HashTable+BucketIterator.swift
[337/686] Compiling OrderedCollections _HashTable+Constants.swift
[338/686] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[347/686] Emitting module OrderedCollections
[349/763] Compiling HashTreeCollections _AncestorHashSlots.swift
[350/763] Compiling HashTreeCollections _Bitmap.swift
[351/763] Compiling HashTreeCollections _Bucket.swift
[352/763] Compiling HashTreeCollections _Hash.swift
[353/763] Compiling HashTreeCollections _HashLevel.swift
[354/763] Compiling HashTreeCollections _HashNode+Builder.swift
[355/763] Compiling HashTreeCollections _HashNode+Debugging.swift
[356/763] Compiling HashTreeCollections _HashNode+Initializers.swift
[357/763] Compiling HashTreeCollections _HashNode+Invariants.swift
[358/763] Compiling HashTreeCollections _HashNode+Lookups.swift
[359/763] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[360/763] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[361/763] Compiling HashTreeCollections _HashNode+Structural union.swift
[362/763] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[363/763] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[364/763] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[365/763] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[366/763] Compiling HashTreeCollections _HashNode.swift
[367/763] Compiling HashTreeCollections _HashNodeHeader.swift
[368/763] Compiling HashTreeCollections _HashSlot.swift
[369/763] Compiling HashTreeCollections _HashStack.swift
[370/763] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[371/763] Compiling HashTreeCollections _HashNode+Structural merge.swift
[372/763] Compiling HashTreeCollections _HashTreeIterator.swift
[373/763] Compiling HashTreeCollections _HashTreeStatistics.swift
[374/763] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[375/763] Compiling HashTreeCollections _RawHashNode.swift
[376/763] Compiling HashTreeCollections _UnmanagedHashNode.swift
[377/763] Compiling HashTreeCollections _UnsafePath.swift
[378/763] Compiling HashTreeCollections TreeDictionary+Codable.swift
[379/763] Compiling HashTreeCollections TreeDictionary+Collection.swift
[380/763] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[381/763] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[382/763] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[383/763] Compiling HashTreeCollections _HashNode+Storage.swift
[384/763] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[385/763] Compiling HashTreeCollections _HashNode+Structural filter.swift
[386/763] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[387/763] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[388/763] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[389/763] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[390/778] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[391/778] Compiling HashTreeCollections TreeSet+Debugging.swift
[392/778] Compiling HashTreeCollections TreeSet+Descriptions.swift
[393/778] Compiling HashTreeCollections TreeSet+Equatable.swift
[394/778] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[395/778] Compiling HashTreeCollections TreeSet+Extras.swift
[396/778] Compiling HashTreeCollections TreeSet+Filter.swift
[397/778] Compiling HashTreeCollections TreeSet+Hashable.swift
[398/778] Compiling HashTreeCollections TreeSet+Sendable.swift
[399/778] Emitting module _RopeModule
[400/778] Compiling DequeModule Deque+Equatable.swift
[401/778] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[404/780] Compiling HashTreeCollections TreeSet+Sequence.swift
[405/780] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[406/780] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[407/780] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[408/780] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[409/780] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[410/780] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[411/780] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[412/790] Compiling DequeModule _DequeBuffer.swift
[413/790] Compiling DequeModule _DequeBufferHeader.swift
[422/790] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[423/790] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[424/790] Compiling HashTreeCollections TreeDictionary+Filter.swift
[425/790] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[426/790] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[427/790] Compiling HashTreeCollections TreeDictionary+Keys.swift
[428/790] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[429/790] Compiling HashTreeCollections TreeDictionary+Merge.swift
[430/790] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[431/790] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[432/790] Compiling HashTreeCollections TreeDictionary+Values.swift
[433/790] Compiling DequeModule Deque+Extras.swift
[434/790] Compiling DequeModule Deque+Hashable.swift
[443/790] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[445/790] Compiling HashTreeCollections TreeDictionary.swift
[446/790] Compiling HashTreeCollections TreeSet+Codable.swift
[447/790] Compiling HashTreeCollections TreeSet+Collection.swift
[451/790] Compiling DequeModule Deque+Codable.swift
[452/790] Compiling DequeModule Deque+Collection.swift
[453/790] Compiling DequeModule Deque+CustomReflectable.swift
[454/790] Compiling DequeModule Deque+Descriptions.swift
[459/790] Compiling DequeModule Deque+Testing.swift
[460/790] Compiling DequeModule Deque._Storage.swift
[461/790] Compiling DequeModule Deque._UnsafeHandle.swift
[470/790] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[471/790] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[472/790] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[473/790] Compiling DequeModule Deque.swift
[476/790] Compiling DequeModule _DequeSlot.swift
[477/790] Compiling DequeModule _UnsafeWrappedBuffer.swift
[500/790] Emitting module OrderedCollections
[502/791] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[503/791] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[504/791] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[505/791] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[506/791] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[507/791] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[508/791] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[509/791] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[510/791] Compiling HashTreeCollections TreeSet.swift
[512/791] Emitting module _RopeModule
[536/806] Emitting module DequeModule
[558/808] Compiling DequeModule Deque+CustomReflectable.swift
[559/808] Compiling DequeModule Deque+Descriptions.swift
[560/808] Compiling DequeModule Deque+Equatable.swift
[561/808] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[562/810] Compiling DequeModule _DequeBuffer.swift
[563/810] Compiling DequeModule _DequeBufferHeader.swift
[565/810] Compiling DequeModule Deque+Codable.swift
[566/810] Compiling DequeModule Deque+Collection.swift
[571/810] Compiling DequeModule Deque+Extras.swift
[572/810] Compiling DequeModule Deque+Hashable.swift
[573/810] Compiling DequeModule Deque+Testing.swift
[574/810] Compiling DequeModule Deque._Storage.swift
[575/810] Compiling DequeModule Deque._UnsafeHandle.swift
[576/810] Compiling DequeModule Deque.swift
[579/810] Compiling DequeModule _DequeSlot.swift
[580/810] Compiling DequeModule _UnsafeWrappedBuffer.swift
[583/836] Compiling BitCollections BitArray+BitwiseOperations.swift
[584/836] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[585/836] Compiling BitCollections BitArray+Codable.swift
[586/836] Compiling BitCollections BitArray+Collection.swift
[587/836] Compiling BitCollections BitArray+Copy.swift
[588/836] Compiling BitCollections BitArray+CustomReflectable.swift
[589/836] Compiling BitCollections BitArray+Descriptions.swift
[590/836] Compiling BitCollections BitArray+Equatable.swift
[591/836] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[594/934] Emitting module HashTreeCollections
[596/935] Compiling BitCollections BitSet+BidirectionalCollection.swift
[597/935] Compiling BitCollections BitSet+Codable.swift
[598/935] Compiling BitCollections BitArray+RandomBits.swift
[599/935] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[600/935] Compiling BitCollections BitArray+Shifts.swift
[601/935] Compiling BitCollections BitArray+Testing.swift
[602/935] Compiling BitCollections BitArray._UnsafeHandle.swift
[603/935] Compiling BitCollections BitArray.swift
[610/986] Emitting module DequeModule
[611/986] Compiling ArgumentParser ArgumentVisibility.swift
[612/986] Compiling ArgumentParser CompletionKind.swift
[613/987] Compiling ArgumentParser CollectionExtensions.swift
[614/987] Compiling ArgumentParser Mutex.swift
[615/987] Compiling ArgumentParser Platform.swift
[616/987] Compiling ArgumentParser SequenceExtensions.swift
[617/987] Compiling ArgumentParser StringExtensions.swift
[618/987] Compiling ArgumentParser SwiftExtensions.swift
[619/987] Compiling ArgumentParser BashCompletionsGenerator.swift
[620/987] Compiling ArgumentParser CompletionsGenerator.swift
[621/987] Compiling ArgumentParser FishCompletionsGenerator.swift
[622/987] Compiling ArgumentParser ZshCompletionsGenerator.swift
[623/987] Compiling ArgumentParser Argument.swift
[624/987] Compiling ArgumentParser ArgumentDiscussion.swift
[625/987] Compiling ArgumentParser ArgumentHelp.swift
[626/987] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[627/987] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[628/987] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[629/987] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[630/987] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[631/987] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[632/987] Emitting module BitCollections
[643/995] Compiling ArgumentParser UsageGenerator.swift
[644/995] Compiling ArgumentParser InputKey.swift
[645/995] Compiling ArgumentParser InputOrigin.swift
[646/995] Compiling ArgumentParser Name.swift
[647/995] Compiling ArgumentParser Parsed.swift
[648/995] Compiling ArgumentParser ParsedValues.swift
[649/995] Compiling ArgumentParser ParserError.swift
[650/995] Compiling ArgumentParser EnumerableFlag.swift
[651/995] Compiling ArgumentParser ExpressibleByArgument.swift
[652/995] Compiling ArgumentParser SplitArguments.swift
[653/995] Compiling ArgumentParser DumpHelpGenerator.swift
[654/995] Compiling ArgumentParser HelpCommand.swift
[655/995] Compiling ArgumentParser HelpGenerator.swift
[656/995] Compiling ArgumentParser MessageInfo.swift
[671/1021] Compiling ArgumentParser NameSpecification.swift
[672/1021] Compiling ArgumentParser Option.swift
[673/1021] Compiling ArgumentParser OptionGroup.swift
[674/1021] Compiling ArgumentParser AsyncParsableCommand.swift
[675/1021] Compiling ArgumentParser CommandConfiguration.swift
[676/1021] Compiling ArgumentParser CommandGroup.swift
[677/1021] Compiling ArgumentParser EnumerableFlag.swift
[678/1021] Compiling ArgumentParser ExpressibleByArgument.swift
[679/1021] Compiling ArgumentParser ParsableArguments.swift
[680/1021] Compiling ArgumentParser ParsableCommand.swift
[681/1021] Compiling ArgumentParser ArgumentDecoder.swift
[682/1021] Compiling ArgumentParser BashCompletionsGenerator.swift
[683/1021] Compiling ArgumentParser CompletionsGenerator.swift
[684/1021] Compiling ArgumentParser FishCompletionsGenerator.swift
[685/1021] Compiling ArgumentParser ZshCompletionsGenerator.swift
[686/1021] Compiling ArgumentParser Argument.swift
[687/1021] Compiling ArgumentParser ArgumentDiscussion.swift
[688/1021] Compiling ArgumentParser ArgumentHelp.swift
[689/1021] Compiling ArgumentParser ArgumentVisibility.swift
[690/1021] Compiling ArgumentParser CompletionKind.swift
[691/1021] Compiling ArgumentParser Errors.swift
[692/1021] Compiling ArgumentParser Flag.swift
[711/1039] Wrapping AST for _RopeModule for debugging
[713/1039] Compiling ArgumentParser CollectionExtensions.swift
[714/1039] Compiling ArgumentParser Mutex.swift
[715/1039] Compiling ArgumentParser Platform.swift
[716/1039] Compiling ArgumentParser SequenceExtensions.swift
[717/1039] Compiling ArgumentParser StringExtensions.swift
[718/1039] Compiling ArgumentParser SwiftExtensions.swift
[719/1039] Compiling ArgumentParser SplitArguments.swift
[719/1039] Wrapping AST for SwiftSyntax509 for debugging
[721/1039] Compiling ArgumentParser DumpHelpGenerator.swift
[722/1039] Compiling ArgumentParser HelpCommand.swift
[723/1039] Compiling ArgumentParser HelpGenerator.swift
[724/1039] Compiling ArgumentParser MessageInfo.swift
[725/1039] Compiling ArgumentParser UsageGenerator.swift
[732/1039] Compiling BitCollections BitSet+SetAlgebra union.swift
[733/1039] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[734/1039] Compiling BitCollections BitSet.Counted.swift
[742/1039] Wrapping AST for OrderedCollections for debugging
[743/1039] Wrapping AST for InternalCollectionsUtilities for debugging
[745/1039] Compiling BitCollections BitSet.Index.swift
[746/1039] Compiling BitCollections BitSet._UnsafeHandle.swift
[747/1039] Compiling BitCollections BitSet.swift
[748/1039] Compiling BitCollections Range+Utilities.swift
[749/1039] Compiling BitCollections Slice+Utilities.swift
[750/1039] Compiling BitCollections UInt+Tricks.swift
[751/1039] Compiling BitCollections _Word.swift
[759/1040] Wrapping AST for HeapModule for debugging
[761/1040] Wrapping AST for DequeModule for debugging
[762/1040] Wrapping AST for ArgumentParserToolInfo for debugging
[770/1040] Compiling ArgumentParser ArgumentDefinition.swift
[771/1040] Compiling ArgumentParser ArgumentSet.swift
[780/1040] Emitting module HashTreeCollections
[780/1041] Wrapping AST for BitCollections for debugging
[781/1041] Wrapping AST for _RopeModule for debugging
[791/1044] Wrapping AST for SwiftSyntax600 for debugging
[792/1044] Wrapping AST for SwiftSyntax601 for debugging
[793/1044] Wrapping AST for SwiftSyntax510 for debugging
[794/1044] Wrapping AST for SwiftSyntax509 for debugging
[796/1044] Emitting module Collections
[797/1044] Compiling Collections Collections.swift
[797/1044] Wrapping AST for HashTreeCollections for debugging
[799/1047] Wrapping AST for OrderedCollections for debugging
[800/1047] Wrapping AST for InternalCollectionsUtilities for debugging
[802/1047] Compiling Collections Collections.swift
[803/1047] Emitting module Collections
[803/1048] Wrapping AST for HeapModule for debugging
[804/1048] Wrapping AST for DequeModule for debugging
[806/1048] Wrapping AST for HashTreeCollections for debugging
[807/1048] Wrapping AST for Collections for debugging
[808/1048] Wrapping AST for BitCollections for debugging
[809/1048] Wrapping AST for Collections for debugging
[810/1048] Wrapping AST for ArgumentParserToolInfo for debugging
[812/1048] Emitting module ArgumentParser
[820/1054] Compiling ArgumentParser Tree.swift
[821/1054] Compiling ArgumentParser CodingKeyValidator.swift
[822/1054] Compiling ArgumentParser NonsenseFlagsValidator.swift
[823/1054] Compiling ArgumentParser ParsableArgumentsValidation.swift
[824/1054] Compiling ArgumentParser PositionalArgumentsValidator.swift
[825/1054] Compiling ArgumentParser UniqueNamesValidator.swift
[826/1054] Compiling ArgumentParser InputKey.swift
[827/1054] Compiling ArgumentParser InputOrigin.swift
[828/1054] Compiling ArgumentParser Name.swift
[829/1054] Compiling ArgumentParser Parsed.swift
[830/1054] Compiling ArgumentParser ParsedValues.swift
[831/1054] Compiling ArgumentParser ParserError.swift
[832/1060] Emitting module ArgumentParser
[839/1060] Compiling ArgumentParser CommandParser.swift
[864/1060] Compiling ArgumentParser Tree.swift
[865/1060] Compiling ArgumentParser CodingKeyValidator.swift
[866/1060] Compiling ArgumentParser NonsenseFlagsValidator.swift
[867/1060] Compiling ArgumentParser ParsableArgumentsValidation.swift
[868/1060] Compiling ArgumentParser PositionalArgumentsValidator.swift
[869/1060] Compiling ArgumentParser UniqueNamesValidator.swift
[888/1061] Wrapping AST for ArgumentParser for debugging
[890/1061] Emitting module SwiftSyntax
[916/1062] Wrapping AST for ArgumentParser for debugging
[1017/1062] Compiling SwiftSyntax SyntaxNodesAB.swift
[1018/1062] Compiling SwiftSyntax SyntaxNodesC.swift
[1019/1062] Compiling SwiftSyntax SyntaxNodesD.swift
[1020/1062] Compiling SwiftSyntax SyntaxNodesEF.swift
[1021/1062] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1022/1062] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1023/1062] Compiling SwiftSyntax SyntaxNodesOP.swift
[1024/1062] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1025/1062] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1035/1069] Wrapping AST for SwiftSyntax for debugging
[1038/1122] Compiling SwiftDiagnostics Message.swift
[1039/1123] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1040/1123] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1041/1123] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1042/1123] Compiling SwiftParser Attributes.swift
[1043/1123] Compiling SwiftParser Availability.swift
[1044/1123] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1045/1123] Compiling SwiftDiagnostics Note.swift
[1046/1123] Compiling SwiftBasicFormat Indenter.swift
[1047/1123] Compiling SwiftBasicFormat InferIndentation.swift
[1048/1123] Emitting module SwiftDiagnostics
[1049/1123] Compiling SwiftParser CharacterInfo.swift
[1050/1123] Compiling SwiftParser CollectionNodes+Parsable.swift
[1051/1123] Compiling SwiftDiagnostics FixIt.swift
[1052/1123] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1053/1123] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1054/1124] Wrapping AST for SwiftSyntax for debugging
[1056/1182] Emitting module SwiftBasicFormat
[1057/1182] Compiling SwiftBasicFormat BasicFormat.swift
[1057/1183] Wrapping AST for SwiftDiagnostics for debugging
[1060/1183] Compiling SwiftDiagnostics Message.swift
[1061/1184] Emitting module SwiftBasicFormat
[1062/1184] Compiling SwiftParser IncrementalParseTransition.swift
[1063/1184] Compiling SwiftParser IsValidIdentifier.swift
[1064/1184] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1065/1184] Compiling SwiftParser Expressions.swift
[1066/1184] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1067/1184] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1068/1184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1068/1184] Wrapping AST for SwiftBasicFormat for debugging
[1070/1184] Compiling SwiftBasicFormat Indenter.swift
[1071/1184] Compiling SwiftBasicFormat InferIndentation.swift
[1072/1184] Compiling SwiftDiagnostics FixIt.swift
[1073/1184] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1074/1184] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1075/1184] Emitting module SwiftDiagnostics
[1076/1184] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1077/1184] Compiling SwiftDiagnostics Note.swift
[1078/1185] Compiling SwiftParser SwiftParserCompatibility.swift
[1079/1185] Compiling SwiftParser SwiftVersion.swift
[1080/1185] Compiling SwiftParser SyntaxUtils.swift
[1081/1185] Compiling SwiftParser TokenConsumer.swift
[1082/1185] Compiling SwiftParser TokenPrecedence.swift
[1084/1190] Emitting module SwiftParser
[1084/1195] Wrapping AST for SwiftDiagnostics for debugging
[1086/1195] Compiling SwiftParser Attributes.swift
[1087/1195] Compiling SwiftParser Availability.swift
[1088/1195] Compiling SwiftParser CharacterInfo.swift
[1089/1195] Compiling SwiftParser CollectionNodes+Parsable.swift
[1090/1195] Compiling SwiftParser Declarations.swift
[1091/1195] Compiling SwiftParser Directives.swift
[1092/1195] Compiling SwiftBasicFormat BasicFormat.swift
[1093/1196] Wrapping AST for SwiftBasicFormat for debugging
[1095/1196] Compiling SwiftParser Modifiers.swift
[1096/1196] Compiling SwiftParser Names.swift
[1097/1196] Compiling SwiftParser Nominals.swift
[1098/1196] Compiling SwiftParser Parameters.swift
[1099/1196] Compiling SwiftParser ParseSourceFile.swift
[1100/1196] Compiling SwiftParser Parser.swift
[1101/1196] Compiling SwiftParser StringLiterals.swift
[1107/1196] Compiling SwiftParser Patterns.swift
[1108/1196] Compiling SwiftParser Recovery.swift
[1109/1196] Compiling SwiftParser Specifiers.swift
[1110/1196] Compiling SwiftParser Statements.swift
[1111/1196] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1112/1196] Compiling SwiftParser TokenSpec.swift
[1113/1196] Compiling SwiftParser TokenSpecSet.swift
[1114/1196] Compiling SwiftParser TopLevel.swift
[1115/1196] Compiling SwiftParser TriviaParser.swift
[1116/1196] Compiling SwiftParser Types.swift
[1117/1196] Compiling SwiftParser LexemeSequence.swift
[1118/1196] Compiling SwiftParser Lexer.swift
[1119/1196] Compiling SwiftParser RegexLiteralLexer.swift
[1120/1196] Compiling SwiftParser UnicodeScalarExtensions.swift
[1121/1196] Compiling SwiftParser Lookahead.swift
[1122/1196] Compiling SwiftParser LoopProgressCondition.swift
[1127/1196] Compiling SwiftParser Cursor.swift
[1128/1196] Compiling SwiftParser Lexeme.swift
[1158/1196] Emitting module SwiftParser
[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/1198] Wrapping AST for SwiftParser for debugging
[1179/1234] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1181/1236] Emitting module SwiftOperators
[1182/1237] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1183/1237] Compiling SwiftOperators PrecedenceGraph.swift
[1184/1237] Compiling SwiftOperators PrecedenceGroup.swift
[1185/1237] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1186/1237] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1187/1237] Compiling SwiftOperators OperatorTable.swift
[1188/1237] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1189/1237] Compiling SwiftOperators OperatorTable+Semantics.swift
[1190/1237] Compiling SwiftOperators SyntaxSynthesis.swift
[1191/1237] Compiling SwiftOperators OperatorTable+Folding.swift
[1192/1237] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1193/1237] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1195/1238] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1196/1238] Compiling SwiftParserDiagnostics Utils.swift
[1197/1238] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1197/1238] Wrapping AST for SwiftOperators for debugging
[1199/1238] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1200/1238] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1201/1238] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1204/1238] Emitting module SwiftParserDiagnostics
[1212/1238] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1213/1238] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1220/1240] Wrapping AST for SwiftParserDiagnostics for debugging
[1224/1270] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1225/1270] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1226/1271] Compiling SwiftSyntaxBuilder Indenter.swift
[1227/1271] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1228/1271] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1229/1271] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1230/1271] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1231/1271] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1232/1271] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1233/1271] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1234/1271] Emitting module SwiftSyntaxBuilder
[1235/1271] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1236/1271] Emitting module SwiftSyntaxBuilder
[1247/1272] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1248/1272] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1249/1272] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1250/1272] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1252/1273] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1252/1273] Wrapping AST for SwiftSyntaxBuilder for debugging
[1260/1306] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1261/1306] Compiling SafeDICore DiagnosticExtensions.swift
[1262/1306] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1263/1340] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1264/1340] Compiling SafeDICore DiagnosticExtensions.swift
[1265/1340] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1266/1340] Compiling SafeDICore ScopeGenerator.swift
[1267/1340] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1268/1340] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1269/1340] Compiling SafeDICore DependencyTreeGenerator.swift
[1270/1342] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1271/1342] Compiling SafeDICore CollectionExtensions.swift
[1272/1342] Compiling SafeDICore ConcreteDeclType.swift
[1273/1342] Compiling SafeDICore Dependency.swift
[1275/1342] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1276/1342] Emitting module SwiftSyntaxMacros
[1277/1342] Compiling SafeDICore DiagnosticError.swift
[1278/1342] Compiling SafeDICore FixableInjectableError.swift
[1279/1342] Compiling SafeDICore FixableInstantiableError.swift
[1280/1342] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1284/1342] Emitting module SafeDICore
[1288/1342] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1289/1342] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1298/1346] Emitting module SafeDICore
[1299/1346] Compiling SafeDICore UnorderedEquatingCollection.swift
[1300/1346] Compiling SafeDICore FileVisitor.swift
[1301/1346] Compiling SafeDICore InstantiableVisitor.swift
[1307/1346] Compiling SafeDICore InstantiableStruct.swift
[1320/1347] Compiling SafeDICore Property.swift
[1321/1347] Compiling SafeDICore Scope.swift
[1322/1347] Compiling SafeDICore TypeDescription.swift
[1333/1348] Wrapping AST for SafeDICore for debugging
[1335/1348] Wrapping AST for SwiftSyntaxMacros for debugging
[1337/1361] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1338/1362] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1339/1362] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1340/1362] Emitting module SwiftSyntaxMacroExpansion
[1341/1362] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1342/1362] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1343/1362] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1344/1362] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1345/1362] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1346/1362] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1347/1363] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1349/1375] Emitting module SwiftCompilerPluginMessageHandling
[1350/1376] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1351/1376] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1352/1376] Emitting module SafeDITool
[1353/1376] Compiling SafeDITool SafeDITool.swift
[1354/1376] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1355/1377] Wrapping AST for SafeDITool for debugging
[1356/1377] Write Objects.LinkFileList
[1358/1377] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1359/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1360/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1361/1377] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1362/1377] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1363/1377] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1364/1377] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1365/1377] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1366/1377] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1367/1378] Emitting module SafeDITool
[1368/1378] Compiling SafeDITool SafeDITool.swift
[1370/1379] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1371/1381] Wrapping AST for SafeDITool for debugging
[1372/1381] Write Objects.LinkFileList
[1374/1381] Emitting module SwiftCompilerPlugin
[1375/1381] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1376/1382] Linking SafeDITool-tool
[1377/1382] Wrapping AST for SwiftCompilerPlugin for debugging
[1379/1386] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1380/1386] Emitting module SafeDIMacros
[1381/1386] Compiling SafeDIMacros InjectableMacro.swift
[1381/1386] Linking SafeDITool
[1383/1386] Compiling SafeDIMacros InstantiableMacro.swift
[1384/1387] Wrapping AST for SafeDIMacros for debugging
[1385/1387] Write Objects.LinkFileList
[1386/1387] Linking SafeDIMacros-tool
[1388/1403] Compiling SafeDI Instantiated.swift
[1389/1403] Compiling SafeDI Received.swift
[1390/1404] Compiling SafeDI Instantiated.swift
[1391/1404] Compiling SafeDI ErasedInstantiator.swift
[1392/1405] Compiling SafeDI Instantiable.swift
[1393/1405] Emitting module SafeDI
[1394/1405] Compiling SafeDI Forwarded.swift
[1395/1405] Compiling SafeDI SendableErasedInstantiator.swift
[1396/1405] Compiling SafeDI SendableInstantiator.swift
[1397/1405] Compiling SafeDI Instantiable.swift
[1398/1405] Compiling SafeDI Forwarded.swift
[1399/1405] Emitting module SafeDI
[1400/1405] Compiling SafeDI SendableInstantiator.swift
[1401/1405] Compiling SafeDI Instantiator.swift
[1402/1406] Compiling SafeDI ErasedInstantiator.swift
[1403/1406] Compiling SafeDI Received.swift
[1404/1406] Compiling SafeDI Instantiator.swift
[1405/1406] Compiling SafeDI SendableErasedInstantiator.swift
Build complete! (341.84s)
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.