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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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.68.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 2227da8 Improve unexpected swift nodes test
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
2227da8a598bb6db1690f97d866607b7a900455b
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" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/932] Fetching swift-macro-testing
[933/17809] Fetching swift-macro-testing, swift-argument-parser
[5490/36137] Fetching swift-macro-testing, swift-argument-parser, swift-collections
[22392/109160] Fetching swift-macro-testing, swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.59s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.60s)
[48268/91351] Fetching swift-collections, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.52s)
Fetched https://github.com/apple/swift-collections.git from cache (6.55s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (7.39s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15634] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.88s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.53s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.58s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.78s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/pointfreeco/swift-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 602.0.0
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/120] Write sources
[59/120] Compiling _SwiftSyntaxCShims PlatformMutex.c
[61/120] Write swift-version-24593BA9C3E375BF.txt
[63/148] Emitting module SwiftSyntax600
[64/150] Emitting module SwiftSyntax510
[65/150] Emitting module SwiftSyntax602
[66/150] Emitting module InternalCollectionsUtilities
[67/152] Compiling SwiftSyntax602 Empty.swift
[68/153] Compiling SwiftSyntax510 Empty.swift
[69/153] Compiling SwiftSyntax600 Empty.swift
[70/155] Compiling SwiftSyntax602 Empty.swift
[71/155] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/155] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[73/155] Emitting module SwiftSyntax602
[74/156] Emitting module SwiftSyntax601
[75/156] Compiling SwiftSyntax601 Empty.swift
[78/157] Emitting module SwiftSyntax601
[79/157] Compiling SwiftSyntax601 Empty.swift
[81/158] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[82/158] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/158] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/158] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/158] Compiling InternalCollectionsUtilities Debugging.swift
[87/158] Compiling InternalCollectionsUtilities Descriptions.swift
[88/158] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/158] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/158] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/158] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/158] Emitting module SwiftSyntax509
[93/158] Compiling SwiftSyntax509 Empty.swift
[94/158] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/158] Compiling InternalCollectionsUtilities Integer rank.swift
[96/158] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/158] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/158] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/186] Compiling SwiftSyntax509 Empty.swift
[104/186] Emitting module SwiftSyntax600
[105/186] Compiling SwiftSyntax600 Empty.swift
[106/186] Emitting module SwiftSyntax509
[107/188] Compiling SwiftSyntax510 Empty.swift
[107/188] Wrapping AST for SwiftSyntax602 for debugging
[109/188] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[110/188] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/190] Emitting module SwiftSyntax510
[115/191] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/191] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[116/191] Wrapping AST for SwiftSyntax602 for debugging
[118/191] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[119/191] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[120/254] Compiling SwiftSyntax AbsolutePosition.swift
[121/254] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[122/254] Compiling SwiftSyntax EditorPlaceholder.swift
[123/254] Compiling SwiftSyntax Identifier.swift
[124/254] Compiling SwiftSyntax RawSyntaxArena.swift
[125/254] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[126/460] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/460] Compiling HeapModule Heap+Descriptions.swift
[128/460] Emitting module InternalCollectionsUtilities
[129/460] Compiling HeapModule _HeapNode.swift
[130/460] Compiling HeapModule Heap.swift
[131/460] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[132/460] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[133/460] Compiling HashTreeCollections TreeDictionary+Keys.swift
[134/460] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[135/460] Compiling HashTreeCollections TreeDictionary+Merge.swift
[136/460] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[137/460] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[138/467] Compiling HeapModule Heap+UnsafeHandle.swift
[139/467] Compiling HeapModule Heap+Invariants.swift
[140/467] Emitting module HeapModule
[142/468] Compiling OrderedCollections OrderedSet+SubSequence.swift
[143/468] Compiling OrderedCollections OrderedSet+Testing.swift
[144/468] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[145/468] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[146/468] Compiling OrderedCollections OrderedSet.swift
[147/468] Compiling OrderedCollections _UnsafeBitset.swift
[148/468] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[149/468] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[150/468] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[151/468] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[152/478] Compiling HashTreeCollections _HashStack.swift
[153/478] Compiling HashTreeCollections _AncestorHashSlots.swift
[154/478] Compiling HashTreeCollections _Bitmap.swift
[155/478] Compiling HashTreeCollections _HashNode+Structural union.swift
[156/478] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[157/479] Compiling HashTreeCollections _HashNode+Structural merge.swift
[158/479] Compiling HashTreeCollections _HashTreeIterator.swift
[159/479] Compiling HashTreeCollections _HashTreeStatistics.swift
[160/479] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[161/479] Compiling HashTreeCollections _RawHashNode.swift
[162/479] Compiling HashTreeCollections _UnmanagedHashNode.swift
[163/479] Compiling HashTreeCollections _UnsafePath.swift
[164/479] Emitting module ArgumentParserToolInfo
[165/479] Compiling ArgumentParserToolInfo ToolInfo.swift
[168/516] Emitting module ArgumentParserToolInfo
[169/516] Compiling ArgumentParserToolInfo ToolInfo.swift
[170/544] Compiling SwiftSyntax CustomTraits.swift
[171/544] Compiling SwiftSyntax EditorPlaceholder.swift
[172/544] Compiling SwiftSyntax SourceLength.swift
[173/544] Compiling SwiftSyntax SourceLocation.swift
[174/544] Compiling SwiftSyntax SourcePresence.swift
[175/544] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[176/544] Compiling SwiftSyntax Syntax.swift
[177/544] Compiling SwiftSyntax SyntaxChildren.swift
[178/544] Compiling SwiftSyntax SyntaxCollection.swift
[179/544] Compiling SwiftSyntax SyntaxHashable.swift
[180/544] Compiling SwiftSyntax SyntaxIdentifier.swift
[181/544] Compiling SwiftSyntax Identifier.swift
[182/544] Compiling SwiftSyntax MemoryLayout.swift
[183/544] Compiling SwiftSyntax MissingNodeInitializers.swift
[184/544] Compiling SwiftSyntax RawSyntax.swift
[185/544] Compiling SwiftSyntax RawSyntaxArena.swift
[187/588] Compiling SwiftSyntax SyntaxKind.swift
[188/588] Compiling SwiftSyntax SyntaxRewriter.swift
[189/588] Compiling SwiftSyntax SyntaxTraits.swift
[190/588] Compiling SwiftSyntax SyntaxVisitor.swift
[191/588] Compiling SwiftSyntax TokenKind.swift
[192/588] Compiling SwiftSyntax Tokens.swift
[193/588] Compiling SwiftSyntax TriviaPieces.swift
[194/588] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[195/588] Compiling SwiftSyntax RawSyntaxNodesC.swift
[196/588] Compiling SwiftSyntax RawSyntaxNodesD.swift
[197/588] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[198/588] Compiling HashTreeCollections TreeDictionary.swift
[199/588] Compiling HashTreeCollections TreeSet+Codable.swift
[200/588] Compiling HashTreeCollections TreeSet+Collection.swift
[201/588] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[202/588] Compiling HashTreeCollections TreeSet+Debugging.swift
[203/588] Compiling HashTreeCollections TreeSet+Descriptions.swift
[204/588] Compiling HashTreeCollections TreeSet+Equatable.swift
[205/588] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[206/588] Compiling HashTreeCollections TreeSet+Extras.swift
[207/588] Compiling HashTreeCollections TreeSet+Filter.swift
[208/674] Compiling HeapModule Heap+Invariants.swift
[209/674] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[210/674] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[211/674] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[212/674] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[213/674] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[214/674] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[215/674] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[216/674] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[217/674] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[218/674] Compiling HashTreeCollections TreeSet.swift
[219/674] Compiling HeapModule Heap+Descriptions.swift
[220/674] Compiling HeapModule Heap.swift
[221/674] Compiling HeapModule _HeapNode.swift
[222/674] Compiling HeapModule Heap+UnsafeHandle.swift
[223/674] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[224/674] Emitting module HeapModule
[225/675] Compiling _RopeModule Rope+_Storage.swift
[226/675] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[227/675] Compiling _RopeModule Rope+_UnsafeHandle.swift
[228/675] Compiling _RopeModule Rope.swift
[229/675] Compiling _RopeModule RopeElement.swift
[230/675] Compiling _RopeModule RopeMetric.swift
[231/675] Compiling _RopeModule RopeSummary.swift
[232/675] Compiling _RopeModule _RopeItem.swift
[233/675] Compiling _RopeModule _RopePath.swift
[234/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[235/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[236/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[237/675] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[238/675] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[239/675] Compiling _RopeModule Rope+Extract.swift
[240/675] Compiling _RopeModule Rope+Find.swift
[241/675] Compiling _RopeModule Rope+ForEachWhile.swift
[242/675] Compiling _RopeModule Rope+Insert.swift
[250/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[251/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[257/684] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[258/684] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[259/684] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[260/684] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[261/684] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[262/684] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[263/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[264/684] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[265/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[266/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[267/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[268/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[269/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[270/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[271/684] Compiling OrderedCollections OrderedDictionary+Values.swift
[272/684] Compiling OrderedCollections OrderedSet+Initializers.swift
[273/684] Compiling OrderedCollections OrderedSet+Insertions.swift
[274/684] Compiling OrderedCollections OrderedSet+Invariants.swift
[275/684] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[276/684] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[277/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[278/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[279/684] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[280/684] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[289/691] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[290/691] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[291/691] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[292/691] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[293/691] Compiling OrderedCollections OrderedDictionary+Elements.swift
[294/691] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[308/767] Emitting module OrderedCollections
[310/768] Compiling HashTreeCollections TreeSet+Hashable.swift
[311/768] Compiling HashTreeCollections TreeSet+Sendable.swift
[312/768] Compiling HashTreeCollections TreeSet+Sequence.swift
[313/768] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[314/768] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[315/768] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[316/768] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[317/768] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[318/768] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[319/768] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[320/793] Emitting module _RopeModule
[321/793] Compiling HashTreeCollections TreeSet+Descriptions.swift
[322/793] Compiling HashTreeCollections TreeSet+Equatable.swift
[323/793] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[324/793] Compiling HashTreeCollections TreeSet+Extras.swift
[325/793] Compiling HashTreeCollections TreeSet+Filter.swift
[326/793] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[327/793] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[328/793] Compiling HashTreeCollections TreeDictionary+Filter.swift
[329/793] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[330/793] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[331/793] Compiling HashTreeCollections TreeDictionary+Keys.swift
[332/793] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[333/793] Compiling HashTreeCollections TreeDictionary+Merge.swift
[334/793] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[335/793] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[336/793] Compiling HashTreeCollections TreeDictionary+Values.swift
[339/802] Compiling HashTreeCollections _HashNode+Storage.swift
[340/802] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[341/802] Compiling HashTreeCollections _HashNode+Structural filter.swift
[342/802] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[343/802] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[344/802] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[345/802] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[346/802] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[347/802] Compiling HashTreeCollections _HashNode+Structural merge.swift
[348/802] Compiling HashTreeCollections _HashTreeIterator.swift
[349/802] Compiling HashTreeCollections _HashTreeStatistics.swift
[350/802] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[351/802] Compiling HashTreeCollections _RawHashNode.swift
[352/802] Compiling HashTreeCollections _UnmanagedHashNode.swift
[353/802] Compiling HashTreeCollections _UnsafePath.swift
[354/802] Compiling HashTreeCollections TreeDictionary+Codable.swift
[355/802] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[356/802] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[357/802] Compiling HashTreeCollections _HashNode.swift
[358/802] Compiling HashTreeCollections _HashNodeHeader.swift
[359/802] Compiling HashTreeCollections _HashSlot.swift
[360/802] Compiling HashTreeCollections _HashStack.swift
[361/802] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[362/802] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[363/802] Compiling DequeModule Deque+Codable.swift
[364/802] Compiling DequeModule Deque+Collection.swift
[365/802] Compiling DequeModule Deque+CustomReflectable.swift
[366/802] Compiling DequeModule Deque+Descriptions.swift
[367/802] Compiling DequeModule Deque+Equatable.swift
[368/802] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[369/802] Compiling DequeModule Deque+Extras.swift
[370/802] Compiling DequeModule Deque+Hashable.swift
[382/802] Compiling DequeModule Deque.swift
[383/802] Compiling DequeModule _DequeBuffer.swift
[384/802] Compiling DequeModule _DequeBufferHeader.swift
[385/802] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[386/802] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[401/802] Compiling DequeModule Deque+Testing.swift
[402/802] Compiling DequeModule Deque._Storage.swift
[403/802] Compiling DequeModule Deque._UnsafeHandle.swift
[435/812] Compiling HashTreeCollections TreeDictionary.swift
[436/812] Compiling HashTreeCollections TreeSet+Codable.swift
[437/812] Compiling HashTreeCollections TreeSet+Collection.swift
[438/812] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[439/812] Compiling HashTreeCollections TreeSet+Debugging.swift
[453/812] Compiling SwiftSyntax SyntaxNodesC.swift
[454/812] Compiling SwiftSyntax SyntaxNodesD.swift
[455/812] Compiling SwiftSyntax SyntaxNodesEF.swift
[469/812] Compiling _RopeModule _CharacterRecognizer.swift
[470/812] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[471/812] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[472/812] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[473/812] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[474/812] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[475/812] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[476/812] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[477/812] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[478/812] Compiling HashTreeCollections TreeSet.swift
[484/812] Compiling DequeModule _DequeSlot.swift
[485/812] Compiling DequeModule _UnsafeWrappedBuffer.swift
[499/812] Emitting module OrderedCollections
[505/813] Compiling SwiftSyntax SyntaxNodesOP.swift
[506/813] Compiling SwiftSyntax SyntaxNodesQRS.swift
[507/813] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[508/813] Compiling _RopeModule Rope+RemoveSubrange.swift
[509/813] Compiling _RopeModule Rope+Split.swift
[510/813] Compiling _RopeModule Optional Utilities.swift
[511/813] Compiling _RopeModule String Utilities.swift
[512/813] Compiling _RopeModule String.Index+ABI.swift
[516/813] Emitting module _RopeModule
[517/813] Emitting module HashTreeCollections
[525/814] Compiling HashTreeCollections TreeDictionary+Collection.swift
[526/814] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[527/814] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[528/814] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[530/829] Compiling DequeModule Deque._UnsafeHandle.swift
[531/829] Compiling DequeModule Deque.swift
[532/829] Compiling DequeModule _DequeBuffer.swift
[533/829] Compiling DequeModule _DequeBufferHeader.swift
[550/829] Compiling DequeModule Deque+CustomReflectable.swift
[551/829] Compiling DequeModule Deque+Descriptions.swift
[552/829] Compiling DequeModule Deque+Codable.swift
[553/829] Compiling DequeModule Deque+Collection.swift
[554/829] Compiling DequeModule Deque+Equatable.swift
[555/829] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[556/829] Compiling DequeModule Deque+Extras.swift
[557/829] Compiling DequeModule Deque+Hashable.swift
[558/829] Compiling DequeModule Deque+Testing.swift
[559/829] Compiling DequeModule Deque._Storage.swift
[579/829] Emitting module DequeModule
[588/892] Compiling BitCollections BitArray+Descriptions.swift
[589/892] Compiling BitCollections BitArray+Equatable.swift
[590/939] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[591/939] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[592/939] Compiling BitCollections BitArray+Extras.swift
[593/939] Compiling BitCollections BitArray+Fill.swift
[594/939] Compiling BitCollections BitArray+Hashable.swift
[595/939] Compiling BitCollections BitArray+Initializers.swift
[596/939] Compiling BitCollections BitArray+Invariants.swift
[597/939] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[598/939] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[599/939] Compiling BitCollections BitSet+CustomReflectable.swift
[600/939] Compiling BitCollections BitSet+CustomStringConvertible.swift
[601/983] Compiling ArgumentParser AsyncParsableCommand.swift
[602/983] Compiling ArgumentParser CommandConfiguration.swift
[603/983] Compiling ArgumentParser Argument.swift
[604/983] Compiling ArgumentParser ArgumentDiscussion.swift
[605/983] Compiling ArgumentParser FishCompletionsGenerator.swift
[606/983] Compiling ArgumentParser ZshCompletionsGenerator.swift
[616/983] Compiling ArgumentParser Errors.swift
[617/983] Compiling ArgumentParser Flag.swift
[618/983] Compiling ArgumentParser CommandGroup.swift
[619/983] Compiling ArgumentParser EnumerableFlag.swift
[620/983] Compiling ArgumentParser ExpressibleByArgument.swift
[621/983] Compiling ArgumentParser ParsableArguments.swift
[622/983] Compiling ArgumentParser ParsableCommand.swift
[623/983] Compiling ArgumentParser ArgumentDecoder.swift
[624/983] Compiling ArgumentParser ArgumentDefinition.swift
[626/990] Compiling ArgumentParser ArgumentHelp.swift
[627/990] Compiling ArgumentParser OptionGroup.swift
[637/990] Compiling ArgumentParser ArgumentSet.swift
[638/990] Compiling ArgumentParser CommandParser.swift
[639/990] Compiling ArgumentParser InputKey.swift
[640/990] Compiling ArgumentParser InputOrigin.swift
[641/990] Compiling ArgumentParser Name.swift
[642/990] Compiling ArgumentParser Parsed.swift
[643/990] Compiling ArgumentParser ParsedValues.swift
[644/990] Compiling ArgumentParser ParserError.swift
[645/990] Compiling ArgumentParser CollectionExtensions.swift
[646/990] Compiling ArgumentParser Mutex.swift
[647/990] Emitting module BitCollections
[658/997] Compiling ArgumentParser Platform.swift
[659/997] Compiling ArgumentParser SequenceExtensions.swift
[660/997] Compiling ArgumentParser StringExtensions.swift
[661/997] Compiling ArgumentParser SwiftExtensions.swift
[662/997] Compiling ArgumentParser SplitArguments.swift
[663/997] Compiling ArgumentParser DumpHelpGenerator.swift
[664/997] Compiling ArgumentParser HelpCommand.swift
[665/997] Compiling ArgumentParser HelpGenerator.swift
[666/997] Compiling ArgumentParser MessageInfo.swift
[667/997] Compiling ArgumentParser UsageGenerator.swift
[668/997] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[669/997] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[695/997] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[696/997] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[697/997] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[698/997] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[699/997] Emitting module DequeModule
[711/999] Compiling BitCollections BitSet+SetAlgebra union.swift
[712/999] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[713/999] Compiling BitCollections BitSet.Counted.swift
[729/999] Wrapping AST for _RopeModule for debugging
[731/1043] Wrapping AST for SwiftSyntax601 for debugging
[733/1043] Compiling ArgumentParser Errors.swift
[734/1043] Compiling ArgumentParser Flag.swift
[735/1043] Compiling ArgumentParser NameSpecification.swift
[736/1043] Compiling ArgumentParser Option.swift
[737/1043] Compiling ArgumentParser ParsableArguments.swift
[738/1043] Compiling ArgumentParser ParsableCommand.swift
[739/1043] Compiling ArgumentParser ArgumentDecoder.swift
[740/1043] Compiling ArgumentParser ArgumentDefinition.swift
[741/1043] Compiling ArgumentParser ArgumentDiscussion.swift
[742/1043] Compiling ArgumentParser ArgumentHelp.swift
[743/1043] Compiling ArgumentParser InputKey.swift
[744/1043] Compiling ArgumentParser InputOrigin.swift
[745/1043] Compiling ArgumentParser Name.swift
[746/1043] Compiling ArgumentParser Parsed.swift
[747/1043] Compiling ArgumentParser ParsedValues.swift
[748/1043] Compiling ArgumentParser ParserError.swift
[749/1043] Compiling ArgumentParser OptionGroup.swift
[750/1043] Compiling ArgumentParser AsyncParsableCommand.swift
[751/1043] Compiling ArgumentParser CommandConfiguration.swift
[752/1043] Compiling ArgumentParser CommandGroup.swift
[753/1043] Compiling ArgumentParser EnumerableFlag.swift
[754/1043] Compiling ArgumentParser ExpressibleByArgument.swift
[755/1043] Compiling ArgumentParser ArgumentVisibility.swift
[756/1043] Compiling ArgumentParser CompletionKind.swift
[756/1043] Wrapping AST for SwiftSyntax601 for debugging
[758/1043] Compiling BitCollections BitSet.Index.swift
[759/1043] Compiling BitCollections BitSet._UnsafeHandle.swift
[760/1043] Compiling BitCollections BitSet.swift
[761/1043] Compiling BitCollections Range+Utilities.swift
[762/1043] Compiling BitCollections Slice+Utilities.swift
[763/1043] Compiling BitCollections UInt+Tricks.swift
[764/1043] Compiling BitCollections _Word.swift
[766/1044] Compiling ArgumentParser ArgumentSet.swift
[767/1044] Compiling ArgumentParser CommandParser.swift
[768/1044] Compiling ArgumentParser BashCompletionsGenerator.swift
[769/1044] Compiling ArgumentParser CompletionsGenerator.swift
[770/1044] Compiling ArgumentParser FishCompletionsGenerator.swift
[771/1044] Compiling ArgumentParser ZshCompletionsGenerator.swift
[772/1044] Compiling ArgumentParser Argument.swift
[774/1044] Compiling ArgumentParser CollectionExtensions.swift
[775/1044] Compiling ArgumentParser Mutex.swift
[776/1044] Compiling ArgumentParser Platform.swift
[777/1044] Compiling ArgumentParser SequenceExtensions.swift
[778/1044] Compiling ArgumentParser StringExtensions.swift
[779/1044] Compiling ArgumentParser SwiftExtensions.swift
[780/1044] Compiling ArgumentParser SplitArguments.swift
[789/1044] Emitting module HashTreeCollections
[789/1045] Wrapping AST for SwiftSyntax600 for debugging
[801/1046] Wrapping AST for SwiftSyntax510 for debugging
[803/1048] Wrapping AST for SwiftSyntax509 for debugging
[806/1048] Compiling Collections Collections.swift
[807/1048] Emitting module Collections
[807/1051] Wrapping AST for OrderedCollections for debugging
[810/1051] Compiling Collections Collections.swift
[812/1051] Emitting module Collections
[812/1051] Wrapping AST for InternalCollectionsUtilities for debugging
[814/1052] Wrapping AST for HeapModule for debugging
[817/1052] Wrapping AST for HashTreeCollections for debugging
[818/1052] Wrapping AST for DequeModule for debugging
[820/1052] Wrapping AST for HashTreeCollections for debugging
[821/1052] Wrapping AST for Collections for debugging
[823/1052] Wrapping AST for BitCollections for debugging
[824/1052] Wrapping AST for ArgumentParserToolInfo for debugging
[825/1052] Wrapping AST for BitCollections for debugging
[826/1052] Wrapping AST for ArgumentParserToolInfo for debugging
[834/1058] Emitting module ArgumentParser
[836/1064] Compiling ArgumentParser Tree.swift
[837/1064] Compiling ArgumentParser CodingKeyValidator.swift
[838/1064] Compiling ArgumentParser NonsenseFlagsValidator.swift
[839/1064] Compiling ArgumentParser ParsableArgumentsValidation.swift
[840/1064] Compiling ArgumentParser PositionalArgumentsValidator.swift
[841/1064] Compiling ArgumentParser UniqueNamesValidator.swift
[892/1064] Compiling ArgumentParser DumpHelpGenerator.swift
[893/1064] Compiling ArgumentParser HelpCommand.swift
[894/1064] Compiling ArgumentParser HelpGenerator.swift
[895/1064] Compiling ArgumentParser MessageInfo.swift
[896/1064] Compiling ArgumentParser UsageGenerator.swift
[929/1066] Wrapping AST for ArgumentParser for debugging
[932/1066] Emitting module SwiftSyntax
[1031/1074] Compiling SwiftSyntax SyntaxNodesC.swift
[1032/1074] Compiling SwiftSyntax SyntaxNodesD.swift
[1033/1074] Compiling SwiftSyntax SyntaxNodesEF.swift
[1034/1074] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1035/1074] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1036/1074] Compiling SwiftSyntax SyntaxNodesOP.swift
[1037/1074] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1038/1074] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1039/1075] Wrapping AST for SwiftSyntax for debugging
[1041/1134] Compiling SwiftDiagnostics FixIt.swift
[1042/1135] Compiling SwiftDiagnostics Message.swift
[1043/1135] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1044/1135] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1045/1135] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1046/1135] Compiling SwiftParser Lexeme.swift
[1047/1135] Compiling SwiftParser LexemeSequence.swift
[1048/1135] Emitting module SwiftDiagnostics
[1049/1135] Compiling SwiftDiagnostics Note.swift
[1050/1135] Compiling SwiftBasicFormat Indenter.swift
[1051/1135] Compiling SwiftBasicFormat InferIndentation.swift
[1052/1135] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1053/1135] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1054/1135] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1055/1135] Compiling SwiftParser Lexer.swift
[1056/1135] Compiling SwiftParser RegexLiteralLexer.swift
[1057/1136] Wrapping AST for SwiftDiagnostics for debugging
[1059/1136] Compiling SwiftBasicFormat BasicFormat.swift
[1060/1136] Emitting module SwiftBasicFormat
[1061/1137] Wrapping AST for SwiftBasicFormat for debugging
[1067/1137] Compiling SwiftParser UnicodeScalarExtensions.swift
[1068/1137] Compiling SwiftParser Lookahead.swift
[1069/1142] Compiling SwiftParser TokenSpec.swift
[1070/1142] Compiling SwiftParser TokenSpecSet.swift
[1071/1142] Compiling SwiftParser TopLevel.swift
[1072/1142] Compiling SwiftParser TriviaParser.swift
[1073/1142] Compiling SwiftParser Types.swift
[1074/1142] Compiling SwiftParser StringLiterals.swift
[1075/1142] Compiling SwiftParser SwiftParserCompatibility.swift
[1076/1142] Compiling SwiftParser SwiftVersion.swift
[1077/1142] Compiling SwiftParser SyntaxUtils.swift
[1078/1142] Compiling SwiftParser TokenConsumer.swift
[1079/1142] Compiling SwiftParser TokenPrecedence.swift
[1080/1142] Compiling SwiftParser Parser.swift
[1081/1142] Compiling SwiftParser Patterns.swift
[1082/1142] Compiling SwiftParser Recovery.swift
[1083/1142] Compiling SwiftParser Specifiers.swift
[1084/1142] Compiling SwiftParser Statements.swift
[1085/1142] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1086/1142] Compiling SwiftParser LoopProgressCondition.swift
[1087/1142] Compiling SwiftParser Modifiers.swift
[1088/1142] Compiling SwiftParser Names.swift
[1089/1142] Compiling SwiftParser Nominals.swift
[1090/1142] Compiling SwiftParser Parameters.swift
[1091/1142] Compiling SwiftParser ParseSourceFile.swift
[1092/1142] Compiling SwiftParser Attributes.swift
[1093/1142] Compiling SwiftParser Availability.swift
[1094/1142] Compiling SwiftParser CharacterInfo.swift
[1095/1142] Compiling SwiftParser CollectionNodes+Parsable.swift
[1096/1142] Compiling SwiftParser CompilerFiles.swift
[1097/1142] Compiling SwiftParser Declarations.swift
[1098/1142] Emitting module SwiftParser
[1099/1142] Compiling SwiftParser Directives.swift
[1100/1142] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1101/1142] Compiling SwiftParser Expressions.swift
[1102/1142] Compiling SwiftParser IncrementalParseTransition.swift
[1103/1142] Compiling SwiftParser IsValidIdentifier.swift
[1104/1142] Compiling SwiftParser Cursor.swift
[1105/1142] Compiling SwiftParser ExperimentalFeatures.swift
[1106/1142] Compiling SwiftParser IsLexerClassified.swift
[1107/1142] Compiling SwiftParser LayoutNodes+Parsable.swift
[1108/1142] Compiling SwiftParser Parser+TokenSpecSet.swift
[1109/1142] Compiling SwiftParser TokenSpecStaticMembers.swift
[1110/1143] Wrapping AST for SwiftParser for debugging
[1112/1156] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1113/1157] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1114/1157] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1115/1157] Compiling SwiftParserDiagnostics Utils.swift
[1116/1157] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1117/1157] Emitting module SwiftParserDiagnostics
[1118/1157] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1119/1157] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1120/1157] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1121/1157] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1122/1157] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1123/1157] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1124/1157] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1125/1157] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1126/1158] Wrapping AST for SwiftParserDiagnostics for debugging
[1136/1173] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1137/1173] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1138/1175] Wrapping AST for SwiftSyntax for debugging
[1140/1175] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1141/1234] Emitting module SwiftSyntaxBuilder
[1142/1234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1143/1234] Compiling SwiftDiagnostics Message.swift
[1144/1235] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1145/1235] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1146/1235] Compiling SwiftParser Directives.swift
[1147/1235] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1148/1235] Emitting module SwiftDiagnostics
[1149/1235] Compiling SwiftParser Expressions.swift
[1150/1235] Compiling SwiftParser IncrementalParseTransition.swift
[1151/1235] Compiling SwiftParser Attributes.swift
[1152/1235] Compiling SwiftParser Availability.swift
[1153/1235] Compiling SwiftParser IsValidIdentifier.swift
[1154/1235] Compiling SwiftParser Cursor.swift
[1159/1235] Compiling SwiftDiagnostics Note.swift
[1160/1235] Compiling SwiftBasicFormat InferIndentation.swift
[1161/1235] Compiling SwiftBasicFormat Indenter.swift
[1162/1235] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1163/1235] Compiling SwiftDiagnostics FixIt.swift
[1164/1235] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1165/1235] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1167/1236] Compiling SwiftParser LoopProgressCondition.swift
[1168/1236] Compiling SwiftParser Modifiers.swift
[1169/1236] Compiling SwiftParser CompilerFiles.swift
[1170/1236] Compiling SwiftParser Declarations.swift
[1170/1237] Wrapping AST for SwiftDiagnostics for debugging
[1173/1237] Emitting module SwiftBasicFormat
[1174/1237] Compiling SwiftBasicFormat BasicFormat.swift
[1175/1238] Wrapping AST for SwiftSyntaxBuilder for debugging
[1176/1261] Wrapping AST for SwiftBasicFormat for debugging
[1178/1261] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1179/1261] Compiling SafeDICore DiagnosticExtensions.swift
[1180/1261] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1181/1264] Compiling SafeDICore ScopeGenerator.swift
[1182/1264] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1183/1264] Compiling SafeDICore ConcreteDeclType.swift
[1184/1264] Compiling SafeDICore Dependency.swift
[1185/1264] Compiling SafeDICore ImportStatement.swift
[1186/1264] Compiling SafeDICore Initializer.swift
[1187/1269] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1188/1269] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1189/1269] Compiling SafeDICore CollectionExtensions.swift
[1190/1269] Compiling SafeDICore DiagnosticError.swift
[1191/1269] Compiling SafeDICore FixableInjectableError.swift
[1192/1269] Compiling SafeDICore FixableInstantiableError.swift
[1193/1269] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1194/1269] Emitting module SafeDICore
[1195/1269] Emitting module SwiftParser
[1199/1269] Compiling SafeDICore UnorderedEquatingCollection.swift
[1200/1269] Compiling SafeDICore FileVisitor.swift
[1201/1269] Compiling SafeDICore InstantiableVisitor.swift
[1202/1269] Compiling SwiftParser TokenSpec.swift
[1203/1269] Compiling SwiftParser TokenSpecSet.swift
[1204/1269] Compiling SwiftParser TopLevel.swift
[1205/1269] Compiling SwiftParser TriviaParser.swift
[1206/1269] Compiling SwiftParser Types.swift
[1208/1269] Compiling SwiftParser SwiftParserCompatibility.swift
[1209/1269] Compiling SwiftParser SwiftVersion.swift
[1210/1269] Compiling SwiftParser SyntaxUtils.swift
[1211/1269] Compiling SwiftParser TokenConsumer.swift
[1212/1269] Compiling SwiftParser TokenPrecedence.swift
[1213/1269] Compiling SafeDICore InstantiableStruct.swift
[1214/1269] Compiling SafeDICore Property.swift
[1215/1269] Compiling SafeDICore Scope.swift
[1216/1269] Compiling SafeDICore TypeDescription.swift
[1219/1269] Compiling SwiftParser Parser.swift
[1220/1269] Compiling SwiftParser Patterns.swift
[1221/1269] Compiling SwiftParser Recovery.swift
[1222/1269] Compiling SwiftParser Specifiers.swift
[1223/1269] Compiling SwiftParser Statements.swift
[1224/1269] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1231/1269] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1232/1269] Compiling SafeDICore DependencyTreeGenerator.swift
[1246/1270] Wrapping AST for SafeDICore for debugging
[1248/1272] Compiling SwiftParser ExperimentalFeatures.swift
[1249/1272] Compiling SwiftParser IsLexerClassified.swift
[1250/1272] Compiling SwiftParser LayoutNodes+Parsable.swift
[1251/1272] Compiling SwiftParser Parser+TokenSpecSet.swift
[1252/1272] Compiling SwiftParser TokenSpecStaticMembers.swift
[1253/1273] Wrapping AST for SwiftParser for debugging
[1255/1296] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1256/1296] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1257/1297] Compiling SwiftOperators PrecedenceGroup.swift
[1258/1297] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1259/1298] Compiling SwiftOperators OperatorTable.swift
[1260/1298] Emitting module SwiftOperators
[1261/1298] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1262/1298] Compiling SwiftParserDiagnostics Utils.swift
[1263/1298] Compiling SwiftOperators PrecedenceGraph.swift
[1264/1298] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1265/1298] Compiling SwiftOperators SyntaxSynthesis.swift
[1266/1298] Compiling SwiftOperators OperatorTable+Folding.swift
[1267/1298] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1268/1298] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1269/1298] Compiling SwiftOperators OperatorTable+Semantics.swift
[1271/1299] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1274/1299] Emitting module SwiftParserDiagnostics
[1275/1299] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1276/1299] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1277/1299] Emitting module SafeDITool
[1278/1299] Compiling SafeDITool SafeDITool.swift
[1280/1300] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1281/1300] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1284/1301] Wrapping AST for SwiftOperators for debugging
[1285/1301] Wrapping AST for SwiftParserDiagnostics for debugging
[1286/1301] Wrapping AST for SafeDITool for debugging
[1287/1301] Write Objects.LinkFileList
[1289/1316] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1290/1316] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1291/1317] Emitting module SwiftSyntaxBuilder
[1292/1317] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1293/1317] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1294/1317] Compiling SwiftSyntaxBuilder Indenter.swift
[1295/1317] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1296/1317] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1297/1317] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1298/1317] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1299/1317] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1300/1317] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1301/1317] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1302/1317] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1303/1317] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1304/1317] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1304/1317] Linking SafeDITool
[1306/1318] Wrapping AST for SwiftSyntaxBuilder for debugging
[1308/1358] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1309/1358] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1312/1360] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1313/1360] Compiling SwiftSyntaxMacros Macro.swift
[1314/1360] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1315/1363] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1316/1363] Compiling SwiftSyntaxMacros Macro+Format.swift
[1317/1363] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1318/1363] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1319/1363] Compiling SwiftSyntaxMacros MemberMacro.swift
[1320/1363] Compiling SwiftSyntaxMacros PeerMacro.swift
[1322/1363] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1323/1363] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1324/1363] Emitting module SwiftSyntaxMacros
[1325/1363] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1326/1363] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1327/1363] Compiling SwiftSyntaxMacros BodyMacro.swift
[1328/1363] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1329/1363] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1330/1364] Emitting module SafeDICore
[1334/1364] Wrapping AST for SwiftSyntaxMacros for debugging
[1336/1373] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1337/1374] Compiling SafeDICore UnorderedEquatingCollection.swift
[1338/1374] Compiling SafeDICore FileVisitor.swift
[1339/1374] Compiling SafeDICore InstantiableVisitor.swift
[1340/1374] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1341/1374] Emitting module SwiftSyntaxMacroExpansion
[1342/1374] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1343/1374] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1344/1374] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1345/1374] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1346/1374] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1347/1374] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1350/1374] Compiling SafeDICore TypeDescription.swift
[1351/1374] Compiling SafeDICore ImportStatement.swift
[1352/1374] Compiling SafeDICore Initializer.swift
[1353/1374] Compiling SafeDICore InstantiableStruct.swift
[1354/1374] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1365/1376] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1367/1388] Wrapping AST for SafeDICore for debugging
[1369/1390] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1370/1390] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1371/1391] Emitting module SwiftCompilerPluginMessageHandling
[1372/1391] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1373/1391] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1374/1391] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1375/1391] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1376/1391] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1377/1391] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1378/1391] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1379/1391] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1380/1391] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1381/1391] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1382/1392] Emitting module SafeDITool
[1383/1392] Compiling SafeDITool SafeDITool.swift
[1384/1393] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1386/1395] Wrapping AST for SafeDITool for debugging
[1387/1395] Write Objects.LinkFileList
[1389/1395] Emitting module SwiftCompilerPlugin
[1390/1395] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1391/1396] Wrapping AST for SwiftCompilerPlugin for debugging
[1393/1400] Emitting module SafeDIMacros
[1394/1400] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1394/1400] Linking SafeDITool-tool
[1396/1400] Compiling SafeDIMacros InjectableMacro.swift
[1397/1400] Compiling SafeDIMacros InstantiableMacro.swift
[1398/1401] Wrapping AST for SafeDIMacros for debugging
[1399/1401] Write Objects.LinkFileList
[1400/1401] Linking SafeDIMacros-tool
[1402/1417] Compiling SafeDI SendableErasedInstantiator.swift
[1404/1419] Emitting module SafeDI
[1405/1419] Compiling SafeDI Instantiator.swift
[1406/1419] Compiling SafeDI SendableInstantiator.swift
[1407/1419] Compiling SafeDI Forwarded.swift
[1408/1419] Emitting module SafeDI
[1409/1419] Compiling SafeDI ErasedInstantiator.swift
[1410/1419] Compiling SafeDI Instantiated.swift
[1411/1419] Compiling SafeDI Instantiable.swift
[1412/1419] Compiling SafeDI Forwarded.swift
[1413/1419] Compiling SafeDI Received.swift
[1414/1419] Compiling SafeDI Instantiator.swift
[1415/1419] Compiling SafeDI Instantiable.swift
[1416/1419] Compiling SafeDI Instantiated.swift
[1417/1419] Compiling SafeDI Received.swift
[1418/1419] Compiling SafeDI ErasedInstantiator.swift
[1419/1420] Compiling SafeDI SendableInstantiator.swift
Build complete! (485.36s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.