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

Failed to build SafeDI, reference 1.4.0 (4d9cd6), with Swift 6.1 for Wasm on 10 Sep 2025 06:47:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 4d9cd6e Get compiling on Xcode 26 (#179)
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
4d9cd6e9e22a51749136f81deffd5f46b813bedf
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
[1/908] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.50s)
[1/17445] Fetching swift-collections
[2793/89356] Fetching swift-collections, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
[67784/105270] Fetching swift-collections, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.33s)
Fetched https://github.com/apple/swift-collections.git from cache (9.62s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.66s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (10.67s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15367] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.77s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (7.38s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.96s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.90s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.33s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.99s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.08s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/116] Write sources
[57/116] Compiling _SwiftSyntaxCShims dummy.c
[59/116] Write swift-version-24593BA9C3E375BF.txt
[61/132] Emitting module SwiftSyntax510
[62/132] Compiling SwiftSyntax510 Empty.swift
[64/133] Emitting module SwiftSyntax509
[65/133] Compiling SwiftSyntax509 Empty.swift
[66/134] Emitting module SwiftSyntax600
[67/134] Compiling SwiftSyntax600 Empty.swift
[68/135] Compiling SwiftSyntax601 Empty.swift
[69/135] Emitting module SwiftSyntax601
[72/136] Emitting module SwiftSyntax510
[73/136] Compiling SwiftSyntax510 Empty.swift
[74/137] Emitting module SwiftSyntax600
[75/137] Emitting module SwiftSyntax509
[76/137] Emitting module SwiftSyntax601
[77/137] Compiling SwiftSyntax600 Empty.swift
[79/137] Compiling SwiftSyntax601 Empty.swift
[80/138] Compiling SwiftSyntax509 Empty.swift
[85/170] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/170] Compiling InternalCollectionsUtilities Debugging.swift
[86/171] Wrapping AST for SwiftSyntax509 for debugging
[88/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/174] Wrapping AST for SwiftSyntax601 for debugging
[91/174] Wrapping AST for SwiftSyntax510 for debugging
[93/174] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/174] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/174] Compiling InternalCollectionsUtilities Descriptions.swift
[96/174] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/174] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[98/226] Compiling SwiftSyntax Utils.swift
[99/226] Compiling SwiftSyntax ChildNameForKeyPath.swift
[100/238] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[101/238] Compiling SwiftSyntax Assert.swift
[101/238] Wrapping AST for SwiftSyntax600 for debugging
[102/238] Wrapping AST for SwiftSyntax601 for debugging
[104/239] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/267] Wrapping AST for SwiftSyntax600 for debugging
[106/296] Compiling SwiftSyntax Identifier.swift
[107/296] Compiling SwiftSyntax MemoryLayout.swift
[108/302] Emitting module ArgumentParserToolInfo
[110/302] Wrapping AST for SwiftSyntax510 for debugging
[112/302] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[112/302] Wrapping AST for SwiftSyntax509 for debugging
[114/302] Emitting module InternalCollectionsUtilities
[115/302] Compiling SwiftSyntax RawSyntaxTokenView.swift
[116/302] Compiling SwiftSyntax SourceEdit.swift
[117/302] Emitting module InternalCollectionsUtilities
[118/302] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[119/302] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[126/510] Compiling HeapModule Heap+Descriptions.swift
[127/510] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/510] Emitting module ArgumentParserToolInfo
[129/511] Compiling HeapModule _HeapNode.swift
[130/511] Compiling HeapModule Heap.swift
[132/511] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[133/511] Compiling HeapModule Heap+Invariants.swift
[134/511] Compiling HeapModule Heap+UnsafeHandle.swift
[135/511] Emitting module HeapModule
[137/512] Compiling ArgumentParserToolInfo ToolInfo.swift
[138/514] Compiling HashTreeCollections _HashNode.swift
[139/514] Compiling HashTreeCollections _HashNodeHeader.swift
[140/514] Compiling HashTreeCollections _HashSlot.swift
[141/514] Compiling HashTreeCollections _HashStack.swift
[142/514] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[143/514] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[144/514] Compiling HashTreeCollections TreeDictionary+Filter.swift
[145/529] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[146/529] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[147/529] Compiling HashTreeCollections TreeDictionary+Keys.swift
[148/529] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[149/529] Compiling HashTreeCollections TreeDictionary+Merge.swift
[150/529] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[151/529] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[153/588] Compiling _RopeModule Rope+ForEachWhile.swift
[154/588] Compiling _RopeModule Rope+Insert.swift
[155/588] Compiling HashTreeCollections TreeSet+Sequence.swift
[156/588] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[157/588] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[158/588] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[159/588] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[160/588] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[161/588] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[162/588] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[163/598] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[164/598] Compiling _RopeModule BigString+Chunk+Splitting.swift
[165/598] Compiling _RopeModule BigString+Chunk.swift
[166/598] Compiling _RopeModule BigString+BidirectionalCollection.swift
[167/598] Compiling _RopeModule BigString+Builder.swift
[168/598] Compiling _RopeModule BigString+Contents.swift
[169/598] Compiling _RopeModule BigString+Debugging.swift
[170/598] Compiling _RopeModule BigString+Index.swift
[171/653] Compiling OrderedCollections OrderedSet+Initializers.swift
[172/653] Compiling OrderedCollections OrderedSet+Insertions.swift
[173/653] Compiling OrderedCollections OrderedSet+Invariants.swift
[174/653] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[175/653] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[176/653] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[177/653] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[178/653] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[179/660] Compiling _RopeModule RopeSummary.swift
[180/660] Compiling _RopeModule _RopeItem.swift
[181/660] Compiling _RopeModule _RopePath.swift
[182/660] Compiling _RopeModule _RopeVersion.swift
[183/660] Compiling _RopeModule Rope+Collection.swift
[184/660] Compiling _RopeModule Rope+Index.swift
[185/660] Compiling _RopeModule Rope+Sequence.swift
[186/660] Compiling _RopeModule Rope+Append.swift
[187/660] Compiling _RopeModule Rope+Extract.swift
[188/660] Compiling _RopeModule Rope+Find.swift
[189/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[190/660] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[191/660] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[192/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[193/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[194/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[195/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[196/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[197/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[198/660] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[199/660] Compiling _RopeModule RopeMetric.swift
[200/660] Compiling HeapModule Heap+Descriptions.swift
[201/660] Compiling HeapModule _HeapNode.swift
[202/660] Compiling HeapModule Heap.swift
[212/669] Compiling HeapModule Heap+Invariants.swift
[213/669] Emitting module HeapModule
[214/669] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[215/669] Compiling HeapModule Heap+UnsafeHandle.swift
[216/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[217/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[218/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[219/670] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[223/677] Compiling _RopeModule _CharacterRecognizer.swift
[224/677] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[225/677] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[226/677] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[227/677] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[228/677] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[229/677] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[230/677] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[231/677] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[232/677] Compiling HashTreeCollections TreeSet.swift
[241/677] Compiling OrderedCollections _HashTable+Bucket.swift
[242/677] Compiling OrderedCollections _HashTable+BucketIterator.swift
[243/677] Compiling OrderedCollections _HashTable+Constants.swift
[244/677] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[245/677] Compiling OrderedCollections _HashTable+Testing.swift
[246/677] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[247/677] Compiling OrderedCollections _HashTable.swift
[248/677] Compiling OrderedCollections _Hashtable+Header.swift
[249/677] Compiling OrderedCollections OrderedDictionary+Codable.swift
[250/677] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[251/677] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[252/677] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[253/677] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[254/677] Compiling OrderedCollections OrderedDictionary+Elements.swift
[255/677] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[256/677] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[257/677] Compiling OrderedCollections OrderedDictionary.swift
[258/677] Compiling OrderedCollections OrderedSet+Codable.swift
[259/677] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[260/677] Compiling OrderedCollections OrderedSet+Descriptions.swift
[261/677] Compiling OrderedCollections OrderedSet+Diffing.swift
[262/677] Compiling OrderedCollections OrderedSet+Equatable.swift
[263/677] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[264/677] Compiling OrderedCollections OrderedSet+Hashable.swift
[265/720] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[266/720] Compiling OrderedCollections OrderedSet.swift
[267/720] Compiling OrderedCollections _UnsafeBitset.swift
[274/721] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[275/721] Compiling HashTreeCollections _HashNode+Structural merge.swift
[276/721] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[277/721] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[278/721] Compiling HashTreeCollections _HashNode+Structural union.swift
[279/721] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[280/721] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[281/721] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[282/721] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[283/721] Compiling HashTreeCollections _HashNode.swift
[284/721] Compiling HashTreeCollections _HashNodeHeader.swift
[285/721] Compiling HashTreeCollections _HashSlot.swift
[286/721] Compiling HashTreeCollections _HashStack.swift
[287/721] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[288/721] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[289/721] Compiling HashTreeCollections TreeDictionary+Filter.swift
[290/721] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[291/721] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[292/721] Compiling HashTreeCollections TreeDictionary+Keys.swift
[293/721] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[310/753] Compiling HashTreeCollections _AncestorHashSlots.swift
[311/753] Compiling HashTreeCollections _Bitmap.swift
[312/753] Compiling HashTreeCollections _Bucket.swift
[313/753] Compiling HashTreeCollections _Hash.swift
[314/753] Compiling HashTreeCollections _HashLevel.swift
[315/753] Compiling HashTreeCollections _HashNode+Builder.swift
[316/753] Compiling HashTreeCollections _HashNode+Debugging.swift
[317/753] Compiling HashTreeCollections _HashNode+Initializers.swift
[318/753] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[319/753] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[320/753] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[321/753] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[337/753] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[338/753] Compiling HashTreeCollections TreeDictionary.swift
[339/753] Compiling HashTreeCollections TreeSet+Codable.swift
[340/753] Compiling HashTreeCollections TreeSet+Collection.swift
[341/753] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[342/753] Compiling HashTreeCollections TreeSet+Debugging.swift
[343/753] Compiling HashTreeCollections TreeSet+Descriptions.swift
[344/753] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[345/753] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[346/753] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[347/753] Compiling HashTreeCollections _HashNode+Storage.swift
[348/753] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[349/753] Compiling HashTreeCollections _HashNode+Structural filter.swift
[362/753] Compiling HashTreeCollections _HashNode+Invariants.swift
[363/753] Compiling HashTreeCollections _HashNode+Lookups.swift
[364/753] Emitting module OrderedCollections
[366/754] Compiling HashTreeCollections TreeSet+Hashable.swift
[367/754] Compiling HashTreeCollections TreeSet+Sendable.swift
[368/754] Compiling HashTreeCollections TreeSet+Sequence.swift
[369/754] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[370/754] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[371/754] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[372/754] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[373/754] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[374/754] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[375/754] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[383/779] Compiling HashTreeCollections TreeDictionary+Merge.swift
[384/779] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[385/779] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[386/779] Compiling HashTreeCollections TreeDictionary+Values.swift
[387/779] Compiling DequeModule Deque.swift
[388/779] Compiling DequeModule _DequeBuffer.swift
[389/779] Compiling DequeModule _DequeBufferHeader.swift
[398/779] Compiling DequeModule Deque+Codable.swift
[399/779] Compiling DequeModule Deque+Collection.swift
[400/779] Compiling DequeModule Deque+Equatable.swift
[401/779] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[402/779] Compiling DequeModule Deque+CustomReflectable.swift
[403/779] Compiling DequeModule Deque+Descriptions.swift
[404/779] Compiling DequeModule Deque+Extras.swift
[405/779] Compiling DequeModule Deque+Hashable.swift
[406/779] Compiling DequeModule Deque+Testing.swift
[407/779] Compiling DequeModule Deque._Storage.swift
[408/779] Compiling DequeModule Deque._UnsafeHandle.swift
[419/788] Compiling HashTreeCollections _UnsafePath.swift
[420/788] Compiling HashTreeCollections TreeDictionary+Codable.swift
[421/788] Compiling HashTreeCollections TreeDictionary+Collection.swift
[422/788] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[423/788] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[431/788] Compiling HashTreeCollections TreeSet+Equatable.swift
[432/788] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[433/788] Compiling HashTreeCollections TreeSet+Extras.swift
[434/788] Compiling HashTreeCollections TreeSet+Filter.swift
[447/788] Emitting module _RopeModule
[490/790] Compiling DequeModule _DequeSlot.swift
[491/790] Compiling DequeModule _UnsafeWrappedBuffer.swift
[502/790] Compiling _RopeModule _CharacterRecognizer.swift
[503/790] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[504/790] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[505/790] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[506/790] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[507/790] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[508/790] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[509/790] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[510/790] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[511/790] Compiling HashTreeCollections TreeSet.swift
[512/790] Emitting module OrderedCollections
[523/791] Compiling _RopeModule Rope+Join.swift
[524/791] Compiling _RopeModule Rope+MutatingForEach.swift
[525/791] Compiling _RopeModule Rope+Remove.swift
[526/791] Compiling _RopeModule Rope+RemoveSubrange.swift
[527/791] Compiling _RopeModule Rope+Split.swift
[528/791] Compiling _RopeModule Optional Utilities.swift
[529/791] Compiling _RopeModule String Utilities.swift
[530/791] Compiling _RopeModule String.Index+ABI.swift
[539/791] Emitting module _RopeModule
[540/802] Compiling DequeModule Deque+Codable.swift
[541/802] Compiling DequeModule Deque+Collection.swift
[542/802] Compiling DequeModule Deque+CustomReflectable.swift
[543/802] Compiling DequeModule Deque+Descriptions.swift
[544/802] Compiling DequeModule Deque+Equatable.swift
[545/802] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[546/802] Compiling DequeModule Deque+Extras.swift
[547/802] Compiling DequeModule Deque+Hashable.swift
[548/802] Compiling DequeModule Deque+Testing.swift
[549/802] Compiling DequeModule Deque._Storage.swift
[558/815] Compiling HashTreeCollections _HashTreeIterator.swift
[559/815] Compiling HashTreeCollections _HashTreeStatistics.swift
[560/815] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[561/815] Compiling HashTreeCollections _RawHashNode.swift
[562/815] Compiling HashTreeCollections _UnmanagedHashNode.swift
[573/817] Emitting module DequeModule
[574/818] Compiling DequeModule _DequeBuffer.swift
[575/818] Compiling DequeModule _DequeBufferHeader.swift
[577/818] Emitting module HashTreeCollections
[583/872] Compiling BitCollections BitArray+Invariants.swift
[584/872] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[585/872] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[586/872] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[587/872] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[588/872] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[589/872] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[590/872] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[591/872] Compiling BitCollections BitSet+CustomReflectable.swift
[592/872] Compiling BitCollections BitSet+CustomStringConvertible.swift
[593/872] Compiling BitCollections BitSet+Equatable.swift
[595/926] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[596/926] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[597/926] Compiling BitCollections BitArray+Hashable.swift
[598/926] Compiling BitCollections BitArray+Initializers.swift
[599/926] Compiling BitCollections BitSet+BidirectionalCollection.swift
[600/926] Compiling BitCollections BitSet+Codable.swift
[601/926] Compiling BitCollections BitSet+Initializers.swift
[602/926] Compiling BitCollections BitSet+Invariants.swift
[603/926] Compiling BitCollections BitSet+Random.swift
[604/926] Compiling BitCollections BitSet+SetAlgebra basics.swift
[605/926] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[606/926] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[607/926] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[608/926] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[609/926] Compiling BitCollections BitSet+CustomReflectable.swift
[610/926] Compiling BitCollections BitArray+BitwiseOperations.swift
[611/926] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[612/926] Compiling BitCollections BitArray+Codable.swift
[613/926] Compiling BitCollections BitArray+Collection.swift
[614/926] Compiling BitCollections BitArray+Copy.swift
[615/926] Compiling BitCollections BitArray+CustomReflectable.swift
[616/926] Compiling BitCollections BitArray+Descriptions.swift
[617/926] Compiling BitCollections BitArray+Equatable.swift
[620/926] Compiling BitCollections BitArray+Extras.swift
[621/926] Compiling BitCollections BitArray+Fill.swift
[624/926] Compiling BitCollections BitArray+Invariants.swift
[625/926] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[626/926] Compiling BitCollections BitArray+RandomBits.swift
[627/926] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[628/926] Compiling BitCollections BitArray+Shifts.swift
[629/926] Compiling BitCollections BitArray+Testing.swift
[630/926] Compiling BitCollections BitArray._UnsafeHandle.swift
[631/926] Compiling BitCollections BitArray.swift
[634/970] Emitting module DequeModule
[635/971] Compiling SwiftSyntax SyntaxNodesGHI.swift
[636/971] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[637/971] Compiling SwiftSyntax SyntaxNodesOP.swift
[638/971] Compiling SwiftSyntax SyntaxNodesQRS.swift
[639/971] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[644/971] Emitting module BitCollections
[647/985] Compiling ArgumentParser SequenceExtensions.swift
[648/985] Compiling ArgumentParser StringExtensions.swift
[649/985] Compiling ArgumentParser SwiftExtensions.swift
[650/985] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[651/985] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[652/985] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[653/985] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[654/985] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[655/985] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[656/986] Compiling ArgumentParser ArgumentHelp.swift
[657/986] Compiling ArgumentParser InputKey.swift
[658/986] Compiling ArgumentParser InputOrigin.swift
[659/986] Compiling ArgumentParser Name.swift
[660/986] Compiling ArgumentParser Parsed.swift
[661/986] Compiling ArgumentParser ParsedValues.swift
[662/986] Compiling ArgumentParser ParserError.swift
[663/986] Compiling ArgumentParser SplitArguments.swift
[664/986] Compiling ArgumentParser DumpHelpGenerator.swift
[665/986] Compiling ArgumentParser HelpCommand.swift
[666/986] Compiling ArgumentParser HelpGenerator.swift
[667/986] Compiling ArgumentParser MessageInfo.swift
[668/986] Compiling ArgumentParser UsageGenerator.swift
[669/986] Compiling ArgumentParser CollectionExtensions.swift
[670/986] Compiling ArgumentParser Mutex.swift
[671/986] Compiling ArgumentParser Platform.swift
[703/986] Compiling BitCollections BitSet+SetAlgebra union.swift
[704/986] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[705/986] Compiling BitCollections BitSet.Counted.swift
[712/1030] Wrapping AST for _RopeModule for debugging
[714/1030] Emitting module HashTreeCollections
[714/1031] Wrapping AST for OrderedCollections for debugging
[716/1031] Wrapping AST for InternalCollectionsUtilities for debugging
[717/1031] Wrapping AST for HeapModule for debugging
[719/1031] Compiling ArgumentParser Argument.swift
[720/1031] Compiling ArgumentParser ArgumentDiscussion.swift
[721/1031] Compiling ArgumentParser ArgumentHelp.swift
[722/1031] Compiling ArgumentParser ParsableArguments.swift
[723/1031] Compiling ArgumentParser ParsableCommand.swift
[724/1031] Compiling ArgumentParser ArgumentDecoder.swift
[725/1031] Compiling ArgumentParser ArgumentDefinition.swift
[726/1031] Compiling ArgumentParser ArgumentSet.swift
[727/1031] Compiling ArgumentParser OptionGroup.swift
[728/1031] Compiling ArgumentParser AsyncParsableCommand.swift
[729/1031] Compiling ArgumentParser CommandConfiguration.swift
[730/1031] Compiling ArgumentParser CommandGroup.swift
[731/1031] Compiling ArgumentParser EnumerableFlag.swift
[732/1031] Compiling ArgumentParser ExpressibleByArgument.swift
[733/1031] Compiling ArgumentParser ArgumentVisibility.swift
[734/1031] Compiling ArgumentParser CompletionKind.swift
[734/1031] Wrapping AST for HashTreeCollections for debugging
[736/1031] Compiling ArgumentParser Errors.swift
[737/1031] Compiling ArgumentParser Flag.swift
[738/1031] Compiling ArgumentParser NameSpecification.swift
[739/1031] Compiling ArgumentParser Option.swift
[740/1031] Compiling ArgumentParser BashCompletionsGenerator.swift
[741/1031] Compiling ArgumentParser CompletionsGenerator.swift
[742/1031] Compiling ArgumentParser FishCompletionsGenerator.swift
[743/1031] Compiling ArgumentParser ZshCompletionsGenerator.swift
[743/1031] Wrapping AST for DequeModule for debugging
[768/1031] Wrapping AST for ArgumentParserToolInfo for debugging
[769/1031] Wrapping AST for _RopeModule for debugging
[771/1031] Compiling BitCollections BitSet.Index.swift
[772/1031] Compiling BitCollections BitSet._UnsafeHandle.swift
[773/1031] Compiling BitCollections BitSet.swift
[774/1031] Compiling BitCollections Range+Utilities.swift
[775/1031] Compiling BitCollections Slice+Utilities.swift
[776/1031] Compiling BitCollections UInt+Tricks.swift
[777/1031] Compiling BitCollections _Word.swift
[777/1032] Wrapping AST for OrderedCollections for debugging
[785/1033] Wrapping AST for InternalCollectionsUtilities for debugging
[787/1033] Wrapping AST for HeapModule for debugging
[788/1033] Wrapping AST for HashTreeCollections for debugging
[790/1033] Wrapping AST for DequeModule for debugging
[791/1033] Wrapping AST for BitCollections for debugging
[792/1035] Wrapping AST for ArgumentParserToolInfo for debugging
[793/1035] Wrapping AST for BitCollections for debugging
[795/1037] Emitting module Collections
[796/1037] Compiling Collections Collections.swift
[797/1038] Emitting module Collections
[798/1038] Compiling Collections Collections.swift
[800/1039] Wrapping AST for Collections for debugging
[803/1039] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[804/1039] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[805/1039] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[806/1039] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[807/1039] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[808/1039] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[809/1045] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[810/1045] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[811/1045] Compiling ArgumentParser CodingKeyValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[812/1045] Compiling ArgumentParser NonsenseFlagsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[813/1045] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[814/1045] Compiling ArgumentParser PositionalArgumentsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[815/1045] Compiling ArgumentParser UniqueNamesValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[816/1045] Emitting module ArgumentParser
[817/1051] Compiling ArgumentParser Tree.swift
[818/1051] Compiling ArgumentParser CodingKeyValidator.swift
[819/1051] Compiling ArgumentParser NonsenseFlagsValidator.swift
[820/1051] Compiling ArgumentParser ParsableArgumentsValidation.swift
[821/1051] Compiling ArgumentParser PositionalArgumentsValidator.swift
[822/1051] Compiling ArgumentParser UniqueNamesValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[847/1051] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[848/1051] Compiling ArgumentParser SplitArguments.swift
[849/1051] Compiling ArgumentParser DumpHelpGenerator.swift
[850/1051] Compiling ArgumentParser HelpCommand.swift
[851/1051] Compiling ArgumentParser HelpGenerator.swift
[852/1051] Compiling ArgumentParser MessageInfo.swift
[853/1051] Compiling ArgumentParser UsageGenerator.swift
[854/1051] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[855/1051] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[856/1051] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[857/1051] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[858/1051] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[859/1051] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/62] Write swift-version-24593BA9C3E375BF.txt
[7/90] Emitting module SwiftSyntax510
[8/90] Emitting module SwiftSyntax509
[9/90] Compiling SwiftSyntax509 Empty.swift
[10/91] Emitting module SwiftSyntax510
[11/91] Compiling SwiftSyntax510 Empty.swift
[13/93] Compiling SwiftSyntax600 Empty.swift
[14/93] Emitting module SwiftSyntax600
[15/93] Emitting module SwiftSyntax601
[16/93] Compiling SwiftSyntax601 Empty.swift
[17/95] Emitting module SwiftSyntax600
[18/95] Compiling SwiftSyntax600 Empty.swift
[19/95] Emitting module SwiftSyntax601
[20/95] Compiling SwiftSyntax601 Empty.swift
[22/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/96] Compiling InternalCollectionsUtilities Debugging.swift
[24/96] Compiling InternalCollectionsUtilities Descriptions.swift
[25/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/95] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/111] Compiling SwiftSyntax509 Empty.swift
[35/111] Emitting module SwiftSyntax509
[36/111] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/113] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/113] Compiling InternalCollectionsUtilities Integer rank.swift
[39/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/113] Compiling InternalCollectionsUtilities Debugging.swift
[41/113] Compiling InternalCollectionsUtilities Descriptions.swift
[42/113] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/176] Emitting module InternalCollectionsUtilities
[47/176] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/176] Compiling SwiftSyntax Assert.swift
[49/176] Compiling SwiftSyntax BumpPtrAllocator.swift
[50/176] Compiling SwiftSyntax CommonAncestor.swift
[51/177] Compiling SwiftSyntax AbsolutePosition.swift
[52/177] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[53/177] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/182] Emitting module InternalCollectionsUtilities
[56/247] Compiling SwiftSyntax SourceLength.swift
[57/247] Compiling SwiftSyntax AbsolutePosition.swift
[58/247] Compiling SwiftSyntax MissingNodeInitializers.swift
[59/247] Compiling SwiftSyntax RawSyntax.swift
[60/247] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[61/247] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[62/248] Emitting module ArgumentParserToolInfo
[63/248] Compiling ArgumentParserToolInfo ToolInfo.swift
[65/249] Compiling HeapModule Heap+Descriptions.swift
[67/370] Compiling HeapModule _HeapNode.swift
[68/370] Compiling HeapModule Heap.swift
[69/370] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[70/370] Compiling HeapModule Heap+Invariants.swift
[71/370] Compiling HeapModule Heap+UnsafeHandle.swift
[72/370] Emitting module HeapModule
[74/493] Compiling _RopeModule _RopePath.swift
[75/493] Compiling _RopeModule BigString+Append.swift
[76/493] Compiling _RopeModule BigString+Initializers.swift
[77/493] Compiling _RopeModule BigString+Insert.swift
[78/493] Compiling _RopeModule BigString+Managing Breaks.swift
[79/493] Compiling _RopeModule BigString+RemoveSubrange.swift
[80/493] Compiling _RopeModule BigString+ReplaceSubrange.swift
[81/507] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[82/507] Compiling _RopeModule BigString+Chunk+Breaks.swift
[83/507] Compiling _RopeModule BigString+Chunk+Counts.swift
[84/507] Compiling _RopeModule BigString+Chunk+Description.swift
[85/507] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[86/507] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[87/507] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[88/507] Compiling _RopeModule BigString+Chunk+Splitting.swift
[89/507] Emitting module ArgumentParserToolInfo
[90/507] Compiling ArgumentParserToolInfo ToolInfo.swift
[91/508] Compiling _RopeModule BigString+Chunk.swift
[92/508] Compiling _RopeModule BigString+BidirectionalCollection.swift
[93/508] Compiling _RopeModule BigString+Builder.swift
[94/508] Compiling _RopeModule BigString+Contents.swift
[95/508] Compiling _RopeModule BigString+Debugging.swift
[96/508] Compiling _RopeModule BigString+Index.swift
[97/508] Compiling _RopeModule BigString+Ingester.swift
[98/508] Compiling _RopeModule BigString+Invariants.swift
[99/508] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[100/508] Compiling _RopeModule BigString+Hashing.swift
[101/508] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[102/508] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[103/508] Compiling _RopeModule BigString+Sequence.swift
[104/508] Compiling _RopeModule BigString+TextOutputStream.swift
[105/508] Compiling _RopeModule BigString+UnicodeScalarView.swift
[106/508] Compiling _RopeModule BigSubstring+UTF16View.swift
[107/508] Compiling _RopeModule Rope+_Storage.swift
[108/508] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[109/508] Compiling _RopeModule Rope+_UnsafeHandle.swift
[110/508] Compiling _RopeModule Rope.swift
[111/508] Compiling _RopeModule RopeElement.swift
[112/508] Compiling _RopeModule RopeMetric.swift
[113/508] Compiling _RopeModule RopeSummary.swift
[114/508] Compiling _RopeModule _RopeItem.swift
[115/508] Compiling _RopeModule BigSubstring+UTF8View.swift
[116/508] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[117/508] Compiling _RopeModule BigSubstring.swift
[118/508] Compiling _RopeModule Rope+Builder.swift
[119/508] Compiling _RopeModule Rope+Debugging.swift
[120/508] Compiling _RopeModule Rope+Invariants.swift
[121/508] Compiling _RopeModule Rope+_Node.swift
[123/507] Compiling HeapModule Heap+Descriptions.swift
[124/507] Compiling HeapModule _HeapNode.swift
[125/507] Compiling HeapModule Heap.swift
[140/514] Emitting module HeapModule
[148/514] Compiling _RopeModule BigString+Iterators.swift
[149/514] Compiling _RopeModule BigString+Metrics.swift
[150/523] Compiling HeapModule Heap+Invariants.swift
[151/523] Compiling HeapModule Heap+UnsafeHandle.swift
[152/523] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[153/524] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[154/524] Compiling OrderedCollections OrderedSet.swift
[155/524] Compiling OrderedCollections _UnsafeBitset.swift
[156/524] Compiling _RopeModule Rope+Sequence.swift
[157/524] Compiling _RopeModule Rope+Append.swift
[158/524] Compiling SwiftSyntax SyntaxNodesAB.swift
[159/524] Compiling SwiftSyntax SyntaxNodesC.swift
[160/524] Compiling SwiftSyntax SyntaxNodesD.swift
[161/524] Compiling SwiftSyntax SyntaxNodesEF.swift
[163/608] Compiling HashTreeCollections TreeSet+Equatable.swift
[164/608] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[165/608] Compiling HashTreeCollections TreeSet+Extras.swift
[166/608] Compiling HashTreeCollections TreeSet+Filter.swift
[167/608] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[168/608] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[169/608] Compiling HashTreeCollections TreeDictionary+Filter.swift
[170/608] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[171/608] Compiling HashTreeCollections _Bucket.swift
[172/608] Compiling HashTreeCollections _Hash.swift
[173/608] Compiling HashTreeCollections _HashLevel.swift
[174/608] Compiling HashTreeCollections _HashNode+Builder.swift
[175/608] Compiling HashTreeCollections _HashNode+Debugging.swift
[176/608] Compiling HashTreeCollections _HashNode+Initializers.swift
[177/608] Compiling HashTreeCollections _HashNode+Invariants.swift
[178/608] Compiling HashTreeCollections _HashNode+Lookups.swift
[179/608] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[180/608] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[181/608] Compiling HashTreeCollections _HashNode+Structural union.swift
[182/608] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[183/608] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[184/608] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[185/608] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[186/608] Compiling HashTreeCollections _HashNode.swift
[187/608] Compiling HashTreeCollections _HashNodeHeader.swift
[188/608] Compiling HashTreeCollections _HashSlot.swift
[189/608] Compiling HashTreeCollections _HashStack.swift
[190/608] Compiling HashTreeCollections _HashTreeIterator.swift
[191/608] Compiling HashTreeCollections _HashTreeStatistics.swift
[192/608] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[193/608] Compiling HashTreeCollections _RawHashNode.swift
[194/608] Compiling HashTreeCollections _UnmanagedHashNode.swift
[195/608] Compiling HashTreeCollections _UnsafePath.swift
[196/608] Compiling HashTreeCollections TreeDictionary+Codable.swift
[197/608] Compiling HashTreeCollections TreeDictionary+Collection.swift
[198/608] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[199/608] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[200/608] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[201/608] Compiling HashTreeCollections _AncestorHashSlots.swift
[202/608] Compiling HashTreeCollections _Bitmap.swift
[203/608] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[204/608] Compiling HashTreeCollections TreeDictionary+Merge.swift
[205/608] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[206/608] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[207/608] Compiling HashTreeCollections TreeDictionary+Values.swift
[208/608] Compiling HashTreeCollections TreeSet+Hashable.swift
[209/608] Compiling HashTreeCollections TreeSet+Sendable.swift
[210/608] Compiling HashTreeCollections TreeSet+Sequence.swift
[211/608] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[216/639] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[217/639] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[218/639] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[219/684] Compiling HashTreeCollections TreeDictionary+Values.swift
[220/684] Compiling HashTreeCollections TreeDictionary.swift
[221/684] Compiling HashTreeCollections TreeSet+Codable.swift
[222/684] Compiling HashTreeCollections TreeSet+Collection.swift
[223/684] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[224/684] Compiling HashTreeCollections TreeSet+Debugging.swift
[225/684] Compiling HashTreeCollections TreeSet+Descriptions.swift
[226/684] Compiling HashTreeCollections TreeSet+Equatable.swift
[227/684] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[228/684] Compiling HashTreeCollections TreeSet+Extras.swift
[229/694] Compiling HashTreeCollections _HashTreeIterator.swift
[230/694] Compiling HashTreeCollections _HashTreeStatistics.swift
[231/694] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[232/694] Compiling HashTreeCollections _RawHashNode.swift
[233/694] Compiling HashTreeCollections _UnmanagedHashNode.swift
[234/694] Compiling HashTreeCollections _UnsafePath.swift
[235/694] Compiling HashTreeCollections TreeDictionary+Codable.swift
[236/694] Compiling HashTreeCollections TreeDictionary+Collection.swift
[237/694] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[238/694] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[239/694] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[240/694] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[241/694] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[242/694] Compiling HashTreeCollections TreeDictionary+Filter.swift
[243/694] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[244/694] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[245/694] Compiling HashTreeCollections TreeDictionary+Keys.swift
[246/694] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[247/694] Compiling HashTreeCollections TreeDictionary+Merge.swift
[248/694] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[249/694] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[250/694] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[251/694] Compiling HashTreeCollections _HashNode+Structural merge.swift
[252/694] Compiling HashTreeCollections _AncestorHashSlots.swift
[253/694] Compiling HashTreeCollections _Bitmap.swift
[254/694] Compiling HashTreeCollections _Bucket.swift
[255/694] Compiling HashTreeCollections _Hash.swift
[256/694] Compiling HashTreeCollections _HashLevel.swift
[257/694] Compiling HashTreeCollections _HashNode+Builder.swift
[258/694] Compiling HashTreeCollections _HashNode+Debugging.swift
[259/694] Compiling HashTreeCollections _HashNode+Initializers.swift
[260/703] Compiling HashTreeCollections TreeSet+Hashable.swift
[261/703] Compiling HashTreeCollections TreeSet+Sendable.swift
[262/703] Compiling _RopeModule Rope+Join.swift
[263/703] Compiling _RopeModule Rope+MutatingForEach.swift
[264/703] Compiling _RopeModule Rope+Remove.swift
[265/703] Compiling _RopeModule Rope+RemoveSubrange.swift
[266/703] Compiling _RopeModule Rope+Split.swift
[267/703] Compiling _RopeModule Optional Utilities.swift
[268/703] Compiling _RopeModule String Utilities.swift
[269/703] Compiling _RopeModule String.Index+ABI.swift
[270/713] Emitting module OrderedCollections
[271/714] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[272/714] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[273/714] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[274/714] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[275/714] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[276/714] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[277/714] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[278/714] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[279/714] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[280/714] Compiling HashTreeCollections TreeSet.swift
[281/714] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[282/714] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[283/714] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[284/714] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[304/714] Compiling HashTreeCollections TreeSet+Filter.swift
[325/713] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[326/713] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[327/713] Compiling HashTreeCollections _HashNode+Storage.swift
[328/713] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[329/713] Compiling HashTreeCollections _HashNode+Structural filter.swift
[357/713] Emitting module OrderedCollections
[358/729] Compiling DequeModule Deque+Codable.swift
[359/729] Compiling DequeModule Deque+Collection.swift
[360/729] Compiling DequeModule Deque+CustomReflectable.swift
[361/729] Compiling DequeModule Deque+Descriptions.swift
[362/729] Compiling DequeModule Deque+Equatable.swift
[363/729] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[364/729] Compiling DequeModule Deque+Extras.swift
[365/729] Compiling DequeModule Deque+Hashable.swift
[366/729] Compiling DequeModule Deque._UnsafeHandle.swift
[367/729] Compiling DequeModule Deque.swift
[382/730] Compiling DequeModule Deque+Testing.swift
[383/730] Compiling DequeModule Deque._Storage.swift
[384/730] Compiling DequeModule _DequeBuffer.swift
[385/730] Compiling DequeModule _DequeBufferHeader.swift
[386/730] Compiling DequeModule _DequeSlot.swift
[387/730] Compiling DequeModule _UnsafeWrappedBuffer.swift
[404/730] Emitting module _RopeModule
[415/737] Compiling DequeModule Deque+Codable.swift
[416/737] Compiling DequeModule Deque+Collection.swift
[417/737] Compiling DequeModule Deque+Equatable.swift
[418/737] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[419/737] Compiling DequeModule Deque+CustomReflectable.swift
[420/737] Compiling DequeModule Deque+Descriptions.swift
[435/737] Compiling HashTreeCollections _HashNode+Invariants.swift
[436/737] Compiling HashTreeCollections _HashNode+Lookups.swift
[437/737] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[482/746] Compiling DequeModule Deque+Extras.swift
[483/746] Compiling DequeModule Deque+Hashable.swift
[484/746] Compiling DequeModule Deque+Testing.swift
[485/746] Compiling DequeModule Deque._Storage.swift
[486/746] Compiling DequeModule _DequeBuffer.swift
[487/746] Emitting module _RopeModule
[492/745] Compiling DequeModule _DequeBufferHeader.swift
[536/800] Compiling BitCollections BitArray+Descriptions.swift
[537/800] Compiling BitCollections BitArray+Equatable.swift
[538/800] Emitting module DequeModule
[539/801] Compiling BitCollections BitArray+Copy.swift
[540/801] Compiling BitCollections BitArray+CustomReflectable.swift
[541/801] Compiling BitCollections BitArray+BitwiseOperations.swift
[542/801] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[544/800] Compiling BitCollections BitArray+RandomBits.swift
[545/800] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[546/800] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[547/800] Compiling BitCollections BitSet+CustomReflectable.swift
[548/800] Compiling BitCollections BitSet+CustomStringConvertible.swift
[549/800] Compiling BitCollections BitSet+Equatable.swift
[550/800] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[551/800] Compiling BitCollections BitSet+Extras.swift
[552/800] Compiling BitCollections BitSet+Hashable.swift
[553/807] Emitting module DequeModule
[564/861] Emitting module BitCollections
[565/860] Emitting module HashTreeCollections
[567/861] Compiling BitCollections BitSet+Initializers.swift
[568/861] Compiling BitCollections BitSet+Invariants.swift
[569/861] Compiling BitCollections BitSet+Random.swift
[570/861] Compiling BitCollections BitSet+SetAlgebra basics.swift
[571/861] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[572/861] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[573/861] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[574/904] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[575/904] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[576/904] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[577/904] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[578/904] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[579/904] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[580/904] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[581/904] Compiling ArgumentParser Mutex.swift
[582/904] Compiling ArgumentParser Platform.swift
[583/904] Compiling ArgumentParser SequenceExtensions.swift
[584/904] Compiling ArgumentParser StringExtensions.swift
[585/904] Compiling ArgumentParser SwiftExtensions.swift
[586/904] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[587/904] Compiling BitCollections BitSet.Counted.swift
[588/904] Compiling ArgumentParser ArgumentDiscussion.swift
[589/904] Compiling ArgumentParser ArgumentHelp.swift
[590/904] Compiling ArgumentParser OptionGroup.swift
[591/904] Compiling ArgumentParser AsyncParsableCommand.swift
[592/904] Compiling ArgumentParser CommandConfiguration.swift
[593/904] Compiling ArgumentParser CommandGroup.swift
[594/904] Compiling ArgumentParser EnumerableFlag.swift
[595/904] Compiling ArgumentParser ExpressibleByArgument.swift
[596/904] Compiling ArgumentParser ParsableArguments.swift
[597/904] Compiling ArgumentParser ParsableCommand.swift
[598/904] Compiling ArgumentParser ArgumentDecoder.swift
[599/904] Compiling ArgumentParser ArgumentDefinition.swift
[600/904] Compiling ArgumentParser ArgumentSet.swift
[601/904] Compiling ArgumentParser CommandParser.swift
[602/904] Compiling ArgumentParser InputKey.swift
[603/904] Compiling ArgumentParser InputOrigin.swift
[604/904] Compiling ArgumentParser Name.swift
[605/904] Compiling ArgumentParser Parsed.swift
[606/904] Compiling ArgumentParser ParsedValues.swift
[607/904] Compiling ArgumentParser ParserError.swift
[608/904] Compiling ArgumentParser SplitArguments.swift
[609/904] Compiling ArgumentParser DumpHelpGenerator.swift
[610/904] Compiling ArgumentParser ArgumentVisibility.swift
[611/904] Compiling ArgumentParser CompletionKind.swift
[612/904] Compiling ArgumentParser Errors.swift
[613/904] Compiling ArgumentParser Flag.swift
[614/904] Compiling ArgumentParser NameSpecification.swift
[615/904] Compiling ArgumentParser Option.swift
[616/904] Compiling ArgumentParser BashCompletionsGenerator.swift
[617/904] Compiling ArgumentParser CompletionsGenerator.swift
[618/904] Compiling ArgumentParser FishCompletionsGenerator.swift
[619/904] Compiling ArgumentParser ZshCompletionsGenerator.swift
[620/904] Compiling ArgumentParser Argument.swift
[645/948] Compiling BitCollections BitSet.Index.swift
[646/948] Compiling BitCollections BitSet._UnsafeHandle.swift
[647/948] Compiling BitCollections BitSet.swift
[648/948] Compiling BitCollections Range+Utilities.swift
[649/948] Compiling BitCollections Slice+Utilities.swift
[650/948] Compiling BitCollections UInt+Tricks.swift
[651/948] Compiling BitCollections _Word.swift
[652/949] Compiling ArgumentParser ExpressibleByArgument.swift
[653/949] Compiling ArgumentParser SplitArguments.swift
[654/949] Compiling ArgumentParser DumpHelpGenerator.swift
[655/949] Compiling ArgumentParser HelpCommand.swift
[656/949] Compiling ArgumentParser HelpGenerator.swift
[657/949] Compiling ArgumentParser MessageInfo.swift
[658/949] Compiling ArgumentParser UsageGenerator.swift
[659/949] Compiling ArgumentParser CollectionExtensions.swift
[660/949] Compiling ArgumentParser Mutex.swift
[661/950] Compiling ArgumentParser CommandParser.swift
[662/950] Compiling ArgumentParser OptionGroup.swift
[663/950] Compiling ArgumentParser AsyncParsableCommand.swift
[664/950] Compiling ArgumentParser CommandConfiguration.swift
[665/950] Compiling ArgumentParser CommandGroup.swift
[666/950] Compiling ArgumentParser EnumerableFlag.swift
[668/957] Emitting module BitCollections
[671/956] Compiling ArgumentParser CompletionKind.swift
[672/956] Compiling ArgumentParser Errors.swift
[673/956] Compiling ArgumentParser Flag.swift
[674/956] Compiling ArgumentParser NameSpecification.swift
[675/956] Compiling ArgumentParser Option.swift
[676/956] Compiling ArgumentParser InputKey.swift
[677/956] Compiling ArgumentParser InputOrigin.swift
[678/956] Compiling ArgumentParser Name.swift
[679/956] Emitting module HashTreeCollections
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[691/956] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[692/956] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[693/956] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[702/961] Compiling ArgumentParser Platform.swift
[703/961] Compiling ArgumentParser SequenceExtensions.swift
[704/961] Compiling ArgumentParser StringExtensions.swift
[705/961] Compiling ArgumentParser SwiftExtensions.swift
[706/961] Compiling ArgumentParser Tree.swift
[707/961] Compiling ArgumentParser CodingKeyValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[726/969] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[727/969] Compiling Collections Collections.swift
[728/969] Emitting module Collections
[729/969] Emitting module ArgumentParser
[730/970] Compiling ArgumentParser BashCompletionsGenerator.swift
[731/970] Compiling ArgumentParser CompletionsGenerator.swift
[732/970] Compiling ArgumentParser FishCompletionsGenerator.swift
[733/970] Compiling ArgumentParser ZshCompletionsGenerator.swift
[734/970] Compiling ArgumentParser Argument.swift
[735/970] Compiling ArgumentParser ArgumentDiscussion.swift
[736/970] Compiling ArgumentParser ArgumentHelp.swift
[737/970] Compiling ArgumentParser ArgumentVisibility.swift
[739/969] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[740/969] Compiling ArgumentParser CodingKeyValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[741/969] Compiling ArgumentParser NonsenseFlagsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[742/969] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[743/969] Compiling ArgumentParser PositionalArgumentsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[744/969] Compiling ArgumentParser UniqueNamesValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[755/969] Compiling ArgumentParser ParsableArguments.swift
[756/969] Compiling ArgumentParser ParsableCommand.swift
[757/969] Compiling ArgumentParser ArgumentDecoder.swift
[758/969] Compiling ArgumentParser ArgumentDefinition.swift
[759/969] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[778/969] Compiling BitCollections BitSet.Index.swift
[779/969] Compiling BitCollections BitSet._UnsafeHandle.swift
[780/969] Compiling BitCollections BitSet.swift
[781/969] Compiling BitCollections Range+Utilities.swift
[782/969] Compiling BitCollections Slice+Utilities.swift
[783/969] Compiling BitCollections UInt+Tricks.swift
[784/969] Compiling BitCollections _Word.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
BUILD FAILURE 6.1 wasm