The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SafeDI, reference 1.2.2 (750058), with Swift 6.1 for Android on 4 Jun 2025 03:17:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 750058d Bump to 1.2.2
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
750058d8e4a3889bba27a9a198e469d34020fd31
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.2.2
========================================
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-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[5389/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[27572/103600] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.14s)
[37630/102692] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.16s)
[22956/87311] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
[11316/70720] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.57s)
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.05s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.76s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.22s)
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.71s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.18s)
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.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.25s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.87s)
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[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
[57/115] Write swift-version-24593BA9C3E375BF.txt
[60/143] Emitting module SwiftSyntax509
[61/143] Emitting module SwiftSyntax601
[62/143] Emitting module SwiftSyntax600
[63/143] Emitting module InternalCollectionsUtilities
[64/144] Compiling SwiftSyntax509 Empty.swift
[65/145] Compiling SwiftSyntax601 Empty.swift
[67/146] Emitting module SwiftSyntax601
[68/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/147] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/147] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/147] Compiling SwiftSyntax600 Empty.swift
[72/148] Emitting module SwiftSyntax510
[73/148] Compiling SwiftSyntax510 Empty.swift
[74/149] Emitting module ArgumentParserToolInfo
[75/149] Compiling ArgumentParserToolInfo ToolInfo.swift
[76/150] Emitting module ArgumentParserToolInfo
[77/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[78/151] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/151] Compiling InternalCollectionsUtilities Integer rank.swift
[81/151] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/151] Compiling InternalCollectionsUtilities Debugging.swift
[83/151] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/151] Compiling InternalCollectionsUtilities Descriptions.swift
[85/151] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[87/151] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/151] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/154] Wrapping AST for SwiftSyntax601 for debugging
[98/205] Emitting module SwiftSyntax600
[99/205] Compiling SwiftSyntax600 Empty.swift
[100/294] Emitting module SwiftSyntax510
[101/294] Compiling SwiftSyntax510 Empty.swift
[102/353] Compiling SwiftSyntax Identifier.swift
[103/353] Compiling SwiftSyntax MemoryLayout.swift
[104/383] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[106/383] Compiling SwiftSyntax509 Empty.swift
[107/383] Emitting module SwiftSyntax509
[108/384] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[109/384] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[112/384] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[113/485] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[114/522] Compiling HeapModule Heap+Descriptions.swift
[115/522] Emitting module InternalCollectionsUtilities
[116/522] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[117/522] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[118/522] Compiling HeapModule _HeapNode.swift
[119/522] Compiling HeapModule Heap.swift
[120/522] Compiling HashTreeCollections _HashNode+Storage.swift
[121/522] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[122/522] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[123/522] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[124/522] Compiling HashTreeCollections _HashNode+Structural filter.swift
[125/522] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[126/523] Compiling HeapModule Heap+Invariants.swift
[127/523] Compiling HeapModule Heap+UnsafeHandle.swift
[129/523] Emitting module HeapModule
[131/524] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[132/524] Compiling HashTreeCollections _AncestorHashSlots.swift
[133/524] Compiling HashTreeCollections _Bitmap.swift
[134/524] Compiling HashTreeCollections _Bucket.swift
[135/524] Compiling HashTreeCollections _Hash.swift
[136/524] Compiling HashTreeCollections _HashLevel.swift
[137/524] Compiling HashTreeCollections _HashNode+Builder.swift
[138/524] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[139/524] Compiling HashTreeCollections TreeSet+Debugging.swift
[140/524] Compiling HashTreeCollections TreeSet+Descriptions.swift
[141/524] Compiling HashTreeCollections TreeSet+Equatable.swift
[142/524] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[143/524] Compiling HashTreeCollections TreeSet+Extras.swift
[144/524] Compiling HashTreeCollections TreeSet+Filter.swift
[145/531] Compiling OrderedCollections OrderedSet+Sendable.swift
[146/531] Compiling OrderedCollections OrderedSet+SubSequence.swift
[147/531] Compiling OrderedCollections OrderedSet+Testing.swift
[148/531] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[149/531] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[150/531] Compiling OrderedCollections OrderedSet.swift
[151/531] Compiling OrderedCollections _UnsafeBitset.swift
[152/531] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[153/531] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[154/531] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[155/673] Compiling SwiftSyntax AbsolutePosition.swift
[156/673] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[157/673] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[158/673] Compiling SwiftSyntax Assert.swift
[159/673] Compiling SwiftSyntax BumpPtrAllocator.swift
[160/673] Compiling SwiftSyntax CommonAncestor.swift
[161/673] Compiling SwiftSyntax Convenience.swift
[162/673] Compiling SwiftSyntax CustomTraits.swift
[163/673] Compiling SwiftSyntax SourceEdit.swift
[164/673] Compiling SwiftSyntax SourceLength.swift
[165/673] Compiling SwiftSyntax SourceLocation.swift
[166/673] Compiling SwiftSyntax SourcePresence.swift
[167/673] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[168/673] Compiling SwiftSyntax Syntax.swift
[169/673] Compiling SwiftSyntax SyntaxArena.swift
[170/673] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[171/673] Compiling SwiftSyntax SyntaxChildren.swift
[172/673] Compiling SwiftSyntax SyntaxCollection.swift
[173/673] Compiling SwiftSyntax SyntaxHashable.swift
[174/673] Compiling SwiftSyntax Trivia.swift
[175/673] Compiling SwiftSyntax Utils.swift
[176/673] Compiling SwiftSyntax ChildNameForKeyPath.swift
[177/673] Compiling SwiftSyntax Keyword.swift
[178/673] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[179/673] Compiling SwiftSyntax SyntaxProtocol.swift
[180/673] Compiling SwiftSyntax SyntaxText.swift
[181/673] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[182/673] Compiling SwiftSyntax TokenDiagnostic.swift
[183/673] Compiling SwiftSyntax TokenSequence.swift
[184/673] Compiling SwiftSyntax TokenSyntax.swift
[185/673] Compiling SwiftSyntax RawSyntaxNodesC.swift
[186/673] Compiling SwiftSyntax RawSyntaxNodesD.swift
[200/682] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[201/682] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[202/682] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[203/682] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[204/682] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[205/682] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[206/682] Compiling SwiftSyntax RawSyntaxValidation.swift
[207/682] Compiling _RopeModule Rope+Find.swift
[208/682] Compiling _RopeModule Rope+ForEachWhile.swift
[209/682] Compiling _RopeModule Rope+Insert.swift
[210/682] Compiling _RopeModule Rope+Join.swift
[211/682] Compiling _RopeModule Rope+MutatingForEach.swift
[212/682] Compiling _RopeModule Rope+Remove.swift
[213/682] Compiling _RopeModule Rope+RemoveSubrange.swift
[214/682] Compiling _RopeModule Rope+Split.swift
[215/682] Compiling _RopeModule Optional Utilities.swift
[216/682] Compiling _RopeModule String Utilities.swift
[217/682] Compiling _RopeModule String.Index+ABI.swift
[218/682] Compiling _RopeModule _CharacterRecognizer.swift
[219/682] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[220/682] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[221/682] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[222/682] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[223/682] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[224/682] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[225/682] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[226/682] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[227/682] Compiling HashTreeCollections TreeSet.swift
[236/682] Compiling SwiftSyntax EditorPlaceholder.swift
[237/682] Compiling SwiftSyntax Identifier.swift
[252/682] Compiling SwiftSyntax SyntaxEnum.swift
[253/682] Compiling SwiftSyntax SyntaxKind.swift
[254/682] Compiling SwiftSyntax SyntaxRewriter.swift
[255/682] Compiling SwiftSyntax SyntaxTraits.swift
[256/682] Compiling SwiftSyntax MemoryLayout.swift
[257/682] Compiling SwiftSyntax MissingNodeInitializers.swift
[258/682] Compiling SwiftSyntax RawSyntax.swift
[259/682] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[260/682] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[261/682] Compiling SwiftSyntax RawSyntaxTokenView.swift
[278/682] Compiling SwiftSyntax SyntaxVisitor.swift
[279/682] Compiling SwiftSyntax TokenKind.swift
[280/682] Compiling SwiftSyntax Tokens.swift
[281/682] Emitting module OrderedCollections
[283/683] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[284/683] Compiling SwiftSyntax SyntaxBaseNodes.swift
[285/683] Compiling SwiftSyntax SyntaxCollections.swift
[286/683] Compiling SwiftSyntax SyntaxIdentifier.swift
[287/683] Compiling SwiftSyntax SyntaxNodeFactory.swift
[288/683] Compiling SwiftSyntax SyntaxNodeStructure.swift
[294/738] Emitting module _RopeModule
[295/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[296/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[297/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[298/738] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[299/738] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[307/738] Compiling SwiftSyntax TriviaPieces.swift
[308/738] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[309/738] Compiling _RopeModule Rope+Extract.swift
[313/747] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[314/747] Compiling OrderedCollections OrderedSet+Hashable.swift
[315/747] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[316/747] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[317/747] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[318/747] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[319/747] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[320/747] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[321/747] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[322/747] Compiling OrderedCollections OrderedDictionary+Values.swift
[323/747] Compiling OrderedCollections OrderedSet+Initializers.swift
[324/747] Compiling OrderedCollections OrderedDictionary+Codable.swift
[325/747] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[326/747] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[327/747] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[328/747] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[329/747] Compiling OrderedCollections OrderedDictionary+Elements.swift
[330/747] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[331/747] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[332/747] Compiling OrderedCollections _HashTable+Bucket.swift
[333/747] Compiling OrderedCollections _HashTable+BucketIterator.swift
[334/747] Compiling OrderedCollections _HashTable+Constants.swift
[335/747] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[336/747] Compiling OrderedCollections _HashTable+Testing.swift
[337/747] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[338/747] Compiling OrderedCollections _HashTable.swift
[339/747] Compiling OrderedCollections _Hashtable+Header.swift
[340/747] Compiling OrderedCollections OrderedDictionary.swift
[341/747] Compiling OrderedCollections OrderedSet+Codable.swift
[342/747] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[343/747] Compiling OrderedCollections OrderedSet+Descriptions.swift
[344/747] Compiling OrderedCollections OrderedSet+Diffing.swift
[345/747] Compiling OrderedCollections OrderedSet+Equatable.swift
[346/747] Emitting module ArgumentParser
[347/752] Compiling ArgumentParser StringExtensions.swift
[348/752] Compiling ArgumentParser Tree.swift
[349/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[350/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[351/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[352/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[353/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[354/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[355/752] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[361/759] Compiling _RopeModule Rope+Join.swift
[362/759] Compiling _RopeModule Rope+MutatingForEach.swift
[363/759] Compiling _RopeModule Rope+Remove.swift
[364/759] Compiling _RopeModule Rope+RemoveSubrange.swift
[365/759] Compiling _RopeModule Rope+Split.swift
[366/759] Compiling _RopeModule Optional Utilities.swift
[367/759] Compiling _RopeModule String Utilities.swift
[368/759] Compiling _RopeModule String.Index+ABI.swift
[369/759] Compiling _RopeModule _CharacterRecognizer.swift
[387/759] Compiling OrderedCollections OrderedSet+Insertions.swift
[388/759] Compiling OrderedCollections OrderedSet+Invariants.swift
[389/759] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[390/759] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[391/759] Compiling ArgumentParser CollectionExtensions.swift
[392/759] Compiling ArgumentParser Platform.swift
[393/759] Compiling ArgumentParser SequenceExtensions.swift
[424/759] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[425/759] Compiling OrderedCollections OrderedSet.swift
[426/759] Compiling OrderedCollections _UnsafeBitset.swift
[433/759] Emitting module HashTreeCollections
[434/760] Emitting module _RopeModule
[483/788] Compiling HashTreeCollections _AncestorHashSlots.swift
[484/788] Compiling HashTreeCollections _Bitmap.swift
[485/788] Compiling HashTreeCollections _Bucket.swift
[486/788] Compiling HashTreeCollections _Hash.swift
[487/788] Compiling HashTreeCollections _HashLevel.swift
[506/837] Compiling HashTreeCollections _HashNode+Builder.swift
[507/837] Emitting module ArgumentParser
[508/867] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[509/867] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[510/867] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[511/867] Compiling HashTreeCollections _HashNode.swift
[512/867] Compiling HashTreeCollections _HashNodeHeader.swift
[513/867] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[514/867] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[515/867] Compiling HashTreeCollections _HashNode+Storage.swift
[516/867] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[517/867] Compiling HashTreeCollections _HashNode+Structural filter.swift
[518/867] Compiling HashTreeCollections _HashTreeIterator.swift
[519/867] Compiling HashTreeCollections _HashTreeStatistics.swift
[520/867] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[521/867] Compiling HashTreeCollections _RawHashNode.swift
[522/867] Compiling HashTreeCollections _UnmanagedHashNode.swift
[523/867] Compiling HashTreeCollections _UnsafePath.swift
[524/867] Compiling HashTreeCollections TreeDictionary+Codable.swift
[525/867] Compiling HeapModule _HeapNode.swift
[526/867] Compiling HeapModule Heap.swift
[527/867] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[528/867] Compiling HashTreeCollections TreeDictionary+Merge.swift
[529/867] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[530/867] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[531/867] Compiling HashTreeCollections TreeDictionary+Values.swift
[532/867] Compiling HeapModule Heap+Invariants.swift
[533/867] Compiling HeapModule Heap+Descriptions.swift
[534/867] Compiling HeapModule Heap+UnsafeHandle.swift
[535/867] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[536/867] Emitting module HeapModule
[537/868] Compiling HashTreeCollections TreeSet+Sequence.swift
[538/868] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[539/868] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[540/868] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[541/868] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[542/868] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[543/868] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[544/868] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[547/868] Emitting module OrderedCollections
[548/868] Compiling HashTreeCollections TreeSet+Hashable.swift
[549/868] Compiling HashTreeCollections TreeSet+Sendable.swift
[558/879] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[559/879] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[560/879] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[561/879] Compiling HashTreeCollections _HashNode+Structural merge.swift
[562/879] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[563/879] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[564/879] Compiling HashTreeCollections _HashNode+Structural union.swift
[565/879] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[571/879] Compiling HashTreeCollections _HashSlot.swift
[572/879] Compiling HashTreeCollections _HashStack.swift
[573/879] Compiling HashTreeCollections TreeDictionary.swift
[574/879] Compiling HashTreeCollections TreeSet+Codable.swift
[575/879] Compiling HashTreeCollections TreeSet+Collection.swift
[576/879] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[577/879] Compiling HashTreeCollections TreeSet+Debugging.swift
[584/879] Compiling HashTreeCollections _HashNode+Debugging.swift
[585/879] Compiling HashTreeCollections _HashNode+Initializers.swift
[586/879] Compiling HashTreeCollections _HashNode+Invariants.swift
[595/879] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[596/879] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[597/879] Compiling HashTreeCollections _HashNode+Lookups.swift
[598/879] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[599/879] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[600/879] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[601/879] Compiling HashTreeCollections TreeDictionary+Filter.swift
[602/879] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[603/879] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[604/879] Compiling HashTreeCollections TreeDictionary+Keys.swift
[613/895] Compiling DequeModule Deque._UnsafeHandle.swift
[614/895] Compiling DequeModule Deque.swift
[633/910] Compiling HashTreeCollections TreeSet+Descriptions.swift
[634/910] Compiling HashTreeCollections TreeSet+Equatable.swift
[635/910] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[636/910] Compiling HashTreeCollections TreeSet+Extras.swift
[637/910] Compiling HashTreeCollections TreeSet+Filter.swift
[638/910] Compiling DequeModule Deque+Equatable.swift
[639/910] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[640/910] Compiling DequeModule Deque+CustomReflectable.swift
[641/910] Compiling DequeModule Deque+Descriptions.swift
[642/912] Compiling DequeModule Deque.swift
[643/912] Compiling DequeModule Deque+Testing.swift
[644/912] Compiling DequeModule Deque._Storage.swift
[645/912] Compiling DequeModule _DequeSlot.swift
[646/912] Compiling DequeModule _UnsafeWrappedBuffer.swift
[653/912] Compiling DequeModule _DequeBuffer.swift
[654/912] Compiling DequeModule _DequeBufferHeader.swift
[659/952] Compiling BitCollections BitArray+RandomBits.swift
[660/952] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[661/967] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[662/967] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[663/967] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[664/967] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[665/967] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[666/967] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[667/967] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[668/967] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[669/967] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[670/967] Compiling HashTreeCollections TreeSet.swift
[671/967] Compiling BitCollections BitArray+Invariants.swift
[672/967] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[673/967] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[674/967] Compiling BitCollections BitSet+CustomReflectable.swift
[675/967] Compiling BitCollections BitSet+CustomStringConvertible.swift
[676/967] Compiling BitCollections BitSet+Invariants.swift
[677/967] Compiling BitCollections BitSet+Random.swift
[678/967] Compiling BitCollections BitSet+SetAlgebra basics.swift
[679/967] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[680/967] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[681/967] Compiling BitCollections BitSet+Equatable.swift
[682/967] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[683/967] Compiling BitCollections BitSet+Extras.swift
[684/967] Compiling BitCollections BitSet+Hashable.swift
[685/967] Compiling BitCollections BitSet+Initializers.swift
[686/968] Compiling BitCollections BitSet+BidirectionalCollection.swift
[687/968] Compiling BitCollections BitSet+Codable.swift
[689/968] Compiling BitCollections BitArray._UnsafeHandle.swift
[690/968] Compiling BitCollections BitArray.swift
[691/968] Compiling BitCollections BitArray+Shifts.swift
[692/968] Compiling BitCollections BitArray+Testing.swift
[693/968] Compiling BitCollections BitArray+Descriptions.swift
[694/968] Compiling BitCollections BitArray+Equatable.swift
[704/968] Compiling HashTreeCollections TreeDictionary+Collection.swift
[705/968] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[706/968] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[707/968] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[714/1006] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[715/1006] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[716/1021] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[717/1021] Compiling BitCollections BitArray+Codable.swift
[718/1021] Compiling BitCollections BitArray+Collection.swift
[719/1021] Compiling BitCollections BitArray+Copy.swift
[720/1021] Compiling BitCollections BitArray+CustomReflectable.swift
[721/1021] Compiling BitCollections BitArray+Descriptions.swift
[722/1021] Compiling BitCollections BitArray+Equatable.swift
[723/1021] Compiling BitCollections BitArray+RandomBits.swift
[724/1028] Emitting module DequeModule
[725/1029] Emitting module BitCollections
[728/1029] Compiling BitCollections BitSet+Initializers.swift
[729/1029] Compiling BitCollections BitSet+Invariants.swift
[730/1029] Compiling BitCollections BitSet+Random.swift
[731/1029] Compiling BitCollections BitSet+SetAlgebra basics.swift
[732/1029] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[733/1029] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[734/1029] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[735/1029] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[736/1029] Compiling BitCollections BitArray+Shifts.swift
[737/1029] Compiling BitCollections BitArray+Testing.swift
[738/1029] Compiling BitCollections BitArray._UnsafeHandle.swift
[739/1029] Compiling BitCollections BitArray.swift
[740/1029] Compiling BitCollections BitSet+BidirectionalCollection.swift
[741/1029] Compiling BitCollections BitSet+Codable.swift
[743/1029] Emitting module DequeModule
[743/1030] Wrapping AST for _RopeModule for debugging
[745/1030] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[746/1030] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[747/1030] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[748/1030] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[749/1030] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[750/1030] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[751/1030] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[752/1030] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[753/1030] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[754/1030] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[755/1030] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[756/1030] Compiling BitCollections BitSet+SetAlgebra union.swift
[757/1030] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[758/1030] Compiling BitCollections BitSet.Counted.swift
[759/1030] Wrapping AST for SwiftSyntax600 for debugging
[761/1030] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[762/1030] Compiling BitCollections BitSet+CustomReflectable.swift
[763/1030] Compiling BitCollections BitSet+CustomStringConvertible.swift
[764/1030] Compiling BitCollections BitSet+Equatable.swift
[765/1030] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[766/1030] Compiling BitCollections BitSet+Extras.swift
[767/1030] Compiling BitCollections BitSet+Hashable.swift
[767/1037] Wrapping AST for SwiftSyntax510 for debugging
[768/1037] Wrapping AST for SwiftSyntax509 for debugging
[769/1037] Wrapping AST for OrderedCollections for debugging
[770/1037] Wrapping AST for InternalCollectionsUtilities for debugging
[771/1037] Wrapping AST for HeapModule for debugging
[786/1037] Wrapping AST for DequeModule for debugging
[787/1037] Wrapping AST for ArgumentParserToolInfo for debugging
[813/1037] Compiling BitCollections BitArray+Extras.swift
[814/1037] Compiling BitCollections BitArray+Fill.swift
[815/1037] Compiling BitCollections BitArray+Hashable.swift
[816/1037] Compiling BitCollections BitArray+Initializers.swift
[817/1037] Compiling BitCollections BitArray+Invariants.swift
[818/1037] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[837/1037] Compiling BitCollections BitArray+BitwiseOperations.swift
[844/1037] Wrapping AST for ArgumentParser for debugging
[850/1037] Wrapping AST for _RopeModule for debugging
[852/1037] Compiling BitCollections BitSet.Index.swift
[853/1037] Compiling BitCollections BitSet._UnsafeHandle.swift
[854/1037] Compiling BitCollections BitSet.swift
[855/1037] Compiling BitCollections Range+Utilities.swift
[856/1037] Compiling BitCollections Slice+Utilities.swift
[857/1037] Compiling BitCollections UInt+Tricks.swift
[858/1037] Compiling BitCollections _Word.swift
[858/1038] Wrapping AST for SwiftSyntax601 for debugging
[860/1038] Wrapping AST for SwiftSyntax600 for debugging
[861/1038] Wrapping AST for SwiftSyntax510 for debugging
[862/1038] Wrapping AST for SwiftSyntax509 for debugging
[863/1038] Wrapping AST for OrderedCollections for debugging
[864/1038] Wrapping AST for InternalCollectionsUtilities for debugging
[865/1038] Wrapping AST for BitCollections for debugging
[866/1038] Wrapping AST for HeapModule for debugging
[867/1038] Wrapping AST for HashTreeCollections for debugging
[875/1038] Wrapping AST for DequeModule for debugging
[901/1038] Emitting module BitCollections
[901/1038] Wrapping AST for ArgumentParserToolInfo for debugging
[909/1039] Emitting module HashTreeCollections
[916/1041] Wrapping AST for BitCollections for debugging
[917/1043] Wrapping AST for ArgumentParser for debugging
[917/1043] Wrapping AST for HashTreeCollections for debugging
[920/1043] Compiling Collections Collections.swift
[921/1045] Emitting module Collections
[923/1046] Compiling Collections Collections.swift
[924/1047] Wrapping AST for Collections for debugging
[928/1047] Emitting module SwiftSyntax
[1021/1049] Wrapping AST for SwiftSyntax for debugging
[1023/1107] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1023/1108] Wrapping AST for SwiftSyntax for debugging
[1025/1108] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1026/1108] Compiling SwiftDiagnostics Message.swift
[1027/1161] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1028/1166] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1029/1166] Compiling SwiftParser Expressions.swift
[1030/1166] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1031/1166] Emitting module SwiftDiagnostics
[1032/1166] Compiling SwiftParser IncrementalParseTransition.swift
[1033/1166] Compiling SwiftParser IsValidIdentifier.swift
[1034/1166] Compiling SwiftDiagnostics Note.swift
[1035/1166] Compiling SwiftDiagnostics Message.swift
[1036/1167] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1037/1167] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1038/1167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1039/1167] Compiling SwiftBasicFormat InferIndentation.swift
[1042/1167] Compiling SwiftBasicFormat Indenter.swift
[1043/1167] Compiling SwiftDiagnostics FixIt.swift
[1044/1167] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1045/1167] Emitting module SwiftDiagnostics
[1048/1167] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1049/1168] Compiling SwiftDiagnostics Note.swift
[1051/1168] Compiling SwiftBasicFormat Indenter.swift
[1052/1168] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1053/1168] Compiling SwiftDiagnostics FixIt.swift
[1054/1168] Compiling SwiftBasicFormat InferIndentation.swift
[1055/1168] Compiling SwiftParser Availability.swift
[1056/1168] Compiling SwiftParser CharacterInfo.swift
[1057/1168] Compiling SwiftParser CollectionNodes+Parsable.swift
[1058/1168] Compiling SwiftParser Declarations.swift
[1059/1168] Compiling SwiftParser Directives.swift
[1059/1173] Wrapping AST for SwiftDiagnostics for debugging
[1061/1173] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1062/1173] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1063/1174] Emitting module SwiftBasicFormat
[1064/1174] Compiling SwiftBasicFormat BasicFormat.swift
[1066/1175] Wrapping AST for SwiftDiagnostics for debugging
[1067/1175] Wrapping AST for SwiftBasicFormat for debugging
[1069/1175] Compiling SwiftBasicFormat BasicFormat.swift
[1070/1175] Emitting module SwiftBasicFormat
[1071/1176] Wrapping AST for SwiftBasicFormat for debugging
[1073/1176] Emitting module SwiftParser
[1075/1181] Compiling SwiftParser SwiftParserCompatibility.swift
[1076/1181] Compiling SwiftParser SwiftVersion.swift
[1077/1181] Compiling SwiftParser SyntaxUtils.swift
[1078/1181] Compiling SwiftParser TokenConsumer.swift
[1079/1181] Compiling SwiftParser TokenPrecedence.swift
[1085/1181] Compiling SwiftParser TokenSpec.swift
[1086/1181] Compiling SwiftParser TokenSpecSet.swift
[1087/1181] Compiling SwiftParser TopLevel.swift
[1088/1181] Compiling SwiftParser TriviaParser.swift
[1089/1181] Compiling SwiftParser Types.swift
[1090/1181] Compiling SwiftParser Patterns.swift
[1091/1181] Compiling SwiftParser Recovery.swift
[1092/1181] Compiling SwiftParser Specifiers.swift
[1093/1181] Compiling SwiftParser Statements.swift
[1094/1181] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1095/1181] Compiling SwiftParser StringLiterals.swift
[1096/1181] Compiling SwiftParser Modifiers.swift
[1097/1181] Compiling SwiftParser Names.swift
[1098/1181] Compiling SwiftParser Nominals.swift
[1099/1181] Compiling SwiftParser Parameters.swift
[1100/1181] Compiling SwiftParser ParseSourceFile.swift
[1101/1181] Compiling SwiftParser Parser.swift
[1102/1181] Compiling SwiftParser LexemeSequence.swift
[1103/1181] Compiling SwiftParser Lexer.swift
[1104/1181] Compiling SwiftParser RegexLiteralLexer.swift
[1105/1181] Compiling SwiftParser UnicodeScalarExtensions.swift
[1106/1181] Compiling SwiftParser Lookahead.swift
[1107/1181] Compiling SwiftParser LoopProgressCondition.swift
[1114/1181] Compiling SwiftParser Attributes.swift
[1124/1181] Compiling SwiftParser Cursor.swift
[1125/1181] Compiling SwiftParser Lexeme.swift
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1162/1206] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1163/1207] Compiling SwiftOperators PrecedenceGroup.swift
[1165/1208] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1166/1208] Compiling SwiftOperators OperatorTable+Semantics.swift
[1167/1208] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1168/1208] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1169/1208] Emitting module SwiftOperators
[1170/1208] Compiling SwiftOperators OperatorTable.swift
[1171/1208] Compiling SwiftOperators PrecedenceGraph.swift
[1171/1208] Wrapping AST for SwiftParser for debugging
[1173/1208] Compiling SwiftOperators SyntaxSynthesis.swift
[1174/1221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1175/1221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1176/1221] Compiling SwiftOperators OperatorTable+Folding.swift
[1178/1222] Emitting module SwiftParserDiagnostics
[1179/1222] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1179/1223] Wrapping AST for SwiftOperators for debugging
[1181/1223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1182/1223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1183/1223] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1184/1223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1185/1223] Compiling SwiftParserDiagnostics Utils.swift
[1186/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1187/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1188/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1191/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1194/1223] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1195/1223] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1205/1224] Emitting module SwiftParserDiagnostics
[1205/1224] Wrapping AST for SwiftParserDiagnostics for debugging
[1209/1255] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1210/1255] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1211/1255] Emitting module SwiftSyntaxBuilder
[1212/1255] Compiling SwiftSyntaxBuilder Indenter.swift
[1213/1255] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1216/1257] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1217/1257] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1218/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1219/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1220/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1221/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1222/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1223/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1224/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1225/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1226/1257] Emitting module SwiftSyntaxBuilder
[1227/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1239/1258] Wrapping AST for SwiftSyntaxBuilder for debugging
[1241/1281] Compiling SafeDICore ScopeGenerator.swift
[1242/1281] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1243/1299] Emitting module SwiftSyntaxMacros
[1245/1301] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1246/1301] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1247/1301] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1248/1301] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1249/1301] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1250/1301] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1252/1304] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1253/1304] Compiling SwiftSyntaxMacros BodyMacro.swift
[1254/1304] Compiling SwiftSyntaxMacros Macro.swift
[1255/1304] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1256/1304] Compiling SwiftSyntaxMacros MemberMacro.swift
[1257/1304] Compiling SwiftSyntaxMacros PeerMacro.swift
[1258/1304] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1259/1304] Compiling SwiftSyntaxMacros Macro+Format.swift
[1260/1304] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1261/1304] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1262/1304] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1263/1304] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1266/1304] Wrapping AST for SwiftSyntaxBuilder for debugging
[1269/1328] Emitting module SafeDICore
[1269/1328] Wrapping AST for SwiftSyntaxMacros for debugging
[1271/1337] Emitting module SwiftSyntaxMacroExpansion
[1272/1338] Compiling SafeDICore UnorderedEquatingCollection.swift
[1273/1338] Compiling SafeDICore FileVisitor.swift
[1274/1338] Compiling SafeDICore InstantiableVisitor.swift
[1275/1338] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1276/1338] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1277/1338] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1278/1341] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1279/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1280/1341] Compiling SafeDICore DiagnosticError.swift
[1281/1341] Compiling SafeDICore FixableInjectableError.swift
[1282/1341] Compiling SafeDICore FixableInstantiableError.swift
[1283/1341] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1284/1341] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1285/1341] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1286/1341] Compiling SafeDICore CollectionExtensions.swift
[1289/1341] Emitting module SafeDICore
[1290/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1291/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1292/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1293/1341] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1294/1341] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1295/1341] Compiling SafeDICore ConcreteDeclType.swift
[1296/1341] Compiling SafeDICore Dependency.swift
[1300/1341] Compiling SafeDICore Property.swift
[1301/1341] Compiling SafeDICore Scope.swift
[1302/1341] Compiling SafeDICore TypeDescription.swift
[1303/1341] Compiling SafeDICore ImportStatement.swift
[1304/1341] Compiling SafeDICore Initializer.swift
[1305/1341] Compiling SafeDICore InstantiableStruct.swift
[1306/1341] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1310/1342] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1311/1342] Compiling SafeDICore DependencyTreeGenerator.swift
[1312/1342] Compiling SafeDICore ScopeGenerator.swift
[1317/1343] Compiling SafeDICore UnorderedEquatingCollection.swift
[1318/1343] Compiling SafeDICore FileVisitor.swift
[1319/1343] Compiling SafeDICore InstantiableVisitor.swift
[1320/1343] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1321/1344] Wrapping AST for SafeDICore for debugging
[1323/1357] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1324/1357] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1334/1359] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1335/1359] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1337/1359] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1338/1359] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1339/1359] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1340/1359] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1341/1359] Emitting module SwiftCompilerPluginMessageHandling
[1341/1359] Wrapping AST for SafeDICore for debugging
[1343/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1344/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1347/1362] Emitting module SafeDITool
[1348/1362] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1350/1364] Emitting module SwiftCompilerPlugin
[1351/1364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1352/1365] Compiling SafeDITool SafeDITool.swift
[1354/1366] Wrapping AST for SwiftCompilerPlugin for debugging
[1355/1392] Wrapping AST for SafeDITool for debugging
[1356/1392] Write Objects.LinkFileList
[1358/1392] Compiling SafeDIMacros FixableInstantiableError.swift
[1359/1392] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1360/1392] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1361/1392] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1362/1395] Emitting module SafeDITool
[1363/1395] Compiling SafeDITool SafeDITool.swift
[1364/1396] Emitting module SafeDIMacros
[1365/1396] Compiling SafeDIMacros InjectableMacro.swift
[1366/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1367/1396] Compiling SafeDIMacros DiagnosticError.swift
[1368/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1369/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1370/1396] Compiling SafeDIMacros Dependency.swift
[1371/1396] Compiling SafeDIMacros ImportStatement.swift
[1372/1396] Compiling SafeDIMacros Initializer.swift
[1373/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1374/1396] Compiling SafeDIMacros Property.swift
[1375/1396] Wrapping AST for SafeDITool for debugging
[1376/1396] Write Objects.LinkFileList
[1378/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1379/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1380/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1381/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1382/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1383/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1384/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1385/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1385/1396] Linking SafeDITool-tool
[1387/1396] Compiling SafeDIMacros FileVisitor.swift
[1388/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1389/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1390/1396] Compiling SafeDIMacros Scope.swift
[1391/1396] Compiling SafeDIMacros TypeDescription.swift
[1392/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1393/1397] Linking SafeDITool
[1394/1397] Wrapping AST for SafeDIMacros for debugging
[1395/1397] Write Objects.LinkFileList
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Forwarded.swift
[1399/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1400/1414] Compiling SafeDI Forwarded.swift
[1401/1415] Compiling SafeDI Instantiable.swift
[1402/1415] Compiling SafeDI Instantiator.swift
[1403/1415] Compiling SafeDI Instantiated.swift
[1404/1415] Compiling SafeDI Instantiable.swift
[1405/1415] Emitting module SafeDI
[1406/1415] Compiling SafeDI ErasedInstantiator.swift
[1407/1415] Compiling SafeDI Received.swift
[1408/1415] Emitting module SafeDI
[1409/1415] Compiling SafeDI Received.swift
[1410/1415] Compiling SafeDI ErasedInstantiator.swift
[1411/1415] Compiling SafeDI Instantiated.swift
[1412/1415] Compiling SafeDI Instantiator.swift
[1413/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (374.94s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.