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.3 (d9752b), with Swift 6.1 for Linux on 5 Dec 2025 16:44:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 1.4.3
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.3      -> FETCH_HEAD
HEAD is now at d9752b8 Bump version to 1.4.3
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
d9752b828df07fa7e84c2f59302be875a76d5808
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.3
========================================
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-2":/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/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/932] Fetching swift-macro-testing
[933/17809] Fetching swift-macro-testing, swift-argument-parser
[934/36137] Fetching swift-macro-testing, swift-argument-parser, swift-collections
[14746/109160] Fetching swift-macro-testing, swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (2.40s)
[62954/108228] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (8.65s)
Fetched https://github.com/apple/swift-collections.git from cache (8.68s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.70s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (9.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15634] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.12s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (9.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.58s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.60s)
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.40s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.00s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (1.62s)
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/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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
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-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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
[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/150] Emitting module SwiftSyntax602
[64/150] Emitting module SwiftSyntax600
[65/150] Compiling SwiftSyntax600 Empty.swift
[66/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/151] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[68/153] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/153] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/153] Emitting module InternalCollectionsUtilities
[71/153] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/153] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/153] Emitting module ArgumentParserToolInfo
[74/153] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/154] Emitting module SwiftSyntax601
[76/154] Compiling SwiftSyntax601 Empty.swift
[77/154] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/154] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/154] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/154] Compiling InternalCollectionsUtilities Integer rank.swift
[81/154] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/154] Compiling InternalCollectionsUtilities Debugging.swift
[83/154] Compiling InternalCollectionsUtilities Descriptions.swift
[84/155] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[85/155] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/155] Emitting module SwiftSyntax509
[87/155] Compiling SwiftSyntax509 Empty.swift
[88/155] Emitting module SwiftSyntax510
[89/155] Compiling SwiftSyntax510 Empty.swift
[90/156] Compiling SwiftSyntax602 Empty.swift
[91/156] Emitting module SwiftSyntax602
[92/158] Compiling SwiftSyntax602 Empty.swift
[100/159] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[101/159] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[103/249] Emitting module SwiftSyntax510
[104/249] Compiling SwiftSyntax510 Empty.swift
[105/250] Compiling SwiftSyntax601 Empty.swift
[106/250] Compiling SwiftSyntax600 Empty.swift
[107/250] Compiling SwiftSyntax SyntaxText.swift
[108/250] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[109/250] Emitting module SwiftSyntax600
[110/252] Emitting module SwiftSyntax601
[111/254] Emitting module SwiftSyntax509
[112/254] Compiling SwiftSyntax509 Empty.swift
[113/255] Compiling SwiftSyntax SyntaxHashable.swift
[114/255] Compiling SwiftSyntax SyntaxIdentifier.swift
[115/255] Compiling SwiftSyntax SyntaxNodeStructure.swift
[116/255] Compiling SwiftSyntax SyntaxProtocol.swift
[121/299] Compiling ArgumentParser CommandConfiguration.swift
[122/299] Compiling ArgumentParser CommandGroup.swift
[123/299] Compiling ArgumentParser BashCompletionsGenerator.swift
[124/299] Compiling ArgumentParser CompletionsGenerator.swift
[125/299] Compiling ArgumentParser OptionGroup.swift
[126/299] Compiling ArgumentParser AsyncParsableCommand.swift
[127/505] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[128/505] Compiling HeapModule Heap+Descriptions.swift
[129/505] Compiling HeapModule _HeapNode.swift
[130/505] Compiling HeapModule Heap.swift
[131/505] Emitting module InternalCollectionsUtilities
[132/505] Compiling HeapModule Heap+Invariants.swift
[133/505] Compiling HeapModule Heap+UnsafeHandle.swift
[134/505] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[135/505] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[136/505] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[137/505] Compiling _RopeModule BigString+Chunk+Counts.swift
[138/505] Compiling _RopeModule BigString+Chunk+Description.swift
[139/505] Emitting module HeapModule
[142/507] Compiling _RopeModule Rope+ForEachWhile.swift
[143/507] Compiling _RopeModule Rope+Insert.swift
[144/507] Compiling HashTreeCollections TreeSet+Sequence.swift
[145/507] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[146/507] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[147/507] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[148/507] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[149/507] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[150/507] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[151/507] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[152/517] Compiling _RopeModule BigString+Append.swift
[153/517] Compiling _RopeModule BigString+Initializers.swift
[154/517] Compiling _RopeModule BigString+Insert.swift
[155/517] Compiling _RopeModule BigString+Managing Breaks.swift
[156/517] Compiling _RopeModule BigString+RemoveSubrange.swift
[157/517] Compiling _RopeModule BigString+ReplaceSubrange.swift
[158/517] Compiling _RopeModule BigString+Split.swift
[159/517] Compiling _RopeModule Range+BigString.swift
[160/517] Compiling _RopeModule BigString+UTF16View.swift
[161/517] Compiling _RopeModule BigString+UTF8View.swift
[162/517] Compiling _RopeModule Rope+_Storage.swift
[163/517] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[164/517] Compiling _RopeModule Rope+_UnsafeHandle.swift
[165/517] Compiling _RopeModule Rope.swift
[166/517] Compiling _RopeModule RopeElement.swift
[167/517] Compiling _RopeModule BigString+Index.swift
[168/517] Compiling _RopeModule BigString+Ingester.swift
[169/517] Compiling _RopeModule BigString+Invariants.swift
[170/517] Compiling _RopeModule BigString+Iterators.swift
[171/517] Compiling _RopeModule BigString+Metrics.swift
[172/517] Compiling _RopeModule BigString+Summary.swift
[173/517] Compiling _RopeModule BigString.swift
[174/524] Compiling _RopeModule BigSubstring.swift
[175/524] Compiling _RopeModule Rope+Builder.swift
[176/524] Compiling _RopeModule Rope+Debugging.swift
[177/524] Compiling _RopeModule Rope+Invariants.swift
[178/524] Compiling _RopeModule Rope+_Node.swift
[179/524] Compiling _RopeModule BigString+Builder.swift
[180/524] Compiling _RopeModule BigString+Contents.swift
[181/524] Compiling _RopeModule BigString+Debugging.swift
[182/607] Emitting module ArgumentParserToolInfo
[183/607] Compiling ArgumentParserToolInfo ToolInfo.swift
[184/656] Compiling _RopeModule RopeElement.swift
[185/656] Compiling _RopeModule RopeMetric.swift
[186/656] Compiling _RopeModule RopeSummary.swift
[187/656] Compiling _RopeModule _RopeItem.swift
[188/656] Compiling _RopeModule _RopePath.swift
[189/656] Compiling _RopeModule BigString+UnicodeScalarView.swift
[190/656] Compiling _RopeModule BigSubstring+UTF16View.swift
[191/656] Compiling _RopeModule BigSubstring+UTF8View.swift
[192/656] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[193/656] Compiling _RopeModule BigSubstring.swift
[194/656] Compiling _RopeModule Rope+Builder.swift
[195/656] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[196/656] Compiling _RopeModule Rope+Invariants.swift
[197/656] Compiling _RopeModule Rope+_Node.swift
[198/656] Compiling _RopeModule _RopeVersion.swift
[199/656] Compiling _RopeModule Rope+Collection.swift
[200/656] Compiling _RopeModule Rope+Index.swift
[201/656] Compiling _RopeModule Rope+Sequence.swift
[202/656] Compiling _RopeModule Rope+Append.swift
[203/656] Compiling _RopeModule Rope+Extract.swift
[204/656] Compiling _RopeModule Rope+Find.swift
[205/656] Compiling SwiftSyntax SyntaxNodeStructure.swift
[206/656] Compiling SwiftSyntax SyntaxProtocol.swift
[207/656] Compiling SwiftSyntax SyntaxText.swift
[208/656] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[209/656] Compiling SwiftSyntax TokenDiagnostic.swift
[210/656] Compiling SwiftSyntax TokenSequence.swift
[211/656] Compiling SwiftSyntax TokenSyntax.swift
[212/656] Compiling SwiftSyntax Trivia.swift
[213/656] Compiling SwiftSyntax CustomTraits.swift
[214/656] Compiling SwiftSyntax EditorPlaceholder.swift
[215/656] Compiling SwiftSyntax SourceLength.swift
[216/656] Compiling SwiftSyntax SourceLocation.swift
[217/656] Compiling SwiftSyntax SourcePresence.swift
[218/656] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[219/656] Compiling SwiftSyntax Syntax.swift
[220/656] Compiling _RopeModule BigString+Managing Breaks.swift
[222/711] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[223/711] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[224/711] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[225/711] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[226/711] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[227/711] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[228/711] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[229/711] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[230/711] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[231/711] Compiling HashTreeCollections TreeSet.swift
[232/711] Compiling OrderedCollections _HashTable+Bucket.swift
[233/711] Compiling OrderedCollections _HashTable+BucketIterator.swift
[234/711] Compiling OrderedCollections _HashTable+Constants.swift
[235/711] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[236/711] Compiling OrderedCollections _HashTable+Testing.swift
[237/711] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[238/711] Compiling OrderedCollections _HashTable.swift
[239/711] Compiling OrderedCollections _Hashtable+Header.swift
[240/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[241/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[242/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[243/711] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[244/711] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[256/711] Compiling _RopeModule Rope+ForEachWhile.swift
[257/711] Compiling _RopeModule Rope+Insert.swift
[258/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[259/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[260/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[261/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[262/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[263/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[264/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[265/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[266/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[267/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[268/720] Compiling OrderedCollections OrderedSet+Insertions.swift
[269/720] Compiling OrderedCollections OrderedSet+Invariants.swift
[270/720] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[271/720] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[272/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[273/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[300/727] Compiling OrderedCollections OrderedDictionary.swift
[301/727] Compiling OrderedCollections OrderedSet+Codable.swift
[302/727] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[303/727] Compiling OrderedCollections OrderedSet+Descriptions.swift
[304/727] Compiling OrderedCollections OrderedSet+Diffing.swift
[305/727] Compiling OrderedCollections OrderedSet+Equatable.swift
[306/727] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[307/727] Compiling OrderedCollections OrderedSet+Hashable.swift
[318/727] Emitting module OrderedCollections
[326/728] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[327/728] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[329/736] Compiling OrderedCollections OrderedSet+Initializers.swift
[339/736] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[340/736] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[341/736] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[342/736] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[343/736] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[344/736] Compiling OrderedCollections OrderedDictionary+Values.swift
[345/736] Compiling OrderedCollections OrderedDictionary+Codable.swift
[346/736] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[347/736] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[348/736] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[349/736] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[350/736] Compiling OrderedCollections OrderedDictionary+Elements.swift
[351/736] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[352/736] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[362/736] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[363/736] Compiling OrderedCollections OrderedSet.swift
[364/736] Compiling OrderedCollections _UnsafeBitset.swift
[366/736] Compiling SwiftSyntax SyntaxNodesC.swift
[367/736] Compiling SwiftSyntax SyntaxNodesD.swift
[368/736] Compiling SwiftSyntax SyntaxNodesEF.swift
[369/736] Compiling SwiftSyntax SyntaxNodesGHI.swift
[370/736] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[371/752] Compiling HeapModule Heap+Descriptions.swift
[386/758] Compiling HeapModule _HeapNode.swift
[387/758] Compiling HeapModule Heap.swift
[421/758] Compiling HeapModule Heap+Invariants.swift
[422/758] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[423/758] Compiling HeapModule Heap+UnsafeHandle.swift
[424/758] Emitting module _RopeModule
[425/758] Emitting module HeapModule
[447/791] Compiling OrderedCollections OrderedSet+Sendable.swift
[448/791] Compiling OrderedCollections OrderedSet+SubSequence.swift
[449/791] Compiling OrderedCollections OrderedSet+Testing.swift
[450/791] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[454/835] Emitting module OrderedCollections
[455/836] Emitting module HashTreeCollections
[457/837] Compiling HashTreeCollections TreeSet+Sequence.swift
[458/837] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[459/837] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[460/837] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[461/837] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[462/837] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[463/837] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[464/837] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[465/837] Compiling _RopeModule _CharacterRecognizer.swift
[467/837] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[468/837] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[469/837] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[470/837] Compiling HashTreeCollections TreeDictionary+Filter.swift
[471/837] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[472/837] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[473/837] Emitting module _RopeModule
[474/838] Compiling HashTreeCollections _HashTreeIterator.swift
[475/838] Compiling HashTreeCollections _HashTreeStatistics.swift
[476/838] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[477/838] Compiling HashTreeCollections _RawHashNode.swift
[478/838] Compiling HashTreeCollections _UnmanagedHashNode.swift
[479/838] Compiling HashTreeCollections _UnsafePath.swift
[480/838] Compiling HashTreeCollections TreeDictionary+Codable.swift
[481/841] Emitting module ArgumentParser
[482/842] Compiling HashTreeCollections TreeDictionary+Collection.swift
[483/842] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[484/842] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[485/842] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[486/842] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[487/842] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[488/867] Compiling HashTreeCollections _HashLevel.swift
[489/867] Compiling HashTreeCollections _HashNode+Builder.swift
[490/867] Compiling HashTreeCollections _HashNode+Debugging.swift
[491/867] Compiling HashTreeCollections _HashNode+Initializers.swift
[492/867] Compiling HashTreeCollections _HashNode+Invariants.swift
[493/867] Compiling HashTreeCollections _HashNode+Lookups.swift
[494/867] Compiling HashTreeCollections _HashSlot.swift
[495/867] Compiling HashTreeCollections _HashStack.swift
[496/867] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[497/867] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[498/867] Compiling HashTreeCollections _HashNode+Storage.swift
[499/867] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[500/867] Compiling HashTreeCollections _HashNode+Structural filter.swift
[501/867] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[502/867] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[503/867] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[504/867] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[505/867] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[506/867] Compiling HashTreeCollections _HashNode+Structural merge.swift
[507/867] Compiling HashTreeCollections _AncestorHashSlots.swift
[508/867] Compiling HashTreeCollections _Bitmap.swift
[509/867] Compiling HashTreeCollections _Bucket.swift
[510/867] Compiling HashTreeCollections _Hash.swift
[513/867] Compiling DequeModule Deque._UnsafeHandle.swift
[514/867] Compiling DequeModule Deque.swift
[515/867] Compiling DequeModule _DequeBuffer.swift
[516/867] Compiling DequeModule _DequeBufferHeader.swift
[517/867] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[518/867] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[519/867] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[520/867] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[521/867] Compiling HashTreeCollections _HashNode.swift
[522/867] Compiling HashTreeCollections _HashNodeHeader.swift
[523/868] Compiling DequeModule Deque+CustomReflectable.swift
[524/868] Compiling DequeModule Deque+Descriptions.swift
[525/870] Compiling HashTreeCollections TreeSet+Hashable.swift
[526/870] Compiling HashTreeCollections TreeSet+Sendable.swift
[535/870] Compiling HashTreeCollections TreeDictionary.swift
[536/870] Compiling HashTreeCollections TreeSet+Codable.swift
[537/870] Compiling HashTreeCollections TreeSet+Collection.swift
[538/870] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[539/870] Compiling HashTreeCollections TreeSet+Debugging.swift
[540/870] Compiling HashTreeCollections TreeSet+Descriptions.swift
[541/870] Compiling HashTreeCollections TreeSet+Equatable.swift
[542/870] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[543/870] Compiling HashTreeCollections TreeSet+Extras.swift
[544/870] Compiling HashTreeCollections TreeSet+Filter.swift
[548/882] Compiling DequeModule Deque+Equatable.swift
[549/882] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[554/882] Compiling DequeModule Deque+Extras.swift
[555/882] Compiling DequeModule Deque+Hashable.swift
[564/882] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[565/935] Compiling BitCollections BitSet+Codable.swift
[566/935] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[569/935] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[570/935] Compiling BitCollections BitSet+Extras.swift
[571/935] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[572/935] Compiling BitCollections BitArray+Shifts.swift
[573/935] Compiling BitCollections BitSet+Hashable.swift
[574/935] Compiling BitCollections BitArray+RandomBits.swift
[575/935] Compiling BitCollections BitArray+Testing.swift
[576/935] Compiling BitCollections BitArray._UnsafeHandle.swift
[578/935] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[579/935] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[580/935] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[581/935] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[582/935] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[583/935] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[584/935] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[585/935] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[586/935] Compiling HashTreeCollections TreeSet.swift
[591/935] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[592/935] Compiling BitCollections BitSet+CustomReflectable.swift
[593/935] Compiling BitCollections BitSet+CustomStringConvertible.swift
[594/935] Compiling BitCollections BitSet+Equatable.swift
[598/935] Compiling BitCollections BitArray+Initializers.swift
[599/935] Compiling BitCollections BitArray+Invariants.swift
[600/935] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[601/935] Compiling BitCollections BitArray+BitwiseOperations.swift
[602/935] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[603/935] Compiling BitCollections BitArray+Codable.swift
[604/935] Compiling BitCollections BitArray+Collection.swift
[605/935] Compiling BitCollections BitArray+Copy.swift
[606/935] Compiling BitCollections BitArray+CustomReflectable.swift
[607/935] Compiling BitCollections BitArray+Descriptions.swift
[608/935] Compiling BitCollections BitArray+Equatable.swift
[609/935] Compiling BitCollections BitSet+Initializers.swift
[610/935] Compiling BitCollections BitSet+Invariants.swift
[611/935] Compiling BitCollections BitSet+Random.swift
[612/935] Compiling BitCollections BitSet+SetAlgebra basics.swift
[613/935] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[614/935] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[615/935] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[616/935] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[617/935] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[618/935] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[619/935] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[620/935] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[621/935] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[622/935] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[623/935] Compiling HashTreeCollections TreeDictionary+Values.swift
[638/943] Emitting module DequeModule
[641/945] Emitting module BitCollections
[654/945] Compiling BitCollections BitSet.Counted.swift
[655/945] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[656/945] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[657/945] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[658/945] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[662/945] Compiling BitCollections BitSet.Index.swift
[663/945] Compiling BitCollections BitSet._UnsafeHandle.swift
[664/945] Compiling BitCollections BitSet.swift
[675/998] Wrapping AST for _RopeModule for debugging
[677/998] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[678/998] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[679/998] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[680/998] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[681/998] Compiling BitCollections BitSet+SetAlgebra union.swift
[682/998] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[683/998] Compiling BitCollections BitSet.Counted.swift
[684/998] Compiling BitCollections BitSet+Initializers.swift
[685/998] Compiling BitCollections BitSet+Invariants.swift
[686/998] Compiling BitCollections BitSet+Random.swift
[687/998] Compiling BitCollections BitSet+SetAlgebra basics.swift
[688/998] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[689/998] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[690/998] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[691/998] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[692/998] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[693/998] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[694/998] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[695/998] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[696/998] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[697/998] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[698/1042] Compiling ArgumentParser CompletionsGenerator.swift
[699/1042] Compiling ArgumentParser FishCompletionsGenerator.swift
[700/1042] Compiling ArgumentParser ZshCompletionsGenerator.swift
[701/1042] Compiling ArgumentParser Argument.swift
[702/1042] Compiling ArgumentParser ArgumentDiscussion.swift
[703/1042] Compiling ArgumentParser ArgumentHelp.swift
[704/1042] Compiling ArgumentParser InputOrigin.swift
[705/1042] Compiling ArgumentParser Name.swift
[706/1042] Compiling ArgumentParser Parsed.swift
[707/1042] Compiling ArgumentParser ParsedValues.swift
[708/1042] Compiling ArgumentParser ParserError.swift
[709/1042] Compiling ArgumentParser BashCompletionsGenerator.swift
[709/1042] Wrapping AST for _RopeModule for debugging
[711/1043] Wrapping AST for SwiftSyntax602 for debugging
[713/1043] Wrapping AST for SwiftSyntax601 for debugging
[715/1043] Compiling ArgumentParser HelpCommand.swift
[716/1043] Compiling ArgumentParser HelpGenerator.swift
[717/1043] Compiling ArgumentParser MessageInfo.swift
[718/1043] Compiling ArgumentParser UsageGenerator.swift
[719/1043] Compiling ArgumentParser CollectionExtensions.swift
[720/1043] Compiling ArgumentParser Mutex.swift
[721/1043] Compiling ArgumentParser Platform.swift
[722/1043] Compiling ArgumentParser SequenceExtensions.swift
[723/1043] Compiling ArgumentParser StringExtensions.swift
[724/1043] Compiling ArgumentParser SwiftExtensions.swift
[726/1043] Compiling ArgumentParser ExpressibleByArgument.swift
[727/1043] Compiling ArgumentParser InputKey.swift
[736/1043] Wrapping AST for SwiftSyntax601 for debugging
[741/1043] Compiling BitCollections Range+Utilities.swift
[742/1043] Compiling BitCollections Slice+Utilities.swift
[743/1043] Compiling BitCollections UInt+Tricks.swift
[744/1043] Compiling BitCollections _Word.swift
[744/1043] Wrapping AST for SwiftSyntax600 for debugging
[748/1043] Compiling ArgumentParser ParsableArguments.swift
[749/1043] Compiling ArgumentParser ParsableCommand.swift
[750/1043] Compiling ArgumentParser ArgumentDecoder.swift
[751/1043] Compiling ArgumentParser ArgumentDefinition.swift
[752/1043] Compiling ArgumentParser ArgumentSet.swift
[753/1043] Compiling ArgumentParser CommandParser.swift
[762/1043] Compiling ArgumentParser AsyncParsableCommand.swift
[763/1043] Compiling ArgumentParser CommandConfiguration.swift
[764/1043] Compiling ArgumentParser CommandGroup.swift
[765/1043] Compiling ArgumentParser EnumerableFlag.swift
[769/1044] Wrapping AST for SwiftSyntax600 for debugging
[770/1044] Wrapping AST for SwiftSyntax510 for debugging
[780/1051] Wrapping AST for SwiftSyntax509 for debugging
[782/1051] Wrapping AST for OrderedCollections for debugging
[785/1053] Compiling ArgumentParser SplitArguments.swift
[786/1053] Compiling ArgumentParser DumpHelpGenerator.swift
[805/1053] Wrapping AST for InternalCollectionsUtilities for debugging
[807/1053] Compiling Collections Collections.swift
[808/1053] Emitting module Collections
[808/1054] Wrapping AST for InternalCollectionsUtilities for debugging
[809/1054] Wrapping AST for HeapModule for debugging
[813/1054] Emitting module BitCollections
[813/1054] Wrapping AST for HashTreeCollections for debugging
[814/1054] Wrapping AST for DequeModule for debugging
[816/1054] Wrapping AST for Collections for debugging
[817/1054] Wrapping AST for BitCollections for debugging
[818/1054] Wrapping AST for ArgumentParserToolInfo for debugging
[829/1054] Compiling ArgumentParser ArgumentVisibility.swift
[830/1054] Compiling ArgumentParser CompletionKind.swift
[831/1054] Compiling ArgumentParser Errors.swift
[832/1054] Compiling ArgumentParser Flag.swift
[833/1054] Compiling ArgumentParser NameSpecification.swift
[834/1054] Compiling ArgumentParser Option.swift
[835/1054] Compiling ArgumentParser OptionGroup.swift
[836/1054] Wrapping AST for ArgumentParser for debugging
[846/1054] Compiling BitCollections BitSet.Index.swift
[847/1054] Compiling BitCollections BitSet._UnsafeHandle.swift
[848/1054] Compiling BitCollections BitSet.swift
[849/1054] Compiling BitCollections Range+Utilities.swift
[850/1054] Compiling BitCollections Slice+Utilities.swift
[851/1054] Compiling BitCollections UInt+Tricks.swift
[852/1054] Compiling BitCollections _Word.swift
[853/1055] Emitting module HashTreeCollections
[855/1056] Wrapping AST for BitCollections for debugging
[856/1056] Wrapping AST for HashTreeCollections for debugging
[858/1058] Emitting module ArgumentParser
[859/1064] Emitting module Collections
[860/1064] Compiling Collections Collections.swift
[861/1065] Wrapping AST for Collections for debugging
[863/1065] Compiling ArgumentParser Tree.swift
[864/1065] Compiling ArgumentParser CodingKeyValidator.swift
[865/1065] Compiling ArgumentParser NonsenseFlagsValidator.swift
[866/1065] Compiling ArgumentParser ParsableArgumentsValidation.swift
[867/1065] Compiling ArgumentParser PositionalArgumentsValidator.swift
[868/1065] Compiling ArgumentParser UniqueNamesValidator.swift
[912/1066] Wrapping AST for ArgumentParser for debugging
[914/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 SwiftBasicFormat Syntax+Extensions.swift
[1042/1134] Emitting module SwiftDiagnostics
[1043/1135] Compiling SwiftDiagnostics Message.swift
[1044/1135] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1045/1135] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1046/1135] Compiling SwiftParser Directives.swift
[1047/1135] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1048/1135] Compiling SwiftParser Expressions.swift
[1049/1135] Compiling SwiftParser IncrementalParseTransition.swift
[1050/1135] Compiling SwiftDiagnostics Note.swift
[1051/1135] Compiling SwiftBasicFormat Indenter.swift
[1052/1135] Compiling SwiftBasicFormat InferIndentation.swift
[1053/1135] Emitting module SwiftBasicFormat
[1054/1135] Compiling SwiftBasicFormat BasicFormat.swift
[1055/1136] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1056/1136] Compiling SwiftDiagnostics FixIt.swift
[1057/1136] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1058/1136] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1060/1137] Wrapping AST for SwiftDiagnostics for debugging
[1061/1137] Wrapping AST for SwiftBasicFormat for debugging
[1063/1137] Compiling SwiftParser Lexeme.swift
[1064/1137] Compiling SwiftParser LexemeSequence.swift
[1065/1137] Compiling SwiftParser Lexer.swift
[1066/1137] Compiling SwiftParser RegexLiteralLexer.swift
[1067/1137] Compiling SwiftParser UnicodeScalarExtensions.swift
[1068/1137] Compiling SwiftParser Lookahead.swift
[1069/1142] Compiling SwiftParser StringLiterals.swift
[1070/1142] Compiling SwiftParser SwiftParserCompatibility.swift
[1071/1142] Compiling SwiftParser SwiftVersion.swift
[1072/1142] Compiling SwiftParser SyntaxUtils.swift
[1073/1142] Compiling SwiftParser TokenConsumer.swift
[1074/1142] Compiling SwiftParser TokenPrecedence.swift
[1075/1142] Compiling SwiftParser TokenSpec.swift
[1076/1142] Compiling SwiftParser TokenSpecSet.swift
[1077/1142] Compiling SwiftParser TopLevel.swift
[1078/1142] Compiling SwiftParser TriviaParser.swift
[1079/1142] Compiling SwiftParser Types.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
[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/1166] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1113/1167] Compiling SwiftOperators PrecedenceGroup.swift
[1114/1168] Compiling SwiftOperators PrecedenceGraph.swift
[1115/1168] Compiling SwiftOperators OperatorTable.swift
[1116/1168] Compiling SwiftOperators SyntaxSynthesis.swift
[1117/1168] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1118/1168] Emitting module SwiftOperators
[1119/1168] Compiling SwiftOperators OperatorTable+Folding.swift
[1120/1168] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1121/1168] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1122/1168] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1123/1168] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1124/1168] Compiling SwiftOperators OperatorTable+Semantics.swift
[1126/1169] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1127/1169] Compiling SwiftParserDiagnostics Utils.swift
[1128/1169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1129/1169] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1130/1169] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1132/1169] Wrapping AST for SwiftOperators for debugging
[1136/1169] Emitting module SwiftParserDiagnostics
[1137/1169] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1138/1169] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1139/1170] Wrapping AST for SwiftParserDiagnostics for debugging
[1141/1185] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1142/1185] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1143/1186] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1144/1186] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1145/1186] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1146/1186] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1147/1186] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1148/1186] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1149/1186] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1150/1186] Compiling SwiftSyntaxBuilder Indenter.swift
[1151/1186] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1152/1186] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1153/1186] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1154/1186] Emitting module SwiftSyntaxBuilder
[1155/1186] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1156/1186] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1157/1187] Wrapping AST for SwiftSyntaxBuilder for debugging
[1159/1227] Compiling SafeDICore FixableInstantiableError.swift
[1160/1227] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1161/1227] Compiling SafeDICore DiagnosticError.swift
[1162/1227] Compiling SafeDICore FixableInjectableError.swift
[1163/1227] Emitting module SwiftSyntaxMacros
[1164/1227] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1165/1227] Compiling SafeDICore DependencyTreeGenerator.swift
[1166/1227] Compiling SafeDICore ConcreteDeclType.swift
[1167/1227] Compiling SafeDICore Dependency.swift
[1168/1227] Compiling SafeDICore ScopeGenerator.swift
[1169/1227] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1170/1229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1171/1229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1172/1229] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1173/1229] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1174/1229] Compiling SafeDICore CollectionExtensions.swift
[1175/1229] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1176/1229] Compiling SafeDICore DiagnosticExtensions.swift
[1177/1229] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1178/1230] Wrapping AST for SwiftSyntaxMacros for debugging
[1183/1242] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1184/1243] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1185/1243] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1186/1243] Emitting module SwiftSyntaxMacroExpansion
[1187/1243] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1188/1243] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1189/1243] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1190/1243] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1191/1243] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1192/1243] Compiling SafeDICore Property.swift
[1193/1243] Compiling SafeDICore Scope.swift
[1194/1243] Compiling SafeDICore TypeDescription.swift
[1197/1243] Compiling SafeDICore InstantiableStruct.swift
[1198/1243] Compiling SafeDICore UnorderedEquatingCollection.swift
[1199/1243] Compiling SafeDICore FileVisitor.swift
[1200/1243] Compiling SafeDICore InstantiableVisitor.swift
[1214/1243] Emitting module SafeDICore
[1216/1244] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1216/1247] Wrapping AST for SafeDICore for debugging
[1218/1247] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1220/1259] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1221/1259] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1222/1260] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1223/1260] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1224/1260] Emitting module SwiftCompilerPluginMessageHandling
[1225/1260] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1226/1260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1227/1260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1228/1260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1229/1260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1230/1260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1231/1260] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1232/1260] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1233/1261] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1235/1263] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1236/1263] Emitting module SwiftCompilerPlugin
[1246/1264] Emitting module SafeDITool
[1247/1264] Compiling SafeDITool SafeDITool.swift
[1249/1270] Wrapping AST for SwiftSyntax for debugging
[1250/1270] Wrapping AST for SwiftCompilerPlugin for debugging
[1251/1270] Wrapping AST for SafeDITool for debugging
[1252/1270] Write Objects.LinkFileList
[1254/1270] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1255/1329] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1256/1330] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1257/1330] Compiling SwiftParser Directives.swift
[1258/1330] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1259/1330] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1260/1330] Compiling SwiftDiagnostics Message.swift
[1261/1330] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1262/1330] Compiling SwiftDiagnostics FixIt.swift
[1263/1330] Compiling SwiftDiagnostics Note.swift
[1264/1330] Compiling SwiftParser Expressions.swift
[1265/1330] Compiling SwiftParser IncrementalParseTransition.swift
[1266/1330] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1267/1330] Emitting module SwiftDiagnostics
[1268/1330] Compiling SwiftBasicFormat InferIndentation.swift
[1269/1330] Compiling SwiftBasicFormat Indenter.swift
[1270/1330] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1272/1331] Compiling SafeDIMacros InjectableMacro.swift
[1273/1331] Emitting module SafeDIMacros
[1274/1331] Compiling SafeDIMacros InstantiableMacro.swift
[1275/1331] Emitting module SwiftBasicFormat
[1276/1331] Compiling SwiftBasicFormat BasicFormat.swift
[1278/1333] Wrapping AST for SwiftDiagnostics for debugging
[1279/1333] Wrapping AST for SwiftBasicFormat for debugging
[1280/1333] Wrapping AST for SafeDIMacros for debugging
[1281/1333] Write Objects.LinkFileList
[1282/1333] Linking SafeDITool-tool
[1284/1333] Emitting module SwiftParser
[1285/1338] Compiling SwiftParser StringLiterals.swift
[1286/1338] Compiling SwiftParser SwiftParserCompatibility.swift
[1287/1338] Compiling SwiftParser SwiftVersion.swift
[1288/1338] Compiling SwiftParser SyntaxUtils.swift
[1289/1338] Compiling SwiftParser TokenConsumer.swift
[1290/1338] Compiling SwiftParser TokenPrecedence.swift
[1291/1338] Compiling SwiftParser TokenSpec.swift
[1292/1338] Compiling SwiftParser TokenSpecSet.swift
[1293/1338] Compiling SwiftParser TopLevel.swift
[1294/1338] Compiling SwiftParser TriviaParser.swift
[1295/1338] Compiling SwiftParser Types.swift
[1295/1338] Linking SafeDIMacros-tool
[1297/1338] Compiling SwiftParser LoopProgressCondition.swift
[1298/1338] Compiling SwiftParser Modifiers.swift
[1299/1338] Compiling SwiftParser Names.swift
[1300/1338] Compiling SwiftParser Nominals.swift
[1301/1338] Compiling SwiftParser Parameters.swift
[1302/1338] Compiling SwiftParser ParseSourceFile.swift
[1303/1338] Compiling SwiftParser Parser.swift
[1304/1338] Compiling SwiftParser Patterns.swift
[1305/1338] Compiling SwiftParser Recovery.swift
[1306/1338] Compiling SwiftParser Specifiers.swift
[1307/1338] Compiling SwiftParser Statements.swift
[1308/1338] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1309/1338] Compiling SwiftParser Lexeme.swift
[1310/1338] Compiling SwiftParser LexemeSequence.swift
[1311/1338] Compiling SwiftParser Lexer.swift
[1312/1338] Compiling SwiftParser RegexLiteralLexer.swift
[1313/1338] Compiling SwiftParser UnicodeScalarExtensions.swift
[1314/1338] Compiling SwiftParser Lookahead.swift
[1315/1354] Compiling SafeDI Instantiator.swift
[1316/1354] Compiling SafeDI Instantiated.swift
[1317/1355] Compiling SafeDI Instantiable.swift
[1318/1355] Compiling SafeDI Forwarded.swift
[1319/1355] Compiling SafeDI Instantiable.swift
[1320/1355] Compiling SafeDI Forwarded.swift
[1321/1355] Compiling SafeDI Received.swift
[1322/1355] Emitting module SafeDI
[1323/1356] Compiling SafeDI Received.swift
[1324/1356] Compiling SafeDI ErasedInstantiator.swift
[1325/1356] Emitting module SafeDI
[1326/1356] Compiling SafeDI SendableErasedInstantiator.swift
[1327/1356] Compiling SafeDI Instantiated.swift
[1328/1356] Compiling SafeDI Instantiator.swift
[1329/1356] Compiling SafeDI SendableErasedInstantiator.swift
[1330/1356] Compiling SafeDI ErasedInstantiator.swift
[1331/1356] Compiling SafeDI SendableInstantiator.swift
[1339/1358] Compiling SwiftParser IsValidIdentifier.swift
[1340/1358] Compiling SwiftParser Cursor.swift
[1341/1358] Compiling SwiftParser Attributes.swift
[1342/1358] Compiling SwiftParser Availability.swift
[1343/1358] Compiling SwiftParser CharacterInfo.swift
[1344/1358] Compiling SwiftParser CollectionNodes+Parsable.swift
[1345/1358] Compiling SwiftParser CompilerFiles.swift
[1346/1358] Compiling SwiftParser Declarations.swift
[1347/1358] Compiling SwiftParser ExperimentalFeatures.swift
[1348/1358] Compiling SwiftParser IsLexerClassified.swift
[1349/1358] Compiling SwiftParser LayoutNodes+Parsable.swift
[1350/1358] Compiling SwiftParser Parser+TokenSpecSet.swift
[1351/1358] Compiling SwiftParser TokenSpecStaticMembers.swift
[1352/1359] Wrapping AST for SwiftParser for debugging
[1354/1372] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1355/1373] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1356/1373] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1357/1373] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1358/1373] Compiling SwiftParserDiagnostics Utils.swift
[1359/1373] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1360/1373] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1361/1373] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1362/1373] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1363/1373] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1364/1373] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1365/1373] Emitting module SwiftParserDiagnostics
[1366/1373] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1367/1373] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1368/1374] Wrapping AST for SwiftParserDiagnostics for debugging
[1370/1389] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1371/1389] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1372/1390] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1373/1390] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1374/1390] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1375/1390] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1376/1390] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1377/1390] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1378/1390] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1379/1390] Compiling SwiftSyntaxBuilder Indenter.swift
[1380/1390] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1381/1390] Emitting module SwiftSyntaxBuilder
[1382/1390] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1383/1390] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1384/1390] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1385/1390] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1386/1391] Wrapping AST for SwiftSyntaxBuilder for debugging
[1388/1414] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1389/1414] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1390/1414] Compiling SafeDICore CollectionExtensions.swift
[1391/1417] Emitting module SafeDICore
[1392/1417] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1393/1417] Compiling SafeDICore ConcreteDeclType.swift
[1394/1417] Compiling SafeDICore Dependency.swift
[1395/1417] Compiling SafeDICore ImportStatement.swift
[1396/1417] Compiling SafeDICore Initializer.swift
[1397/1417] Compiling SafeDICore InstantiableStruct.swift
[1398/1417] Compiling SafeDICore UnorderedEquatingCollection.swift
[1399/1417] Compiling SafeDICore FileVisitor.swift
[1400/1417] Compiling SafeDICore InstantiableVisitor.swift
[1401/1417] Compiling SafeDICore Property.swift
[1402/1417] Compiling SafeDICore Scope.swift
[1403/1417] Compiling SafeDICore TypeDescription.swift
[1404/1417] Compiling SafeDICore DiagnosticError.swift
[1405/1417] Compiling SafeDICore FixableInjectableError.swift
[1406/1417] Compiling SafeDICore FixableInstantiableError.swift
[1407/1417] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1408/1417] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1409/1417] Compiling SafeDICore DependencyTreeGenerator.swift
[1410/1417] Compiling SafeDICore ScopeGenerator.swift
[1411/1417] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1412/1417] Compiling SafeDICore DiagnosticExtensions.swift
[1413/1417] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1414/1418] Wrapping AST for SafeDICore for debugging
[1416/1420] Emitting module SafeDITool
[1417/1420] Compiling SafeDITool SafeDITool.swift
[1418/1421] Wrapping AST for SafeDITool for debugging
[1419/1421] Write Objects.LinkFileList
[1420/1421] Linking SafeDITool
Build complete! (357.58s)
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.