The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SafeDI, reference main (73a4d7), with Swift 6.1 for Android on 27 Jun 2025 08:23:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73a4d7b Bump SwiftFormat
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
73a4d7b08231fc6293e1fdd89a3a26efea95d5ec
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
[1/908] Fetching swift-macro-testing
[909/17623] Fetching swift-macro-testing, swift-collections
[1578/33011] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[18322/103967] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.45s)
[37583/87252] Fetching swift-macro-testing, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (9.27s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (9.28s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.37s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (10.40s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (6.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.93s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.01s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.34s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.21s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.81s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/143] Emitting module SwiftSyntax600
[61/143] Compiling SwiftSyntax600 Empty.swift
[62/144] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/145] Emitting module SwiftSyntax510
[65/145] Compiling SwiftSyntax510 Empty.swift
[66/146] Emitting module InternalCollectionsUtilities
[67/146] Emitting module ArgumentParserToolInfo
[68/146] Compiling ArgumentParserToolInfo ToolInfo.swift
[69/146] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/146] Compiling InternalCollectionsUtilities Integer rank.swift
[71/147] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/147] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/147] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/147] Compiling InternalCollectionsUtilities Debugging.swift
[75/147] Compiling InternalCollectionsUtilities Descriptions.swift
[76/147] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/147] Compiling SwiftSyntax601 Empty.swift
[78/147] Emitting module SwiftSyntax601
[79/148] Emitting module SwiftSyntax509
[80/148] Compiling SwiftSyntax601 Empty.swift
[81/148] Emitting module SwiftSyntax601
[82/148] Compiling SwiftSyntax509 Empty.swift
[83/148] Emitting module ArgumentParserToolInfo
[84/149] Compiling ArgumentParserToolInfo ToolInfo.swift
[85/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/151] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/151] Compiling InternalCollectionsUtilities _SortedCollection.swift
[95/151] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/154] Wrapping AST for SwiftSyntax601 for debugging
[98/156] Compiling SwiftSyntax600 Empty.swift
[99/156] Emitting module SwiftSyntax600
[100/249] Compiling SwiftSyntax510 Empty.swift
[102/249] Emitting module SwiftSyntax510
[103/250] Compiling SwiftSyntax509 Empty.swift
[104/250] Emitting module SwiftSyntax509
[104/251] Wrapping AST for ArgumentParserToolInfo for debugging
[106/251] Compiling ArgumentParser CommandConfiguration.swift
[107/251] Compiling ArgumentParser CommandGroup.swift
[108/252] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[111/274] Compiling SwiftSyntax MemoryLayout.swift
[112/274] Compiling SwiftSyntax MissingNodeInitializers.swift
[113/446] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/522] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[115/522] Compiling HeapModule Heap+Descriptions.swift
[116/522] Compiling HeapModule _HeapNode.swift
[117/522] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[118/522] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[119/522] Compiling HeapModule Heap.swift
[120/522] Compiling HashTreeCollections _HashNode+Storage.swift
[121/522] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[122/522] Emitting module InternalCollectionsUtilities
[123/522] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[124/522] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[125/522] Compiling HashTreeCollections _HashNode+Structural filter.swift
[126/522] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[127/523] Compiling HeapModule Heap+Invariants.swift
[128/523] Compiling HeapModule Heap+UnsafeHandle.swift
[129/523] Emitting module HeapModule
[132/524] Compiling HashTreeCollections TreeDictionary+Collection.swift
[133/524] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[134/524] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[135/524] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[136/524] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[137/524] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[138/524] Compiling HashTreeCollections TreeDictionary+Filter.swift
[139/524] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[140/524] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[141/524] Compiling HashTreeCollections TreeDictionary+Keys.swift
[142/524] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[143/524] Compiling HashTreeCollections TreeDictionary+Merge.swift
[144/524] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[145/524] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[146/531] Compiling HashTreeCollections TreeSet+Hashable.swift
[147/531] Compiling HashTreeCollections TreeSet+Sendable.swift
[148/531] Compiling HashTreeCollections TreeSet+Sequence.swift
[149/531] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[150/531] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[151/531] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[152/531] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[153/531] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[154/531] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[155/531] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[164/566] Compiling HashTreeCollections _Bucket.swift
[165/566] Compiling HashTreeCollections _Hash.swift
[166/566] Compiling HashTreeCollections _HashLevel.swift
[167/566] Compiling HashTreeCollections _HashNode+Builder.swift
[168/566] Compiling HashTreeCollections _HashNode+Debugging.swift
[169/566] Compiling HashTreeCollections _HashNode+Initializers.swift
[170/566] Compiling HashTreeCollections _HashNode+Invariants.swift
[171/566] Compiling HashTreeCollections _HashNode+Lookups.swift
[172/590] Compiling SwiftSyntax SourceEdit.swift
[173/590] Compiling SwiftSyntax SourceLength.swift
[174/590] Compiling SwiftSyntax AbsolutePosition.swift
[175/590] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[176/590] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[177/590] Compiling SwiftSyntax Assert.swift
[178/590] Compiling SwiftSyntax BumpPtrAllocator.swift
[179/590] Compiling SwiftSyntax CommonAncestor.swift
[180/673] Compiling _RopeModule BigString+Insert.swift
[181/673] Compiling _RopeModule BigString+Managing Breaks.swift
[182/673] Compiling _RopeModule BigString+RemoveSubrange.swift
[183/673] Compiling _RopeModule BigString+ReplaceSubrange.swift
[184/673] Compiling _RopeModule BigString+Split.swift
[185/673] Compiling _RopeModule Range+BigString.swift
[186/673] Compiling _RopeModule BigString+UTF16View.swift
[187/673] Compiling _RopeModule BigString+UTF8View.swift
[188/673] Compiling _RopeModule Rope+Debugging.swift
[189/673] Compiling _RopeModule Rope+Invariants.swift
[190/673] Compiling _RopeModule Rope+_Node.swift
[191/673] Compiling _RopeModule _RopeVersion.swift
[192/673] Compiling _RopeModule Rope+Collection.swift
[193/673] Compiling _RopeModule Rope+Index.swift
[194/673] Compiling _RopeModule Rope+Sequence.swift
[195/673] Compiling _RopeModule Rope+Append.swift
[196/673] Compiling _RopeModule Rope+Extract.swift
[197/673] Compiling _RopeModule Rope+Find.swift
[198/673] Compiling _RopeModule RopeElement.swift
[199/673] Compiling _RopeModule RopeMetric.swift
[200/673] Compiling _RopeModule RopeSummary.swift
[201/673] Compiling _RopeModule _RopeItem.swift
[202/673] Compiling _RopeModule _RopePath.swift
[203/673] Compiling _RopeModule BigString+UnicodeScalarView.swift
[204/673] Compiling _RopeModule BigSubstring+UTF16View.swift
[205/673] Compiling _RopeModule BigSubstring+UTF8View.swift
[206/673] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[207/673] Compiling _RopeModule BigSubstring.swift
[208/673] Compiling _RopeModule Rope+Builder.swift
[209/673] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[210/673] Compiling _RopeModule BigString+Chunk+Breaks.swift
[211/673] Compiling _RopeModule BigString+Chunk+Counts.swift
[212/673] Compiling _RopeModule BigString+Chunk+Description.swift
[213/673] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[214/673] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[215/673] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[216/673] Compiling _RopeModule BigString+Chunk+Splitting.swift
[217/673] Compiling _RopeModule BigString+Chunk.swift
[218/673] Compiling _RopeModule BigString+BidirectionalCollection.swift
[219/682] Compiling _RopeModule _CharacterRecognizer.swift
[220/682] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[221/682] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[222/682] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[223/682] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[224/682] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[225/682] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[226/682] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[227/682] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[228/682] Compiling HashTreeCollections TreeSet.swift
[236/682] Compiling _RopeModule Rope+ForEachWhile.swift
[237/682] Compiling _RopeModule Rope+Insert.swift
[250/682] Compiling _RopeModule BigString+Builder.swift
[251/682] Compiling _RopeModule BigString+Contents.swift
[252/682] Compiling _RopeModule BigString+Debugging.swift
[253/682] Compiling _RopeModule BigString+Index.swift
[254/682] Compiling _RopeModule BigString+Ingester.swift
[255/682] Compiling _RopeModule BigString+Invariants.swift
[256/682] Compiling _RopeModule BigString+Append.swift
[257/682] Compiling _RopeModule BigString+Initializers.swift
[272/682] Compiling _RopeModule Rope+_Storage.swift
[273/682] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[274/682] Compiling _RopeModule Rope+_UnsafeHandle.swift
[275/682] Compiling _RopeModule Rope.swift
[276/682] Compiling _RopeModule BigString+Comparable.swift
[277/682] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[278/682] Compiling _RopeModule BigString+CustomStringConvertible.swift
[279/682] Compiling _RopeModule BigString+Equatable.swift
[280/682] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[281/682] Compiling _RopeModule BigString+Hashing.swift
[282/682] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[283/682] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[284/682] Compiling _RopeModule BigString+Sequence.swift
[285/682] Compiling _RopeModule BigString+TextOutputStream.swift
[299/682] Compiling _RopeModule BigString+Iterators.swift
[300/682] Compiling _RopeModule BigString+Metrics.swift
[301/682] Compiling _RopeModule BigString+Summary.swift
[302/682] Compiling _RopeModule BigString.swift
[312/691] Emitting module OrderedCollections
[324/747] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[325/747] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[326/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[327/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[328/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[329/747] Compiling OrderedCollections OrderedDictionary.swift
[330/747] Compiling OrderedCollections OrderedSet+Codable.swift
[331/747] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[332/747] Compiling OrderedCollections OrderedSet+Descriptions.swift
[333/756] Emitting module _RopeModule
[339/756] Compiling SwiftSyntax SyntaxNodesAB.swift
[340/756] Compiling SwiftSyntax SyntaxNodesC.swift
[341/756] Compiling SwiftSyntax SyntaxNodesD.swift
[342/756] Compiling SwiftSyntax SyntaxNodesEF.swift
[343/756] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[344/756] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[345/756] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[346/756] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[347/756] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[348/756] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[349/756] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[350/756] Compiling OrderedCollections OrderedDictionary+Values.swift
[351/756] Compiling OrderedCollections _HashTable+Bucket.swift
[352/756] Compiling OrderedCollections _HashTable+BucketIterator.swift
[353/756] Emitting module ArgumentParser
[364/761] Compiling OrderedCollections _HashTable+Constants.swift
[365/761] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[366/761] Compiling OrderedCollections _HashTable+Testing.swift
[367/761] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[368/761] Compiling OrderedCollections _HashTable.swift
[369/761] Compiling OrderedCollections _Hashtable+Header.swift
[370/761] Compiling OrderedCollections OrderedDictionary+Codable.swift
[371/761] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[372/761] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[373/761] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[374/761] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[375/761] Compiling OrderedCollections OrderedDictionary+Elements.swift
[376/761] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[377/761] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[378/761] Compiling OrderedCollections OrderedSet+Initializers.swift
[379/761] Compiling OrderedCollections OrderedSet+Insertions.swift
[380/761] Compiling OrderedCollections OrderedSet+Invariants.swift
[397/761] Compiling SwiftSyntax SyntaxNodesGHI.swift
[398/761] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[399/761] Compiling SwiftSyntax SyntaxNodesOP.swift
[400/761] Compiling SwiftSyntax SyntaxNodesQRS.swift
[401/761] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[402/761] Compiling _RopeModule Optional Utilities.swift
[403/761] Compiling _RopeModule String Utilities.swift
[404/761] Compiling _RopeModule String.Index+ABI.swift
[405/761] Compiling _RopeModule _CharacterRecognizer.swift
[411/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[412/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[413/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[414/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[415/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[416/761] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[417/761] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[418/761] Compiling ArgumentParser StringExtensions.swift
[419/761] Compiling ArgumentParser Tree.swift
[420/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[421/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[422/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[423/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[424/761] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[425/768] Emitting module ArgumentParser
[426/773] Emitting module _RopeModule
[427/773] Emitting module HashTreeCollections
[429/774] Compiling ArgumentParser SequenceExtensions.swift
[430/774] Compiling ArgumentParser StringExtensions.swift
[431/774] Compiling ArgumentParser Tree.swift
[475/782] Compiling ArgumentParser CollectionExtensions.swift
[476/782] Compiling ArgumentParser Platform.swift
[480/782] Compiling HeapModule Heap+Descriptions.swift
[517/782] Compiling OrderedCollections OrderedSet+Diffing.swift
[521/831] Compiling HeapModule Heap.swift
[522/832] Compiling HeapModule _HeapNode.swift
[523/858] Compiling HeapModule Heap+Invariants.swift
[524/858] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[525/858] Compiling HeapModule Heap+UnsafeHandle.swift
[526/858] Compiling HashTreeCollections TreeDictionary+Values.swift
[527/858] Compiling HashTreeCollections TreeDictionary.swift
[528/858] Compiling HashTreeCollections TreeSet+Codable.swift
[529/858] Compiling HashTreeCollections TreeSet+Collection.swift
[530/858] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[531/858] Compiling HashTreeCollections TreeSet+Debugging.swift
[532/858] Compiling HashTreeCollections TreeSet+Descriptions.swift
[533/858] Emitting module HeapModule
[535/859] Emitting module OrderedCollections
[536/860] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[537/860] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[538/860] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[539/860] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[540/860] Compiling HashTreeCollections _HashNode+Structural merge.swift
[541/860] Compiling HashTreeCollections _HashNode+Debugging.swift
[542/860] Compiling HashTreeCollections _HashNode+Initializers.swift
[543/860] Compiling HashTreeCollections _HashNode+Invariants.swift
[544/860] Compiling HashTreeCollections _HashNode+Lookups.swift
[545/860] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[546/860] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[547/860] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[548/860] Compiling HashTreeCollections _HashNode+Structural union.swift
[549/860] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[550/860] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[551/860] Compiling HashTreeCollections _AncestorHashSlots.swift
[552/860] Compiling HashTreeCollections _Bitmap.swift
[553/860] Compiling HashTreeCollections _Bucket.swift
[554/860] Compiling HashTreeCollections _Hash.swift
[555/860] Compiling HashTreeCollections _HashLevel.swift
[556/860] Compiling HashTreeCollections _HashNode+Builder.swift
[557/860] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[558/860] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[559/860] Compiling HashTreeCollections _HashNode+Storage.swift
[560/860] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[561/860] Compiling HashTreeCollections _HashNode+Structural filter.swift
[562/860] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[563/860] Compiling HashTreeCollections _HashNodeHeader.swift
[564/860] Compiling HashTreeCollections _HashSlot.swift
[565/860] Compiling HashTreeCollections _HashStack.swift
[566/860] Compiling HashTreeCollections _HashTreeIterator.swift
[567/860] Compiling HashTreeCollections _HashTreeStatistics.swift
[568/860] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[569/860] Compiling HashTreeCollections _RawHashNode.swift
[570/860] Compiling HashTreeCollections _UnmanagedHashNode.swift
[571/860] Compiling HashTreeCollections _UnsafePath.swift
[572/860] Compiling HashTreeCollections TreeDictionary+Codable.swift
[573/860] Compiling HashTreeCollections TreeDictionary+Keys.swift
[574/860] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[575/860] Compiling HashTreeCollections TreeDictionary+Merge.swift
[576/860] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[577/860] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[583/875] Compiling DequeModule Deque._Storage.swift
[584/875] Compiling DequeModule _DequeBuffer.swift
[585/875] Compiling DequeModule _DequeBufferHeader.swift
[586/875] Compiling DequeModule Deque._UnsafeHandle.swift
[587/875] Compiling DequeModule Deque.swift
[592/875] Compiling DequeModule Deque+Codable.swift
[593/875] Compiling DequeModule Deque+Collection.swift
[594/875] Compiling DequeModule Deque+CustomReflectable.swift
[595/875] Compiling DequeModule Deque+Descriptions.swift
[596/875] Compiling DequeModule Deque+Extras.swift
[597/875] Compiling DequeModule Deque+Hashable.swift
[598/875] Compiling DequeModule Deque+Equatable.swift
[599/875] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[600/875] Compiling DequeModule Deque+Testing.swift
[601/885] Compiling SwiftSyntax SyntaxNodesD.swift
[602/885] Compiling SwiftSyntax SyntaxNodesEF.swift
[603/885] Compiling SwiftSyntax SyntaxNodesGHI.swift
[604/885] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[605/885] Compiling SwiftSyntax SyntaxNodesOP.swift
[606/885] Compiling SwiftSyntax SyntaxNodesQRS.swift
[607/885] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[608/885] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[609/885] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[610/885] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[622/912] Compiling HashTreeCollections TreeSet+Equatable.swift
[623/912] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[624/912] Compiling SwiftSyntax SyntaxNodesAB.swift
[625/912] Compiling SwiftSyntax SyntaxNodesC.swift
[631/913] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[632/913] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[633/913] Compiling HashTreeCollections TreeDictionary+Filter.swift
[634/913] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[635/913] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[642/913] Compiling DequeModule Deque+Equatable.swift
[643/913] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[644/966] Compiling BitCollections BitArray+Hashable.swift
[645/966] Compiling BitCollections BitArray+Initializers.swift
[646/966] Compiling BitCollections BitArray+Extras.swift
[647/966] Compiling BitCollections BitArray+Fill.swift
[649/968] Compiling BitCollections BitArray+Shifts.swift
[650/968] Compiling BitCollections BitArray+Testing.swift
[651/968] Compiling BitCollections BitArray+Invariants.swift
[652/968] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[653/968] Compiling DequeModule _DequeSlot.swift
[654/968] Compiling DequeModule _UnsafeWrappedBuffer.swift
[655/968] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[656/968] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[657/968] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[658/968] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[659/968] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[660/968] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[661/968] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[662/968] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[663/968] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[664/968] Compiling HashTreeCollections TreeSet.swift
[665/1021] Compiling BitCollections BitArray+RandomBits.swift
[666/1021] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[667/1021] Compiling BitCollections BitArray+Invariants.swift
[668/1021] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[669/1021] Compiling BitCollections BitArray._UnsafeHandle.swift
[670/1021] Compiling BitCollections BitArray.swift
[671/1021] Compiling BitCollections BitSet+BidirectionalCollection.swift
[672/1021] Compiling BitCollections BitSet+Codable.swift
[673/1021] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[674/1021] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[675/1021] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[676/1021] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[677/1021] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[678/1021] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[679/1021] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[680/1021] Compiling BitCollections BitSet+Initializers.swift
[681/1021] Compiling BitCollections BitSet+Invariants.swift
[682/1021] Compiling BitCollections BitSet+Random.swift
[683/1021] Compiling BitCollections BitSet+SetAlgebra basics.swift
[684/1021] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[685/1021] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[690/1021] Emitting module DequeModule
[691/1022] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[692/1022] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[698/1022] Compiling BitCollections BitArray+BitwiseOperations.swift
[699/1022] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[700/1022] Compiling BitCollections BitArray+Codable.swift
[701/1022] Compiling BitCollections BitArray+Collection.swift
[702/1022] Compiling BitCollections BitArray+Copy.swift
[703/1022] Compiling BitCollections BitArray+CustomReflectable.swift
[704/1022] Compiling BitCollections BitArray+Descriptions.swift
[714/1029] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[715/1029] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[716/1029] Compiling BitCollections BitSet+CustomReflectable.swift
[717/1029] Compiling BitCollections BitSet+CustomStringConvertible.swift
[718/1029] Compiling BitCollections BitSet+Equatable.swift
[719/1029] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[720/1029] Compiling BitCollections BitSet+Extras.swift
[721/1029] Compiling BitCollections BitSet+Hashable.swift
[721/1029] Wrapping AST for _RopeModule for debugging
[723/1029] Emitting module DequeModule
[724/1030] Emitting module BitCollections
[725/1037] Wrapping AST for SwiftSyntax600 for debugging
[732/1037] Compiling BitCollections BitArray+Equatable.swift
[733/1037] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[734/1037] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[735/1037] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[736/1037] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[737/1037] Compiling BitCollections BitSet+SetAlgebra union.swift
[738/1037] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[739/1037] Compiling BitCollections BitSet.Counted.swift
[739/1037] Wrapping AST for SwiftSyntax510 for debugging
[740/1037] Wrapping AST for SwiftSyntax509 for debugging
[762/1037] Wrapping AST for OrderedCollections for debugging
[763/1037] Wrapping AST for InternalCollectionsUtilities for debugging
[767/1037] Compiling BitCollections BitArray+Extras.swift
[768/1037] Compiling BitCollections BitArray+Fill.swift
[769/1037] Compiling BitCollections BitArray+Hashable.swift
[770/1037] Compiling BitCollections BitArray+Initializers.swift
[775/1037] Compiling BitCollections BitArray+Shifts.swift
[776/1037] Compiling BitCollections BitArray+Testing.swift
[786/1037] Wrapping AST for HeapModule for debugging
[787/1037] Wrapping AST for DequeModule for debugging
[797/1037] Emitting module BitCollections
[820/1037] Wrapping AST for ArgumentParser for debugging
[821/1037] Wrapping AST for _RopeModule for debugging
[823/1037] Compiling BitCollections BitSet.Index.swift
[824/1037] Compiling BitCollections BitSet._UnsafeHandle.swift
[825/1037] Compiling BitCollections BitSet.swift
[826/1037] Compiling BitCollections Range+Utilities.swift
[827/1037] Compiling BitCollections Slice+Utilities.swift
[828/1037] Compiling BitCollections UInt+Tricks.swift
[829/1037] Compiling BitCollections _Word.swift
[829/1038] Wrapping AST for SwiftSyntax601 for debugging
[830/1038] Wrapping AST for SwiftSyntax600 for debugging
[869/1039] Wrapping AST for SwiftSyntax509 for debugging
[870/1039] Wrapping AST for SwiftSyntax510 for debugging
[871/1039] Wrapping AST for BitCollections for debugging
[873/1039] Wrapping AST for OrderedCollections for debugging
[874/1039] Wrapping AST for InternalCollectionsUtilities for debugging
[875/1039] Wrapping AST for HeapModule for debugging
[883/1040] Wrapping AST for HashTreeCollections for debugging
[884/1040] Wrapping AST for ArgumentParserToolInfo for debugging
[885/1040] Wrapping AST for DequeModule for debugging
[887/1040] Wrapping AST for ArgumentParser for debugging
[888/1040] Wrapping AST for BitCollections for debugging
[890/1042] Emitting module Collections
[891/1042] Compiling Collections Collections.swift
[892/1042] Emitting module HashTreeCollections
[894/1044] Wrapping AST for Collections for debugging
[895/1044] Wrapping AST for HashTreeCollections for debugging
[897/1046] Compiling Collections Collections.swift
[898/1046] Emitting module Collections
[899/1047] Wrapping AST for Collections for debugging
[901/1047] Emitting module SwiftSyntax
[1011/1089] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Compiling SwiftDiagnostics Message.swift
[1014/1107] Emitting module SwiftDiagnostics
[1015/1107] Emitting module SwiftParser
[1016/1112] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1017/1112] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1018/1112] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1019/1112] Compiling SwiftDiagnostics Convenience.swift
[1020/1112] Compiling SwiftDiagnostics Diagnostic.swift
[1021/1112] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1022/1112] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1023/1112] Compiling SwiftBasicFormat Indenter.swift
[1024/1112] Compiling SwiftBasicFormat InferIndentation.swift
[1025/1112] Compiling SwiftDiagnostics Note.swift
[1026/1112] Compiling SwiftDiagnostics FixIt.swift
[1027/1112] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1028/1112] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1029/1112] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1030/1113] Wrapping AST for SwiftDiagnostics for debugging
[1032/1113] Compiling SwiftBasicFormat BasicFormat.swift
[1033/1113] Emitting module SwiftBasicFormat
[1034/1114] Wrapping AST for SwiftBasicFormat for debugging
[1045/1122] Wrapping AST for SwiftSyntax for debugging
[1047/1161] Compiling SwiftParser Patterns.swift
[1048/1161] Compiling SwiftParser Recovery.swift
[1049/1161] Compiling SwiftParser Specifiers.swift
[1050/1161] Compiling SwiftParser Statements.swift
[1051/1161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1052/1161] Compiling SwiftParser TokenSpec.swift
[1053/1161] Compiling SwiftParser TokenSpecSet.swift
[1054/1161] Compiling SwiftParser TopLevel.swift
[1055/1161] Compiling SwiftParser TriviaParser.swift
[1056/1161] Compiling SwiftParser Types.swift
[1057/1173] Compiling SwiftParser StringLiterals.swift
[1058/1173] Compiling SwiftParser SwiftParserCompatibility.swift
[1059/1173] Compiling SwiftParser SwiftVersion.swift
[1060/1173] Compiling SwiftParser SyntaxUtils.swift
[1061/1173] Compiling SwiftParser TokenConsumer.swift
[1062/1173] Compiling SwiftParser TokenPrecedence.swift
[1063/1173] Compiling SwiftParser Modifiers.swift
[1064/1173] Compiling SwiftParser Names.swift
[1065/1173] Compiling SwiftParser Nominals.swift
[1066/1173] Compiling SwiftParser Parameters.swift
[1067/1173] Compiling SwiftParser ParseSourceFile.swift
[1068/1173] Compiling SwiftParser Parser.swift
[1069/1173] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1070/1173] Compiling SwiftParser Expressions.swift
[1071/1173] Compiling SwiftParser IncrementalParseTransition.swift
[1072/1173] Compiling SwiftParser IsValidIdentifier.swift
[1073/1173] Compiling SwiftParser Cursor.swift
[1074/1173] Compiling SwiftParser Lexeme.swift
[1075/1173] Compiling SwiftDiagnostics Message.swift
[1076/1174] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1077/1174] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1078/1174] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1079/1174] Emitting module SwiftBasicFormat
[1080/1174] Emitting module SwiftDiagnostics
[1081/1174] Compiling SwiftBasicFormat InferIndentation.swift
[1082/1174] Compiling SwiftBasicFormat Indenter.swift
[1083/1174] Compiling SwiftDiagnostics Note.swift
[1084/1174] Compiling SwiftDiagnostics FixIt.swift
[1085/1174] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1086/1174] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1087/1174] Compiling SwiftParser CharacterInfo.swift
[1088/1174] Compiling SwiftParser CollectionNodes+Parsable.swift
[1089/1174] Compiling SwiftParser Attributes.swift
[1090/1174] Compiling SwiftParser Availability.swift
[1091/1174] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1093/1175] Compiling SwiftBasicFormat BasicFormat.swift
[1094/1176] Wrapping AST for SwiftDiagnostics for debugging
[1095/1176] Wrapping AST for SwiftBasicFormat for debugging
[1097/1176] Compiling SwiftParser ExperimentalFeatures.swift
[1098/1176] Compiling SwiftParser IsLexerClassified.swift
[1099/1176] Compiling SwiftParser LayoutNodes+Parsable.swift
[1100/1176] Compiling SwiftParser Parser+TokenSpecSet.swift
[1101/1176] Compiling SwiftParser TokenSpecStaticMembers.swift
[1102/1176] Compiling SwiftParser LexemeSequence.swift
[1103/1176] Compiling SwiftParser Lexer.swift
[1104/1176] Compiling SwiftParser RegexLiteralLexer.swift
[1105/1176] Compiling SwiftParser UnicodeScalarExtensions.swift
[1106/1176] Compiling SwiftParser Lookahead.swift
[1107/1176] Compiling SwiftParser LoopProgressCondition.swift
[1112/1176] Compiling SwiftParser Declarations.swift
[1113/1176] Compiling SwiftParser Directives.swift
[1126/1182] Wrapping AST for SwiftParser for debugging
[1128/1195] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1129/1196] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1130/1196] Compiling SwiftParser TokenSpec.swift
[1131/1196] Compiling SwiftParser TokenSpecSet.swift
[1132/1196] Compiling SwiftParser TopLevel.swift
[1133/1196] Compiling SwiftParser TriviaParser.swift
[1134/1196] Compiling SwiftParser Types.swift
[1140/1196] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1141/1196] Compiling SwiftParserDiagnostics Utils.swift
[1142/1196] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1149/1196] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1150/1196] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1151/1196] Emitting module SwiftParserDiagnostics
[1152/1196] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1153/1196] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1154/1196] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1155/1196] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1156/1196] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1157/1196] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1158/1196] Emitting module SwiftParser
[1171/1197] Wrapping AST for SwiftParserDiagnostics for debugging
[1173/1212] Compiling SwiftParser ExperimentalFeatures.swift
[1174/1212] Compiling SwiftParser IsLexerClassified.swift
[1175/1212] Compiling SwiftParser LayoutNodes+Parsable.swift
[1176/1212] Compiling SwiftParser Parser+TokenSpecSet.swift
[1177/1212] Compiling SwiftParser TokenSpecStaticMembers.swift
[1178/1213] Compiling SwiftSyntaxBuilder Indenter.swift
[1179/1213] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1180/1214] Wrapping AST for SwiftParser for debugging
[1182/1232] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1183/1232] Compiling SwiftOperators OperatorError.swift
[1184/1232] Compiling SwiftOperators OperatorTable+Defaults.swift
[1185/1237] Emitting module SwiftSyntaxBuilder
[1186/1237] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1187/1237] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1188/1237] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1189/1238] Compiling SwiftOperators PrecedenceGroup.swift
[1190/1239] Compiling SwiftOperators PrecedenceGraph.swift
[1191/1239] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1192/1239] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1193/1239] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1194/1239] Compiling SwiftParserDiagnostics Utils.swift
[1195/1239] Compiling SwiftOperators OperatorTable.swift
[1196/1239] Emitting module SwiftOperators
[1197/1239] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1198/1239] Compiling SwiftOperators OperatorTable+Semantics.swift
[1199/1239] Compiling SwiftOperators SyntaxSynthesis.swift
[1202/1239] Compiling SwiftOperators Operator.swift
[1203/1239] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1204/1239] Compiling SwiftOperators OperatorTable+Folding.swift
[1205/1240] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1206/1240] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1207/1240] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1208/1240] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1210/1241] Wrapping AST for SwiftOperators for debugging
[1212/1241] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1214/1241] Wrapping AST for SwiftSyntaxBuilder for debugging
[1216/1241] Emitting module SwiftParserDiagnostics
[1219/1264] Compiling SafeDICore CollectionExtensions.swift
[1220/1264] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1221/1264] Emitting module SafeDICore
[1222/1267] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1223/1267] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1224/1267] Compiling SafeDICore ScopeGenerator.swift
[1225/1267] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1226/1268] Compiling SafeDICore UnorderedEquatingCollection.swift
[1227/1268] Compiling SafeDICore FileVisitor.swift
[1228/1268] Compiling SafeDICore InstantiableVisitor.swift
[1229/1268] Wrapping AST for SwiftParserDiagnostics for debugging
[1231/1283] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1232/1283] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1233/1283] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1234/1283] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1235/1283] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1236/1283] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1237/1283] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1238/1283] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1239/1283] Compiling SwiftSyntaxBuilder Indenter.swift
[1240/1283] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1241/1283] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1242/1283] Compiling SafeDICore InstantiableStruct.swift
[1243/1283] Compiling SafeDICore DiagnosticError.swift
[1244/1283] Compiling SafeDICore FixableInjectableError.swift
[1245/1283] Compiling SafeDICore FixableInstantiableError.swift
[1246/1283] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1247/1283] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1248/1283] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1249/1283] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1250/1283] Compiling SafeDICore Property.swift
[1251/1283] Compiling SafeDICore Scope.swift
[1252/1283] Compiling SafeDICore TypeDescription.swift
[1253/1284] Wrapping AST for SafeDICore for debugging
[1255/1285] Emitting module SwiftSyntaxBuilder
[1258/1287] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1271/1288] Wrapping AST for SwiftSyntaxBuilder for debugging
[1273/1328] Compiling SafeDICore DependencyTreeGenerator.swift
[1274/1328] Compiling SafeDICore ScopeGenerator.swift
[1275/1330] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1276/1330] Compiling SafeDICore CollectionExtensions.swift
[1277/1330] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1278/1330] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1279/1330] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1280/1330] Compiling SafeDICore ConcreteDeclType.swift
[1281/1330] Compiling SafeDICore Dependency.swift
[1282/1330] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1283/1330] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1284/1330] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1285/1330] Compiling SafeDICore DiagnosticExtensions.swift
[1286/1330] Compiling SafeDICore DiagnosticError.swift
[1287/1330] Compiling SafeDICore FixableInjectableError.swift
[1288/1330] Compiling SafeDICore FixableInstantiableError.swift
[1289/1330] Emitting module SwiftSyntaxMacros
[1290/1330] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1291/1330] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1296/1334] Wrapping AST for SwiftSyntaxMacros for debugging
[1298/1334] Emitting module SafeDICore
[1299/1343] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1300/1344] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1301/1344] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1302/1344] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1303/1344] Emitting module SwiftSyntaxMacroExpansion
[1304/1344] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1305/1344] Emitting module SafeDITool
[1306/1344] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1307/1344] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1308/1344] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1309/1344] Compiling SafeDICore UnorderedEquatingCollection.swift
[1310/1344] Compiling SafeDICore FileVisitor.swift
[1311/1344] Compiling SafeDICore InstantiableVisitor.swift
[1317/1344] Compiling SafeDICore InstantiableStruct.swift
[1318/1344] Compiling SafeDICore Property.swift
[1319/1344] Compiling SafeDICore Scope.swift
[1320/1344] Compiling SafeDICore TypeDescription.swift
[1321/1344] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1332/1346] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1334/1346] Compiling SafeDITool SafeDITool.swift
[1334/1346] Wrapping AST for SafeDICore for debugging
[1336/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1337/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1338/1362] Wrapping AST for SafeDITool for debugging
[1339/1362] Write Objects.LinkFileList
[1341/1362] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1342/1362] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1343/1362] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1344/1362] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1345/1362] Emitting module SwiftCompilerPluginMessageHandling
[1346/1362] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1347/1362] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1348/1362] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1349/1362] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1350/1362] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1351/1362] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1352/1363] Linking SafeDITool
[1353/1363] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1355/1365] Emitting module SwiftCompilerPlugin
[1356/1365] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1358/1366] Emitting module SafeDITool
[1359/1366] Compiling SafeDITool SafeDITool.swift
[1359/1366] Wrapping AST for SwiftCompilerPlugin for debugging
[1362/1393] Emitting module SafeDIMacros
[1363/1396] Compiling SafeDIMacros FixableInstantiableError.swift
[1364/1396] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1365/1396] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1366/1396] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1366/1396] Wrapping AST for SafeDITool for debugging
[1367/1396] Write Objects.LinkFileList
[1369/1396] Compiling SafeDIMacros FileVisitor.swift
[1370/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1371/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1372/1396] Compiling SafeDIMacros Initializer.swift
[1373/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1374/1396] Compiling SafeDIMacros Property.swift
[1375/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1376/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1377/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1378/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1379/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1380/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1381/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1382/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1383/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1384/1396] Compiling SafeDIMacros Dependency.swift
[1385/1396] Compiling SafeDIMacros ImportStatement.swift
[1386/1396] Compiling SafeDIMacros Scope.swift
[1387/1396] Compiling SafeDIMacros TypeDescription.swift
[1388/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1389/1396] Compiling SafeDIMacros InjectableMacro.swift
[1390/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1391/1396] Compiling SafeDIMacros DiagnosticError.swift
[1392/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1392/1397] Linking SafeDITool-tool
[1394/1397] Wrapping AST for SafeDIMacros for debugging
[1395/1397] Write Objects.LinkFileList
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Instantiated.swift
[1399/1414] Compiling SafeDI Instantiable.swift
[1400/1414] Compiling SafeDI Forwarded.swift
[1401/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1402/1414] Emitting module SafeDI
[1403/1415] Compiling SafeDI Instantiable.swift
[1404/1415] Compiling SafeDI Forwarded.swift
[1405/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1406/1415] Compiling SafeDI Instantiated.swift
[1407/1415] Compiling SafeDI Received.swift
[1409/1415] Compiling SafeDI ErasedInstantiator.swift
[1411/1415] Compiling SafeDI Instantiator.swift
[1413/1415] Emitting module SafeDI
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (409.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.