The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SafeDI, reference main (92567c), with Swift 6.1 for Linux on 10 Sep 2025 06:47:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92567c4 Bump podspec to 1.4.0
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
92567c4845d29d2efaf74e2d6d9f29b1f9fbdfa9
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "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-4606859-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: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/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
[1/908] Fetching swift-macro-testing
[592/16822] Fetching swift-macro-testing, swift-argument-parser
[2660/34267] Fetching swift-macro-testing, swift-argument-parser, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.51s)
[3086/33359] Fetching swift-argument-parser, swift-collections
[11228/105270] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.75s)
[20370/89356] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.85s)
[30203/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.16s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (9.78s)
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.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.56s)
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.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.03s)
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.80s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.92s)
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/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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
[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/144] Emitting module SwiftSyntax510
[62/144] Emitting module SwiftSyntax600
[63/144] Compiling SwiftSyntax600 Empty.swift
[64/145] Emitting module SwiftSyntax601
[65/145] Compiling SwiftSyntax600 Empty.swift
[66/145] Emitting module SwiftSyntax600
[67/145] Compiling SwiftSyntax601 Empty.swift
[68/147] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/148] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/148] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/148] Compiling SwiftSyntax510 Empty.swift
[72/148] Compiling SwiftSyntax601 Empty.swift
[73/148] Emitting module SwiftSyntax510
[74/148] Emitting module SwiftSyntax601
[75/149] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/149] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/149] Compiling InternalCollectionsUtilities Descriptions.swift
[78/149] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/149] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/149] Compiling InternalCollectionsUtilities Debugging.swift
[81/150] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/150] Compiling InternalCollectionsUtilities Integer rank.swift
[83/150] Emitting module SwiftSyntax509
[84/150] Emitting module InternalCollectionsUtilities
[85/150] Compiling SwiftSyntax510 Empty.swift
[86/150] Compiling SwiftSyntax509 Empty.swift
[87/152] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/152] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/152] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/153] Wrapping AST for SwiftSyntax601 for debugging
[97/153] Wrapping AST for SwiftSyntax600 for debugging
[99/173] Wrapping AST for SwiftSyntax601 for debugging
[101/204] Compiling SwiftSyntax509 Empty.swift
[101/210] Wrapping AST for SwiftSyntax600 for debugging
[103/225] Emitting module SwiftSyntax509
[103/238] Wrapping AST for SwiftSyntax510 for debugging
[105/238] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[107/239] Compiling SwiftSyntax RawSyntaxTokenView.swift
[108/239] Compiling SwiftSyntax SourceEdit.swift
[109/239] Compiling SwiftSyntax SourcePresence.swift
[110/239] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[111/239] Emitting module ArgumentParserToolInfo
[112/370] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[113/433] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/433] Compiling HeapModule Heap+Descriptions.swift
[115/433] Compiling HeapModule Heap.swift
[116/433] Compiling HeapModule _HeapNode.swift
[117/433] Compiling SwiftSyntax SyntaxArena.swift
[118/433] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[119/433] Compiling HeapModule Heap+UnsafeHandle.swift
[120/433] Compiling HeapModule Heap+Invariants.swift
[121/433] Emitting module HeapModule
[122/433] Compiling SwiftSyntax SourceLocation.swift
[123/433] Compiling SwiftSyntax SourcePresence.swift
[124/433] Emitting module InternalCollectionsUtilities
[125/433] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[126/433] Compiling SwiftSyntax Syntax.swift
[127/434] Compiling SwiftSyntax SyntaxHashable.swift
[128/434] Compiling SwiftSyntax Identifier.swift
[131/435] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[132/435] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[133/435] Compiling SwiftSyntax SyntaxBaseNodes.swift
[134/435] Compiling SwiftSyntax SyntaxCollections.swift
[135/435] Compiling SwiftSyntax SyntaxIdentifier.swift
[136/435] Compiling SwiftSyntax SyntaxNodeFactory.swift
[137/435] Compiling SwiftSyntax SyntaxNodeStructure.swift
[138/435] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[139/435] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[140/435] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[141/435] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[142/435] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[143/435] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[144/435] Compiling SwiftSyntax RawSyntaxValidation.swift
[145/586] Compiling HashTreeCollections TreeDictionary+Codable.swift
[146/586] Compiling _RopeModule BigString+Chunk+Breaks.swift
[147/586] Compiling _RopeModule BigString+Chunk+Counts.swift
[148/586] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[149/586] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[150/586] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[151/586] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[152/586] Compiling HashTreeCollections TreeDictionary+Filter.swift
[153/586] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[154/586] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[155/586] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[156/586] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[157/586] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[158/586] Compiling HashTreeCollections _HashNode+Structural merge.swift
[159/586] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[160/586] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[161/586] Compiling HashTreeCollections _HashNode+Invariants.swift
[162/586] Compiling HashTreeCollections _HashNode+Lookups.swift
[163/586] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[164/586] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[165/586] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[166/586] Compiling HashTreeCollections _HashNode+Storage.swift
[167/586] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[168/586] Compiling HashTreeCollections _HashNode+Structural filter.swift
[169/586] Compiling HashTreeCollections _HashNode+Structural union.swift
[170/586] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[171/586] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[172/586] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[173/586] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[174/586] Compiling HashTreeCollections _HashNode.swift
[175/586] Compiling HashTreeCollections _HashNodeHeader.swift
[176/586] Compiling HashTreeCollections _HashSlot.swift
[177/586] Emitting module ArgumentParserToolInfo
[178/586] Compiling ArgumentParserToolInfo ToolInfo.swift
[182/650] Compiling HashTreeCollections TreeSet+Hashable.swift
[183/650] Compiling _RopeModule Rope+Insert.swift
[184/650] Compiling HashTreeCollections TreeSet+Sequence.swift
[185/650] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[186/650] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[187/650] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[188/650] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[189/650] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[190/650] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[191/650] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[192/660] Compiling HeapModule _HeapNode.swift
[193/660] Compiling HeapModule Heap.swift
[194/660] Compiling HashTreeCollections TreeDictionary.swift
[195/660] Compiling HashTreeCollections TreeSet+Codable.swift
[196/660] Compiling HashTreeCollections TreeSet+Collection.swift
[197/660] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[198/660] Compiling HashTreeCollections TreeSet+Debugging.swift
[199/660] Compiling HashTreeCollections TreeSet+Descriptions.swift
[200/660] Compiling HashTreeCollections TreeSet+Equatable.swift
[201/660] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[202/660] Compiling HashTreeCollections TreeSet+Extras.swift
[203/660] Compiling HashTreeCollections TreeSet+Filter.swift
[204/660] Compiling HeapModule Heap+Invariants.swift
[205/660] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[206/660] Compiling HeapModule Heap+Descriptions.swift
[207/660] Compiling HeapModule Heap+UnsafeHandle.swift
[208/660] Compiling OrderedCollections OrderedDictionary+Codable.swift
[209/660] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[210/660] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[211/660] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[212/660] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[213/660] Compiling OrderedCollections OrderedDictionary+Elements.swift
[214/660] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[215/660] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[216/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[217/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[218/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[219/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[220/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[221/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[222/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[223/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[224/660] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[225/660] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[226/660] Compiling HashTreeCollections TreeDictionary+Values.swift
[245/669] Emitting module HeapModule
[254/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[255/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[256/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[257/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[268/677] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[269/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[270/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[271/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[272/677] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[273/677] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[274/677] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[275/677] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[276/677] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[277/677] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[288/686] Compiling _RopeModule _CharacterRecognizer.swift
[289/686] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[290/686] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[291/686] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[292/686] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[293/686] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[294/686] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[295/686] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[296/686] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[297/686] Compiling HashTreeCollections TreeSet.swift
[298/686] Compiling OrderedCollections OrderedDictionary.swift
[299/686] Compiling OrderedCollections OrderedSet+Codable.swift
[300/686] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[301/686] Compiling OrderedCollections OrderedSet+Descriptions.swift
[302/686] Compiling OrderedCollections OrderedSet+Diffing.swift
[303/686] Compiling OrderedCollections OrderedSet+Equatable.swift
[304/686] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[305/686] Compiling OrderedCollections OrderedSet+Hashable.swift
[306/726] Emitting module OrderedCollections
[308/763] Compiling HashTreeCollections _HashNode+Structural merge.swift
[309/763] Compiling HashTreeCollections _HashTreeIterator.swift
[310/763] Compiling HashTreeCollections _HashTreeStatistics.swift
[311/763] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[312/763] Compiling HashTreeCollections _RawHashNode.swift
[313/763] Compiling HashTreeCollections _UnmanagedHashNode.swift
[314/763] Compiling HashTreeCollections _UnsafePath.swift
[315/763] Compiling HashTreeCollections TreeDictionary+Codable.swift
[316/763] Compiling HashTreeCollections TreeDictionary+Collection.swift
[317/763] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[318/763] Compiling HashTreeCollections TreeDictionary.swift
[319/763] Compiling HashTreeCollections TreeSet+Codable.swift
[320/763] Compiling HashTreeCollections TreeSet+Collection.swift
[321/763] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[322/763] Compiling HashTreeCollections TreeSet+Debugging.swift
[323/763] Compiling HashTreeCollections TreeSet+Descriptions.swift
[324/763] Compiling HashTreeCollections TreeSet+Equatable.swift
[325/763] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[326/763] Compiling HashTreeCollections TreeSet+Extras.swift
[327/763] Compiling HashTreeCollections TreeSet+Filter.swift
[328/763] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[329/778] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[330/778] Compiling HashTreeCollections TreeDictionary+Merge.swift
[331/778] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[332/778] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[333/778] Compiling HashTreeCollections TreeDictionary+Values.swift
[334/778] Compiling HashTreeCollections TreeSet+Hashable.swift
[335/778] Compiling HashTreeCollections TreeSet+Sendable.swift
[336/778] Compiling HashTreeCollections TreeSet+Sequence.swift
[337/778] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[338/778] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[339/778] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[340/778] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[341/778] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[342/778] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[343/778] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[344/778] Compiling HashTreeCollections _AncestorHashSlots.swift
[345/778] Compiling HashTreeCollections _Bitmap.swift
[346/778] Compiling HashTreeCollections _Bucket.swift
[347/778] Emitting module _RopeModule
[348/778] Compiling DequeModule Deque+CustomReflectable.swift
[349/778] Compiling DequeModule Deque+Descriptions.swift
[360/790] Compiling DequeModule _DequeBuffer.swift
[361/790] Compiling DequeModule _DequeBufferHeader.swift
[362/790] Compiling DequeModule Deque+Equatable.swift
[363/790] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[364/790] Compiling DequeModule Deque+Extras.swift
[365/790] Compiling DequeModule Deque+Hashable.swift
[370/790] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[371/790] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[372/790] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[373/790] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[374/790] Compiling HashTreeCollections _HashNode+Structural union.swift
[375/790] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[376/790] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[377/790] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[378/790] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[379/790] Compiling HashTreeCollections _HashNode.swift
[380/790] Compiling HashTreeCollections _HashNodeHeader.swift
[381/790] Compiling HashTreeCollections _HashSlot.swift
[382/790] Compiling DequeModule Deque+Testing.swift
[383/790] Compiling DequeModule Deque._Storage.swift
[386/790] Compiling DequeModule Deque._UnsafeHandle.swift
[387/790] Compiling DequeModule Deque.swift
[388/790] Compiling DequeModule _DequeSlot.swift
[389/790] Compiling DequeModule _UnsafeWrappedBuffer.swift
[390/790] Compiling DequeModule Deque+Codable.swift
[391/790] Compiling DequeModule Deque+Collection.swift
[403/790] Compiling HashTreeCollections _HashStack.swift
[429/799] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[430/799] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[431/799] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[432/799] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[433/799] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[434/799] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[435/799] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[436/799] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[437/799] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[438/799] Compiling HashTreeCollections TreeSet.swift
[439/799] Emitting module OrderedCollections
[473/800] Emitting module _RopeModule
[477/800] Compiling SwiftSyntax SyntaxNodesGHI.swift
[478/800] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[479/800] Compiling SwiftSyntax SyntaxNodesOP.swift
[480/800] Compiling SwiftSyntax SyntaxNodesQRS.swift
[481/800] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[482/800] Compiling HashTreeCollections _HashNode+Invariants.swift
[483/800] Compiling HashTreeCollections _HashNode+Lookups.swift
[484/800] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[486/800] Emitting module DequeModule
[508/816] Compiling DequeModule Deque+Codable.swift
[509/816] Compiling DequeModule Deque+Collection.swift
[510/816] Compiling DequeModule Deque+Extras.swift
[511/816] Compiling DequeModule Deque+Hashable.swift
[512/816] Compiling DequeModule Deque+CustomReflectable.swift
[513/816] Compiling DequeModule Deque+Descriptions.swift
[514/816] Compiling DequeModule Deque+Equatable.swift
[515/816] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[516/816] Compiling DequeModule _DequeBuffer.swift
[517/816] Compiling DequeModule _DequeBufferHeader.swift
[523/816] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[524/816] Compiling HashTreeCollections TreeDictionary+Filter.swift
[525/816] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[526/816] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[527/816] Compiling HashTreeCollections TreeDictionary+Keys.swift
[537/816] Compiling DequeModule Deque+Testing.swift
[538/816] Compiling DequeModule Deque._Storage.swift
[539/816] Compiling DequeModule Deque._UnsafeHandle.swift
[540/816] Compiling DequeModule Deque.swift
[559/872] Compiling BitCollections BitArray+Shifts.swift
[560/872] Compiling BitCollections BitArray+Testing.swift
[561/872] Compiling BitCollections BitArray._UnsafeHandle.swift
[562/872] Compiling BitCollections BitArray.swift
[563/872] Emitting module HashTreeCollections
[564/926] Compiling BitCollections BitSet+Random.swift
[565/926] Compiling BitCollections BitSet+SetAlgebra basics.swift
[566/926] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[567/926] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[568/926] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[569/926] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[570/926] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[571/926] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[572/926] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[573/926] Compiling BitCollections BitSet+SetAlgebra union.swift
[574/926] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[575/926] Compiling BitCollections BitSet.Counted.swift
[576/926] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[577/926] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[578/926] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[579/926] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[580/926] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[581/926] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[582/926] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[585/926] Compiling SwiftSyntax SyntaxNodesC.swift
[586/926] Compiling SwiftSyntax SyntaxNodesD.swift
[587/926] Compiling SwiftSyntax SyntaxNodesEF.swift
[597/926] Compiling BitCollections BitArray+Invariants.swift
[598/926] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[599/926] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[600/926] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[601/926] Compiling BitCollections BitArray+Extras.swift
[602/926] Compiling BitCollections BitArray+Fill.swift
[603/926] Compiling BitCollections BitArray+Hashable.swift
[604/926] Compiling BitCollections BitArray+Initializers.swift
[610/933] Compiling BitCollections BitSet+BidirectionalCollection.swift
[611/933] Compiling BitCollections BitSet+Codable.swift
[612/977] Compiling ArgumentParser ArgumentDiscussion.swift
[613/977] Compiling ArgumentParser ArgumentHelp.swift
[614/977] Compiling ArgumentParser CollectionExtensions.swift
[615/977] Compiling ArgumentParser Mutex.swift
[616/977] Compiling ArgumentParser Platform.swift
[617/977] Compiling ArgumentParser SequenceExtensions.swift
[618/977] Compiling ArgumentParser StringExtensions.swift
[619/977] Compiling ArgumentParser SwiftExtensions.swift
[620/977] Compiling ArgumentParser ParsableArguments.swift
[621/977] Compiling ArgumentParser ParsableCommand.swift
[622/977] Compiling ArgumentParser ArgumentDecoder.swift
[623/977] Compiling ArgumentParser ArgumentDefinition.swift
[624/977] Compiling ArgumentParser ArgumentSet.swift
[625/977] Compiling ArgumentParser CommandParser.swift
[626/977] Compiling ArgumentParser SplitArguments.swift
[627/977] Compiling ArgumentParser DumpHelpGenerator.swift
[628/977] Compiling ArgumentParser ArgumentVisibility.swift
[629/977] Compiling ArgumentParser CompletionKind.swift
[630/977] Compiling ArgumentParser Errors.swift
[631/977] Compiling ArgumentParser Flag.swift
[632/977] Compiling ArgumentParser NameSpecification.swift
[633/977] Compiling ArgumentParser Option.swift
[634/977] Compiling ArgumentParser OptionGroup.swift
[635/977] Compiling ArgumentParser AsyncParsableCommand.swift
[636/977] Compiling ArgumentParser CommandConfiguration.swift
[637/977] Compiling ArgumentParser CommandGroup.swift
[638/977] Compiling ArgumentParser HelpCommand.swift
[639/977] Compiling ArgumentParser HelpGenerator.swift
[640/977] Compiling ArgumentParser MessageInfo.swift
[641/977] Compiling ArgumentParser UsageGenerator.swift
[648/977] Compiling ArgumentParser Parsed.swift
[649/977] Compiling ArgumentParser ParsedValues.swift
[650/977] Compiling ArgumentParser ParserError.swift
[651/977] Compiling ArgumentParser BashCompletionsGenerator.swift
[652/977] Compiling ArgumentParser CompletionsGenerator.swift
[653/977] Compiling ArgumentParser FishCompletionsGenerator.swift
[654/977] Compiling ArgumentParser ZshCompletionsGenerator.swift
[655/977] Compiling ArgumentParser Argument.swift
[666/977] Compiling ArgumentParser EnumerableFlag.swift
[678/978] Emitting module BitCollections
[689/978] Emitting module DequeModule
[712/986] Emitting module BitCollections
[712/1030] Wrapping AST for _RopeModule for debugging
[722/1030] Compiling ArgumentParser Mutex.swift
[723/1030] Compiling ArgumentParser Platform.swift
[724/1030] Compiling ArgumentParser SequenceExtensions.swift
[725/1030] Compiling ArgumentParser StringExtensions.swift
[726/1030] Compiling ArgumentParser SwiftExtensions.swift
[728/1030] Wrapping AST for SwiftSyntax510 for debugging
[730/1030] Compiling BitCollections BitSet.Index.swift
[731/1030] Compiling BitCollections BitSet._UnsafeHandle.swift
[732/1030] Compiling BitCollections BitSet.swift
[733/1030] Compiling BitCollections Range+Utilities.swift
[734/1030] Compiling BitCollections Slice+Utilities.swift
[735/1030] Compiling BitCollections UInt+Tricks.swift
[736/1030] Compiling BitCollections _Word.swift
[736/1030] Wrapping AST for SwiftSyntax509 for debugging
[738/1030] Compiling ArgumentParser BashCompletionsGenerator.swift
[739/1030] Compiling ArgumentParser CompletionsGenerator.swift
[740/1030] Compiling ArgumentParser FishCompletionsGenerator.swift
[741/1030] Compiling ArgumentParser ZshCompletionsGenerator.swift
[742/1030] Compiling ArgumentParser Argument.swift
[743/1030] Compiling ArgumentParser ArgumentDiscussion.swift
[744/1030] Compiling ArgumentParser ArgumentHelp.swift
[745/1030] Compiling ArgumentParser OptionGroup.swift
[746/1030] Compiling ArgumentParser UsageGenerator.swift
[747/1030] Compiling ArgumentParser InputKey.swift
[748/1030] Compiling ArgumentParser InputOrigin.swift
[749/1030] Compiling ArgumentParser Name.swift
[750/1030] Compiling ArgumentParser Parsed.swift
[751/1030] Compiling ArgumentParser ParsedValues.swift
[752/1030] Compiling ArgumentParser ParserError.swift
[753/1030] Compiling ArgumentParser CollectionExtensions.swift
[754/1030] Emitting module HashTreeCollections
[754/1032] Wrapping AST for SwiftSyntax509 for debugging
[757/1032] Wrapping AST for OrderedCollections for debugging
[768/1032] Compiling ArgumentParser AsyncParsableCommand.swift
[769/1032] Compiling ArgumentParser CommandConfiguration.swift
[770/1032] Compiling ArgumentParser CommandGroup.swift
[771/1032] Compiling ArgumentParser EnumerableFlag.swift
[772/1032] Compiling ArgumentParser ExpressibleByArgument.swift
[773/1032] Compiling ArgumentParser ArgumentVisibility.swift
[774/1032] Compiling ArgumentParser CompletionKind.swift
[775/1032] Compiling ArgumentParser Errors.swift
[776/1032] Compiling ArgumentParser ArgumentSet.swift
[777/1032] Compiling ArgumentParser CommandParser.swift
[778/1032] Compiling ArgumentParser SplitArguments.swift
[779/1032] Compiling ArgumentParser DumpHelpGenerator.swift
[780/1032] Compiling ArgumentParser HelpCommand.swift
[781/1032] Compiling ArgumentParser HelpGenerator.swift
[782/1032] Compiling ArgumentParser MessageInfo.swift
[783/1034] Wrapping AST for InternalCollectionsUtilities for debugging
[793/1035] Emitting module Collections
[794/1035] Compiling Collections Collections.swift
[794/1035] Wrapping AST for HeapModule for debugging
[797/1036] Wrapping AST for HashTreeCollections for debugging
[800/1036] Wrapping AST for DequeModule for debugging
[802/1036] Wrapping AST for BitCollections for debugging
[803/1036] Wrapping AST for Collections for debugging
[804/1038] Wrapping AST for ArgumentParserToolInfo for debugging
[805/1038] Wrapping AST for BitCollections for debugging
[806/1038] Wrapping AST for ArgumentParserToolInfo for debugging
[808/1038] Compiling Collections Collections.swift
[809/1038] Emitting module Collections
[810/1039] Wrapping AST for Collections for debugging
[822/1045] Compiling ArgumentParser Flag.swift
[823/1045] Compiling ArgumentParser NameSpecification.swift
[824/1051] Emitting module ArgumentParser
[826/1051] Compiling ArgumentParser Tree.swift
[827/1051] Compiling ArgumentParser CodingKeyValidator.swift
[828/1051] Compiling ArgumentParser NonsenseFlagsValidator.swift
[829/1051] Compiling ArgumentParser ParsableArgumentsValidation.swift
[830/1051] Compiling ArgumentParser PositionalArgumentsValidator.swift
[831/1051] Compiling ArgumentParser UniqueNamesValidator.swift
[843/1051] Compiling ArgumentParser Option.swift
[852/1051] Compiling ArgumentParser ParsableArguments.swift
[853/1051] Compiling ArgumentParser ParsableCommand.swift
[854/1051] Compiling ArgumentParser ArgumentDecoder.swift
[855/1051] Compiling ArgumentParser ArgumentDefinition.swift
[913/1053] Wrapping AST for ArgumentParser for debugging
[916/1053] Emitting module SwiftSyntax
[1017/1062] Compiling SwiftSyntax SyntaxNodesAB.swift
[1018/1062] Compiling SwiftSyntax SyntaxNodesC.swift
[1019/1062] Compiling SwiftSyntax SyntaxNodesD.swift
[1020/1062] Compiling SwiftSyntax SyntaxNodesEF.swift
[1021/1062] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1022/1062] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1023/1062] Compiling SwiftSyntax SyntaxNodesOP.swift
[1024/1062] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1025/1062] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1026/1067] Wrapping AST for SwiftSyntax for debugging
[1028/1121] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1029/1121] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1030/1122] Compiling SwiftDiagnostics Message.swift
[1031/1122] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1032/1122] Compiling SwiftDiagnostics FixIt.swift
[1033/1122] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1034/1122] Compiling SwiftParser IncrementalParseTransition.swift
[1035/1122] Compiling SwiftParser IsValidIdentifier.swift
[1036/1122] Compiling SwiftDiagnostics Note.swift
[1037/1122] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1038/1122] Compiling SwiftParser Expressions.swift
[1039/1122] Emitting module SwiftDiagnostics
[1040/1122] Compiling SwiftBasicFormat InferIndentation.swift
[1041/1122] Compiling SwiftBasicFormat Indenter.swift
[1042/1122] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1043/1122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1044/1123] Wrapping AST for SwiftDiagnostics for debugging
[1046/1123] Emitting module SwiftBasicFormat
[1047/1123] Compiling SwiftBasicFormat BasicFormat.swift
[1048/1124] Wrapping AST for SwiftBasicFormat for debugging
[1050/1124] Compiling SwiftParser LexemeSequence.swift
[1051/1124] Compiling SwiftParser Lexer.swift
[1052/1124] Compiling SwiftParser RegexLiteralLexer.swift
[1053/1124] Compiling SwiftParser UnicodeScalarExtensions.swift
[1054/1124] Compiling SwiftParser Lookahead.swift
[1055/1124] Compiling SwiftParser LoopProgressCondition.swift
[1056/1124] Compiling SwiftParser Modifiers.swift
[1057/1124] Compiling SwiftParser Names.swift
[1058/1124] Compiling SwiftParser Nominals.swift
[1059/1124] Compiling SwiftParser Parameters.swift
[1060/1124] Compiling SwiftParser ParseSourceFile.swift
[1061/1124] Compiling SwiftParser Parser.swift
[1062/1129] Compiling SwiftParser SwiftParserCompatibility.swift
[1063/1129] Compiling SwiftParser SwiftVersion.swift
[1064/1129] Compiling SwiftParser SyntaxUtils.swift
[1065/1129] Compiling SwiftParser TokenConsumer.swift
[1066/1129] Compiling SwiftParser TokenPrecedence.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] Compiling SwiftParser Attributes.swift
[1079/1129] Compiling SwiftParser Availability.swift
[1080/1129] Compiling SwiftParser CharacterInfo.swift
[1081/1129] Compiling SwiftParser CollectionNodes+Parsable.swift
[1082/1129] Compiling SwiftParser Declarations.swift
[1083/1129] Compiling SwiftParser Directives.swift
[1088/1129] Compiling SwiftParser Cursor.swift
[1089/1129] Compiling SwiftParser Lexeme.swift
[1090/1129] Emitting module SwiftParser
[1091/1129] Compiling SwiftParser ExperimentalFeatures.swift
[1092/1129] Compiling SwiftParser IsLexerClassified.swift
[1093/1129] Compiling SwiftParser LayoutNodes+Parsable.swift
[1094/1129] Compiling SwiftParser Parser+TokenSpecSet.swift
[1095/1129] Compiling SwiftParser TokenSpecStaticMembers.swift
[1105/1131] Wrapping AST for SwiftParser for debugging
[1108/1144] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1108/1145] Wrapping AST for SwiftSyntax for debugging
[1110/1148] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1111/1203] Compiling SwiftDiagnostics Message.swift
[1112/1204] Compiling SwiftDiagnostics FixIt.swift
[1113/1204] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1114/1204] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1115/1204] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1116/1204] Compiling SwiftParser LexemeSequence.swift
[1117/1204] Compiling SwiftParser Lexer.swift
[1118/1204] Emitting module SwiftDiagnostics
[1119/1204] Compiling SwiftDiagnostics Note.swift
[1120/1204] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1121/1204] Compiling SwiftParser CharacterInfo.swift
[1122/1204] Compiling SwiftParser CollectionNodes+Parsable.swift
[1123/1204] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1124/1204] Compiling SwiftParser RegexLiteralLexer.swift
[1125/1204] Compiling SwiftParser UnicodeScalarExtensions.swift
[1126/1204] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1127/1204] Compiling SwiftBasicFormat Indenter.swift
[1128/1204] Compiling SwiftBasicFormat InferIndentation.swift
[1129/1204] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1130/1205] Wrapping AST for SwiftDiagnostics for debugging
[1132/1205] Compiling SwiftParser Attributes.swift
[1133/1205] Compiling SwiftParser Availability.swift
[1134/1205] Emitting module SwiftBasicFormat
[1135/1205] Compiling SwiftBasicFormat BasicFormat.swift
[1136/1206] Wrapping AST for SwiftBasicFormat for debugging
[1138/1206] Emitting module SwiftParser
[1141/1211] Emitting module SwiftParserDiagnostics
[1142/1211] Compiling SwiftParser Lookahead.swift
[1143/1211] Compiling SwiftParser LoopProgressCondition.swift
[1147/1212] Compiling SwiftParser TokenSpec.swift
[1148/1212] Compiling SwiftParser TokenSpecSet.swift
[1149/1212] Compiling SwiftParser TopLevel.swift
[1150/1212] Compiling SwiftParser TriviaParser.swift
[1151/1212] Compiling SwiftParser Types.swift
[1152/1212] Compiling SwiftParser SwiftParserCompatibility.swift
[1153/1212] Compiling SwiftParser SwiftVersion.swift
[1154/1212] Compiling SwiftParser SyntaxUtils.swift
[1155/1212] Compiling SwiftParser TokenConsumer.swift
[1156/1212] Compiling SwiftParser TokenPrecedence.swift
[1157/1212] Compiling SwiftParser Modifiers.swift
[1158/1212] Compiling SwiftParser Names.swift
[1159/1212] Compiling SwiftParser Nominals.swift
[1160/1212] Compiling SwiftParser Parameters.swift
[1161/1212] Compiling SwiftParser ParseSourceFile.swift
[1162/1212] Compiling SwiftParser Parser.swift
[1163/1212] Compiling SwiftParser Patterns.swift
[1164/1212] Compiling SwiftParser Recovery.swift
[1165/1212] Compiling SwiftParser Specifiers.swift
[1166/1212] Compiling SwiftParser Statements.swift
[1167/1212] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1168/1212] Compiling SwiftParser StringLiterals.swift
[1168/1212] Wrapping AST for SwiftParserDiagnostics for debugging
[1170/1227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1171/1227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1172/1227] Compiling SwiftSyntaxBuilder Indenter.swift
[1173/1227] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1174/1227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1175/1227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1176/1227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1177/1227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1178/1227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1179/1227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1180/1227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1181/1227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1184/1228] Emitting module SwiftSyntaxBuilder
[1185/1228] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1186/1228] Compiling SwiftParser Expressions.swift
[1187/1228] Compiling SwiftParser IncrementalParseTransition.swift
[1188/1228] Compiling SwiftParser IsValidIdentifier.swift
[1189/1228] Compiling SwiftParser Cursor.swift
[1190/1228] Compiling SwiftParser Lexeme.swift
[1191/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/1252] Emitting module SafeDICore
[1207/1255] Compiling SwiftParser ExperimentalFeatures.swift
[1208/1255] Compiling SwiftParser IsLexerClassified.swift
[1209/1255] Compiling SwiftParser LayoutNodes+Parsable.swift
[1210/1255] Compiling SwiftParser Parser+TokenSpecSet.swift
[1211/1255] Compiling SwiftParser TokenSpecStaticMembers.swift
[1212/1256] Wrapping AST for SwiftParser for debugging
[1214/1279] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1215/1280] Compiling SwiftOperators PrecedenceGroup.swift
[1216/1281] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1217/1281] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1218/1281] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1219/1281] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1220/1281] Compiling SwiftOperators OperatorTable.swift
[1221/1281] Compiling SwiftOperators PrecedenceGraph.swift
[1222/1281] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1223/1281] Emitting module SwiftOperators
[1224/1281] Compiling SwiftOperators OperatorTable+Semantics.swift
[1225/1281] Compiling SwiftOperators SyntaxSynthesis.swift
[1226/1281] Compiling SwiftOperators OperatorTable+Folding.swift
[1227/1282] Compiling SafeDICore UnorderedEquatingCollection.swift
[1228/1282] Compiling SafeDICore FileVisitor.swift
[1229/1282] Compiling SafeDICore InstantiableVisitor.swift
[1230/1282] Wrapping AST for SwiftOperators for debugging
[1232/1282] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1233/1282] Compiling SwiftParserDiagnostics Utils.swift
[1234/1282] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1235/1282] Compiling SafeDICore ImportStatement.swift
[1236/1282] Compiling SafeDICore Initializer.swift
[1237/1282] Compiling SafeDICore InstantiableStruct.swift
[1238/1282] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1239/1282] Compiling SafeDICore ConcreteDeclType.swift
[1240/1282] Compiling SafeDICore Dependency.swift
[1241/1282] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1244/1282] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1246/1282] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1247/1282] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1248/1282] Compiling SafeDICore CollectionExtensions.swift
[1249/1282] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1250/1282] Compiling SafeDICore DiagnosticExtensions.swift
[1251/1282] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1256/1282] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1257/1282] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1259/1283] Wrapping AST for SafeDICore for debugging
[1265/1285] Emitting module SwiftParserDiagnostics
[1268/1286] Wrapping AST for SwiftParserDiagnostics for debugging
[1270/1301] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1271/1301] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1272/1302] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1273/1302] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1274/1302] Emitting module SwiftSyntaxBuilder
[1275/1302] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1276/1302] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1277/1302] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1278/1302] Compiling SwiftSyntaxBuilder Indenter.swift
[1279/1302] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1280/1302] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1281/1302] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1282/1302] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1283/1302] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1284/1302] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1285/1302] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1286/1303] Wrapping AST for SwiftSyntaxBuilder for debugging
[1288/1343] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1289/1343] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1290/1343] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1291/1343] Compiling SafeDICore DiagnosticExtensions.swift
[1292/1343] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1293/1345] Compiling SafeDICore DependencyTreeGenerator.swift
[1294/1345] Compiling SafeDICore ScopeGenerator.swift
[1295/1345] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1296/1345] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1297/1345] Emitting module SwiftSyntaxMacros
[1298/1345] Compiling SafeDICore CollectionExtensions.swift
[1299/1345] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1300/1345] Compiling SafeDICore ConcreteDeclType.swift
[1301/1345] Compiling SafeDICore Dependency.swift
[1302/1345] Emitting module SafeDITool
[1303/1345] Compiling SafeDITool SafeDITool.swift
[1304/1345] Compiling SafeDICore DiagnosticError.swift
[1305/1345] Compiling SafeDICore FixableInjectableError.swift
[1306/1345] Compiling SafeDICore FixableInstantiableError.swift
[1307/1345] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1308/1345] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1310/1347] Wrapping AST for SwiftSyntaxMacros for debugging
[1311/1347] Wrapping AST for SafeDITool for debugging
[1312/1347] Write Objects.LinkFileList
[1314/1347] Emitting module SafeDICore
[1315/1359] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1316/1360] Emitting module SwiftSyntaxMacroExpansion
[1317/1360] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1318/1360] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1319/1360] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1323/1360] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1324/1360] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1325/1360] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1326/1360] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1327/1360] Compiling SafeDICore UnorderedEquatingCollection.swift
[1328/1360] Compiling SafeDICore FileVisitor.swift
[1329/1360] Compiling SafeDICore InstantiableVisitor.swift
[1329/1360] Linking SafeDITool
[1333/1360] Compiling SafeDICore InstantiableStruct.swift
[1334/1360] Compiling SafeDICore Property.swift
[1335/1360] Compiling SafeDICore Scope.swift
[1336/1360] Compiling SafeDICore TypeDescription.swift
[1337/1360] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1351/1361] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1353/1374] Wrapping AST for SafeDICore for debugging
[1355/1376] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1356/1376] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1357/1377] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1358/1377] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1359/1377] Emitting module SwiftCompilerPluginMessageHandling
[1360/1377] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1361/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1362/1377] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1363/1377] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1364/1377] Emitting module SafeDITool
[1365/1377] Compiling SafeDITool SafeDITool.swift
[1366/1377] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1367/1377] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1368/1377] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1369/1377] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1371/1379] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1372/1379] Wrapping AST for SafeDITool for debugging
[1373/1379] Write Objects.LinkFileList
[1375/1381] Emitting module SwiftCompilerPlugin
[1376/1381] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1377/1382] Wrapping AST for SwiftCompilerPlugin for debugging
[1379/1386] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1379/1386] Linking SafeDITool-tool
[1381/1386] Compiling SafeDIMacros InjectableMacro.swift
[1382/1386] Compiling SafeDIMacros InstantiableMacro.swift
[1383/1386] Emitting module SafeDIMacros
[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] Emitting module SafeDI
[1390/1404] Compiling SafeDI SendableErasedInstantiator.swift
[1391/1404] Emitting module SafeDI
[1392/1405] Compiling SafeDI Received.swift
[1393/1405] Compiling SafeDI Instantiated.swift
[1394/1405] Compiling SafeDI ErasedInstantiator.swift
[1395/1405] Compiling SafeDI Instantiator.swift
[1396/1405] Compiling SafeDI Instantiable.swift
[1397/1405] Compiling SafeDI Forwarded.swift
[1398/1405] Compiling SafeDI SendableErasedInstantiator.swift
[1399/1405] Compiling SafeDI Instantiable.swift
[1400/1405] Compiling SafeDI ErasedInstantiator.swift
[1401/1405] Compiling SafeDI Instantiator.swift
[1402/1405] Compiling SafeDI Received.swift
[1403/1405] Compiling SafeDI Instantiated.swift
[1404/1405] Compiling SafeDI SendableInstantiator.swift
Build complete! (479.32s)
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.