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 (73a4d7), with Swift 6.1 for Linux on 27 Jun 2025 08:29:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.64.0
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 73a4d7b Bump SwiftFormat
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
73a4d7b08231fc6293e1fdd89a3a26efea95d5ec
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
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-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
[1/908] Fetching swift-macro-testing
[909/17623] Fetching swift-macro-testing, swift-collections
[9434/33011] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[9435/103967] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
[29069/87252] Fetching swift-macro-testing, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (6.49s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (6.50s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.57s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (7.86s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.66s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (11.84s)
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.74s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.00s)
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.52s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.52s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.02s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/130] Emitting module SwiftSyntax510
[61/131] Emitting module SwiftSyntax509
[62/131] Compiling SwiftSyntax509 Empty.swift
[63/132] Compiling SwiftSyntax600 Empty.swift
[64/132] Emitting module SwiftSyntax600
[65/133] Compiling SwiftSyntax510 Empty.swift
[66/134] Emitting module SwiftSyntax601
[67/134] Compiling SwiftSyntax601 Empty.swift
[71/135] Compiling SwiftSyntax509 Empty.swift
[72/135] Emitting module SwiftSyntax601
[73/135] Emitting module SwiftSyntax509
[74/135] Compiling SwiftSyntax601 Empty.swift
[75/137] Compiling SwiftSyntax600 Empty.swift
[76/137] Emitting module SwiftSyntax600
[77/149] Emitting module SwiftSyntax510
[78/150] Compiling SwiftSyntax510 Empty.swift
[83/169] Wrapping AST for SwiftSyntax600 for debugging
[85/169] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/172] Wrapping AST for SwiftSyntax601 for debugging
[88/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/173] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/173] Compiling InternalCollectionsUtilities Debugging.swift
[91/173] Compiling InternalCollectionsUtilities Descriptions.swift
[92/173] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/301] Wrapping AST for SwiftSyntax600 for debugging
[98/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/301] Wrapping AST for SwiftSyntax510 for debugging
[101/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/301] Wrapping AST for SwiftSyntax509 for debugging
[104/301] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[105/301] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[106/301] Compiling SwiftSyntax ChildNameForKeyPath.swift
[107/301] Compiling SwiftSyntax Keyword.swift
[108/301] Compiling SwiftSyntax Trivia.swift
[109/301] Compiling SwiftSyntax Utils.swift
[110/301] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[111/301] Compiling SwiftSyntax SyntaxBaseNodes.swift
[120/301] Emitting module InternalCollectionsUtilities
[121/302] Emitting module ArgumentParserToolInfo
[122/302] Compiling ArgumentParserToolInfo ToolInfo.swift
[124/303] Emitting module InternalCollectionsUtilities
[125/303] Emitting module ArgumentParserToolInfo
[126/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/383] Compiling HeapModule Heap+Invariants.swift
[131/394] Compiling HeapModule Heap+Descriptions.swift
[132/594] Compiling _RopeModule BigString+Chunk+Counts.swift
[133/594] Compiling _RopeModule BigString+Chunk+Description.swift
[134/596] Compiling _RopeModule BigString+Debugging.swift
[135/596] Compiling _RopeModule BigString+Index.swift
[136/596] Compiling HeapModule Heap.swift
[137/596] Compiling HeapModule _HeapNode.swift
[138/596] Compiling _RopeModule BigString+Ingester.swift
[139/596] Compiling _RopeModule BigString+Invariants.swift
[140/596] Compiling _RopeModule BigString+Iterators.swift
[141/596] Compiling _RopeModule BigString+Metrics.swift
[142/596] Emitting module HeapModule
[143/596] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[144/596] Compiling HeapModule Heap+UnsafeHandle.swift
[146/597] Compiling _RopeModule RopeSummary.swift
[147/597] Compiling _RopeModule _RopeItem.swift
[148/597] Compiling _RopeModule _RopePath.swift
[149/597] Compiling _RopeModule _RopeVersion.swift
[150/597] Compiling _RopeModule Rope+Collection.swift
[151/597] Compiling _RopeModule Rope+Index.swift
[152/597] Compiling _RopeModule Rope+Sequence.swift
[153/597] Compiling _RopeModule Rope+Append.swift
[154/597] Compiling _RopeModule Rope+Extract.swift
[155/597] Compiling _RopeModule Rope+Find.swift
[156/607] Compiling DequeModule _DequeSlot.swift
[157/607] Compiling DequeModule _UnsafeWrappedBuffer.swift
[158/607] Compiling _RopeModule Rope+Invariants.swift
[159/607] Compiling _RopeModule Rope+_Node.swift
[160/607] Compiling _RopeModule Rope+_Storage.swift
[161/607] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[162/607] Compiling _RopeModule Rope+_UnsafeHandle.swift
[163/607] Compiling _RopeModule Rope.swift
[164/607] Compiling _RopeModule RopeElement.swift
[165/607] Compiling _RopeModule BigString+UnicodeScalarView.swift
[166/607] Compiling _RopeModule BigSubstring+UTF16View.swift
[167/607] Compiling _RopeModule BigSubstring+UTF8View.swift
[168/607] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[169/607] Compiling _RopeModule BigSubstring.swift
[170/607] Compiling _RopeModule Rope+Builder.swift
[171/607] Compiling _RopeModule Rope+Debugging.swift
[172/669] Compiling OrderedCollections OrderedSet+Invariants.swift
[173/669] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[174/669] Compiling OrderedCollections OrderedSet+Initializers.swift
[175/669] Compiling OrderedCollections OrderedSet+Insertions.swift
[176/669] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[177/669] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[178/669] Compiling OrderedCollections _HashTable+Bucket.swift
[179/669] Compiling OrderedCollections _HashTable+BucketIterator.swift
[180/669] Compiling OrderedCollections _HashTable+Constants.swift
[181/669] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[182/669] Compiling OrderedCollections _HashTable+Testing.swift
[183/669] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[184/669] Compiling OrderedCollections _HashTable.swift
[185/669] Compiling OrderedCollections _Hashtable+Header.swift
[186/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[187/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[188/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[189/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[190/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[191/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[192/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[193/669] Compiling OrderedCollections OrderedDictionary.swift
[194/669] Compiling OrderedCollections OrderedDictionary+Codable.swift
[195/669] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[196/669] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[197/669] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[198/669] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[199/669] Compiling OrderedCollections OrderedDictionary+Elements.swift
[200/669] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[201/669] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[202/669] Compiling _RopeModule Rope+ForEachWhile.swift
[203/669] Compiling _RopeModule Rope+Insert.swift
[204/669] Compiling HashTreeCollections TreeSet+Collection.swift
[205/669] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[206/669] Compiling HashTreeCollections TreeSet+Debugging.swift
[207/669] Compiling HashTreeCollections TreeSet+Descriptions.swift
[208/669] Compiling HashTreeCollections TreeSet+Equatable.swift
[209/669] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[210/669] Compiling HashTreeCollections TreeSet+Extras.swift
[211/669] Compiling HashTreeCollections TreeSet+Filter.swift
[212/669] Compiling OrderedCollections OrderedSet+Equatable.swift
[213/669] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[214/669] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[216/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[217/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[218/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[219/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[220/669] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[221/669] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[222/669] Compiling OrderedCollections OrderedSet+Sendable.swift
[227/669] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[228/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[229/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[230/669] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[231/669] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[232/669] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[233/669] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[234/669] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[235/669] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[236/669] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[237/669] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[238/669] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[239/669] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[240/669] Compiling HashTreeCollections TreeSet.swift
[241/669] Emitting module DequeModule
[250/684] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[251/684] Emitting module HeapModule
[252/684] Compiling HeapModule Heap+Descriptions.swift
[254/684] Compiling OrderedCollections OrderedSet+Codable.swift
[255/684] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[256/684] Compiling OrderedCollections OrderedSet+Descriptions.swift
[257/684] Compiling OrderedCollections OrderedSet+Diffing.swift
[261/684] Compiling HeapModule _HeapNode.swift
[285/693] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[286/693] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[287/693] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[288/693] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[289/693] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[290/693] Compiling OrderedCollections OrderedDictionary+Values.swift
[301/702] Compiling HeapModule Heap.swift
[333/702] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[334/702] Compiling OrderedCollections OrderedSet.swift
[335/702] Compiling OrderedCollections _UnsafeBitset.swift
[347/702] Compiling OrderedCollections OrderedSet+Sendable.swift
[348/702] Compiling OrderedCollections OrderedSet+SubSequence.swift
[349/702] Compiling OrderedCollections OrderedSet+Testing.swift
[350/702] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[351/702] Compiling HeapModule Heap+UnsafeHandle.swift
[352/702] Compiling HeapModule Heap+Invariants.swift
[408/744] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[409/744] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[410/744] Compiling HashTreeCollections _HashNode+Storage.swift
[411/744] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[412/744] Compiling HashTreeCollections _HashNode+Structural filter.swift
[413/744] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[414/744] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[415/744] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[416/744] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[417/744] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[418/788] Emitting module OrderedCollections
[420/789] Compiling HashTreeCollections _HashNode+Structural union.swift
[421/789] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[422/789] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[423/789] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[424/789] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[425/789] Compiling HashTreeCollections _HashNode.swift
[426/789] Compiling HashTreeCollections _HashNodeHeader.swift
[427/789] Compiling HashTreeCollections _HashSlot.swift
[428/804] Compiling HashTreeCollections TreeDictionary+Values.swift
[429/804] Compiling HashTreeCollections TreeDictionary.swift
[430/804] Compiling HashTreeCollections TreeSet+Codable.swift
[431/804] Compiling HashTreeCollections TreeSet+Collection.swift
[432/804] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[433/804] Compiling HashTreeCollections TreeSet+Debugging.swift
[434/804] Compiling HashTreeCollections TreeSet+Descriptions.swift
[435/804] Compiling DequeModule Deque.swift
[436/804] Compiling DequeModule _DequeBuffer.swift
[437/804] Compiling DequeModule _DequeBufferHeader.swift
[438/804] Compiling HashTreeCollections _Hash.swift
[439/804] Compiling HashTreeCollections _HashLevel.swift
[440/804] Compiling HashTreeCollections _HashNode+Builder.swift
[441/804] Compiling HashTreeCollections _HashNode+Debugging.swift
[442/804] Compiling HashTreeCollections _HashNode+Initializers.swift
[443/804] Compiling HashTreeCollections _HashNode+Invariants.swift
[444/804] Compiling HashTreeCollections _HashNode+Lookups.swift
[445/804] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[446/804] Compiling DequeModule Deque+Codable.swift
[447/804] Compiling DequeModule Deque+Collection.swift
[448/804] Compiling DequeModule Deque+CustomReflectable.swift
[449/804] Compiling DequeModule Deque+Descriptions.swift
[450/804] Compiling DequeModule Deque+Equatable.swift
[451/804] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[452/804] Compiling DequeModule Deque+Extras.swift
[453/804] Compiling DequeModule Deque+Hashable.swift
[454/804] Compiling DequeModule Deque+Testing.swift
[455/804] Compiling DequeModule Deque._Storage.swift
[456/804] Compiling DequeModule Deque._UnsafeHandle.swift
[457/804] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[458/804] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[467/804] Compiling HashTreeCollections _HashStack.swift
[468/804] Compiling HashTreeCollections TreeSet+Hashable.swift
[469/804] Compiling HashTreeCollections TreeSet+Sendable.swift
[470/804] Compiling HashTreeCollections TreeSet+Sequence.swift
[471/804] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[472/804] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[473/804] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[474/804] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[475/804] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[476/804] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[477/804] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[478/814] Emitting module OrderedCollections
[479/815] Emitting module _RopeModule
[505/817] Compiling HashTreeCollections TreeSet+Equatable.swift
[506/817] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[507/817] Compiling HashTreeCollections TreeSet+Extras.swift
[508/817] Compiling HashTreeCollections TreeSet+Filter.swift
[509/859] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[510/859] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[511/859] Compiling HashTreeCollections TreeDictionary+Filter.swift
[512/859] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[513/859] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[514/859] Compiling HashTreeCollections TreeDictionary+Keys.swift
[515/859] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[516/859] Compiling HashTreeCollections TreeDictionary+Merge.swift
[517/859] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[518/859] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[520/870] Compiling BitCollections BitArray+Invariants.swift
[521/870] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[530/870] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[531/870] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[532/870] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[533/870] Compiling BitCollections BitArray+Extras.swift
[534/870] Compiling BitCollections BitArray+Fill.swift
[535/870] Emitting module HashTreeCollections
[537/871] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[538/871] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[539/871] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[540/871] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[541/871] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[542/871] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[543/871] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[544/871] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[545/871] Compiling HashTreeCollections TreeSet.swift
[556/871] Compiling BitCollections BitArray+BitwiseOperations.swift
[557/871] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[558/871] Compiling BitCollections BitSet+Random.swift
[559/871] Compiling BitCollections BitSet+SetAlgebra basics.swift
[560/871] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[561/871] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[562/871] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[563/871] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[564/871] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[565/871] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[566/871] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[567/871] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[568/871] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[569/871] Emitting module DequeModule
[570/908] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[571/908] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[572/908] Compiling BitCollections BitArray+Extras.swift
[573/908] Compiling BitCollections BitArray+Fill.swift
[574/908] Compiling BitCollections BitArray+Hashable.swift
[575/908] Compiling BitCollections BitArray+Initializers.swift
[576/908] Compiling BitCollections BitArray+Invariants.swift
[577/931] Compiling BitCollections BitSet+Hashable.swift
[578/931] Compiling BitCollections BitSet+Initializers.swift
[579/931] Compiling BitCollections BitSet+Invariants.swift
[580/931] Compiling BitCollections BitSet+Random.swift
[581/931] Compiling BitCollections BitSet+SetAlgebra basics.swift
[582/931] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[583/931] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[584/931] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[585/931] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[586/931] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[587/931] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[588/931] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[589/931] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[590/931] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[591/931] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[592/931] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[593/931] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[594/931] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[595/931] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[596/932] Emitting module BitCollections
[619/933] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[620/933] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[621/933] Compiling BitCollections BitSet+CustomReflectable.swift
[622/933] Compiling BitCollections BitSet+CustomStringConvertible.swift
[623/933] Compiling BitCollections BitSet+Equatable.swift
[624/933] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[625/933] Compiling BitCollections BitSet+Extras.swift
[646/933] Compiling BitCollections BitSet+SetAlgebra union.swift
[647/933] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[648/933] Compiling BitCollections BitSet.Counted.swift
[650/972] Compiling ArgumentParser ArgumentHelp.swift
[651/972] Compiling ArgumentParser OptionGroup.swift
[652/972] Compiling ArgumentParser AsyncParsableCommand.swift
[653/972] Compiling ArgumentParser CommandConfiguration.swift
[654/972] Compiling ArgumentParser CommandGroup.swift
[655/972] Compiling ArgumentParser EnumerableFlag.swift
[656/972] Compiling ArgumentParser ExpressibleByArgument.swift
[657/972] Compiling ArgumentParser ParsableArguments.swift
[658/972] Compiling ArgumentParser ParsableArgumentsValidation.swift
[659/972] Compiling ArgumentParser ParsableCommand.swift
[660/972] Compiling ArgumentParser ArgumentDecoder.swift
[660/1010] Wrapping AST for _RopeModule for debugging
[662/1010] Compiling ArgumentParser CommandParser.swift
[663/1010] Compiling ArgumentParser InputKey.swift
[664/1010] Compiling ArgumentParser InputOrigin.swift
[665/1010] Compiling ArgumentParser DumpHelpGenerator.swift
[666/1010] Compiling ArgumentParser HelpCommand.swift
[667/1010] Compiling ArgumentParser HelpGenerator.swift
[668/1010] Compiling ArgumentParser MessageInfo.swift
[668/1017] Wrapping AST for _RopeModule for debugging
[670/1017] Emitting module BitCollections
[671/1017] Compiling ArgumentParser ZshCompletionsGenerator.swift
[672/1017] Compiling ArgumentParser Argument.swift
[673/1017] Compiling ArgumentParser ArgumentHelp.swift
[674/1017] Compiling ArgumentParser ExpressibleByArgument.swift
[675/1017] Compiling ArgumentParser ParsableArguments.swift
[676/1017] Compiling ArgumentParser ParsableArgumentsValidation.swift
[677/1017] Compiling ArgumentParser ParsableCommand.swift
[678/1017] Compiling ArgumentParser ArgumentDecoder.swift
[679/1017] Compiling ArgumentParser OptionGroup.swift
[680/1017] Compiling ArgumentParser AsyncParsableCommand.swift
[681/1017] Compiling ArgumentParser CommandConfiguration.swift
[682/1017] Compiling ArgumentParser CommandGroup.swift
[683/1017] Compiling ArgumentParser EnumerableFlag.swift
[684/1017] Compiling ArgumentParser BashCompletionsGenerator.swift
[685/1017] Compiling ArgumentParser CompletionsGenerator.swift
[686/1017] Compiling ArgumentParser FishCompletionsGenerator.swift
[687/1017] Compiling ArgumentParser ArgumentSet.swift
[695/1017] Compiling ArgumentParser UsageGenerator.swift
[696/1017] Compiling ArgumentParser Name.swift
[697/1017] Compiling ArgumentParser Parsed.swift
[698/1017] Compiling ArgumentParser ParsedValues.swift
[699/1017] Compiling ArgumentParser ParserError.swift
[700/1017] Compiling ArgumentParser SplitArguments.swift
[708/1017] Wrapping AST for OrderedCollections for debugging
[717/1017] Compiling BitCollections BitSet.Index.swift
[718/1017] Compiling BitCollections BitSet._UnsafeHandle.swift
[719/1017] Compiling BitCollections BitSet.swift
[720/1017] Compiling BitCollections Range+Utilities.swift
[721/1017] Compiling BitCollections Slice+Utilities.swift
[722/1017] Compiling BitCollections UInt+Tricks.swift
[723/1017] Compiling BitCollections _Word.swift
[723/1018] Wrapping AST for OrderedCollections for debugging
[737/1018] Compiling ArgumentParser ArgumentDefinition.swift
[755/1018] Wrapping AST for InternalCollectionsUtilities for debugging
[757/1018] Wrapping AST for HeapModule for debugging
[759/1018] Wrapping AST for HashTreeCollections for debugging
[769/1018] Compiling ArgumentParser ArgumentVisibility.swift
[770/1018] Compiling ArgumentParser CompletionKind.swift
[771/1018] Compiling ArgumentParser Errors.swift
[772/1018] Compiling ArgumentParser Flag.swift
[773/1018] Compiling ArgumentParser NameSpecification.swift
[774/1018] Compiling ArgumentParser Option.swift
[776/1018] Wrapping AST for DequeModule for debugging
[778/1018] Wrapping AST for ArgumentParserToolInfo for debugging
[779/1018] Wrapping AST for BitCollections for debugging
[787/1019] Wrapping AST for ArgumentParserToolInfo for debugging
[790/1019] Emitting module HashTreeCollections
[790/1020] Wrapping AST for BitCollections for debugging
[792/1022] Wrapping AST for HashTreeCollections for debugging
[794/1024] Compiling Collections Collections.swift
[795/1024] Emitting module Collections
[797/1025] Compiling Collections Collections.swift
[799/1026] Wrapping AST for Collections for debugging
[802/1026] Emitting module ArgumentParser
[826/1036] Compiling ArgumentParser CollectionExtensions.swift
[827/1036] Compiling ArgumentParser Platform.swift
[828/1036] Compiling ArgumentParser SequenceExtensions.swift
[829/1036] Compiling ArgumentParser StringExtensions.swift
[830/1036] Compiling ArgumentParser Tree.swift
[889/1038] Wrapping AST for ArgumentParser for debugging
[892/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 SwiftBasicFormat Syntax+Extensions.swift
[1014/1106] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1015/1107] Emitting module SwiftDiagnostics
[1016/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1017/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1018/1107] Compiling SwiftDiagnostics Message.swift
[1019/1107] Compiling SwiftDiagnostics Convenience.swift
[1020/1107] Compiling SwiftDiagnostics Diagnostic.swift
[1021/1107] Compiling SwiftDiagnostics Note.swift
[1022/1107] Compiling SwiftBasicFormat Indenter.swift
[1023/1107] Compiling SwiftBasicFormat InferIndentation.swift
[1024/1107] Compiling SwiftDiagnostics FixIt.swift
[1025/1107] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1026/1107] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1027/1107] Compiling SwiftDiagnostics BasicDiagnosticDecorator.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 LexemeSequence.swift
[1042/1114] Compiling SwiftParser Lexer.swift
[1043/1114] Compiling SwiftParser RegexLiteralLexer.swift
[1044/1114] Compiling SwiftParser UnicodeScalarExtensions.swift
[1045/1114] Compiling SwiftParser Lookahead.swift
[1046/1114] Compiling SwiftParser LoopProgressCondition.swift
[1047/1114] Compiling SwiftParser TokenSpec.swift
[1048/1114] Compiling SwiftParser TokenSpecSet.swift
[1049/1114] Compiling SwiftParser TopLevel.swift
[1050/1114] Compiling SwiftParser TriviaParser.swift
[1051/1114] Compiling SwiftParser Types.swift
[1052/1114] Compiling SwiftParser Patterns.swift
[1053/1114] Compiling SwiftParser Recovery.swift
[1054/1114] Compiling SwiftParser Specifiers.swift
[1055/1114] Compiling SwiftParser Statements.swift
[1056/1114] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1057/1114] Compiling SwiftParser StringLiterals.swift
[1058/1114] Compiling SwiftParser Modifiers.swift
[1059/1114] Compiling SwiftParser Names.swift
[1060/1114] Compiling SwiftParser Nominals.swift
[1061/1114] Compiling SwiftParser Parameters.swift
[1062/1114] Compiling SwiftParser ParseSourceFile.swift
[1063/1114] Compiling SwiftParser Parser.swift
[1064/1114] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1065/1114] Compiling SwiftParser Expressions.swift
[1066/1114] Compiling SwiftParser IncrementalParseTransition.swift
[1067/1114] Compiling SwiftParser IsValidIdentifier.swift
[1068/1114] Compiling SwiftParser Cursor.swift
[1069/1114] Compiling SwiftParser Lexeme.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/1139] Compiling SwiftOperators PrecedenceGraph.swift
[1087/1139] Compiling SwiftOperators OperatorTable.swift
[1088/1139] Compiling SwiftOperators PrecedenceGroup.swift
[1089/1140] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1090/1140] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1091/1140] Compiling SwiftParserDiagnostics Utils.swift
[1092/1140] Emitting module SwiftOperators
[1093/1140] Compiling SwiftOperators OperatorTable+Semantics.swift
[1094/1140] Compiling SwiftOperators SyntaxSynthesis.swift
[1095/1140] Compiling SwiftOperators OperatorError.swift
[1096/1140] Compiling SwiftOperators OperatorTable+Defaults.swift
[1097/1140] Compiling SwiftOperators OperatorTable+Folding.swift
[1098/1141] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1099/1141] Wrapping AST for SwiftOperators for debugging
[1112/1142] Wrapping AST for SwiftSyntax for debugging
[1114/1200] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1115/1200] Compiling SwiftDiagnostics Message.swift
[1116/1201] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1117/1201] Compiling SwiftDiagnostics FixIt.swift
[1118/1201] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1119/1201] Compiling SwiftParser Specifiers.swift
[1120/1201] Compiling SwiftParser Statements.swift
[1121/1201] Emitting module SwiftDiagnostics
[1122/1201] Compiling SwiftParser Patterns.swift
[1123/1201] Compiling SwiftParser Recovery.swift
[1124/1201] Compiling SwiftDiagnostics Note.swift
[1125/1201] Compiling SwiftBasicFormat Indenter.swift
[1126/1201] Compiling SwiftBasicFormat InferIndentation.swift
[1127/1201] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1128/1201] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1129/1201] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1131/1202] Emitting module SwiftParserDiagnostics
[1134/1202] Compiling SwiftParser LexemeSequence.swift
[1135/1202] Compiling SwiftParser Lexer.swift
[1136/1202] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1137/1202] Compiling SwiftParser StringLiterals.swift
[1137/1203] Wrapping AST for SwiftDiagnostics for debugging
[1140/1203] Emitting module SwiftBasicFormat
[1141/1203] Compiling SwiftBasicFormat BasicFormat.swift
[1142/1204] Wrapping AST for SwiftParserDiagnostics for debugging
[1143/1219] Wrapping AST for SwiftBasicFormat for debugging
[1145/1219] Compiling SwiftSyntaxBuilder Indenter.swift
[1146/1219] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1147/1220] Emitting module SwiftParser
[1148/1225] Emitting module SwiftSyntaxBuilder
[1149/1225] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1150/1225] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1151/1225] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1152/1225] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1153/1225] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1154/1225] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1155/1225] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1156/1225] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1157/1225] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1158/1225] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1159/1225] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1160/1225] Compiling SwiftParser SwiftParserCompatibility.swift
[1161/1225] Compiling SwiftParser SwiftVersion.swift
[1162/1225] Compiling SwiftParser SyntaxUtils.swift
[1163/1225] Compiling SwiftParser TokenConsumer.swift
[1164/1225] Compiling SwiftParser TokenPrecedence.swift
[1165/1225] Compiling SwiftParser TokenSpec.swift
[1166/1225] Compiling SwiftParser TokenSpecSet.swift
[1167/1225] Compiling SwiftParser TopLevel.swift
[1168/1225] Compiling SwiftParser TriviaParser.swift
[1169/1225] Compiling SwiftParser Types.swift
[1170/1225] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1171/1225] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1179/1226] Compiling SwiftParser Modifiers.swift
[1180/1226] Compiling SwiftParser Names.swift
[1181/1226] Compiling SwiftParser Nominals.swift
[1182/1226] Compiling SwiftParser Parameters.swift
[1183/1226] Compiling SwiftParser ParseSourceFile.swift
[1184/1226] Compiling SwiftParser Parser.swift
[1191/1226] Compiling SwiftParser Attributes.swift
[1192/1226] Compiling SwiftParser Availability.swift
[1193/1226] Compiling SwiftParser CharacterInfo.swift
[1194/1226] Compiling SwiftParser CollectionNodes+Parsable.swift
[1195/1226] Compiling SwiftParser Declarations.swift
[1196/1226] Compiling SwiftParser Directives.swift
[1196/1226] Wrapping AST for SwiftSyntaxBuilder for debugging
[1198/1266] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1199/1266] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1200/1268] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1201/1268] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1202/1268] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1203/1268] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1204/1268] Compiling SwiftSyntaxMacros BodyMacro.swift
[1205/1268] Compiling SwiftSyntaxMacros Macro.swift
[1206/1268] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1207/1268] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1208/1268] Compiling SwiftSyntaxMacros Macro+Format.swift
[1209/1268] Compiling SwiftSyntaxMacros MemberMacro.swift
[1210/1268] Compiling SwiftSyntaxMacros PeerMacro.swift
[1211/1268] Emitting module SwiftSyntaxMacros
[1212/1268] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1213/1268] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1214/1268] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1215/1268] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1216/1268] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1227/1272] Wrapping AST for SwiftSyntaxMacros for debugging
[1229/1276] Emitting module SafeDICore
[1230/1281] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1231/1282] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1238/1282] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1239/1282] Emitting module SwiftSyntaxMacroExpansion
[1240/1282] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1241/1282] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1242/1282] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1243/1282] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1244/1282] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1245/1282] Compiling SafeDICore UnorderedEquatingCollection.swift
[1246/1282] Compiling SafeDICore FileVisitor.swift
[1247/1282] Compiling SafeDICore InstantiableVisitor.swift
[1248/1282] Compiling SafeDICore Property.swift
[1249/1282] Compiling SafeDICore Scope.swift
[1250/1282] Compiling SafeDICore TypeDescription.swift
[1256/1282] Compiling SafeDICore InstantiableStruct.swift
[1261/1283] Compiling SwiftParser ExperimentalFeatures.swift
[1262/1283] Compiling SwiftParser IsLexerClassified.swift
[1263/1283] Compiling SwiftParser LayoutNodes+Parsable.swift
[1264/1283] Compiling SwiftParser Parser+TokenSpecSet.swift
[1265/1283] Compiling SwiftParser TokenSpecStaticMembers.swift
[1266/1284] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1268/1285] Wrapping AST for SafeDICore for debugging
[1269/1287] Wrapping AST for SwiftParser for debugging
[1270/1287] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1272/1312] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1273/1313] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1274/1313] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1275/1313] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1276/1313] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1277/1313] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1278/1313] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1279/1314] Emitting module SwiftCompilerPluginMessageHandling
[1280/1314] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1283/1314] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1284/1314] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1285/1314] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1286/1314] Emitting module SwiftParserDiagnostics
[1287/1314] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1288/1314] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1289/1314] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1290/1314] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1296/1315] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1297/1315] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1299/1315] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1302/1318] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1303/1318] Emitting module SwiftCompilerPlugin
[1303/1318] Wrapping AST for SwiftParserDiagnostics for debugging
[1306/1334] Emitting module SafeDITool
[1307/1334] Compiling SafeDITool SafeDITool.swift
[1307/1335] Wrapping AST for SwiftCompilerPlugin for debugging
[1310/1361] Compiling SafeDIMacros InjectableMacro.swift
[1311/1361] Compiling SafeDIMacros InstantiableMacro.swift
[1312/1362] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1313/1362] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1313/1362] Wrapping AST for SafeDITool for debugging
[1314/1362] Write Objects.LinkFileList
[1316/1362] Compiling SafeDIMacros FixableInstantiableError.swift
[1317/1362] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1318/1362] Emitting module SwiftSyntaxBuilder
[1319/1362] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1324/1365] Emitting module SafeDIMacros
[1325/1365] Compiling SafeDIMacros CollectionExtensions.swift
[1326/1365] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1327/1365] Compiling SafeDIMacros DiagnosticExtensions.swift
[1328/1365] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1329/1365] Compiling SafeDIMacros DiagnosticError.swift
[1330/1365] Compiling SafeDIMacros FixableInjectableError.swift
[1331/1365] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1332/1365] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1333/1366] Compiling SafeDIMacros FileVisitor.swift
[1334/1366] Compiling SafeDIMacros InstantiableVisitor.swift
[1335/1366] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1336/1366] Wrapping AST for SwiftSyntaxBuilder for debugging
[1337/1389] Linking SafeDITool-tool
[1339/1389] Compiling SafeDICore Property.swift
[1340/1389] Compiling SafeDICore Scope.swift
[1341/1389] Compiling SafeDICore TypeDescription.swift
[1342/1389] Compiling SafeDICore ImportStatement.swift
[1343/1389] Compiling SafeDICore Initializer.swift
[1344/1389] Compiling SafeDICore InstantiableStruct.swift
[1345/1389] Compiling SafeDIMacros Scope.swift
[1346/1389] Compiling SafeDIMacros TypeDescription.swift
[1347/1389] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1348/1389] Compiling SafeDICore DiagnosticError.swift
[1349/1389] Compiling SafeDICore FixableInjectableError.swift
[1350/1389] Compiling SafeDICore FixableInstantiableError.swift
[1351/1389] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1352/1392] Emitting module SafeDICore
[1353/1392] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1354/1392] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1355/1392] Compiling SafeDICore CollectionExtensions.swift
[1356/1392] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1357/1392] Compiling SafeDICore ScopeGenerator.swift
[1358/1392] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1359/1392] Compiling SafeDICore ConcreteDeclType.swift
[1360/1392] Compiling SafeDICore Dependency.swift
[1361/1392] Compiling SafeDICore DiagnosticExtensions.swift
[1362/1392] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1363/1392] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1364/1392] Compiling SafeDICore DependencyTreeGenerator.swift
[1368/1393] Wrapping AST for SafeDIMacros for debugging
[1369/1393] Write Objects.LinkFileList
[1377/1393] Compiling SafeDICore UnorderedEquatingCollection.swift
[1378/1393] Compiling SafeDICore FileVisitor.swift
[1379/1393] Compiling SafeDICore InstantiableVisitor.swift
[1388/1394] Linking SafeDIMacros-tool
[1390/1408] Wrapping AST for SafeDICore for debugging
[1392/1412] Emitting module SafeDI
[1393/1412] Compiling SafeDI SendableErasedInstantiator.swift
[1394/1413] Compiling SafeDI Instantiable.swift
[1395/1413] Compiling SafeDI Forwarded.swift
[1396/1413] Emitting module SafeDI
[1397/1413] Compiling SafeDI Instantiated.swift
[1398/1414] Compiling SafeDI Forwarded.swift
[1399/1414] Compiling SafeDI Instantiable.swift
[1400/1414] Compiling SafeDI Instantiated.swift
[1401/1414] Compiling SafeDI Received.swift
[1402/1414] Compiling SafeDI ErasedInstantiator.swift
[1403/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1404/1414] Compiling SafeDI Instantiator.swift
[1405/1414] Compiling SafeDI Received.swift
[1406/1414] Compiling SafeDI ErasedInstantiator.swift
[1407/1414] Compiling SafeDI Instantiator.swift
[1408/1414] Compiling SafeDI SendableInstantiator.swift
[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! (272.61s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.