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 (750058), with Swift 6.1 for Android on 4 Jun 2025 03:19:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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 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 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-4606859-1":/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/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[3564/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[24752/103600] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.01s)
[32112/102692] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.02s)
[17063/87311] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (5.04s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.06s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (6.42s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.62s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.82s)
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.88s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.57s)
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.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.86s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.43s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.54s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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/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/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/143] Emitting module SwiftSyntax601
[61/143] Emitting module ArgumentParserToolInfo
[62/143] Compiling SwiftSyntax600 Empty.swift
[63/143] Emitting module SwiftSyntax600
[64/143] Compiling SwiftSyntax600 Empty.swift
[65/144] Emitting module SwiftSyntax600
[66/145] Compiling SwiftSyntax601 Empty.swift
[67/146] Compiling ArgumentParserToolInfo ToolInfo.swift
[72/147] Emitting module SwiftSyntax510
[73/147] Compiling SwiftSyntax510 Empty.swift
[74/148] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/148] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/148] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/148] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/148] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/149] Compiling SwiftSyntax601 Empty.swift
[80/149] Emitting module SwiftSyntax601
[81/149] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/149] Compiling InternalCollectionsUtilities Debugging.swift
[83/149] Emitting module InternalCollectionsUtilities
[84/149] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/149] Compiling InternalCollectionsUtilities Integer rank.swift
[86/149] Compiling InternalCollectionsUtilities Descriptions.swift
[87/149] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/150] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/150] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/150] Emitting module SwiftSyntax509
[91/150] Compiling SwiftSyntax509 Empty.swift
[94/171] Wrapping AST for SwiftSyntax601 for debugging
[96/171] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/171] Wrapping AST for SwiftSyntax600 for debugging
[98/172] Compiling SwiftSyntax510 Empty.swift
[99/172] Compiling SwiftSyntax509 Empty.swift
[100/172] Emitting module SwiftSyntax509
[101/172] Emitting module SwiftSyntax510
[102/212] Compiling ArgumentParser OptionGroup.swift
[103/212] Compiling ArgumentParser AsyncParsableCommand.swift
[104/213] Emitting module ArgumentParserToolInfo
[106/213] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[106/213] Wrapping AST for ArgumentParserToolInfo for debugging
[110/213] Compiling ArgumentParser EnumerableFlag.swift
[111/213] Compiling ArgumentParser ArgumentVisibility.swift
[112/277] Compiling SwiftSyntax AbsolutePosition.swift
[113/277] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[114/278] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[115/483] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[116/483] Compiling HeapModule Heap+Descriptions.swift
[117/483] Compiling HashTreeCollections _HashNode+Invariants.swift
[118/483] Compiling HashTreeCollections _HashNode+Lookups.swift
[119/483] Compiling HeapModule _HeapNode.swift
[120/483] Emitting module InternalCollectionsUtilities
[121/483] Compiling HeapModule Heap.swift
[122/483] Compiling HashTreeCollections _Bucket.swift
[123/483] Compiling HashTreeCollections _Hash.swift
[124/483] Compiling HashTreeCollections _HashLevel.swift
[125/483] Compiling HashTreeCollections _HashNode+Builder.swift
[126/484] Compiling ArgumentParserToolInfo ToolInfo.swift
[127/485] Compiling HeapModule Heap+Invariants.swift
[128/485] Compiling HeapModule Heap+UnsafeHandle.swift
[130/485] Emitting module HeapModule
[133/486] Compiling HashTreeCollections TreeSet+Hashable.swift
[134/486] Compiling HashTreeCollections TreeSet+Sendable.swift
[135/486] Compiling HashTreeCollections TreeSet+Sequence.swift
[136/486] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[137/486] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[138/486] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[139/486] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[140/486] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[141/486] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[142/486] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[143/496] Compiling HashTreeCollections _HashNode.swift
[144/496] Compiling HashTreeCollections _HashNodeHeader.swift
[145/496] Compiling HashTreeCollections _HashSlot.swift
[146/496] Compiling HashTreeCollections _HashStack.swift
[147/496] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[148/496] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[149/496] Compiling HashTreeCollections TreeDictionary+Filter.swift
[150/496] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[151/496] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[152/496] Compiling HashTreeCollections TreeDictionary+Keys.swift
[153/496] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[154/496] Compiling HashTreeCollections TreeDictionary+Merge.swift
[155/496] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[156/496] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[157/635] Compiling _RopeModule BigString+Split.swift
[158/635] Compiling _RopeModule Range+BigString.swift
[159/635] Compiling _RopeModule BigString+UTF16View.swift
[160/635] Compiling _RopeModule BigString+UTF8View.swift
[161/635] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[162/635] Compiling _RopeModule BigString+Chunk+Breaks.swift
[163/635] Compiling _RopeModule BigString+Chunk+Counts.swift
[164/635] Compiling _RopeModule BigString+Chunk+Description.swift
[165/690] Compiling _RopeModule RopeSummary.swift
[166/690] Compiling _RopeModule _RopeItem.swift
[167/690] Compiling _RopeModule _RopePath.swift
[168/690] Compiling _RopeModule _RopeVersion.swift
[169/690] Compiling _RopeModule Rope+Collection.swift
[170/690] Compiling _RopeModule Rope+Index.swift
[171/690] Compiling _RopeModule Rope+Sequence.swift
[172/690] Compiling _RopeModule Rope+Append.swift
[173/690] Compiling _RopeModule Rope+Extract.swift
[174/690] Compiling _RopeModule Rope+Find.swift
[175/690] Compiling OrderedCollections _HashTable+Bucket.swift
[176/690] Compiling OrderedCollections _HashTable+BucketIterator.swift
[177/690] Compiling OrderedCollections _HashTable+Constants.swift
[178/690] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[179/690] Compiling OrderedCollections _HashTable+Testing.swift
[180/690] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[181/690] Compiling OrderedCollections _HashTable.swift
[182/690] Compiling OrderedCollections _Hashtable+Header.swift
[183/690] Compiling OrderedCollections OrderedDictionary+Codable.swift
[184/690] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[185/690] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[186/690] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[187/690] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[188/690] Compiling OrderedCollections OrderedDictionary+Elements.swift
[189/690] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[190/690] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[191/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[192/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[193/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[194/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[195/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[196/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[197/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[198/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[199/690] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[200/690] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[201/690] Compiling _RopeModule RopeMetric.swift
[202/690] Compiling OrderedCollections OrderedSet+Initializers.swift
[203/690] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/690] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/690] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[206/690] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[207/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[208/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[209/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[210/690] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[211/690] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[212/690] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[213/690] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[214/690] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[215/690] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[216/690] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[217/690] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[218/690] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[219/690] Compiling HashTreeCollections TreeSet.swift
[220/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[221/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[222/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[223/690] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[234/697] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[235/697] Compiling OrderedCollections OrderedSet+Hashable.swift
[245/697] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[246/697] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[247/697] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[248/697] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[249/697] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[250/697] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[251/697] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[252/697] Compiling OrderedCollections OrderedDictionary+Values.swift
[261/697] Compiling OrderedCollections OrderedDictionary.swift
[262/697] Compiling OrderedCollections OrderedSet+Codable.swift
[263/697] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[264/697] Compiling OrderedCollections OrderedSet+Descriptions.swift
[265/697] Compiling OrderedCollections OrderedSet+Diffing.swift
[266/697] Compiling OrderedCollections OrderedSet+Equatable.swift
[282/697] Compiling OrderedCollections OrderedSet+Sendable.swift
[283/697] Compiling OrderedCollections OrderedSet+SubSequence.swift
[284/697] Compiling OrderedCollections OrderedSet+Testing.swift
[285/697] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[286/697] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/697] Compiling OrderedCollections OrderedSet.swift
[288/697] Compiling OrderedCollections _UnsafeBitset.swift
[293/697] Compiling _RopeModule Rope+ForEachWhile.swift
[294/697] Compiling _RopeModule Rope+Insert.swift
[330/706] Emitting module _RopeModule
[336/711] Emitting module OrderedCollections
[363/721] Emitting module HashTreeCollections
[397/728] Compiling ArgumentParser CollectionExtensions.swift
[398/728] Compiling ArgumentParser Platform.swift
[399/728] Compiling ArgumentParser SequenceExtensions.swift
[400/728] Compiling ArgumentParser StringExtensions.swift
[401/728] Compiling ArgumentParser Tree.swift
[416/729] Compiling HeapModule Heap+Invariants.swift
[417/729] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[418/729] Compiling HeapModule Heap+Descriptions.swift
[419/729] Compiling HeapModule Heap.swift
[420/729] Compiling HeapModule _HeapNode.swift
[421/803] Compiling HeapModule Heap+UnsafeHandle.swift
[422/805] Emitting module HeapModule
[423/806] Emitting module OrderedCollections
[425/807] Compiling HashTreeCollections _AncestorHashSlots.swift
[426/807] Compiling HashTreeCollections _Bitmap.swift
[427/807] Compiling HashTreeCollections _Bucket.swift
[428/807] Compiling HashTreeCollections _Hash.swift
[429/807] Compiling HashTreeCollections _HashLevel.swift
[430/807] Compiling HashTreeCollections _HashNode+Builder.swift
[432/807] Compiling HashTreeCollections _UnmanagedHashNode.swift
[433/807] Compiling HashTreeCollections _UnsafePath.swift
[434/807] Compiling HashTreeCollections TreeDictionary+Codable.swift
[435/807] Compiling HashTreeCollections TreeDictionary+Collection.swift
[436/807] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[437/807] Compiling HashTreeCollections TreeSet+Hashable.swift
[438/807] Compiling HashTreeCollections TreeSet+Sendable.swift
[439/807] Compiling HashTreeCollections TreeSet+Sequence.swift
[440/807] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[441/807] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[442/807] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[443/807] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[444/807] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[445/807] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[446/807] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[447/832] Emitting module ArgumentParser
[448/832] Compiling DequeModule Deque+CustomReflectable.swift
[449/832] Compiling DequeModule Deque+Descriptions.swift
[450/832] Compiling DequeModule Deque+Codable.swift
[451/832] Compiling DequeModule Deque+Collection.swift
[452/832] Compiling DequeModule Deque+Equatable.swift
[453/832] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[454/832] Compiling DequeModule _DequeBuffer.swift
[455/832] Compiling DequeModule _DequeBufferHeader.swift
[456/849] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[457/849] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[458/849] Compiling HashTreeCollections TreeDictionary+Filter.swift
[459/849] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[460/849] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[461/849] Compiling HashTreeCollections TreeDictionary+Keys.swift
[462/849] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[463/849] Compiling HashTreeCollections TreeDictionary+Merge.swift
[464/849] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[465/849] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[466/849] Compiling HashTreeCollections TreeDictionary+Values.swift
[467/849] Emitting module _RopeModule
[468/849] Compiling DequeModule Deque+Codable.swift
[469/849] Compiling DequeModule Deque+Collection.swift
[470/849] Compiling HashTreeCollections TreeDictionary.swift
[471/849] Compiling HashTreeCollections TreeSet+Codable.swift
[472/849] Compiling HashTreeCollections TreeSet+Collection.swift
[473/849] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[474/849] Compiling HashTreeCollections TreeSet+Debugging.swift
[475/849] Compiling HashTreeCollections TreeSet+Descriptions.swift
[476/849] Compiling HashTreeCollections TreeSet+Equatable.swift
[477/849] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[478/849] Compiling HashTreeCollections TreeSet+Extras.swift
[479/849] Compiling HashTreeCollections TreeSet+Filter.swift
[480/849] Compiling DequeModule Deque+CustomReflectable.swift
[481/849] Compiling DequeModule Deque+Descriptions.swift
[482/851] Compiling DequeModule _DequeBuffer.swift
[483/851] Compiling DequeModule _DequeBufferHeader.swift
[492/851] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[493/851] Compiling DequeModule _DequeSlot.swift
[494/851] Compiling DequeModule _UnsafeWrappedBuffer.swift
[495/851] Compiling DequeModule Deque+Testing.swift
[496/851] Compiling DequeModule Deque._Storage.swift
[497/851] Compiling DequeModule Deque+Extras.swift
[498/851] Compiling DequeModule Deque+Hashable.swift
[501/851] Compiling HashTreeCollections _HashNodeHeader.swift
[502/851] Compiling HashTreeCollections _HashSlot.swift
[503/851] Compiling HashTreeCollections _HashStack.swift
[504/851] Compiling HashTreeCollections _HashTreeIterator.swift
[505/851] Compiling HashTreeCollections _HashTreeStatistics.swift
[506/851] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[507/851] Compiling HashTreeCollections _RawHashNode.swift
[513/851] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[514/851] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[520/851] Compiling HashTreeCollections _HashNode+Lookups.swift
[521/851] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[522/851] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[523/851] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[524/851] Compiling HashTreeCollections _HashNode+Structural union.swift
[525/851] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[526/851] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[527/851] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[528/851] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[529/851] Compiling HashTreeCollections _HashNode.swift
[531/852] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[532/852] Compiling DequeModule Deque._UnsafeHandle.swift
[533/852] Compiling DequeModule Deque.swift
[539/852] Compiling HashTreeCollections _HashNode+Debugging.swift
[548/852] Compiling DequeModule Deque+Equatable.swift
[550/861] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[551/861] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[552/861] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[553/861] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[554/861] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[555/861] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[556/861] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[557/861] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[558/861] Compiling HashTreeCollections TreeSet.swift
[559/914] Compiling BitCollections BitArray+Codable.swift
[560/914] Compiling BitCollections BitArray+Collection.swift
[561/914] Compiling BitCollections BitArray+Copy.swift
[562/914] Compiling BitCollections BitArray+CustomReflectable.swift
[563/914] Compiling BitCollections BitArray+Descriptions.swift
[564/914] Compiling SwiftSyntax SyntaxNodesGHI.swift
[565/914] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[566/914] Compiling SwiftSyntax SyntaxNodesOP.swift
[567/914] Compiling SwiftSyntax SyntaxNodesQRS.swift
[568/914] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[573/914] Compiling BitCollections BitArray+Hashable.swift
[574/914] Compiling BitCollections BitArray+Initializers.swift
[575/914] Compiling BitCollections BitArray+Invariants.swift
[576/914] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[577/914] Compiling BitCollections BitSet+Initializers.swift
[578/914] Compiling BitCollections BitSet+Invariants.swift
[579/914] Compiling BitCollections BitSet+Random.swift
[580/914] Compiling BitCollections BitSet+SetAlgebra basics.swift
[585/914] Compiling BitCollections BitArray+Extras.swift
[586/914] Compiling BitCollections BitArray+Fill.swift
[591/914] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[592/914] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[593/914] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[594/921] Compiling BitCollections BitSet+CustomStringConvertible.swift
[595/921] Compiling BitCollections BitSet+Equatable.swift
[596/921] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[597/921] Compiling BitCollections BitSet+Extras.swift
[598/921] Compiling BitCollections BitSet+Hashable.swift
[599/921] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[600/921] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[601/921] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[602/921] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[603/921] Compiling BitCollections BitSet+SetAlgebra union.swift
[604/921] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[605/921] Emitting module DequeModule
[612/922] Compiling BitCollections BitArray+BitwiseOperations.swift
[613/922] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[615/922] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[616/922] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[627/931] Emitting module DequeModule
[633/932] Compiling BitCollections BitSet.Counted.swift
[634/932] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[635/932] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[636/932] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[637/932] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[650/932] Compiling BitCollections BitArray+Equatable.swift
[651/932] Compiling BitCollections BitArray+RandomBits.swift
[652/932] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[653/932] Compiling BitCollections BitArray+Shifts.swift
[654/932] Compiling BitCollections BitArray+Testing.swift
[655/932] Compiling BitCollections BitArray._UnsafeHandle.swift
[656/932] Compiling BitCollections BitArray.swift
[657/932] Compiling BitCollections BitSet+BidirectionalCollection.swift
[658/932] Compiling BitCollections BitSet+Codable.swift
[659/932] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[660/932] Compiling BitCollections BitSet+CustomReflectable.swift
[667/932] Emitting module BitCollections
[669/933] Wrapping AST for _RopeModule for debugging
[670/986] Wrapping AST for SwiftSyntax510 for debugging
[672/986] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[673/986] Compiling BitCollections BitSet+CustomReflectable.swift
[674/986] Compiling BitCollections BitSet+CustomStringConvertible.swift
[675/986] Compiling BitCollections BitSet+Equatable.swift
[676/986] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[677/986] Compiling BitCollections BitSet+Extras.swift
[678/986] Compiling BitCollections BitSet+Hashable.swift
[679/986] Compiling BitCollections BitArray+RandomBits.swift
[680/986] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[681/986] Compiling BitCollections BitArray+Shifts.swift
[682/986] Compiling BitCollections BitArray+Testing.swift
[683/986] Compiling BitCollections BitArray._UnsafeHandle.swift
[684/986] Compiling BitCollections BitArray.swift
[685/986] Compiling BitCollections BitSet+BidirectionalCollection.swift
[686/986] Compiling BitCollections BitSet+Codable.swift
[687/986] Compiling BitCollections BitArray+BitwiseOperations.swift
[688/986] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[689/986] Compiling BitCollections BitArray+Codable.swift
[690/986] Compiling BitCollections BitArray+Collection.swift
[691/986] Compiling BitCollections BitArray+Copy.swift
[692/986] Compiling BitCollections BitArray+CustomReflectable.swift
[693/986] Compiling BitCollections BitArray+Descriptions.swift
[694/986] Compiling BitCollections BitArray+Equatable.swift
[695/986] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[696/986] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[697/986] Compiling BitCollections BitArray+Extras.swift
[698/986] Compiling BitCollections BitArray+Fill.swift
[699/986] Compiling BitCollections BitArray+Hashable.swift
[700/986] Compiling BitCollections BitArray+Initializers.swift
[701/986] Compiling BitCollections BitArray+Invariants.swift
[702/986] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[703/986] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[704/986] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[704/1024] Wrapping AST for SwiftSyntax509 for debugging
[706/1024] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[707/1024] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[708/1024] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[709/1024] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[710/1024] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[711/1024] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[712/1024] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[713/1024] Compiling ArgumentParser SplitArguments.swift
[714/1024] Compiling ArgumentParser DumpHelpGenerator.swift
[715/1024] Compiling ArgumentParser HelpCommand.swift
[716/1024] Compiling ArgumentParser HelpGenerator.swift
[717/1024] Compiling ArgumentParser MessageInfo.swift
[718/1024] Compiling ArgumentParser UsageGenerator.swift
[719/1024] Compiling BitCollections BitSet.Counted.swift
[720/1024] Compiling BitCollections BitSet+Initializers.swift
[721/1024] Compiling BitCollections BitSet+Invariants.swift
[722/1024] Compiling BitCollections BitSet+Random.swift
[723/1024] Compiling BitCollections BitSet+SetAlgebra basics.swift
[724/1024] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[725/1024] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[726/1024] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[726/1024] Wrapping AST for OrderedCollections for debugging
[727/1024] Wrapping AST for InternalCollectionsUtilities for debugging
[734/1024] Compiling ArgumentParser ArgumentDefinition.swift
[735/1024] Compiling ArgumentParser ArgumentSet.swift
[736/1024] Compiling ArgumentParser CommandParser.swift
[737/1024] Compiling ArgumentParser InputKey.swift
[738/1024] Compiling ArgumentParser InputOrigin.swift
[739/1024] Compiling ArgumentParser Name.swift
[740/1024] Compiling ArgumentParser Parsed.swift
[741/1024] Compiling ArgumentParser ParsedValues.swift
[742/1024] Compiling ArgumentParser ParserError.swift
[743/1025] Wrapping AST for HeapModule for debugging
[746/1025] Compiling BitCollections BitSet.Index.swift
[747/1025] Compiling BitCollections BitSet._UnsafeHandle.swift
[748/1025] Compiling BitCollections BitSet.swift
[749/1025] Compiling BitCollections Range+Utilities.swift
[750/1025] Compiling BitCollections Slice+Utilities.swift
[751/1025] Compiling BitCollections UInt+Tricks.swift
[752/1025] Compiling BitCollections _Word.swift
[752/1025] Wrapping AST for DequeModule for debugging
[753/1025] Wrapping AST for _RopeModule for debugging
[754/1025] Wrapping AST for ArgumentParser for debugging
[756/1025] Emitting module BitCollections
[757/1032] Compiling ArgumentParser ArgumentVisibility.swift
[758/1032] Compiling ArgumentParser CompletionKind.swift
[759/1032] Compiling ArgumentParser Errors.swift
[760/1032] Compiling ArgumentParser Flag.swift
[761/1032] Compiling ArgumentParser NameSpecification.swift
[762/1032] Compiling ArgumentParser Option.swift
[763/1032] Compiling ArgumentParser BashCompletionsGenerator.swift
[764/1032] Compiling ArgumentParser CompletionsGenerator.swift
[773/1032] Compiling ArgumentParser CommandGroup.swift
[774/1032] Compiling ArgumentParser EnumerableFlag.swift
[775/1032] Compiling ArgumentParser ExpressibleByArgument.swift
[776/1032] Compiling ArgumentParser ParsableArguments.swift
[777/1032] Compiling ArgumentParser ParsableArgumentsValidation.swift
[778/1032] Compiling ArgumentParser ParsableCommand.swift
[779/1032] Compiling ArgumentParser ArgumentDecoder.swift
[780/1032] Wrapping AST for SwiftSyntax601 for debugging
[781/1032] Wrapping AST for SwiftSyntax600 for debugging
[782/1033] Wrapping AST for SwiftSyntax509 for debugging
[783/1033] Wrapping AST for SwiftSyntax510 for debugging
[785/1033] Wrapping AST for OrderedCollections for debugging
[807/1033] Wrapping AST for InternalCollectionsUtilities for debugging
[808/1033] Wrapping AST for HeapModule for debugging
[809/1033] Wrapping AST for BitCollections for debugging
[810/1033] Wrapping AST for HashTreeCollections for debugging
[811/1033] Wrapping AST for DequeModule for debugging
[812/1033] Wrapping AST for ArgumentParserToolInfo for debugging
[814/1033] Emitting module HashTreeCollections
[840/1034] Compiling ArgumentParser FishCompletionsGenerator.swift
[841/1034] Compiling ArgumentParser ZshCompletionsGenerator.swift
[842/1034] Compiling ArgumentParser Argument.swift
[843/1034] Compiling ArgumentParser ArgumentHelp.swift
[844/1034] Compiling ArgumentParser OptionGroup.swift
[845/1034] Compiling ArgumentParser AsyncParsableCommand.swift
[846/1034] Compiling ArgumentParser CommandConfiguration.swift
[847/1034] Compiling BitCollections BitSet.Index.swift
[848/1034] Compiling BitCollections BitSet._UnsafeHandle.swift
[849/1034] Compiling BitCollections BitSet.swift
[850/1034] Compiling BitCollections Range+Utilities.swift
[851/1034] Compiling BitCollections Slice+Utilities.swift
[852/1034] Compiling BitCollections UInt+Tricks.swift
[853/1034] Compiling BitCollections _Word.swift
[853/1035] Wrapping AST for HashTreeCollections for debugging
[856/1037] Emitting module Collections
[857/1037] Compiling Collections Collections.swift
[857/1038] Wrapping AST for BitCollections for debugging
[860/1040] Compiling Collections Collections.swift
[861/1040] Emitting module Collections
[861/1040] Wrapping AST for Collections for debugging
[865/1041] Emitting module ArgumentParser
[893/1046] Emitting module SwiftSyntax
[894/1046] Compiling ArgumentParser CollectionExtensions.swift
[895/1046] Compiling ArgumentParser Platform.swift
[896/1046] Compiling ArgumentParser SequenceExtensions.swift
[897/1046] Compiling ArgumentParser StringExtensions.swift
[898/1046] Compiling ArgumentParser Tree.swift
[910/1047] Emitting module SwiftSyntax
[910/1047] Wrapping AST for ArgumentParser for debugging
[1002/1047] Compiling SwiftSyntax SyntaxNodesAB.swift
[1003/1047] Compiling SwiftSyntax SyntaxNodesC.swift
[1004/1047] Compiling SwiftSyntax SyntaxNodesD.swift
[1005/1047] Compiling SwiftSyntax SyntaxNodesEF.swift
[1006/1047] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1007/1047] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1008/1047] Compiling SwiftSyntax SyntaxNodesOP.swift
[1009/1047] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1010/1047] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1014/1106] Compiling SwiftDiagnostics Message.swift
[1015/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1016/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1017/1107] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1018/1107] Compiling SwiftParser Expressions.swift
[1019/1107] Emitting module SwiftDiagnostics
[1020/1107] Compiling SwiftParser IncrementalParseTransition.swift
[1021/1107] Compiling SwiftParser IsValidIdentifier.swift
[1022/1107] Compiling SwiftDiagnostics Note.swift
[1023/1107] Compiling SwiftBasicFormat Indenter.swift
[1024/1107] Compiling SwiftBasicFormat InferIndentation.swift
[1025/1107] Compiling SwiftDiagnostics FixIt.swift
[1026/1107] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1027/1107] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1028/1107] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1029/1108] Wrapping AST for SwiftDiagnostics for debugging
[1031/1108] Emitting module SwiftBasicFormat
[1032/1108] Compiling SwiftBasicFormat BasicFormat.swift
[1042/1109] Wrapping AST for SwiftBasicFormat for debugging
[1044/1116] Wrapping AST for SwiftSyntax for debugging
[1046/1168] Compiling SwiftDiagnostics Message.swift
[1047/1169] Compiling SwiftDiagnostics FixIt.swift
[1048/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1049/1169] Emitting module SwiftDiagnostics
[1050/1169] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1051/1169] Compiling SwiftParser Expressions.swift
[1052/1169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1053/1169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1054/1169] Emitting module SwiftParser
[1055/1174] Emitting module SwiftBasicFormat
[1056/1174] Compiling SwiftDiagnostics Note.swift
[1057/1174] Compiling SwiftBasicFormat InferIndentation.swift
[1058/1174] Compiling SwiftBasicFormat Indenter.swift
[1059/1174] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1060/1174] Compiling SwiftParser IncrementalParseTransition.swift
[1061/1174] Compiling SwiftParser IsValidIdentifier.swift
[1062/1174] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1063/1174] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1064/1175] Wrapping AST for SwiftDiagnostics for debugging
[1066/1175] Compiling SwiftBasicFormat BasicFormat.swift
[1067/1176] Compiling SwiftParser Recovery.swift
[1068/1176] Compiling SwiftParser Specifiers.swift
[1069/1176] Compiling SwiftParser Statements.swift
[1070/1176] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1071/1176] Compiling SwiftParser StringLiterals.swift
[1072/1176] Compiling SwiftParser SwiftParserCompatibility.swift
[1073/1176] Compiling SwiftParser SwiftVersion.swift
[1074/1176] Compiling SwiftParser SyntaxUtils.swift
[1075/1176] Compiling SwiftParser TokenConsumer.swift
[1076/1176] Compiling SwiftParser TokenPrecedence.swift
[1077/1176] Compiling SwiftParser Names.swift
[1078/1176] Compiling SwiftParser Nominals.swift
[1079/1176] Compiling SwiftParser Parameters.swift
[1080/1176] Compiling SwiftParser ParseSourceFile.swift
[1082/1176] Compiling SwiftParser Parser.swift
[1083/1176] Compiling SwiftParser Patterns.swift
[1084/1176] Compiling SwiftParser LexemeSequence.swift
[1085/1176] Compiling SwiftParser Lexer.swift
[1086/1176] Compiling SwiftParser RegexLiteralLexer.swift
[1087/1176] Compiling SwiftParser UnicodeScalarExtensions.swift
[1088/1176] Compiling SwiftParser Lookahead.swift
[1089/1176] Compiling SwiftParser LoopProgressCondition.swift
[1090/1176] Compiling SwiftParser TokenSpec.swift
[1091/1176] Compiling SwiftParser TokenSpecSet.swift
[1092/1176] Compiling SwiftParser TopLevel.swift
[1093/1176] Compiling SwiftParser TriviaParser.swift
[1094/1176] Compiling SwiftParser Types.swift
[1095/1176] Compiling SwiftParser Modifiers.swift
[1095/1176] Wrapping AST for SwiftBasicFormat for debugging
[1097/1176] Compiling SwiftParser Attributes.swift
[1098/1176] Compiling SwiftParser Availability.swift
[1099/1176] Compiling SwiftParser CharacterInfo.swift
[1100/1176] Compiling SwiftParser CollectionNodes+Parsable.swift
[1101/1176] Compiling SwiftParser Declarations.swift
[1102/1176] Compiling SwiftParser Directives.swift
[1109/1176] Emitting module SwiftParser
[1114/1181] Compiling SwiftParser Cursor.swift
[1115/1181] Compiling SwiftParser Lexeme.swift
[1138/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1139/1181] Compiling SwiftParser IsLexerClassified.swift
[1140/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1141/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1142/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1157/1205] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1158/1206] Compiling SwiftOperators PrecedenceGroup.swift
[1159/1206] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1160/1206] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1161/1207] Compiling SwiftOperators PrecedenceGraph.swift
[1162/1207] Compiling SwiftOperators OperatorTable.swift
[1163/1207] Emitting module SwiftOperators
[1164/1207] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1165/1207] Compiling SwiftOperators OperatorTable+Semantics.swift
[1166/1207] Compiling SwiftOperators SyntaxSynthesis.swift
[1167/1207] Compiling SwiftOperators OperatorTable+Folding.swift
[1168/1207] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1169/1207] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1170/1208] Wrapping AST for SwiftOperators for debugging
[1172/1208] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1173/1208] Compiling SwiftParserDiagnostics Utils.swift
[1174/1208] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1175/1208] Emitting module SwiftParserDiagnostics
[1178/1208] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1179/1208] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1185/1209] Wrapping AST for SwiftParser for debugging
[1187/1222] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1188/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1189/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1190/1223] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1191/1223] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1192/1224] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1193/1224] Wrapping AST for SwiftParserDiagnostics for debugging
[1195/1239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1196/1239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1197/1239] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1198/1239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1199/1239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1200/1240] Compiling SwiftSyntaxBuilder Indenter.swift
[1201/1240] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1204/1240] Emitting module SwiftSyntaxBuilder
[1205/1240] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1208/1240] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1209/1240] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1210/1240] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1211/1240] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1212/1240] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1213/1240] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1214/1240] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1215/1240] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1216/1241] Wrapping AST for SwiftSyntaxBuilder for debugging
[1220/1241] Emitting module SwiftParserDiagnostics
[1226/1282] Compiling SwiftSyntaxMacros MemberMacro.swift
[1227/1282] Compiling SwiftSyntaxMacros PeerMacro.swift
[1228/1284] Compiling SwiftSyntaxMacros Macro.swift
[1229/1284] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1230/1284] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1231/1284] Compiling SwiftSyntaxMacros Macro+Format.swift
[1232/1284] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1233/1284] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1234/1284] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1235/1284] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1236/1284] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1237/1284] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1238/1284] Compiling SwiftSyntaxMacros BodyMacro.swift
[1238/1284] Wrapping AST for SwiftParserDiagnostics for debugging
[1240/1287] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1241/1287] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1242/1299] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1243/1299] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1244/1299] Compiling SafeDICore CollectionExtensions.swift
[1245/1302] Emitting module SwiftSyntaxMacros
[1246/1302] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1247/1302] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1248/1302] Compiling SwiftSyntaxBuilder Indenter.swift
[1250/1303] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1251/1303] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1253/1303] Emitting module SafeDICore
[1253/1303] Wrapping AST for SwiftSyntaxMacros for debugging
[1255/1312] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1256/1312] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1257/1313] Emitting module SwiftSyntaxBuilder
[1258/1313] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1261/1314] Emitting module SwiftSyntaxMacroExpansion
[1262/1314] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1263/1314] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1266/1314] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1267/1314] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1268/1314] Compiling SafeDICore UnorderedEquatingCollection.swift
[1269/1314] Compiling SafeDICore FileVisitor.swift
[1270/1314] Compiling SafeDICore InstantiableVisitor.swift
[1272/1314] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1273/1314] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1274/1314] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1275/1314] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1276/1314] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1277/1314] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1278/1314] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1279/1314] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1280/1314] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1281/1315] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1282/1315] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1286/1315] Compiling SafeDICore TypeDescription.swift
[1289/1315] Wrapping AST for SwiftSyntaxBuilder for debugging
[1298/1323] Compiling SafeDICore DiagnosticError.swift
[1299/1323] Compiling SafeDICore FixableInjectableError.swift
[1300/1323] Compiling SafeDICore FixableInstantiableError.swift
[1302/1339] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1303/1339] Compiling SafeDICore DiagnosticExtensions.swift
[1304/1339] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1304/1342] Wrapping AST for SafeDICore for debugging
[1306/1344] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1308/1345] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1309/1345] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1310/1345] Compiling SafeDICore CollectionExtensions.swift
[1311/1345] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1312/1345] Compiling SafeDICore ConcreteDeclType.swift
[1313/1345] Compiling SafeDICore Dependency.swift
[1317/1345] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1317/1345] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1319/1345] Emitting module SafeDICore
[1320/1357] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1321/1357] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1322/1357] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1323/1358] Compiling SafeDICore UnorderedEquatingCollection.swift
[1324/1358] Compiling SafeDICore FileVisitor.swift
[1325/1358] Compiling SafeDICore InstantiableVisitor.swift
[1326/1358] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1327/1358] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1328/1358] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1329/1358] Compiling SafeDICore Property.swift
[1330/1358] Compiling SafeDICore Scope.swift
[1331/1358] Compiling SafeDICore TypeDescription.swift
[1332/1358] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1333/1358] Compiling SafeDICore DependencyTreeGenerator.swift
[1334/1358] Compiling SafeDICore ScopeGenerator.swift
[1335/1358] Compiling SafeDICore ImportStatement.swift
[1336/1358] Compiling SafeDICore Initializer.swift
[1337/1358] Compiling SafeDICore InstantiableStruct.swift
[1339/1359] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1340/1359] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1341/1359] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1342/1359] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1343/1359] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1344/1359] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1345/1359] Emitting module SwiftCompilerPluginMessageHandling
[1347/1360] Compiling SafeDITool SafeDITool.swift
[1348/1360] Emitting module SafeDITool
[1349/1361] Wrapping AST for SafeDICore for debugging
[1350/1361] Wrapping AST for SafeDITool for debugging
[1351/1363] Write Objects.LinkFileList
[1352/1363] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1354/1365] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1355/1365] Emitting module SwiftCompilerPlugin
[1356/1366] Wrapping AST for SwiftCompilerPlugin for debugging
[1358/1392] Compiling SafeDIMacros FixableInstantiableError.swift
[1359/1392] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1360/1392] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1361/1392] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1361/1395] Linking SafeDITool-tool
[1363/1395] Compiling SafeDIMacros InjectableMacro.swift
[1364/1395] Compiling SafeDIMacros InstantiableMacro.swift
[1365/1395] Compiling SafeDIMacros DiagnosticError.swift
[1366/1395] Compiling SafeDIMacros FixableInjectableError.swift
[1367/1395] Compiling SafeDIMacros FileVisitor.swift
[1368/1395] Compiling SafeDIMacros InstantiableVisitor.swift
[1369/1395] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1370/1395] Emitting module SafeDIMacros
[1371/1395] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1372/1395] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1373/1395] Compiling SafeDIMacros ScopeGenerator.swift
[1374/1395] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1375/1395] Compiling SafeDIMacros CollectionExtensions.swift
[1376/1395] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1377/1395] Compiling SafeDIMacros DiagnosticExtensions.swift
[1378/1395] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1379/1395] Compiling SafeDIMacros Initializer.swift
[1380/1395] Compiling SafeDIMacros InstantiableStruct.swift
[1381/1395] Compiling SafeDIMacros Property.swift
[1382/1395] Compiling SafeDIMacros ConcreteDeclType.swift
[1383/1395] Compiling SafeDIMacros Dependency.swift
[1384/1395] Compiling SafeDIMacros ImportStatement.swift
[1385/1395] Compiling SafeDIMacros Scope.swift
[1386/1395] Compiling SafeDIMacros TypeDescription.swift
[1387/1395] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1388/1396] Wrapping AST for SafeDIMacros for debugging
[1389/1396] Write Objects.LinkFileList
[1391/1396] Emitting module SafeDITool
[1392/1396] Compiling SafeDITool SafeDITool.swift
[1393/1397] Wrapping AST for SafeDITool for debugging
[1394/1397] Write Objects.LinkFileList
[1395/1397] Linking SafeDIMacros-tool
[1397/1413] Compiling SafeDI Received.swift
[1398/1414] Compiling SafeDI Instantiated.swift
[1399/1414] Compiling SafeDI Forwarded.swift
[1400/1414] Emitting module SafeDI
[1401/1414] Compiling SafeDI Instantiable.swift
[1402/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1403/1414] Compiling SafeDI ErasedInstantiator.swift
[1404/1414] Compiling SafeDI Instantiator.swift
[1405/1414] Compiling SafeDI Instantiated.swift
[1406/1414] Emitting module SafeDI
[1407/1415] Compiling SafeDI Forwarded.swift
[1408/1415] Compiling SafeDI Instantiable.swift
[1409/1415] Compiling SafeDI Instantiator.swift
[1410/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1411/1415] Compiling SafeDI Received.swift
[1412/1415] Compiling SafeDI ErasedInstantiator.swift
[1413/1415] Compiling SafeDI SendableInstantiator.swift
[1416/1417] Linking SafeDITool
Build complete! (442.62s)
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.