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.2.2 (750058), with Swift 6.1 for Linux on 4 Jun 2025 03:21:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.2.2
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.2.2      -> FETCH_HEAD
HEAD is now at 750058d Bump to 1.2.2
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
750058d8e4a3889bba27a9a198e469d34020fd31
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[2735/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[20143/103600] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.13s)
[18189/88219] Fetching swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (12.02s)
Fetched https://github.com/apple/swift-collections.git from cache (12.15s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (12.23s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (13.43s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.19s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.13s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.09s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/131] Emitting module SwiftSyntax509
[61/131] Compiling SwiftSyntax509 Empty.swift
[62/132] Compiling SwiftSyntax510 Empty.swift
[63/132] Emitting module SwiftSyntax510
[65/132] Compiling SwiftSyntax510 Empty.swift
[66/134] Emitting module SwiftSyntax600
[67/134] Compiling SwiftSyntax600 Empty.swift
[69/135] Emitting module SwiftSyntax600
[70/135] Compiling SwiftSyntax600 Empty.swift
[73/136] Emitting module SwiftSyntax601
[74/136] Compiling SwiftSyntax601 Empty.swift
[78/137] Emitting module SwiftSyntax601
[79/138] Compiling SwiftSyntax509 Empty.swift
[80/138] Emitting module SwiftSyntax509
[82/139] Wrapping AST for SwiftSyntax600 for debugging
[85/171] Wrapping AST for SwiftSyntax601 for debugging
[87/235] Wrapping AST for SwiftSyntax510 for debugging
[89/235] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/236] Wrapping AST for SwiftSyntax510 for debugging
[91/249] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/274] Compiling SwiftSyntax SourcePresence.swift
[93/274] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[94/276] Compiling SwiftSyntax RawSyntaxTokenView.swift
[95/276] Compiling SwiftSyntax SourceEdit.swift
[96/301] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[97/301] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[100/301] Compiling SwiftSyntax Identifier.swift
[101/301] Compiling SwiftSyntax MemoryLayout.swift
[101/301] Wrapping AST for SwiftSyntax509 for debugging
[104/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/301] Compiling SwiftSyntax SourceLength.swift
[109/301] Compiling SwiftSyntax SourceLocation.swift
[112/301] Emitting module InternalCollectionsUtilities
[113/301] Compiling SwiftSyntax MissingNodeInitializers.swift
[114/301] Compiling SwiftSyntax RawSyntax.swift
[117/301] Emitting module InternalCollectionsUtilities
[123/303] Emitting module ArgumentParserToolInfo
[124/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[127/304] Emitting module ArgumentParserToolInfo
[130/543] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[131/543] Compiling HeapModule Heap+Invariants.swift
[132/559] Compiling HeapModule Heap+Descriptions.swift
[133/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[134/565] Compiling HeapModule _HeapNode.swift
[135/565] Compiling HeapModule Heap.swift
[136/565] Compiling HeapModule Heap+Descriptions.swift
[137/565] Compiling HeapModule Heap+UnsafeHandle.swift
[138/565] Emitting module HeapModule
[139/566] Compiling HeapModule _HeapNode.swift
[140/566] Compiling HeapModule Heap.swift
[142/566] Compiling OrderedCollections OrderedSet+Initializers.swift
[143/566] Compiling OrderedCollections OrderedSet+Insertions.swift
[144/566] Compiling OrderedCollections OrderedSet+Invariants.swift
[145/566] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[146/566] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[148/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[149/573] Compiling HeapModule Heap+Invariants.swift
[150/573] Compiling HeapModule Heap+UnsafeHandle.swift
[151/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/573] Emitting module HeapModule
[166/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[167/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[168/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[169/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[170/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[171/574] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[172/574] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[174/657] Compiling HashTreeCollections _HashSlot.swift
[175/657] Compiling HashTreeCollections _HashStack.swift
[176/657] Compiling HashTreeCollections _HashTreeIterator.swift
[177/657] Compiling HashTreeCollections _HashTreeStatistics.swift
[178/657] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[179/657] Compiling HashTreeCollections _RawHashNode.swift
[180/657] Compiling HashTreeCollections _UnmanagedHashNode.swift
[181/657] Compiling HashTreeCollections _UnsafePath.swift
[182/657] Compiling HashTreeCollections _AncestorHashSlots.swift
[183/657] Compiling HashTreeCollections _Bitmap.swift
[184/657] Compiling HashTreeCollections _Bucket.swift
[185/657] Compiling HashTreeCollections _Hash.swift
[186/657] Compiling HashTreeCollections _HashLevel.swift
[187/657] Compiling HashTreeCollections _HashNode+Builder.swift
[188/657] Compiling HashTreeCollections _HashNode+Debugging.swift
[189/657] Compiling HashTreeCollections _HashNode+Initializers.swift
[190/657] Compiling HashTreeCollections _HashNode+Invariants.swift
[191/657] Compiling HashTreeCollections _HashNode+Lookups.swift
[192/657] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[193/657] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[194/657] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[195/657] Compiling HashTreeCollections _HashNode+Storage.swift
[196/657] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[197/657] Compiling HashTreeCollections _HashNode+Structural filter.swift
[198/657] Compiling HashTreeCollections TreeDictionary+Codable.swift
[199/657] Compiling HashTreeCollections TreeDictionary+Collection.swift
[200/657] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[201/657] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[202/657] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[203/657] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[204/657] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[205/657] Compiling HashTreeCollections TreeDictionary+Filter.swift
[214/657] Compiling HashTreeCollections _HashNode+Structural union.swift
[215/657] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[216/657] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[217/657] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[218/657] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[219/657] Compiling HashTreeCollections _HashNode.swift
[220/657] Compiling HashTreeCollections _HashNodeHeader.swift
[222/701] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[223/701] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[224/701] Compiling HashTreeCollections _HashNode+Structural merge.swift
[225/701] Compiling HashTreeCollections _AncestorHashSlots.swift
[226/701] Compiling HashTreeCollections _Bitmap.swift
[227/701] Compiling HashTreeCollections _Bucket.swift
[228/701] Compiling HashTreeCollections _Hash.swift
[229/701] Compiling HashTreeCollections _HashLevel.swift
[230/701] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[231/701] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[232/701] Compiling HashTreeCollections _HashNode+Storage.swift
[233/701] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[234/701] Compiling HashTreeCollections _HashNode+Structural filter.swift
[235/701] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[236/701] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[237/701] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[238/733] Compiling HashTreeCollections _HashNodeHeader.swift
[239/733] Compiling HashTreeCollections _HashSlot.swift
[240/733] Compiling HashTreeCollections _HashStack.swift
[241/733] Compiling HashTreeCollections _HashTreeIterator.swift
[242/733] Compiling HashTreeCollections _HashTreeStatistics.swift
[243/733] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[244/733] Compiling HashTreeCollections _RawHashNode.swift
[245/733] Compiling HashTreeCollections _UnmanagedHashNode.swift
[246/733] Compiling HashTreeCollections _UnsafePath.swift
[247/742] Compiling HashTreeCollections TreeDictionary.swift
[248/742] Compiling HashTreeCollections TreeSet+Codable.swift
[249/742] Compiling HashTreeCollections TreeSet+Collection.swift
[250/742] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[251/742] Compiling HashTreeCollections TreeSet+Debugging.swift
[252/742] Compiling HashTreeCollections TreeSet+Descriptions.swift
[253/742] Compiling HashTreeCollections TreeSet+Equatable.swift
[254/742] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[255/742] Compiling HashTreeCollections TreeSet+Extras.swift
[256/742] Compiling HashTreeCollections TreeSet+Filter.swift
[257/752] Compiling HashTreeCollections TreeSet+Hashable.swift
[258/752] Compiling HashTreeCollections TreeSet+Sendable.swift
[259/752] Compiling _RopeModule Rope+Join.swift
[260/752] Compiling _RopeModule Rope+MutatingForEach.swift
[261/752] Compiling _RopeModule Rope+Remove.swift
[262/752] Compiling _RopeModule Rope+RemoveSubrange.swift
[263/752] Compiling _RopeModule Rope+Split.swift
[264/752] Compiling _RopeModule Optional Utilities.swift
[265/752] Compiling _RopeModule String Utilities.swift
[266/752] Compiling _RopeModule String.Index+ABI.swift
[277/762] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[278/762] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[279/762] Compiling HashTreeCollections TreeDictionary+Filter.swift
[280/762] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[281/762] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[282/762] Compiling HashTreeCollections TreeDictionary+Keys.swift
[283/762] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[284/762] Compiling HashTreeCollections TreeDictionary+Merge.swift
[285/762] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[286/762] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[287/762] Compiling HashTreeCollections TreeDictionary+Values.swift
[288/762] Compiling HashTreeCollections _HashNode+Builder.swift
[289/762] Compiling HashTreeCollections _HashNode+Debugging.swift
[290/762] Compiling HashTreeCollections _HashNode+Initializers.swift
[291/762] Compiling HashTreeCollections _HashNode+Invariants.swift
[292/762] Compiling HashTreeCollections _HashNode+Lookups.swift
[293/762] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[294/762] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[295/762] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[327/762] Compiling HashTreeCollections _HashNode+Structural union.swift
[328/762] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[329/762] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[330/762] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[331/762] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[332/762] Compiling HashTreeCollections _HashNode.swift
[398/771] Compiling _RopeModule _CharacterRecognizer.swift
[399/771] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[400/771] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[401/771] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[402/771] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[403/771] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[404/771] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[405/771] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[406/771] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[407/771] Compiling HashTreeCollections TreeSet.swift
[408/771] Emitting module OrderedCollections
[428/773] Compiling HashTreeCollections TreeDictionary+Codable.swift
[429/773] Compiling HashTreeCollections TreeDictionary+Collection.swift
[430/773] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[431/773] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[432/773] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[433/803] Compiling DequeModule Deque+CustomReflectable.swift
[434/803] Compiling DequeModule Deque+Descriptions.swift
[446/805] Compiling DequeModule Deque+Equatable.swift
[447/805] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[450/807] Compiling DequeModule Deque._UnsafeHandle.swift
[451/807] Compiling DequeModule Deque.swift
[452/807] Emitting module _RopeModule
[453/807] Compiling DequeModule _DequeBuffer.swift
[454/807] Compiling DequeModule _DequeBufferHeader.swift
[455/807] Emitting module _RopeModule
[458/807] Compiling DequeModule Deque+Extras.swift
[459/807] Compiling DequeModule Deque+Hashable.swift
[460/807] Compiling DequeModule Deque+Codable.swift
[461/807] Compiling DequeModule Deque+Collection.swift
[468/807] Compiling DequeModule Deque+Testing.swift
[478/816] Compiling DequeModule Deque._Storage.swift
[480/816] Compiling DequeModule _DequeSlot.swift
[481/816] Compiling DequeModule _UnsafeWrappedBuffer.swift
[482/816] Compiling SwiftSyntax SyntaxNodesGHI.swift
[483/816] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[484/816] Compiling SwiftSyntax SyntaxNodesOP.swift
[485/816] Compiling SwiftSyntax SyntaxNodesQRS.swift
[486/816] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[487/816] Compiling _RopeModule Optional Utilities.swift
[488/816] Compiling _RopeModule String Utilities.swift
[489/816] Compiling _RopeModule String.Index+ABI.swift
[540/816] Emitting module DequeModule
[608/818] Compiling SwiftSyntax SyntaxNodesAB.swift
[609/818] Compiling SwiftSyntax SyntaxNodesC.swift
[610/818] Compiling SwiftSyntax SyntaxNodesD.swift
[611/818] Compiling SwiftSyntax SyntaxNodesEF.swift
[643/926] Emitting module HashTreeCollections
[647/1004] Compiling ArgumentParser ZshCompletionsGenerator.swift
[648/1004] Compiling ArgumentParser Argument.swift
[649/1004] Compiling ArgumentParser ArgumentHelp.swift
[650/1004] Compiling ArgumentParser OptionGroup.swift
[651/1004] Compiling ArgumentParser AsyncParsableCommand.swift
[652/1004] Compiling ArgumentParser CommandConfiguration.swift
[653/1004] Compiling ArgumentParser CommandGroup.swift
[653/1011] Wrapping AST for _RopeModule for debugging
[656/1011] Compiling ArgumentParser SplitArguments.swift
[657/1011] Compiling ArgumentParser DumpHelpGenerator.swift
[658/1011] Compiling ArgumentParser HelpCommand.swift
[659/1011] Compiling ArgumentParser HelpGenerator.swift
[660/1011] Compiling ArgumentParser MessageInfo.swift
[661/1011] Compiling ArgumentParser UsageGenerator.swift
[662/1011] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[662/1018] Wrapping AST for OrderedCollections for debugging
[664/1018] Emitting module BitCollections
[664/1018] Wrapping AST for OrderedCollections for debugging
[665/1018] Wrapping AST for InternalCollectionsUtilities for debugging
[667/1018] Emitting module BitCollections
[667/1018] Wrapping AST for InternalCollectionsUtilities for debugging
[668/1018] Wrapping AST for HeapModule for debugging
[670/1018] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[671/1018] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[672/1018] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[673/1018] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[674/1018] Compiling BitCollections BitSet+SetAlgebra union.swift
[675/1018] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[676/1018] Compiling BitCollections BitSet.Counted.swift
[677/1018] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[678/1018] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[679/1018] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[680/1018] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[681/1018] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[682/1018] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[683/1018] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[683/1018] Wrapping AST for HeapModule for debugging
[705/1018] Wrapping AST for HashTreeCollections for debugging
[707/1018] Wrapping AST for DequeModule for debugging
[709/1018] Compiling ArgumentParser CommandParser.swift
[710/1018] Compiling ArgumentParser InputKey.swift
[711/1018] Compiling ArgumentParser InputOrigin.swift
[712/1018] Compiling ArgumentParser Name.swift
[713/1018] Compiling ArgumentParser Parsed.swift
[714/1018] Compiling ArgumentParser ParsedValues.swift
[715/1018] Compiling ArgumentParser ParserError.swift
[723/1018] Compiling ArgumentParser EnumerableFlag.swift
[723/1018] Wrapping AST for DequeModule for debugging
[725/1018] Compiling ArgumentParser ArgumentSet.swift
[732/1018] Wrapping AST for ArgumentParserToolInfo for debugging
[735/1018] Compiling BitCollections BitSet.Index.swift
[736/1018] Compiling BitCollections BitSet._UnsafeHandle.swift
[737/1018] Compiling BitCollections BitSet.swift
[738/1018] Compiling BitCollections Range+Utilities.swift
[739/1018] Compiling BitCollections Slice+Utilities.swift
[740/1018] Compiling BitCollections UInt+Tricks.swift
[741/1018] Compiling BitCollections _Word.swift
[742/1018] Compiling ArgumentParser ExpressibleByArgument.swift
[743/1018] Compiling ArgumentParser ParsableArguments.swift
[744/1018] Compiling ArgumentParser ParsableArgumentsValidation.swift
[745/1018] Compiling ArgumentParser ParsableCommand.swift
[746/1018] Compiling ArgumentParser ArgumentDecoder.swift
[747/1018] Compiling ArgumentParser BashCompletionsGenerator.swift
[748/1018] Compiling ArgumentParser CompletionsGenerator.swift
[749/1018] Compiling ArgumentParser FishCompletionsGenerator.swift
[750/1018] Compiling ArgumentParser ArgumentVisibility.swift
[751/1018] Compiling ArgumentParser CompletionKind.swift
[752/1018] Compiling ArgumentParser Errors.swift
[753/1018] Compiling ArgumentParser Flag.swift
[754/1018] Compiling ArgumentParser NameSpecification.swift
[755/1018] Compiling ArgumentParser Option.swift
[756/1018] Compiling ArgumentParser ArgumentDefinition.swift
[782/1020] Wrapping AST for BitCollections for debugging
[785/1022] Emitting module Collections
[786/1022] Compiling Collections Collections.swift
[788/1025] Emitting module Collections
[789/1025] Compiling Collections Collections.swift
[789/1026] Wrapping AST for Collections for debugging
[793/1026] Emitting module ArgumentParser
[810/1036] Compiling ArgumentParser CollectionExtensions.swift
[811/1036] Compiling ArgumentParser Platform.swift
[812/1036] Compiling ArgumentParser SequenceExtensions.swift
[813/1036] Compiling ArgumentParser StringExtensions.swift
[814/1036] Compiling ArgumentParser Tree.swift
[815/1036] Emitting module ArgumentParser
[880/1038] Wrapping AST for ArgumentParser for debugging
[883/1038] Emitting module SwiftSyntax
[1002/1047] Compiling SwiftSyntax SyntaxNodesAB.swift
[1003/1047] Compiling SwiftSyntax SyntaxNodesC.swift
[1004/1047] Compiling SwiftSyntax SyntaxNodesD.swift
[1005/1047] Compiling SwiftSyntax SyntaxNodesEF.swift
[1006/1047] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1007/1047] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1008/1047] Compiling SwiftSyntax SyntaxNodesOP.swift
[1009/1047] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1010/1047] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Compiling SwiftParser Attributes.swift
[1014/1106] Compiling SwiftParser Availability.swift
[1015/1107] Emitting module SwiftDiagnostics
[1016/1107] Compiling SwiftDiagnostics Message.swift
[1017/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1018/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1019/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1020/1107] Compiling SwiftDiagnostics Note.swift
[1021/1107] Compiling SwiftDiagnostics FixIt.swift
[1022/1107] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1023/1107] Compiling SwiftBasicFormat InferIndentation.swift
[1024/1107] Compiling SwiftBasicFormat Indenter.swift
[1025/1107] Compiling SwiftParser CharacterInfo.swift
[1026/1107] Compiling SwiftParser CollectionNodes+Parsable.swift
[1027/1107] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1028/1107] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1029/1108] Compiling SwiftParser SwiftParserCompatibility.swift
[1030/1108] Compiling SwiftParser SwiftVersion.swift
[1031/1108] Compiling SwiftParser SyntaxUtils.swift
[1032/1108] Compiling SwiftParser TokenConsumer.swift
[1033/1108] Compiling SwiftParser TokenPrecedence.swift
[1034/1113] Wrapping AST for SwiftDiagnostics for debugging
[1036/1113] Compiling SwiftBasicFormat BasicFormat.swift
[1037/1113] Emitting module SwiftBasicFormat
[1038/1114] Wrapping AST for SwiftBasicFormat for debugging
[1040/1114] Emitting module SwiftParser
[1041/1114] Compiling SwiftParser Patterns.swift
[1042/1114] Compiling SwiftParser Recovery.swift
[1043/1114] Compiling SwiftParser Specifiers.swift
[1044/1114] Compiling SwiftParser Statements.swift
[1045/1114] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1046/1114] Compiling SwiftParser StringLiterals.swift
[1047/1114] Compiling SwiftParser Modifiers.swift
[1048/1114] Compiling SwiftParser Names.swift
[1049/1114] Compiling SwiftParser Nominals.swift
[1050/1114] Compiling SwiftParser Parameters.swift
[1051/1114] Compiling SwiftParser ParseSourceFile.swift
[1052/1114] Compiling SwiftParser Parser.swift
[1053/1114] Compiling SwiftParser TokenSpec.swift
[1054/1114] Compiling SwiftParser TokenSpecSet.swift
[1055/1114] Compiling SwiftParser TopLevel.swift
[1056/1114] Compiling SwiftParser TriviaParser.swift
[1057/1114] Compiling SwiftParser Types.swift
[1058/1114] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1059/1114] Compiling SwiftParser Expressions.swift
[1060/1114] Compiling SwiftParser IncrementalParseTransition.swift
[1061/1114] Compiling SwiftParser IsValidIdentifier.swift
[1062/1114] Compiling SwiftParser Cursor.swift
[1063/1114] Compiling SwiftParser Lexeme.swift
[1064/1114] Compiling SwiftParser LexemeSequence.swift
[1065/1114] Compiling SwiftParser Lexer.swift
[1066/1114] Compiling SwiftParser RegexLiteralLexer.swift
[1067/1114] Compiling SwiftParser UnicodeScalarExtensions.swift
[1068/1114] Compiling SwiftParser Lookahead.swift
[1069/1114] Compiling SwiftParser LoopProgressCondition.swift
[1074/1114] Compiling SwiftParser Declarations.swift
[1075/1114] Compiling SwiftParser Directives.swift
[1076/1114] Compiling SwiftParser ExperimentalFeatures.swift
[1077/1114] Compiling SwiftParser IsLexerClassified.swift
[1078/1114] Compiling SwiftParser LayoutNodes+Parsable.swift
[1079/1114] Compiling SwiftParser Parser+TokenSpecSet.swift
[1080/1114] Compiling SwiftParser TokenSpecStaticMembers.swift
[1081/1115] Wrapping AST for SwiftParser for debugging
[1083/1138] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1084/1139] Compiling SwiftOperators Operator.swift
[1085/1139] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1086/1140] Compiling SwiftOperators OperatorError.swift
[1087/1140] Compiling SwiftOperators OperatorTable+Defaults.swift
[1088/1140] Compiling SwiftOperators OperatorTable.swift
[1089/1140] Compiling SwiftOperators PrecedenceGraph.swift
[1090/1140] Compiling SwiftOperators PrecedenceGroup.swift
[1091/1140] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1092/1140] Compiling SwiftOperators SyntaxSynthesis.swift
[1093/1140] Emitting module SwiftOperators
[1094/1140] Compiling SwiftOperators OperatorTable+Semantics.swift
[1095/1140] Compiling SwiftOperators OperatorTable+Folding.swift
[1097/1141] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1098/1141] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1099/1141] Compiling SwiftParserDiagnostics Utils.swift
[1099/1141] Wrapping AST for SwiftOperators for debugging
[1101/1141] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1102/1141] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1113/1142] Emitting module SwiftParserDiagnostics
[1116/1142] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1117/1142] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1119/1174] Wrapping AST for SwiftSyntax for debugging
[1122/1201] Compiling SwiftDiagnostics Message.swift
[1122/1202] Wrapping AST for SwiftParserDiagnostics for debugging
[1124/1202] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1125/1202] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1126/1202] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1127/1202] Emitting module SwiftBasicFormat
[1128/1217] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1129/1217] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1130/1217] Compiling SwiftDiagnostics Note.swift
[1131/1217] Compiling SwiftBasicFormat InferIndentation.swift
[1132/1217] Compiling SwiftBasicFormat Indenter.swift
[1133/1217] Compiling SwiftSyntaxBuilder Indenter.swift
[1134/1217] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1135/1217] Emitting module SwiftDiagnostics
[1136/1217] Compiling SwiftDiagnostics FixIt.swift
[1137/1217] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1138/1217] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1139/1217] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1141/1218] Compiling SwiftParser SwiftParserCompatibility.swift
[1142/1218] Compiling SwiftParser SwiftVersion.swift
[1143/1218] Compiling SwiftParser SyntaxUtils.swift
[1144/1218] Compiling SwiftParser TokenConsumer.swift
[1145/1218] Compiling SwiftParser TokenPrecedence.swift
[1145/1223] Wrapping AST for SwiftDiagnostics for debugging
[1149/1224] Compiling SwiftBasicFormat BasicFormat.swift
[1151/1225] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1151/1225] Wrapping AST for SwiftBasicFormat for debugging
[1153/1225] Emitting module SwiftSyntaxBuilder
[1154/1225] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1155/1225] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1158/1225] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1159/1225] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1160/1225] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1161/1225] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1162/1225] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1163/1225] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1164/1225] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1165/1225] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1166/1227] Wrapping AST for SwiftSyntaxBuilder for debugging
[1168/1266] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1169/1266] Compiling SafeDICore DiagnosticExtensions.swift
[1170/1266] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1171/1266] Compiling SafeDICore DiagnosticError.swift
[1172/1266] Compiling SafeDICore FixableInjectableError.swift
[1173/1268] Compiling SafeDICore ScopeGenerator.swift
[1174/1268] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1175/1268] Compiling SafeDICore FixableInstantiableError.swift
[1176/1268] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1177/1268] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1178/1268] Compiling SafeDICore DependencyTreeGenerator.swift
[1179/1268] Compiling SafeDICore ConcreteDeclType.swift
[1180/1268] Compiling SafeDICore Dependency.swift
[1185/1268] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1186/1268] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1187/1268] Compiling SwiftParser Patterns.swift
[1188/1268] Compiling SwiftParser Recovery.swift
[1189/1268] Compiling SwiftParser Specifiers.swift
[1190/1268] Compiling SwiftParser Statements.swift
[1191/1268] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1192/1268] Compiling SwiftParser StringLiterals.swift
[1193/1268] Compiling SafeDICore InstantiableStruct.swift
[1194/1268] Compiling SafeDICore Property.swift
[1195/1268] Compiling SafeDICore Scope.swift
[1196/1268] Compiling SafeDICore TypeDescription.swift
[1197/1268] Compiling SwiftParser Lookahead.swift
[1198/1268] Compiling SwiftParser LoopProgressCondition.swift
[1199/1268] Emitting module SwiftSyntaxMacros
[1200/1268] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1201/1268] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1202/1268] Compiling SafeDICore CollectionExtensions.swift
[1209/1272] Compiling SwiftParser TokenSpec.swift
[1210/1272] Compiling SwiftParser TokenSpecSet.swift
[1211/1272] Compiling SwiftParser TopLevel.swift
[1212/1272] Compiling SwiftParser TriviaParser.swift
[1213/1272] Compiling SwiftParser Types.swift
[1213/1272] Wrapping AST for SwiftSyntaxMacros for debugging
[1215/1281] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1216/1281] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1218/1281] Emitting module SafeDICore
[1219/1281] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1220/1282] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1223/1282] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1224/1282] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1225/1282] Emitting module SwiftSyntaxMacroExpansion
[1226/1282] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1227/1282] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1228/1282] Compiling SafeDICore UnorderedEquatingCollection.swift
[1229/1282] Compiling SafeDICore FileVisitor.swift
[1230/1282] Compiling SafeDICore InstantiableVisitor.swift
[1240/1282] Emitting module SwiftParser
[1253/1282] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1255/1283] Compiling SwiftParser ExperimentalFeatures.swift
[1256/1283] Compiling SwiftParser IsLexerClassified.swift
[1257/1283] Compiling SwiftParser LayoutNodes+Parsable.swift
[1258/1283] Compiling SwiftParser Parser+TokenSpecSet.swift
[1259/1283] Compiling SwiftParser TokenSpecStaticMembers.swift
[1266/1285] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1269/1297] Wrapping AST for SwiftParser for debugging
[1271/1297] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1272/1297] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1272/1297] Wrapping AST for SafeDICore for debugging
[1274/1313] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1275/1313] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1276/1313] Emitting module SwiftCompilerPluginMessageHandling
[1277/1313] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1278/1314] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1279/1314] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1280/1314] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1281/1314] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1282/1314] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1283/1314] Compiling SwiftParserDiagnostics Utils.swift
[1284/1314] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1285/1314] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1286/1314] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1287/1314] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1288/1314] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1289/1314] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1290/1314] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1291/1314] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1292/1315] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1294/1317] Emitting module SwiftCompilerPlugin
[1295/1317] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1302/1318] Emitting module SwiftParserDiagnostics
[1304/1319] Wrapping AST for SwiftCompilerPlugin for debugging
[1305/1319] Wrapping AST for SwiftParserDiagnostics for debugging
[1307/1360] Emitting module SafeDITool
[1308/1360] Compiling SafeDITool SafeDITool.swift
[1310/1361] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1311/1361] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1312/1362] Compiling SafeDIMacros CollectionExtensions.swift
[1313/1362] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1314/1362] Compiling SafeDIMacros DiagnosticExtensions.swift
[1315/1362] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1316/1365] Compiling SafeDIMacros ConcreteDeclType.swift
[1317/1365] Compiling SafeDIMacros Dependency.swift
[1318/1365] Compiling SafeDIMacros ImportStatement.swift
[1319/1365] Compiling SwiftSyntaxBuilder Indenter.swift
[1320/1365] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1320/1365] Wrapping AST for SafeDITool for debugging
[1321/1365] Write Objects.LinkFileList
[1323/1365] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1324/1365] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1325/1365] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1326/1365] Emitting module SwiftSyntaxBuilder
[1327/1365] Emitting module SafeDIMacros
[1328/1365] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1329/1365] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1330/1365] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1331/1365] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1342/1365] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1343/1365] Compiling SafeDIMacros FileVisitor.swift
[1344/1365] Compiling SafeDIMacros InstantiableVisitor.swift
[1345/1365] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1347/1365] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1348/1365] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1349/1365] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1354/1366] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1355/1366] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1356/1366] Compiling SafeDIMacros ScopeGenerator.swift
[1357/1366] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1358/1367] Linking SafeDITool-tool
[1359/1367] Wrapping AST for SwiftSyntaxBuilder for debugging
[1360/1374] Wrapping AST for SafeDIMacros for debugging
[1361/1377] Write Objects.LinkFileList
[1363/1390] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1364/1390] Compiling SafeDICore DiagnosticExtensions.swift
[1365/1390] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1366/1393] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1367/1393] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1368/1393] Compiling SafeDICore CollectionExtensions.swift
[1369/1393] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1370/1393] Compiling SafeDICore ConcreteDeclType.swift
[1371/1393] Compiling SafeDICore Dependency.swift
[1372/1393] Compiling SafeDICore DiagnosticError.swift
[1373/1393] Compiling SafeDICore FixableInjectableError.swift
[1374/1393] Compiling SafeDICore FixableInstantiableError.swift
[1375/1393] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1376/1393] Emitting module SafeDICore
[1377/1393] Compiling SafeDICore ImportStatement.swift
[1378/1393] Compiling SafeDICore Initializer.swift
[1379/1393] Compiling SafeDICore InstantiableStruct.swift
[1380/1393] Compiling SafeDICore UnorderedEquatingCollection.swift
[1381/1393] Compiling SafeDICore FileVisitor.swift
[1382/1393] Compiling SafeDICore InstantiableVisitor.swift
[1382/1393] Linking SafeDIMacros-tool
[1384/1409] Compiling SafeDI Forwarded.swift
[1385/1410] Emitting module SafeDI
[1386/1410] Compiling SafeDI SendableErasedInstantiator.swift
[1387/1411] Compiling SafeDI Instantiated.swift
[1388/1411] Emitting module SafeDI
[1389/1411] Compiling SafeDI Forwarded.swift
[1390/1411] Compiling SafeDI Instantiable.swift
[1391/1411] Compiling SafeDI ErasedInstantiator.swift
[1392/1411] Compiling SafeDI Instantiator.swift
[1393/1411] Compiling SafeDI Received.swift
[1394/1411] Compiling SafeDI Instantiator.swift
[1395/1411] Compiling SafeDI ErasedInstantiator.swift
[1396/1411] Compiling SafeDI Received.swift
[1397/1411] Compiling SafeDI Instantiable.swift
[1398/1411] Compiling SafeDI Instantiated.swift
[1399/1411] Compiling SafeDI SendableErasedInstantiator.swift
[1400/1411] Compiling SafeDI SendableInstantiator.swift
[1401/1412] Compiling SafeDICore Property.swift
[1402/1412] Compiling SafeDICore Scope.swift
[1403/1412] Compiling SafeDICore TypeDescription.swift
[1404/1412] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1405/1412] Compiling SafeDICore DependencyTreeGenerator.swift
[1406/1412] Compiling SafeDICore ScopeGenerator.swift
[1407/1412] Compiling SafeDI SendableInstantiator.swift
[1410/1414] Wrapping AST for SafeDICore for debugging
[1412/1416] Emitting module SafeDITool
[1413/1416] Compiling SafeDITool SafeDITool.swift
[1414/1417] Wrapping AST for SafeDITool for debugging
[1415/1417] Write Objects.LinkFileList
[1416/1417] Linking SafeDITool
Build complete! (411.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.