The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SafeDI, reference 1.4.0 (4d9cd6), with Swift 6.1 for Linux on 10 Sep 2025 06:47:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 4d9cd6e Get compiling on Xcode 26 (#179)
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
4d9cd6e9e22a51749136f81deffd5f46b813bedf
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.0
========================================
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",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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
[1/908] Fetching swift-macro-testing
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.50s)
[1/17445] Fetching swift-collections
[4188/33359] Fetching swift-collections, swift-argument-parser
[11959/105270] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.74s)
[38207/87825] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (9.41s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.52s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (11.05s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15367] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.70s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.00s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.84s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.54s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.42s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.15s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.6.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/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/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.6
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/116] Write sources
[57/116] Compiling _SwiftSyntaxCShims dummy.c
[59/116] Write swift-version-24593BA9C3E375BF.txt
[61/132] Emitting module SwiftSyntax510
[62/132] Emitting module SwiftSyntax601
[63/132] Emitting module SwiftSyntax509
[64/132] Compiling SwiftSyntax509 Empty.swift
[65/133] Emitting module SwiftSyntax600
[66/133] Compiling SwiftSyntax600 Empty.swift
[67/134] Emitting module SwiftSyntax600
[68/134] Compiling SwiftSyntax600 Empty.swift
[69/135] Compiling SwiftSyntax510 Empty.swift
[71/136] Emitting module SwiftSyntax601
[72/136] Compiling SwiftSyntax601 Empty.swift
[73/137] Compiling SwiftSyntax509 Empty.swift
[75/137] Emitting module SwiftSyntax509
[76/138] Compiling SwiftSyntax601 Empty.swift
[77/139] Compiling SwiftSyntax510 Empty.swift
[78/139] Emitting module SwiftSyntax510
[84/170] Wrapping AST for SwiftSyntax600 for debugging
[86/172] Wrapping AST for SwiftSyntax601 for debugging
[88/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/176] Wrapping AST for SwiftSyntax510 for debugging
[89/182] Wrapping AST for SwiftSyntax601 for debugging
[91/236] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/238] Compiling SwiftSyntax Utils.swift
[93/238] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/238] Compiling SwiftSyntax SyntaxHashable.swift
[95/238] Compiling SwiftSyntax Trivia.swift
[100/288] Emitting module ArgumentParserToolInfo
[100/295] Wrapping AST for SwiftSyntax510 for debugging
[101/299] Wrapping AST for SwiftSyntax509 for debugging
[104/302] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/302] Compiling SwiftSyntax Identifier.swift
[106/302] Compiling SwiftSyntax MemoryLayout.swift
[107/302] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/302] Compiling SwiftSyntax RawSyntaxTokenView.swift
[109/302] Compiling SwiftSyntax SourceEdit.swift
[112/302] Compiling SwiftSyntax MissingNodeInitializers.swift
[113/302] Compiling SwiftSyntax RawSyntax.swift
[114/302] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[115/302] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[116/302] Emitting module InternalCollectionsUtilities
[126/510] Compiling HeapModule Heap+Descriptions.swift
[127/510] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/511] Compiling HeapModule _HeapNode.swift
[129/511] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/511] Emitting module ArgumentParserToolInfo
[131/511] Compiling HeapModule Heap.swift
[134/512] Compiling HeapModule Heap+Invariants.swift
[135/512] Compiling HeapModule Heap+UnsafeHandle.swift
[136/512] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/512] Emitting module HeapModule
[139/627] Compiling _RopeModule _RopePath.swift
[140/627] Compiling _RopeModule _RopeVersion.swift
[141/627] Compiling _RopeModule Rope+Collection.swift
[142/627] Compiling _RopeModule Rope+Index.swift
[143/627] Compiling _RopeModule Rope+Sequence.swift
[144/627] Compiling _RopeModule Rope+Append.swift
[145/627] Compiling _RopeModule Rope+Extract.swift
[146/643] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[147/643] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[148/643] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[149/643] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[150/643] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[151/643] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[152/643] Compiling OrderedCollections OrderedSet+Initializers.swift
[153/643] Compiling _RopeModule BigString+UTF16View.swift
[154/643] Compiling _RopeModule BigString+UTF8View.swift
[155/643] Compiling HashTreeCollections TreeSet+Sequence.swift
[156/643] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[157/643] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[158/643] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[159/643] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[160/643] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[161/643] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[162/643] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[163/660] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[164/660] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[165/660] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[166/660] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[167/660] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[168/660] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[169/660] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[170/660] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[171/660] Compiling OrderedCollections OrderedDictionary+Values.swift
[172/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[173/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[174/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[175/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[176/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[177/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/660] Compiling OrderedCollections _HashTable+Bucket.swift
[180/660] Compiling OrderedCollections _HashTable+BucketIterator.swift
[181/660] Compiling OrderedCollections _HashTable+Constants.swift
[182/660] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[183/660] Compiling OrderedCollections _HashTable+Testing.swift
[184/660] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[185/660] Compiling OrderedCollections _HashTable.swift
[186/660] Compiling OrderedCollections _Hashtable+Header.swift
[187/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[188/660] Compiling OrderedCollections OrderedDictionary.swift
[189/660] Compiling OrderedCollections OrderedSet+Codable.swift
[190/660] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[191/660] Compiling OrderedCollections OrderedSet+Descriptions.swift
[192/660] Compiling OrderedCollections OrderedSet+Diffing.swift
[193/660] Compiling OrderedCollections OrderedSet+Equatable.swift
[194/660] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[195/660] Compiling OrderedCollections OrderedSet+Hashable.swift
[196/660] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/660] Compiling OrderedCollections OrderedSet+Testing.swift
[198/660] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/660] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/660] Compiling OrderedCollections OrderedSet.swift
[201/660] Compiling OrderedCollections _UnsafeBitset.swift
[202/660] Compiling _RopeModule BigString+RemoveSubrange.swift
[203/660] Compiling _RopeModule BigString+ReplaceSubrange.swift
[204/660] Compiling _RopeModule BigString+Split.swift
[205/660] Compiling _RopeModule Range+BigString.swift
[217/660] Compiling HeapModule Heap.swift
[218/660] Compiling HeapModule _HeapNode.swift
[219/660] Compiling HeapModule Heap+Invariants.swift
[220/660] Compiling HeapModule Heap+Descriptions.swift
[221/660] Emitting module HeapModule
[222/660] Compiling HeapModule Heap+UnsafeHandle.swift
[238/668] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[239/668] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[240/668] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[241/668] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[242/668] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[243/668] Compiling OrderedCollections OrderedSet+Sendable.swift
[244/668] Compiling OrderedCollections OrderedSet+SubSequence.swift
[245/668] Compiling OrderedCollections OrderedSet+Testing.swift
[246/668] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[247/677] Compiling _RopeModule _CharacterRecognizer.swift
[248/677] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[249/677] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[250/677] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[251/677] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[252/677] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[253/677] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[254/677] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[255/677] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[256/677] Compiling HashTreeCollections TreeSet.swift
[273/677] Compiling OrderedCollections OrderedDictionary+Codable.swift
[274/677] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[275/677] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[276/677] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[277/677] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[278/677] Compiling OrderedCollections OrderedDictionary+Elements.swift
[279/677] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[280/677] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[282/677] Compiling OrderedCollections OrderedSet+Insertions.swift
[283/677] Compiling OrderedCollections OrderedSet+Invariants.swift
[289/753] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[290/753] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[291/753] Compiling HashTreeCollections _HashNode+Structural union.swift
[292/753] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[293/753] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[294/753] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[295/753] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[296/753] Compiling HashTreeCollections _HashNode.swift
[297/753] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[298/753] Compiling HashTreeCollections TreeSet+Debugging.swift
[299/753] Compiling HashTreeCollections TreeSet+Descriptions.swift
[300/753] Compiling HashTreeCollections TreeSet+Equatable.swift
[301/753] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[302/753] Compiling HashTreeCollections TreeSet+Extras.swift
[303/753] Compiling HashTreeCollections TreeSet+Filter.swift
[304/753] Compiling HashTreeCollections TreeSet+Hashable.swift
[305/753] Compiling HashTreeCollections TreeSet+Sendable.swift
[306/753] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[307/753] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[308/753] Compiling HashTreeCollections TreeDictionary+Filter.swift
[309/753] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[310/753] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[311/753] Compiling HashTreeCollections TreeDictionary+Keys.swift
[312/753] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[313/753] Compiling HashTreeCollections TreeDictionary+Merge.swift
[314/753] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[315/753] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[316/753] Compiling HashTreeCollections TreeDictionary+Values.swift
[318/753] Compiling HashTreeCollections TreeDictionary.swift
[319/753] Compiling HashTreeCollections TreeSet+Codable.swift
[320/753] Compiling HashTreeCollections TreeSet+Collection.swift
[332/753] Compiling HashTreeCollections _HashNodeHeader.swift
[333/753] Compiling HashTreeCollections _HashSlot.swift
[334/753] Compiling HashTreeCollections _HashStack.swift
[335/753] Compiling HashTreeCollections _AncestorHashSlots.swift
[336/753] Compiling HashTreeCollections _Bitmap.swift
[337/753] Compiling HashTreeCollections _Bucket.swift
[338/753] Compiling HashTreeCollections _Hash.swift
[339/753] Compiling HashTreeCollections _HashLevel.swift
[340/753] Compiling HashTreeCollections _HashNode+Builder.swift
[341/753] Compiling HashTreeCollections _HashNode+Debugging.swift
[342/753] Compiling HashTreeCollections _HashNode+Initializers.swift
[343/753] Compiling HashTreeCollections _HashNode+Invariants.swift
[346/753] Compiling HashTreeCollections TreeSet+Sequence.swift
[347/753] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[348/753] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[349/753] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[350/753] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[351/753] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[352/753] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[353/753] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[354/763] Emitting module OrderedCollections
[355/764] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[356/764] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[357/764] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[358/764] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[359/764] Compiling HashTreeCollections _HashNode+Storage.swift
[360/764] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[361/764] Compiling HashTreeCollections _HashNode+Structural filter.swift
[362/764] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[363/764] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[364/764] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[365/764] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[366/764] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[367/764] Compiling HashTreeCollections _HashNode+Structural merge.swift
[415/773] Compiling HashTreeCollections _HashNode+Lookups.swift
[416/773] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[417/773] Compiling HashTreeCollections _HashTreeIterator.swift
[418/773] Compiling HashTreeCollections _HashTreeStatistics.swift
[419/773] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[420/773] Compiling HashTreeCollections _RawHashNode.swift
[421/773] Compiling HashTreeCollections _UnmanagedHashNode.swift
[429/797] Compiling _RopeModule _CharacterRecognizer.swift
[430/797] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[431/797] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[432/797] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[433/797] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[434/797] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[435/797] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[436/797] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[437/797] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[438/797] Compiling HashTreeCollections TreeSet.swift
[444/797] Compiling HashTreeCollections _UnsafePath.swift
[445/797] Compiling HashTreeCollections TreeDictionary+Codable.swift
[446/797] Compiling HashTreeCollections TreeDictionary+Collection.swift
[447/797] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[450/797] Emitting module _RopeModule
[451/797] Compiling DequeModule Deque+Codable.swift
[452/797] Compiling DequeModule Deque+Collection.swift
[453/797] Compiling DequeModule Deque+CustomReflectable.swift
[454/797] Compiling DequeModule Deque+Descriptions.swift
[455/797] Compiling DequeModule Deque+Equatable.swift
[456/797] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[457/797] Compiling DequeModule Deque+Extras.swift
[458/797] Compiling DequeModule Deque+Hashable.swift
[459/797] Compiling DequeModule Deque+Testing.swift
[460/797] Compiling DequeModule Deque._Storage.swift
[461/797] Compiling DequeModule _DequeBuffer.swift
[462/797] Compiling DequeModule _DequeBufferHeader.swift
[463/797] Compiling DequeModule Deque._UnsafeHandle.swift
[464/797] Compiling DequeModule Deque.swift
[477/799] Emitting module OrderedCollections
[493/800] Compiling DequeModule _DequeSlot.swift
[494/800] Compiling DequeModule _UnsafeWrappedBuffer.swift
[519/824] Compiling SwiftSyntax SyntaxNodesGHI.swift
[520/824] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[521/824] Compiling SwiftSyntax SyntaxNodesOP.swift
[522/824] Compiling SwiftSyntax SyntaxNodesQRS.swift
[523/824] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[524/824] Compiling _RopeModule Optional Utilities.swift
[525/824] Compiling _RopeModule String Utilities.swift
[526/824] Compiling _RopeModule String.Index+ABI.swift
[530/824] Compiling DequeModule Deque+CustomReflectable.swift
[531/824] Compiling DequeModule Deque+Descriptions.swift
[532/826] Emitting module _RopeModule
[533/826] Compiling DequeModule Deque._UnsafeHandle.swift
[534/826] Compiling DequeModule Deque.swift
[535/826] Compiling DequeModule Deque+Extras.swift
[536/826] Compiling DequeModule Deque+Hashable.swift
[537/826] Compiling DequeModule _DequeBuffer.swift
[538/826] Compiling DequeModule _DequeBufferHeader.swift
[541/826] Emitting module HashTreeCollections
[544/827] Compiling DequeModule Deque+Equatable.swift
[545/827] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[547/827] Emitting module DequeModule
[548/828] Compiling DequeModule _DequeSlot.swift
[549/828] Compiling DequeModule _UnsafeWrappedBuffer.swift
[551/828] Compiling DequeModule Deque+Testing.swift
[552/828] Compiling DequeModule Deque._Storage.swift
[557/881] Compiling BitCollections BitSet+Invariants.swift
[558/881] Compiling BitCollections BitSet+Random.swift
[559/881] Compiling BitCollections BitSet+SetAlgebra basics.swift
[560/881] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[561/881] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[562/881] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[563/881] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[564/881] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[565/881] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[566/881] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[567/881] Compiling BitCollections BitArray._UnsafeHandle.swift
[568/881] Compiling BitCollections BitArray.swift
[569/881] Compiling BitCollections BitSet+BidirectionalCollection.swift
[570/881] Compiling BitCollections BitSet+Codable.swift
[571/881] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[572/881] Compiling BitCollections BitSet+CustomReflectable.swift
[573/881] Compiling BitCollections BitSet+CustomStringConvertible.swift
[574/881] Compiling BitCollections BitSet+Equatable.swift
[575/881] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[576/881] Compiling BitCollections BitSet+Extras.swift
[577/881] Compiling BitCollections BitSet+Hashable.swift
[578/881] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[579/881] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[580/881] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[581/881] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[582/881] Compiling BitCollections BitSet+SetAlgebra union.swift
[583/881] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[584/881] Compiling BitCollections BitSet.Counted.swift
[585/881] Compiling BitCollections BitSet+Initializers.swift
[586/935] Compiling BitCollections BitArray+Extras.swift
[587/935] Compiling BitCollections BitArray+Fill.swift
[598/935] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[599/935] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[602/935] Compiling BitCollections BitArray+Hashable.swift
[603/935] Compiling BitCollections BitArray+Initializers.swift
[604/935] Compiling BitCollections BitArray+Invariants.swift
[605/935] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[606/935] Compiling BitCollections BitArray+BitwiseOperations.swift
[607/935] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[608/935] Compiling BitCollections BitArray+Codable.swift
[609/935] Compiling BitCollections BitSet+CustomStringConvertible.swift
[610/935] Compiling BitCollections BitSet+Equatable.swift
[611/935] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[612/935] Compiling BitCollections BitSet+Extras.swift
[613/935] Compiling BitCollections BitSet+Hashable.swift
[614/935] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[615/935] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[616/935] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[617/935] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[618/935] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[619/935] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[620/935] Compiling BitCollections BitArray+Collection.swift
[621/935] Compiling BitCollections BitArray+Copy.swift
[622/935] Compiling BitCollections BitArray+CustomReflectable.swift
[623/935] Compiling BitCollections BitArray+Descriptions.swift
[624/935] Compiling BitCollections BitArray+Equatable.swift
[625/935] Compiling BitCollections BitArray+RandomBits.swift
[626/935] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[627/935] Compiling BitCollections BitArray+Shifts.swift
[628/935] Compiling BitCollections BitArray+Testing.swift
[629/935] Compiling BitCollections BitArray._UnsafeHandle.swift
[630/935] Compiling BitCollections BitArray.swift
[631/935] Emitting module DequeModule
[639/980] Compiling SwiftSyntax SyntaxNodesAB.swift
[640/980] Compiling SwiftSyntax SyntaxNodesC.swift
[641/980] Compiling SwiftSyntax SyntaxNodesD.swift
[642/980] Compiling SwiftSyntax SyntaxNodesEF.swift
[643/980] Compiling ArgumentParser ParserError.swift
[644/980] Compiling ArgumentParser SplitArguments.swift
[645/980] Compiling ArgumentParser DumpHelpGenerator.swift
[646/980] Compiling ArgumentParser HelpCommand.swift
[647/980] Compiling ArgumentParser HelpGenerator.swift
[648/980] Compiling ArgumentParser MessageInfo.swift
[649/980] Compiling ArgumentParser UsageGenerator.swift
[650/980] Compiling ArgumentParser CollectionExtensions.swift
[651/980] Compiling ArgumentParser Mutex.swift
[652/980] Compiling ArgumentParser CompletionKind.swift
[653/980] Compiling ArgumentParser Errors.swift
[654/980] Compiling ArgumentParser Flag.swift
[655/980] Compiling ArgumentParser NameSpecification.swift
[656/980] Compiling ArgumentParser Option.swift
[657/980] Compiling ArgumentParser InputKey.swift
[658/980] Compiling ArgumentParser InputOrigin.swift
[659/980] Compiling ArgumentParser Name.swift
[660/980] Compiling ArgumentParser Parsed.swift
[661/980] Compiling ArgumentParser ParsedValues.swift
[662/980] Compiling ArgumentParser CommandGroup.swift
[663/980] Compiling ArgumentParser EnumerableFlag.swift
[664/980] Compiling ArgumentParser ExpressibleByArgument.swift
[665/980] Compiling ArgumentParser ParsableArguments.swift
[666/980] Compiling ArgumentParser ParsableCommand.swift
[667/980] Compiling ArgumentParser ArgumentDecoder.swift
[668/980] Compiling ArgumentParser ArgumentDefinition.swift
[669/980] Compiling ArgumentParser ArgumentSet.swift
[670/980] Compiling ArgumentParser CommandParser.swift
[671/980] Compiling ArgumentParser ArgumentVisibility.swift
[672/1025] Emitting module BitCollections
[674/1032] Compiling ArgumentParser ArgumentVisibility.swift
[675/1032] Compiling ArgumentParser CompletionKind.swift
[676/1032] Compiling ArgumentParser Errors.swift
[677/1032] Compiling ArgumentParser Flag.swift
[678/1032] Compiling ArgumentParser NameSpecification.swift
[679/1032] Compiling ArgumentParser Option.swift
[680/1032] Compiling ArgumentParser OptionGroup.swift
[681/1032] Compiling ArgumentParser AsyncParsableCommand.swift
[682/1039] Compiling ArgumentParser CommandParser.swift
[683/1039] Compiling ArgumentParser InputKey.swift
[684/1039] Compiling ArgumentParser InputOrigin.swift
[685/1039] Compiling ArgumentParser Name.swift
[686/1039] Compiling ArgumentParser Parsed.swift
[687/1039] Compiling ArgumentParser ParsedValues.swift
[688/1039] Compiling ArgumentParser ParserError.swift
[689/1039] Compiling ArgumentParser SplitArguments.swift
[690/1039] Compiling ArgumentParser DumpHelpGenerator.swift
[691/1039] Compiling ArgumentParser HelpCommand.swift
[692/1039] Compiling ArgumentParser HelpGenerator.swift
[693/1039] Compiling ArgumentParser MessageInfo.swift
[694/1039] Compiling ArgumentParser UsageGenerator.swift
[695/1039] Compiling ArgumentParser CollectionExtensions.swift
[696/1039] Compiling ArgumentParser Mutex.swift
[697/1039] Compiling ArgumentParser Platform.swift
[698/1039] Compiling ArgumentParser SequenceExtensions.swift
[699/1039] Compiling ArgumentParser StringExtensions.swift
[700/1039] Compiling ArgumentParser SwiftExtensions.swift
[702/1039] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[702/1039] Wrapping AST for _RopeModule for debugging
[718/1039] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[719/1039] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[720/1039] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[721/1039] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[722/1039] Compiling BitCollections BitSet+SetAlgebra union.swift
[723/1039] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[724/1039] Compiling BitCollections BitSet.Counted.swift
[724/1039] Wrapping AST for _RopeModule for debugging
[726/1039] Emitting module HashTreeCollections
[748/1040] Wrapping AST for OrderedCollections for debugging
[752/1040] Emitting module BitCollections
[752/1040] Wrapping AST for InternalCollectionsUtilities for debugging
[755/1040] Compiling ArgumentParser CommandConfiguration.swift
[756/1040] Compiling ArgumentParser CommandGroup.swift
[757/1040] Compiling ArgumentParser EnumerableFlag.swift
[758/1040] Compiling ArgumentParser ExpressibleByArgument.swift
[759/1040] Compiling ArgumentParser BashCompletionsGenerator.swift
[760/1040] Compiling ArgumentParser CompletionsGenerator.swift
[761/1040] Compiling ArgumentParser FishCompletionsGenerator.swift
[762/1040] Compiling ArgumentParser ZshCompletionsGenerator.swift
[762/1040] Wrapping AST for HeapModule for debugging
[764/1040] Compiling ArgumentParser Argument.swift
[765/1040] Compiling ArgumentParser ArgumentDiscussion.swift
[766/1040] Compiling ArgumentParser ArgumentHelp.swift
[767/1040] Compiling ArgumentParser ParsableArguments.swift
[768/1040] Compiling ArgumentParser ParsableCommand.swift
[769/1040] Compiling ArgumentParser ArgumentDecoder.swift
[770/1040] Compiling ArgumentParser ArgumentDefinition.swift
[771/1040] Compiling ArgumentParser ArgumentSet.swift
[771/1040] Wrapping AST for HeapModule for debugging
[788/1040] Wrapping AST for HashTreeCollections for debugging
[790/1040] Wrapping AST for DequeModule for debugging
[792/1040] Compiling BitCollections BitSet.Index.swift
[793/1040] Compiling BitCollections BitSet._UnsafeHandle.swift
[794/1040] Compiling BitCollections BitSet.swift
[795/1040] Compiling BitCollections Range+Utilities.swift
[796/1040] Compiling BitCollections Slice+Utilities.swift
[797/1040] Compiling BitCollections UInt+Tricks.swift
[798/1040] Compiling BitCollections _Word.swift
[805/1042] Wrapping AST for DequeModule for debugging
[807/1042] Wrapping AST for ArgumentParserToolInfo for debugging
[810/1042] Wrapping AST for BitCollections for debugging
[813/1046] Emitting module Collections
[814/1046] Compiling Collections Collections.swift
[815/1046] Emitting module Collections
[816/1046] Compiling Collections Collections.swift
[818/1048] Wrapping AST for Collections for debugging
[827/1054] Emitting module ArgumentParser
[828/1054] Compiling ArgumentParser Tree.swift
[829/1054] Compiling ArgumentParser CodingKeyValidator.swift
[830/1054] Compiling ArgumentParser NonsenseFlagsValidator.swift
[831/1054] Compiling ArgumentParser ParsableArgumentsValidation.swift
[832/1054] Compiling ArgumentParser PositionalArgumentsValidator.swift
[833/1054] Compiling ArgumentParser UniqueNamesValidator.swift
[834/1054] Emitting module ArgumentParser
[865/1060] Compiling ArgumentParser Tree.swift
[866/1060] Compiling ArgumentParser CodingKeyValidator.swift
[867/1060] Compiling ArgumentParser NonsenseFlagsValidator.swift
[868/1060] Compiling ArgumentParser ParsableArgumentsValidation.swift
[869/1060] Compiling ArgumentParser PositionalArgumentsValidator.swift
[870/1060] Compiling ArgumentParser UniqueNamesValidator.swift
[922/1062] Wrapping AST for ArgumentParser for debugging
[925/1062] Emitting module SwiftSyntax
[1026/1063] Wrapping AST for SwiftSyntax for debugging
[1028/1121] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1029/1122] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1030/1122] Compiling SwiftDiagnostics Message.swift
[1031/1122] Emitting module SwiftDiagnostics
[1032/1122] Compiling SwiftParser Attributes.swift
[1033/1122] Compiling SwiftParser Availability.swift
[1034/1122] Compiling SwiftParser CharacterInfo.swift
[1035/1122] Compiling SwiftParser CollectionNodes+Parsable.swift
[1036/1122] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1037/1122] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1038/1122] Compiling SwiftDiagnostics Note.swift
[1039/1122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1040/1122] Compiling SwiftBasicFormat InferIndentation.swift
[1041/1122] Compiling SwiftBasicFormat Indenter.swift
[1042/1122] Compiling SwiftDiagnostics FixIt.swift
[1043/1122] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1045/1123] Compiling SwiftParser SwiftParserCompatibility.swift
[1046/1123] Compiling SwiftParser SwiftVersion.swift
[1047/1123] Compiling SwiftParser SyntaxUtils.swift
[1048/1123] Compiling SwiftParser TokenConsumer.swift
[1049/1123] Compiling SwiftParser TokenPrecedence.swift
[1049/1128] Wrapping AST for SwiftDiagnostics for debugging
[1051/1128] Compiling SwiftBasicFormat BasicFormat.swift
[1052/1128] Emitting module SwiftBasicFormat
[1053/1129] Wrapping AST for SwiftBasicFormat for debugging
[1055/1129] Compiling SwiftParser LexemeSequence.swift
[1056/1129] Compiling SwiftParser Lexer.swift
[1057/1129] Compiling SwiftParser RegexLiteralLexer.swift
[1058/1129] Compiling SwiftParser UnicodeScalarExtensions.swift
[1059/1129] Compiling SwiftParser Lookahead.swift
[1060/1129] Compiling SwiftParser LoopProgressCondition.swift
[1061/1129] Compiling SwiftParser Modifiers.swift
[1062/1129] Compiling SwiftParser Names.swift
[1063/1129] Compiling SwiftParser Nominals.swift
[1064/1129] Compiling SwiftParser Parameters.swift
[1065/1129] Compiling SwiftParser ParseSourceFile.swift
[1066/1129] Compiling SwiftParser Parser.swift
[1067/1129] Compiling SwiftParser TokenSpec.swift
[1068/1129] Compiling SwiftParser TokenSpecSet.swift
[1069/1129] Compiling SwiftParser TopLevel.swift
[1070/1129] Compiling SwiftParser TriviaParser.swift
[1071/1129] Compiling SwiftParser Types.swift
[1072/1129] Compiling SwiftParser Patterns.swift
[1073/1129] Compiling SwiftParser Recovery.swift
[1074/1129] Compiling SwiftParser Specifiers.swift
[1075/1129] Compiling SwiftParser Statements.swift
[1076/1129] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1077/1129] Compiling SwiftParser StringLiterals.swift
[1078/1129] Emitting module SwiftParser
[1093/1130] Compiling SwiftParser Declarations.swift
[1094/1130] Compiling SwiftParser Directives.swift
[1095/1130] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1096/1130] Compiling SwiftParser Expressions.swift
[1097/1130] Compiling SwiftParser IncrementalParseTransition.swift
[1098/1130] Compiling SwiftParser IsValidIdentifier.swift
[1099/1130] Compiling SwiftParser Cursor.swift
[1100/1130] Compiling SwiftParser Lexeme.swift
[1101/1130] Compiling SwiftParser ExperimentalFeatures.swift
[1102/1130] Compiling SwiftParser IsLexerClassified.swift
[1103/1130] Compiling SwiftParser LayoutNodes+Parsable.swift
[1104/1130] Compiling SwiftParser Parser+TokenSpecSet.swift
[1105/1130] Compiling SwiftParser TokenSpecStaticMembers.swift
[1105/1131] Wrapping AST for SwiftSyntax for debugging
[1108/1189] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1108/1189] Wrapping AST for SwiftParser for debugging
[1110/1189] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1111/1189] Compiling SwiftDiagnostics Message.swift
[1112/1203] Compiling SwiftDiagnostics FixIt.swift
[1113/1203] Emitting module SwiftDiagnostics
[1114/1203] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1115/1203] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1116/1203] Compiling SwiftDiagnostics Note.swift
[1117/1203] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1118/1204] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1119/1204] Compiling SwiftBasicFormat Indenter.swift
[1120/1204] Compiling SwiftBasicFormat InferIndentation.swift
[1121/1204] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1122/1204] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1123/1204] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1124/1204] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1125/1204] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1126/1205] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1127/1205] Wrapping AST for SwiftDiagnostics for debugging
[1129/1205] Emitting module SwiftBasicFormat
[1130/1205] Compiling SwiftBasicFormat BasicFormat.swift
[1132/1206] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1133/1206] Compiling SwiftParserDiagnostics Utils.swift
[1134/1206] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1135/1206] Emitting module SwiftParserDiagnostics
[1135/1206] Wrapping AST for SwiftBasicFormat for debugging
[1137/1206] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1138/1206] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1139/1206] Compiling SwiftParser LexemeSequence.swift
[1140/1206] Compiling SwiftParser Lexer.swift
[1141/1206] Compiling SwiftParser RegexLiteralLexer.swift
[1142/1206] Compiling SwiftParser UnicodeScalarExtensions.swift
[1143/1206] Compiling SwiftParser Lookahead.swift
[1144/1206] Compiling SwiftParser LoopProgressCondition.swift
[1145/1211] Compiling SwiftParser Patterns.swift
[1146/1211] Compiling SwiftParser Recovery.swift
[1147/1211] Compiling SwiftParser Specifiers.swift
[1148/1211] Compiling SwiftParser Statements.swift
[1149/1211] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1150/1211] Compiling SwiftParser StringLiterals.swift
[1151/1211] Compiling SwiftParser SwiftParserCompatibility.swift
[1152/1211] Compiling SwiftParser SwiftVersion.swift
[1153/1211] Compiling SwiftParser SyntaxUtils.swift
[1154/1211] Compiling SwiftParser TokenConsumer.swift
[1155/1211] Compiling SwiftParser TokenPrecedence.swift
[1156/1211] Compiling SwiftParser Modifiers.swift
[1157/1211] Compiling SwiftParser Names.swift
[1158/1211] Compiling SwiftParser Nominals.swift
[1159/1211] Compiling SwiftParser Parameters.swift
[1160/1211] Compiling SwiftParser ParseSourceFile.swift
[1161/1211] Compiling SwiftParser Parser.swift
[1162/1211] Compiling SwiftParser TokenSpec.swift
[1163/1211] Compiling SwiftParser TokenSpecSet.swift
[1164/1211] Compiling SwiftParser TopLevel.swift
[1165/1211] Compiling SwiftParser TriviaParser.swift
[1166/1211] Compiling SwiftParser Types.swift
[1171/1211] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1172/1211] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1173/1212] Wrapping AST for SwiftParserDiagnostics for debugging
[1175/1227] Emitting module SwiftParser
[1176/1227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1177/1227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1178/1227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1179/1227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1180/1227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1181/1227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1182/1227] Compiling SwiftSyntaxBuilder Indenter.swift
[1183/1227] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1184/1227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1185/1227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1186/1227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1187/1227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1194/1228] Emitting module SwiftSyntaxBuilder
[1195/1228] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1202/1228] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1203/1228] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1204/1229] Wrapping AST for SwiftSyntaxBuilder for debugging
[1206/1229] Compiling SwiftParser ExperimentalFeatures.swift
[1207/1229] Compiling SwiftParser IsLexerClassified.swift
[1208/1229] Compiling SwiftParser LayoutNodes+Parsable.swift
[1209/1229] Compiling SwiftParser Parser+TokenSpecSet.swift
[1210/1229] Compiling SwiftParser TokenSpecStaticMembers.swift
[1211/1253] Wrapping AST for SwiftParser for debugging
[1213/1276] Compiling SwiftOperators Operator.swift
[1214/1276] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1215/1276] Compiling SwiftOperators OperatorError.swift
[1216/1279] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1217/1280] Emitting module SafeDICore
[1218/1280] Compiling SwiftOperators PrecedenceGroup.swift
[1222/1281] Compiling SwiftOperators OperatorTable+Defaults.swift
[1223/1281] Compiling SwiftOperators PrecedenceGraph.swift
[1224/1281] Compiling SwiftOperators OperatorTable.swift
[1226/1281] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1227/1281] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1228/1281] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1229/1281] Emitting module SwiftOperators
[1230/1281] Compiling SwiftOperators OperatorTable+Semantics.swift
[1231/1281] Compiling SwiftOperators SyntaxSynthesis.swift
[1232/1281] Compiling SwiftOperators OperatorTable+Folding.swift
[1233/1282] Wrapping AST for SwiftOperators for debugging
[1235/1282] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1236/1282] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1237/1282] Compiling SwiftParserDiagnostics Utils.swift
[1238/1282] Emitting module SwiftParserDiagnostics
[1239/1282] Compiling SafeDICore UnorderedEquatingCollection.swift
[1240/1282] Compiling SafeDICore FileVisitor.swift
[1241/1282] Compiling SafeDICore InstantiableVisitor.swift
[1242/1282] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1243/1282] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1244/1282] Compiling SafeDICore ImportStatement.swift
[1245/1282] Compiling SafeDICore Initializer.swift
[1246/1282] Compiling SafeDICore InstantiableStruct.swift
[1247/1282] Compiling SafeDICore Property.swift
[1248/1282] Compiling SafeDICore Scope.swift
[1249/1282] Compiling SafeDICore TypeDescription.swift
[1251/1282] Compiling SafeDICore FixableInjectableError.swift
[1252/1282] Compiling SafeDICore FixableInstantiableError.swift
[1253/1282] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1254/1282] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1255/1282] Compiling SafeDICore DiagnosticExtensions.swift
[1256/1282] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1260/1283] Wrapping AST for SafeDICore for debugging
[1268/1286] Wrapping AST for SwiftParserDiagnostics for debugging
[1270/1301] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1271/1301] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1272/1302] Compiling SwiftSyntaxBuilder Indenter.swift
[1273/1302] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1274/1302] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1275/1302] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1276/1302] Emitting module SwiftSyntaxBuilder
[1277/1302] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1278/1302] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1279/1302] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1280/1302] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1281/1302] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1282/1302] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1283/1302] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1284/1302] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1285/1302] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1286/1303] Wrapping AST for SwiftSyntaxBuilder for debugging
[1288/1343] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1289/1343] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1290/1343] Compiling SwiftSyntaxMacros BodyMacro.swift
[1291/1345] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1292/1345] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1293/1345] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1294/1345] Compiling SwiftSyntaxMacros Macro+Format.swift
[1295/1345] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1296/1345] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1297/1345] Compiling SwiftSyntaxMacros Macro.swift
[1298/1345] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1299/1345] Compiling SwiftSyntaxMacros MemberMacro.swift
[1300/1345] Compiling SwiftSyntaxMacros PeerMacro.swift
[1301/1345] Emitting module SwiftSyntaxMacros
[1302/1345] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1303/1345] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1304/1345] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1305/1345] Emitting module SafeDITool
[1306/1345] Compiling SafeDITool SafeDITool.swift
[1307/1345] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1308/1345] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1317/1350] Emitting module SafeDICore
[1318/1350] Wrapping AST for SwiftSyntaxMacros for debugging
[1319/1359] Wrapping AST for SafeDITool for debugging
[1320/1359] Write Objects.LinkFileList
[1322/1359] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1323/1360] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1324/1360] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1325/1360] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1326/1360] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1327/1360] Emitting module SwiftSyntaxMacroExpansion
[1331/1360] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1332/1360] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1333/1360] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1334/1360] Compiling SafeDICore UnorderedEquatingCollection.swift
[1335/1360] Compiling SafeDICore FileVisitor.swift
[1336/1360] Compiling SafeDICore InstantiableVisitor.swift
[1339/1360] Compiling SafeDICore InstantiableStruct.swift
[1340/1360] Compiling SafeDICore Property.swift
[1341/1360] Compiling SafeDICore Scope.swift
[1342/1360] Compiling SafeDICore TypeDescription.swift
[1342/1360] Linking SafeDITool
[1344/1360] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1352/1362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1353/1374] Wrapping AST for SafeDICore for debugging
[1355/1376] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1356/1376] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1357/1377] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1358/1377] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1359/1377] Emitting module SwiftCompilerPluginMessageHandling
[1360/1377] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1361/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1362/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1363/1377] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1364/1377] Emitting module SafeDITool
[1365/1377] Compiling SafeDITool SafeDITool.swift
[1367/1378] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1368/1378] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1369/1378] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1370/1378] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1371/1379] Wrapping AST for SafeDITool for debugging
[1372/1379] Write Objects.LinkFileList
[1373/1379] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1375/1381] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1376/1381] Emitting module SwiftCompilerPlugin
[1377/1382] Wrapping AST for SwiftCompilerPlugin for debugging
[1379/1386] Emitting module SafeDIMacros
[1380/1386] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1380/1386] Linking SafeDITool-tool
[1382/1386] Compiling SafeDIMacros InjectableMacro.swift
[1383/1386] Compiling SafeDIMacros InstantiableMacro.swift
[1384/1387] Wrapping AST for SafeDIMacros for debugging
[1385/1387] Write Objects.LinkFileList
[1386/1387] Linking SafeDIMacros-tool
[1388/1403] Compiling SafeDI Forwarded.swift
[1389/1404] Compiling SafeDI ErasedInstantiator.swift
[1390/1405] Compiling SafeDI Received.swift
[1391/1405] Compiling SafeDI Instantiated.swift
[1392/1405] Compiling SafeDI Instantiable.swift
[1393/1405] Compiling SafeDI Instantiated.swift
[1394/1405] Compiling SafeDI Forwarded.swift
[1395/1405] Emitting module SafeDI
[1396/1405] Compiling SafeDI Instantiator.swift
[1397/1405] Compiling SafeDI SendableErasedInstantiator.swift
[1399/1405] Compiling SafeDI Instantiable.swift
[1400/1405] Emitting module SafeDI
[1401/1405] Compiling SafeDI Instantiator.swift
[1402/1405] Compiling SafeDI Received.swift
[1403/1405] Compiling SafeDI ErasedInstantiator.swift
[1404/1405] Compiling SafeDI SendableInstantiator.swift
Build complete! (383.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.