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 main (92567c), with Swift 6.1 for Wasm on 10 Sep 2025 06:44:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92567c4 Bump podspec to 1.4.0
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
92567c4845d29d2efaf74e2d6d9f29b1f9fbdfa9
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform:         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-1":/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-argument-parser.git
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
[909/16822] Fetching swift-macro-testing, swift-argument-parser
[6320/34267] Fetching swift-macro-testing, swift-argument-parser, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.37s)
[9292/33359] Fetching swift-argument-parser, swift-collections
[14924/105270] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.57s)
Fetched https://github.com/apple/swift-collections.git from cache (4.59s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.61s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (5.08s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15367] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.59s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.55s)
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.45s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.44s)
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.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.75s)
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.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.66s)
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/116] Write sources
[57/116] Compiling _SwiftSyntaxCShims dummy.c
[58/116] Write swift-version-24593BA9C3E375BF.txt
[61/132] Emitting module SwiftSyntax509
[62/132] Emitting module SwiftSyntax601
[63/132] Compiling SwiftSyntax601 Empty.swift
[64/133] Emitting module ArgumentParserToolInfo
[65/133] Compiling ArgumentParserToolInfo ToolInfo.swift
[66/134] Compiling SwiftSyntax509 Empty.swift
[67/135] Emitting module SwiftSyntax601
[68/135] Compiling SwiftSyntax601 Empty.swift
[71/136] Compiling SwiftSyntax510 Empty.swift
[72/136] Emitting module SwiftSyntax510
[74/137] Emitting module SwiftSyntax600
[75/137] Compiling SwiftSyntax600 Empty.swift
[77/138] Compiling SwiftSyntax510 Empty.swift
[78/138] Emitting module SwiftSyntax510
[80/139] Compiling SwiftSyntax600 Empty.swift
[81/139] Emitting module SwiftSyntax600
[85/172] Compiling SwiftSyntax509 Empty.swift
[85/280] Wrapping AST for SwiftSyntax601 for debugging
[87/280] Emitting module SwiftSyntax509
[87/280] Wrapping AST for SwiftSyntax600 for debugging
[89/281] Wrapping AST for SwiftSyntax510 for debugging
[90/281] Wrapping AST for SwiftSyntax509 for debugging
[92/281] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/282] Wrapping AST for ArgumentParserToolInfo for debugging
[95/283] Compiling SwiftSyntax SourceLength.swift
[96/283] Compiling SwiftSyntax AbsolutePosition.swift
[97/283] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[98/283] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[98/283] Wrapping AST for SwiftSyntax601 for debugging
[103/283] Wrapping AST for SwiftSyntax600 for debugging
[105/283] Compiling SwiftSyntax Identifier.swift
[106/283] Compiling SwiftSyntax MemoryLayout.swift
[106/283] Wrapping AST for SwiftSyntax510 for debugging
[108/284] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/302] Wrapping AST for SwiftSyntax509 for debugging
[110/347] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/347] Emitting module InternalCollectionsUtilities
[112/347] Compiling SwiftSyntax Convenience.swift
[113/347] Compiling SwiftSyntax CustomTraits.swift
[114/347] Emitting module InternalCollectionsUtilities
[115/347] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[116/347] Compiling SwiftSyntax Assert.swift
[117/347] Compiling SwiftSyntax BumpPtrAllocator.swift
[118/347] Compiling SwiftSyntax CommonAncestor.swift
[125/348] Compiling SwiftSyntax AbsolutePosition.swift
[126/348] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[129/555] Compiling HeapModule Heap+Descriptions.swift
[130/555] Compiling HeapModule _HeapNode.swift
[131/555] Compiling HeapModule Heap.swift
[132/555] Emitting module ArgumentParserToolInfo
[133/555] Compiling ArgumentParserToolInfo ToolInfo.swift
[135/556] Emitting module HeapModule
[136/556] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/556] Compiling HeapModule Heap+Invariants.swift
[138/556] Compiling HeapModule Heap+UnsafeHandle.swift
[140/557] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[141/557] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[142/557] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[143/557] Compiling HashTreeCollections _HashNode+Structural merge.swift
[144/557] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[145/557] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[146/557] Compiling HashTreeCollections TreeDictionary+Filter.swift
[147/557] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[148/557] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[149/557] Compiling HashTreeCollections TreeDictionary+Keys.swift
[150/557] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[151/557] Compiling HashTreeCollections TreeDictionary+Merge.swift
[152/557] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[153/557] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[154/564] Compiling OrderedCollections OrderedSet+SubSequence.swift
[155/564] Compiling OrderedCollections OrderedSet+Testing.swift
[156/564] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[157/564] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[158/564] Compiling OrderedCollections OrderedSet.swift
[159/564] Compiling OrderedCollections _UnsafeBitset.swift
[160/564] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[161/564] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[162/564] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[163/564] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[164/697] Compiling _RopeModule BigString+UTF16View.swift
[165/697] Compiling _RopeModule BigString+UTF8View.swift
[166/697] Compiling HashTreeCollections TreeSet+Collection.swift
[167/697] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[168/697] Compiling HashTreeCollections TreeSet+Debugging.swift
[169/697] Compiling HashTreeCollections TreeSet+Descriptions.swift
[170/697] Compiling HashTreeCollections TreeSet+Equatable.swift
[171/697] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[172/697] Compiling HashTreeCollections TreeSet+Extras.swift
[173/697] Compiling HashTreeCollections TreeSet+Filter.swift
[174/697] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[175/697] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[176/697] Compiling _RopeModule BigString+Chunk+Splitting.swift
[177/697] Compiling _RopeModule BigString+Chunk.swift
[178/697] Compiling _RopeModule BigString+BidirectionalCollection.swift
[179/697] Compiling _RopeModule BigString+Comparable.swift
[180/697] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[181/697] Compiling _RopeModule BigString+CustomStringConvertible.swift
[182/697] Compiling _RopeModule BigString+Equatable.swift
[183/697] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[184/697] Compiling _RopeModule BigString+Hashing.swift
[185/697] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[186/697] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[187/697] Compiling _RopeModule BigString+Sequence.swift
[188/697] Compiling _RopeModule BigString+TextOutputStream.swift
[189/697] Compiling _RopeModule Rope+_Storage.swift
[190/697] Compiling _RopeModule Rope+Debugging.swift
[191/697] Compiling _RopeModule Rope+Invariants.swift
[192/697] Compiling _RopeModule Rope+_Node.swift
[193/697] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[194/697] Compiling _RopeModule BigString+Chunk+Breaks.swift
[195/697] Compiling _RopeModule BigString+Chunk+Counts.swift
[196/697] Compiling _RopeModule BigString+Chunk+Description.swift
[197/697] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[198/697] Compiling _RopeModule RopeMetric.swift
[199/697] Compiling _RopeModule RopeSummary.swift
[200/697] Compiling _RopeModule _RopeItem.swift
[201/697] Compiling _RopeModule _RopePath.swift
[202/697] Compiling _RopeModule _RopeVersion.swift
[203/697] Compiling _RopeModule Rope+Collection.swift
[204/697] Compiling _RopeModule Rope+Index.swift
[205/697] Compiling _RopeModule Rope+Sequence.swift
[206/697] Compiling _RopeModule Rope+Append.swift
[207/697] Compiling _RopeModule Rope+Extract.swift
[208/697] Compiling _RopeModule Rope+Find.swift
[209/697] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[210/697] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[211/697] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[212/697] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[213/697] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[214/697] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[215/697] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[216/697] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[217/697] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[218/697] Compiling HashTreeCollections TreeSet.swift
[236/706] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[237/706] Compiling _RopeModule Rope+_UnsafeHandle.swift
[238/706] Compiling _RopeModule Rope.swift
[239/706] Compiling _RopeModule RopeElement.swift
[258/713] Compiling _RopeModule BigString+Builder.swift
[259/713] Compiling _RopeModule BigString+Contents.swift
[260/713] Compiling _RopeModule BigString+Debugging.swift
[261/713] Compiling _RopeModule BigString+Index.swift
[262/713] Compiling _RopeModule BigString+Ingester.swift
[263/713] Compiling _RopeModule BigString+Invariants.swift
[264/713] Compiling _RopeModule BigString+Iterators.swift
[265/713] Compiling _RopeModule BigString+Metrics.swift
[282/713] Compiling _RopeModule BigString+Summary.swift
[283/713] Compiling _RopeModule BigString.swift
[284/713] Compiling _RopeModule BigString+UnicodeScalarView.swift
[285/713] Compiling _RopeModule BigSubstring+UTF16View.swift
[286/713] Compiling _RopeModule BigSubstring+UTF8View.swift
[287/713] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[288/713] Compiling _RopeModule BigSubstring.swift
[289/713] Compiling _RopeModule Rope+Builder.swift
[290/713] Compiling OrderedCollections OrderedSet+Sendable.swift
[291/713] Compiling OrderedCollections OrderedSet+SubSequence.swift
[292/713] Compiling OrderedCollections OrderedSet+Testing.swift
[293/713] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[294/713] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[295/713] Compiling OrderedCollections OrderedSet.swift
[296/713] Compiling OrderedCollections _UnsafeBitset.swift
[311/713] Compiling _RopeModule BigString+RemoveSubrange.swift
[312/713] Compiling _RopeModule BigString+ReplaceSubrange.swift
[313/713] Compiling _RopeModule BigString+Split.swift
[314/713] Compiling _RopeModule Range+BigString.swift
[351/737] Emitting module OrderedCollections
[367/747] Compiling ArgumentParser Tree.swift
[368/747] Compiling ArgumentParser CodingKeyValidator.swift
[369/747] Compiling ArgumentParser NonsenseFlagsValidator.swift
[370/747] Compiling ArgumentParser ParsableArgumentsValidation.swift
[371/747] Compiling ArgumentParser PositionalArgumentsValidator.swift
[372/747] Compiling ArgumentParser UniqueNamesValidator.swift
[387/747] Compiling SwiftSyntax SyntaxNodesAB.swift
[388/747] Compiling SwiftSyntax SyntaxNodesC.swift
[389/747] Compiling SwiftSyntax SyntaxNodesD.swift
[390/747] Compiling SwiftSyntax SyntaxNodesEF.swift
[432/749] Emitting module _RopeModule
[450/754] Compiling HeapModule Heap+Descriptions.swift
[451/754] Emitting module HeapModule
[452/754] Compiling HeapModule Heap.swift
[453/754] Compiling HeapModule _HeapNode.swift
[454/754] Emitting module ArgumentParser
[461/754] Emitting module OrderedCollections
[469/755] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[470/755] Compiling HeapModule Heap+UnsafeHandle.swift
[471/755] Compiling HeapModule Heap+Invariants.swift
[519/756] Emitting module _RopeModule
[520/756] Compiling SwiftSyntax SyntaxNodesGHI.swift
[521/756] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[522/756] Compiling SwiftSyntax SyntaxNodesOP.swift
[523/756] Compiling SwiftSyntax SyntaxNodesQRS.swift
[524/756] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[525/756] Compiling _RopeModule Optional Utilities.swift
[526/756] Compiling _RopeModule String Utilities.swift
[527/756] Compiling _RopeModule String.Index+ABI.swift
[528/756] Compiling _RopeModule _CharacterRecognizer.swift
[538/823] Compiling HashTreeCollections _HashLevel.swift
[539/823] Compiling HashTreeCollections _HashNode+Builder.swift
[540/849] Compiling HashTreeCollections _Bucket.swift
[541/849] Compiling HashTreeCollections _Hash.swift
[542/849] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[543/849] Compiling HashTreeCollections _HashNode+Storage.swift
[544/849] Emitting module HashTreeCollections
[546/850] Compiling HashTreeCollections _HashNode+Invariants.swift
[547/850] Compiling HashTreeCollections _HashNode+Lookups.swift
[548/850] Compiling HashTreeCollections _HashNode+Debugging.swift
[549/850] Compiling HashTreeCollections _HashNode+Initializers.swift
[550/850] Compiling DequeModule _DequeSlot.swift
[551/850] Compiling DequeModule _UnsafeWrappedBuffer.swift
[552/865] Compiling HashTreeCollections TreeSet+Hashable.swift
[553/865] Compiling HashTreeCollections TreeSet+Sendable.swift
[554/865] Compiling HashTreeCollections TreeSet+Sequence.swift
[555/865] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[556/865] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[557/865] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[558/865] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[559/865] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[560/865] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[561/865] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[562/875] Compiling HashTreeCollections _HashSlot.swift
[563/875] Compiling HashTreeCollections _HashStack.swift
[564/875] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[565/875] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[566/875] Compiling HashTreeCollections TreeDictionary+Filter.swift
[567/875] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[568/875] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[569/875] Compiling HashTreeCollections TreeDictionary+Keys.swift
[570/875] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[571/875] Compiling HashTreeCollections TreeDictionary+Merge.swift
[572/875] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[573/875] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[574/875] Compiling DequeModule _DequeBuffer.swift
[575/875] Compiling DequeModule _DequeBufferHeader.swift
[576/877] Compiling DequeModule Deque+Codable.swift
[577/877] Compiling DequeModule Deque+Collection.swift
[578/877] Compiling DequeModule Deque+Extras.swift
[579/877] Compiling DequeModule Deque+Hashable.swift
[580/877] Compiling DequeModule Deque+CustomReflectable.swift
[581/877] Compiling DequeModule Deque+Descriptions.swift
[592/877] Compiling HashTreeCollections TreeDictionary+Values.swift
[593/877] Compiling HashTreeCollections TreeDictionary.swift
[594/877] Compiling HashTreeCollections TreeSet+Codable.swift
[595/877] Compiling HashTreeCollections TreeSet+Collection.swift
[596/877] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[597/877] Compiling HashTreeCollections TreeSet+Debugging.swift
[598/877] Compiling HashTreeCollections TreeSet+Descriptions.swift
[599/877] Compiling HashTreeCollections TreeSet+Equatable.swift
[600/877] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[601/877] Compiling HashTreeCollections TreeSet+Extras.swift
[602/877] Compiling HashTreeCollections TreeSet+Filter.swift
[618/877] Compiling HashTreeCollections _HashTreeIterator.swift
[619/877] Compiling HashTreeCollections _HashTreeStatistics.swift
[620/877] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[621/877] Compiling HashTreeCollections _RawHashNode.swift
[626/877] Compiling DequeModule _DequeSlot.swift
[627/877] Compiling DequeModule _UnsafeWrappedBuffer.swift
[628/877] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[629/877] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[630/877] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[631/877] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[632/877] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[633/877] Compiling HashTreeCollections _HashNode+Structural merge.swift
[634/877] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[635/877] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[636/877] Compiling HashTreeCollections _HashNode+Structural union.swift
[637/877] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[638/877] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[639/877] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[640/877] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[641/877] Compiling HashTreeCollections _HashNode.swift
[642/877] Compiling DequeModule Deque._Storage.swift
[643/877] Compiling DequeModule Deque+Equatable.swift
[644/877] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[653/877] Compiling HashTreeCollections _HashNodeHeader.swift
[660/877] Emitting module DequeModule
[661/879] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[662/879] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[663/879] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[664/879] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[665/879] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[666/879] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[667/879] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[668/879] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[669/879] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[670/879] Compiling HashTreeCollections TreeSet.swift
[697/881] Compiling DequeModule Deque+Testing.swift
[699/881] Compiling DequeModule Deque._UnsafeHandle.swift
[700/881] Compiling DequeModule Deque.swift
[703/1010] Wrapping AST for _RopeModule for debugging
[705/1031] Compiling BitCollections BitArray+BitwiseOperations.swift
[706/1031] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[707/1031] Emitting module DequeModule
[708/1032] Wrapping AST for OrderedCollections for debugging
[714/1032] Compiling HashTreeCollections _UnmanagedHashNode.swift
[715/1032] Compiling HashTreeCollections _UnsafePath.swift
[716/1032] Compiling HashTreeCollections TreeDictionary+Codable.swift
[717/1032] Compiling HashTreeCollections TreeDictionary+Collection.swift
[718/1032] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[719/1032] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[720/1032] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[720/1032] Wrapping AST for InternalCollectionsUtilities for debugging
[721/1032] Wrapping AST for HeapModule for debugging
[722/1032] Wrapping AST for DequeModule for debugging
[723/1032] Wrapping AST for ArgumentParser for debugging
[724/1032] Wrapping AST for OrderedCollections for debugging
[725/1032] Wrapping AST for _RopeModule for debugging
[726/1032] Wrapping AST for HeapModule for debugging
[727/1032] Wrapping AST for InternalCollectionsUtilities for debugging
[728/1032] Wrapping AST for HashTreeCollections for debugging
[730/1032] Emitting module BitCollections
[731/1039] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[732/1039] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[733/1039] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[734/1039] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[735/1039] Compiling BitCollections BitSet+SetAlgebra union.swift
[736/1039] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[737/1039] Compiling BitCollections BitSet.Counted.swift
[740/1039] Compiling BitCollections BitArray+Codable.swift
[741/1039] Compiling BitCollections BitArray+Collection.swift
[742/1039] Compiling BitCollections BitArray+Copy.swift
[743/1039] Compiling BitCollections BitArray+CustomReflectable.swift
[744/1039] Compiling BitCollections BitArray+Descriptions.swift
[745/1039] Compiling BitCollections BitArray+Equatable.swift
[746/1039] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[747/1039] Compiling BitCollections BitSet+CustomReflectable.swift
[748/1039] Compiling BitCollections BitSet+CustomStringConvertible.swift
[748/1039] Wrapping AST for DequeModule for debugging
[749/1039] Wrapping AST for ArgumentParserToolInfo for debugging
[751/1039] Emitting module BitCollections
[755/1046] Compiling BitCollections BitSet+Equatable.swift
[756/1046] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[757/1046] Compiling BitCollections BitSet+Extras.swift
[758/1046] Compiling BitCollections BitSet+Hashable.swift
[759/1046] Compiling BitCollections BitSet+Initializers.swift
[760/1046] Compiling BitCollections BitSet+Invariants.swift
[761/1046] Compiling BitCollections BitSet+Random.swift
[762/1046] Compiling BitCollections BitSet+SetAlgebra basics.swift
[763/1046] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[764/1046] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[765/1046] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[766/1046] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[767/1046] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[768/1046] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[769/1046] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[770/1046] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[771/1046] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[772/1046] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[780/1046] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[781/1046] Compiling BitCollections BitArray+Extras.swift
[782/1046] Compiling BitCollections BitArray+Fill.swift
[783/1046] Compiling BitCollections BitArray+Hashable.swift
[784/1046] Compiling BitCollections BitArray+Initializers.swift
[785/1046] Compiling BitCollections BitArray+Invariants.swift
[786/1046] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[813/1046] Compiling BitCollections BitArray+RandomBits.swift
[814/1046] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[815/1046] Compiling BitCollections BitArray+Shifts.swift
[816/1046] Compiling BitCollections BitArray+Testing.swift
[817/1046] Compiling BitCollections BitArray._UnsafeHandle.swift
[818/1046] Compiling BitCollections BitArray.swift
[819/1046] Compiling BitCollections BitSet+BidirectionalCollection.swift
[820/1046] Compiling BitCollections BitSet+Codable.swift
[821/1046] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[839/1046] Compiling BitCollections BitSet.Index.swift
[840/1046] Compiling BitCollections BitSet._UnsafeHandle.swift
[841/1046] Compiling BitCollections BitSet.swift
[842/1046] Compiling BitCollections Range+Utilities.swift
[843/1046] Compiling BitCollections Slice+Utilities.swift
[844/1046] Compiling BitCollections UInt+Tricks.swift
[845/1046] Compiling BitCollections _Word.swift
[886/1047] Emitting module HashTreeCollections
[886/1049] Wrapping AST for BitCollections for debugging
[891/1051] Compiling Collections Collections.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
[897/1057] Wrapping AST for HashTreeCollections for debugging
[899/1057] Emitting module Collections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[901/1060] 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
[902/1060] Compiling Collections Collections.swift
[903/1060] Emitting module Collections
[903/1061] Wrapping AST for Collections for debugging
[906/1061] 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
[907/1061] 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
[908/1061] 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
[909/1061] 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
[910/1061] 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
[911/1061] 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
[911/1061] Wrapping AST for Collections for debugging
/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
/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/102] Compiling SwiftSyntax601 Empty.swift
[8/102] Compiling SwiftSyntax510 Empty.swift
[9/102] Emitting module SwiftSyntax510
[10/103] Emitting module SwiftSyntax600
[11/103] Compiling SwiftSyntax600 Empty.swift
[12/103] Emitting module SwiftSyntax601
[13/104] Compiling SwiftSyntax600 Empty.swift
[14/104] Compiling SwiftSyntax509 Empty.swift
[15/104] Emitting module SwiftSyntax509
[16/105] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/105] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/107] Emitting module SwiftSyntax600
[19/108] Compiling SwiftSyntax601 Empty.swift
[20/108] Emitting module SwiftSyntax601
[21/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/107] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/107] Compiling InternalCollectionsUtilities Debugging.swift
[31/104] Compiling InternalCollectionsUtilities Descriptions.swift
[32/104] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/110] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/110] Compiling InternalCollectionsUtilities Integer rank.swift
[40/112] Compiling SwiftSyntax510 Empty.swift
[41/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/112] Emitting module SwiftSyntax509
[43/112] Emitting module SwiftSyntax510
[44/130] Compiling SwiftSyntax509 Empty.swift
[45/167] Compiling SwiftSyntax EditorPlaceholder.swift
[46/167] Compiling SwiftSyntax Identifier.swift
[47/178] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/178] Compiling SwiftSyntax Assert.swift
[49/178] Compiling SwiftSyntax BumpPtrAllocator.swift
[50/178] Compiling SwiftSyntax CommonAncestor.swift
[53/176] Emitting module ArgumentParserToolInfo
[54/176] Emitting module InternalCollectionsUtilities
[56/177] Compiling SwiftSyntax Convenience.swift
[57/177] Compiling SwiftSyntax CustomTraits.swift
[64/279] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[65/423] Compiling HeapModule Heap+Descriptions.swift
[66/446] Compiling HeapModule Heap.swift
[67/446] Compiling HeapModule _HeapNode.swift
[68/446] Compiling HeapModule Heap+Invariants.swift
[69/446] Compiling HeapModule Heap+UnsafeHandle.swift
[70/446] Emitting module HeapModule
[72/446] Compiling _RopeModule Rope+Find.swift
[73/446] Compiling _RopeModule Rope+ForEachWhile.swift
[74/446] Compiling _RopeModule Rope+Insert.swift
[75/446] Compiling _RopeModule Rope+_Storage.swift
[76/446] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[77/446] Compiling _RopeModule Rope+_UnsafeHandle.swift
[78/446] Compiling _RopeModule Rope.swift
[79/446] Compiling _RopeModule RopeElement.swift
[80/446] Compiling _RopeModule RopeMetric.swift
[81/446] Compiling _RopeModule RopeSummary.swift
[82/456] Compiling _RopeModule BigString+CustomStringConvertible.swift
[83/456] Compiling _RopeModule BigString+Equatable.swift
[84/456] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[85/456] Compiling _RopeModule BigString+Hashing.swift
[86/456] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[87/456] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[88/456] Compiling _RopeModule BigString+Sequence.swift
[89/456] Compiling _RopeModule Rope+Invariants.swift
[90/456] Compiling _RopeModule Rope+_Node.swift
[91/456] Compiling _RopeModule _RopeVersion.swift
[92/456] Compiling _RopeModule Rope+Collection.swift
[93/456] Compiling _RopeModule Rope+Index.swift
[94/456] Compiling _RopeModule Rope+Sequence.swift
[95/456] Compiling _RopeModule Rope+Append.swift
[96/463] Compiling ArgumentParserToolInfo ToolInfo.swift
[99/464] Emitting module ArgumentParserToolInfo
[100/464] Compiling _RopeModule _RopeItem.swift
[101/464] Compiling _RopeModule _RopePath.swift
[102/464] Compiling HashTreeCollections TreeSet+Collection.swift
[103/464] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[104/464] Compiling HashTreeCollections TreeSet+Debugging.swift
[105/464] Compiling HashTreeCollections TreeSet+Descriptions.swift
[106/464] Compiling HashTreeCollections TreeSet+Equatable.swift
[107/464] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[108/464] Compiling HashTreeCollections TreeSet+Extras.swift
[109/464] Compiling HashTreeCollections TreeSet+Filter.swift
[110/464] Compiling _RopeModule BigSubstring.swift
[111/464] Compiling _RopeModule Rope+Builder.swift
[112/464] Compiling _RopeModule Rope+Debugging.swift
[120/464] Compiling OrderedCollections OrderedSet+Sendable.swift
[121/464] Compiling _RopeModule BigString+Chunk.swift
[122/464] Compiling _RopeModule BigString+BidirectionalCollection.swift
[123/464] Compiling _RopeModule BigString+Builder.swift
[124/464] Compiling _RopeModule BigString+Contents.swift
[125/464] Compiling _RopeModule BigString+Debugging.swift
[126/464] Compiling _RopeModule BigString+Index.swift
[127/464] Compiling _RopeModule BigString+Ingester.swift
[128/464] Compiling _RopeModule BigString+Invariants.swift
[129/464] Compiling _RopeModule BigString+TextOutputStream.swift
[130/464] Compiling _RopeModule BigString+UnicodeScalarView.swift
[131/464] Compiling _RopeModule BigSubstring+UTF16View.swift
[132/464] Compiling _RopeModule BigSubstring+UTF8View.swift
[133/464] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[137/464] Compiling _RopeModule BigString+RemoveSubrange.swift
[138/464] Compiling _RopeModule BigString+ReplaceSubrange.swift
[139/464] Compiling _RopeModule BigString+Split.swift
[140/464] Compiling _RopeModule Range+BigString.swift
[141/464] Compiling _RopeModule BigString+UTF16View.swift
[142/464] Compiling _RopeModule BigString+UTF8View.swift
[143/464] Compiling _RopeModule BigString+Comparable.swift
[144/464] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[145/464] Compiling _RopeModule BigString+Iterators.swift
[146/464] Compiling _RopeModule BigString+Metrics.swift
[147/464] Compiling _RopeModule BigString+Summary.swift
[148/464] Compiling _RopeModule BigString.swift
[149/464] Compiling _RopeModule BigString+Append.swift
[150/464] Compiling _RopeModule BigString+Initializers.swift
[151/464] Compiling _RopeModule BigString+Insert.swift
[152/464] Compiling _RopeModule BigString+Managing Breaks.swift
[154/593] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[155/593] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[156/593] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[157/593] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[158/593] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[159/593] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[160/593] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[161/593] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[162/593] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[163/593] Compiling HashTreeCollections TreeSet.swift
[164/593] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[165/593] Compiling HeapModule Heap+Descriptions.swift
[166/593] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[167/593] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[168/593] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[169/593] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[170/593] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[171/593] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[172/593] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[174/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[175/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[176/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[177/593] Compiling HeapModule _HeapNode.swift
[178/593] Compiling HeapModule Heap.swift
[179/593] Compiling OrderedCollections OrderedDictionary+Codable.swift
[180/593] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[181/593] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[182/593] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[183/593] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[184/593] Compiling OrderedCollections OrderedDictionary+Elements.swift
[185/593] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[186/593] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[187/593] Compiling HeapModule Heap+Invariants.swift
[188/593] Compiling HeapModule Heap+UnsafeHandle.swift
[189/593] Compiling _RopeModule Rope+_Storage.swift
[190/593] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[191/593] Compiling _RopeModule Rope+_UnsafeHandle.swift
[192/593] Compiling _RopeModule Rope.swift
[193/593] Compiling _RopeModule RopeElement.swift
[194/593] Compiling _RopeModule RopeMetric.swift
[195/593] Compiling _RopeModule RopeSummary.swift
[196/593] Compiling _RopeModule _RopeItem.swift
[197/593] Compiling _RopeModule _RopePath.swift
[198/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[199/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[200/593] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[201/593] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[202/593] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[203/593] Compiling _RopeModule Rope+Extract.swift
[204/593] Compiling _RopeModule Rope+Find.swift
[205/593] Compiling _RopeModule Rope+ForEachWhile.swift
[206/593] Compiling _RopeModule Rope+Insert.swift
[207/602] Emitting module HeapModule
[220/602] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[221/602] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[222/602] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[223/602] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[224/602] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[230/610] Compiling OrderedCollections OrderedDictionary.swift
[231/610] Compiling OrderedCollections OrderedSet+Codable.swift
[232/610] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[233/610] Compiling OrderedCollections OrderedSet+Descriptions.swift
[234/610] Compiling OrderedCollections OrderedSet+Diffing.swift
[235/610] Compiling OrderedCollections OrderedSet+Equatable.swift
[236/610] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[237/610] Compiling OrderedCollections OrderedSet+Hashable.swift
[238/610] Compiling OrderedCollections OrderedSet+Initializers.swift
[239/610] Compiling OrderedCollections OrderedSet+Insertions.swift
[240/610] Compiling OrderedCollections OrderedSet+Invariants.swift
[241/610] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[242/610] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[243/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[244/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[245/610] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[254/610] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[262/660] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[263/660] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[264/660] Compiling HashTreeCollections _HashNode+Storage.swift
[265/660] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[266/660] Compiling HashTreeCollections _HashNode+Structural filter.swift
[267/660] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[268/660] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[269/660] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[270/660] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[271/660] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[272/660] Compiling HashTreeCollections _HashNode+Structural merge.swift
[273/660] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[274/660] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[275/660] Compiling HashTreeCollections _HashNode+Structural union.swift
[276/660] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[277/660] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[278/660] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[279/660] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[280/660] Compiling HashTreeCollections _HashNode.swift
[281/660] Compiling HashTreeCollections _HashNodeHeader.swift
[282/660] Compiling HashTreeCollections _HashSlot.swift
[283/660] Compiling HashTreeCollections _HashStack.swift
[284/660] Compiling HashTreeCollections _AncestorHashSlots.swift
[285/660] Compiling HashTreeCollections _Bitmap.swift
[286/660] Compiling HashTreeCollections _Bucket.swift
[287/660] Compiling HashTreeCollections _Hash.swift
[288/660] Compiling HashTreeCollections _HashLevel.swift
[289/660] Compiling HashTreeCollections _HashNode+Builder.swift
[290/660] Compiling HashTreeCollections _HashNode+Debugging.swift
[291/660] Compiling HashTreeCollections _HashNode+Initializers.swift
[292/660] Compiling HashTreeCollections _HashNode+Invariants.swift
[293/660] Compiling HashTreeCollections _HashNode+Lookups.swift
[294/660] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[295/685] Emitting module OrderedCollections
[296/686] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[297/686] Compiling HashTreeCollections TreeSet+Debugging.swift
[298/686] Compiling HashTreeCollections TreeSet+Descriptions.swift
[299/686] Compiling HashTreeCollections TreeSet+Equatable.swift
[300/686] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[301/686] Compiling HashTreeCollections TreeSet+Extras.swift
[302/686] Compiling HashTreeCollections TreeSet+Filter.swift
[303/686] Compiling HashTreeCollections TreeSet+Hashable.swift
[304/686] Compiling HashTreeCollections TreeSet+Sendable.swift
[306/709] Compiling DequeModule _DequeBuffer.swift
[307/709] Compiling DequeModule _DequeBufferHeader.swift
[308/709] Compiling HashTreeCollections TreeDictionary+Keys.swift
[309/709] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[310/709] Compiling HashTreeCollections TreeDictionary+Merge.swift
[311/709] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[312/709] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[313/709] Compiling HashTreeCollections TreeDictionary+Values.swift
[314/709] Compiling HashTreeCollections TreeDictionary.swift
[315/709] Compiling HashTreeCollections TreeSet+Codable.swift
[316/709] Compiling HashTreeCollections TreeSet+Collection.swift
[320/711] Compiling HashTreeCollections _HashTreeIterator.swift
[321/711] Compiling HashTreeCollections _HashTreeStatistics.swift
[322/711] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[323/711] Compiling HashTreeCollections _RawHashNode.swift
[324/711] Compiling HashTreeCollections _UnmanagedHashNode.swift
[325/711] Compiling HashTreeCollections _UnsafePath.swift
[326/711] Compiling HashTreeCollections TreeDictionary+Codable.swift
[327/711] Emitting module _RopeModule
[336/711] Compiling DequeModule Deque+Testing.swift
[337/711] Compiling DequeModule Deque._Storage.swift
[340/711] Compiling DequeModule _DequeSlot.swift
[341/711] Compiling DequeModule _UnsafeWrappedBuffer.swift
[366/711] Compiling DequeModule Deque+Codable.swift
[367/711] Compiling DequeModule Deque+Collection.swift
[368/711] Compiling DequeModule Deque+Extras.swift
[369/711] Compiling DequeModule Deque+Hashable.swift
[370/711] Compiling DequeModule Deque+CustomReflectable.swift
[371/711] Compiling DequeModule Deque+Descriptions.swift
[372/711] Compiling DequeModule Deque+Equatable.swift
[373/711] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[374/711] Compiling DequeModule Deque._UnsafeHandle.swift
[375/711] Compiling DequeModule Deque.swift
[376/711] Compiling HashTreeCollections TreeDictionary+Collection.swift
[377/711] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[378/711] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[379/711] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[380/711] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[381/711] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[382/711] Compiling HashTreeCollections TreeDictionary+Filter.swift
[383/711] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[384/711] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[397/711] Compiling _RopeModule Rope+Join.swift
[398/711] Compiling _RopeModule Rope+MutatingForEach.swift
[399/711] Compiling _RopeModule Rope+Remove.swift
[400/711] Compiling _RopeModule Rope+RemoveSubrange.swift
[401/711] Compiling _RopeModule Rope+Split.swift
[402/711] Compiling _RopeModule Optional Utilities.swift
[403/711] Compiling _RopeModule String Utilities.swift
[404/711] Compiling _RopeModule String.Index+ABI.swift
[437/721] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[467/731] Emitting module OrderedCollections
[477/745] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[478/745] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[479/745] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[480/745] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[481/745] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[482/745] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[483/745] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[484/745] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[485/745] Compiling HashTreeCollections TreeSet.swift
[486/745] Emitting module HashTreeCollections
[487/746] Emitting module _RopeModule
[489/799] Compiling BitCollections BitArray+Codable.swift
[490/799] Compiling BitCollections BitArray+Collection.swift
[491/799] Compiling BitCollections BitArray+Copy.swift
[492/799] Compiling BitCollections BitArray+CustomReflectable.swift
[493/801] Emitting module DequeModule
[494/801] Compiling BitCollections BitArray+Hashable.swift
[495/801] Compiling BitCollections BitArray+Initializers.swift
[496/801] Compiling BitCollections BitSet+Random.swift
[497/801] Compiling BitCollections BitSet+SetAlgebra basics.swift
[498/801] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[499/801] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[500/801] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[501/801] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[502/801] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[503/801] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[504/801] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[505/801] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[506/801] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[508/800] Compiling BitCollections BitArray+BitwiseOperations.swift
[509/800] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[514/800] Compiling BitCollections BitArray+Descriptions.swift
[515/800] Compiling BitCollections BitArray+Equatable.swift
[516/800] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[517/800] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[518/800] Compiling BitCollections BitArray+Extras.swift
[519/858] Compiling BitCollections BitSet+Hashable.swift
[520/858] Compiling BitCollections BitArray+RandomBits.swift
[521/897] Compiling ArgumentParser Option.swift
[522/897] Compiling ArgumentParser ParsableArguments.swift
[523/897] Compiling ArgumentParser ParsableCommand.swift
[524/897] Compiling ArgumentParser ArgumentDecoder.swift
[525/897] Compiling ArgumentParser ArgumentDefinition.swift
[526/897] Compiling ArgumentParser ArgumentSet.swift
[527/897] Compiling ArgumentParser CommandParser.swift
[528/904] Compiling SwiftSyntax SyntaxNodesGHI.swift
[529/904] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[530/904] Compiling SwiftSyntax SyntaxNodesOP.swift
[531/904] Compiling SwiftSyntax SyntaxNodesQRS.swift
[532/904] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[537/904] Compiling ArgumentParser SplitArguments.swift
[538/904] Compiling ArgumentParser DumpHelpGenerator.swift
[539/904] Compiling ArgumentParser HelpCommand.swift
[540/904] Compiling ArgumentParser HelpGenerator.swift
[541/904] Compiling ArgumentParser MessageInfo.swift
[542/904] Compiling ArgumentParser UsageGenerator.swift
[543/904] Compiling ArgumentParser CollectionExtensions.swift
[544/904] Compiling ArgumentParser Mutex.swift
[545/904] Compiling ArgumentParser Platform.swift
[546/904] Compiling ArgumentParser SequenceExtensions.swift
[547/904] Compiling ArgumentParser StringExtensions.swift
[548/904] Compiling ArgumentParser SwiftExtensions.swift
[549/904] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[550/904] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[551/904] Emitting module BitCollections
[552/904] Compiling ArgumentParser CommandGroup.swift
[553/904] Compiling ArgumentParser EnumerableFlag.swift
[554/904] Compiling ArgumentParser ArgumentHelp.swift
[555/904] Compiling ArgumentParser OptionGroup.swift
[556/904] Compiling ArgumentParser AsyncParsableCommand.swift
[557/904] Compiling ArgumentParser CommandConfiguration.swift
[558/904] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[559/904] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[560/904] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[561/904] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[562/904] Compiling BitCollections BitSet+SetAlgebra union.swift
[563/904] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[564/904] Compiling BitCollections BitSet.Counted.swift
[565/904] Compiling ArgumentParser BashCompletionsGenerator.swift
[566/904] Compiling ArgumentParser CompletionsGenerator.swift
[567/904] Emitting module DequeModule
[568/905] Emitting module BitCollections
[573/912] Compiling ArgumentParser ExpressibleByArgument.swift
[574/912] Compiling ArgumentParser InputKey.swift
[575/912] Compiling ArgumentParser InputOrigin.swift
[577/912] Compiling ArgumentParser NameSpecification.swift
[588/911] Compiling ArgumentParser Name.swift
[589/911] Compiling ArgumentParser Parsed.swift
[590/911] Compiling ArgumentParser ParsedValues.swift
[591/911] Compiling ArgumentParser ParserError.swift
[592/911] Compiling ArgumentParser ArgumentVisibility.swift
[593/911] Compiling ArgumentParser CompletionKind.swift
[594/911] Compiling ArgumentParser Errors.swift
[595/911] Compiling ArgumentParser Flag.swift
[616/911] Compiling ArgumentParser FishCompletionsGenerator.swift
[617/911] Compiling ArgumentParser ZshCompletionsGenerator.swift
[618/911] Compiling ArgumentParser Argument.swift
[619/911] Compiling ArgumentParser ArgumentDiscussion.swift
[630/911] Compiling BitCollections BitSet.Index.swift
[631/911] Compiling BitCollections BitSet._UnsafeHandle.swift
[632/911] Compiling BitCollections BitSet.swift
[633/911] Compiling BitCollections Range+Utilities.swift
[634/911] Compiling BitCollections Slice+Utilities.swift
[635/911] Compiling BitCollections UInt+Tricks.swift
[636/911] Compiling BitCollections _Word.swift
[651/956] Compiling ArgumentParser CollectionExtensions.swift
[652/956] Compiling ArgumentParser Mutex.swift
[653/956] Compiling ArgumentParser Platform.swift
[654/956] Compiling ArgumentParser SequenceExtensions.swift
[655/956] Compiling ArgumentParser StringExtensions.swift
[656/956] Compiling ArgumentParser SwiftExtensions.swift
[657/962] Compiling ArgumentParser AsyncParsableCommand.swift
[658/962] Compiling ArgumentParser CommandConfiguration.swift
[659/962] Compiling ArgumentParser CommandGroup.swift
[660/962] Compiling ArgumentParser EnumerableFlag.swift
[661/962] Compiling ArgumentParser ExpressibleByArgument.swift
[662/962] Compiling ArgumentParser InputKey.swift
[663/962] Compiling ArgumentParser InputOrigin.swift
[664/962] Compiling ArgumentParser Name.swift
[665/962] Compiling ArgumentParser Parsed.swift
[666/962] Compiling ArgumentParser ParsedValues.swift
[667/962] Compiling ArgumentParser NameSpecification.swift
[668/962] Compiling ArgumentParser Option.swift
[669/962] Compiling ArgumentParser BashCompletionsGenerator.swift
[670/962] Compiling ArgumentParser CompletionsGenerator.swift
[671/962] Compiling ArgumentParser FishCompletionsGenerator.swift
[672/962] Compiling ArgumentParser ZshCompletionsGenerator.swift
[673/962] Compiling ArgumentParser Argument.swift
[674/962] Compiling ArgumentParser ArgumentDiscussion.swift
[675/962] Compiling ArgumentParser ArgumentHelp.swift
[676/962] Compiling ArgumentParser OptionGroup.swift
[677/962] Compiling ArgumentParser ParsableArguments.swift
[678/962] Compiling ArgumentParser ParsableCommand.swift
[679/962] Compiling ArgumentParser ArgumentDecoder.swift
[680/962] Compiling ArgumentParser ArgumentDefinition.swift
[681/962] Compiling ArgumentParser ArgumentSet.swift
[682/962] Compiling ArgumentParser CommandParser.swift
[683/962] Compiling ArgumentParser ArgumentVisibility.swift
[684/962] Compiling ArgumentParser CompletionKind.swift
[685/962] Compiling ArgumentParser Errors.swift
[686/962] Compiling ArgumentParser Flag.swift
[690/962] Compiling ArgumentParser Tree.swift
[691/962] Compiling ArgumentParser CodingKeyValidator.swift
[692/962] Compiling ArgumentParser NonsenseFlagsValidator.swift
[693/962] Compiling ArgumentParser ParsableArgumentsValidation.swift
[694/962] Compiling ArgumentParser PositionalArgumentsValidator.swift
[695/962] Compiling ArgumentParser UniqueNamesValidator.swift
[698/961] 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
/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
[706/970] Emitting module Collections
[707/970] Compiling Collections Collections.swift
[724/970] Compiling ArgumentParser ParserError.swift
[725/970] Compiling ArgumentParser SplitArguments.swift
[726/970] Compiling ArgumentParser DumpHelpGenerator.swift
[727/970] Compiling ArgumentParser HelpCommand.swift
[728/970] Compiling ArgumentParser HelpGenerator.swift
[729/970] Compiling ArgumentParser MessageInfo.swift
[730/970] Compiling ArgumentParser UsageGenerator.swift
[740/970] Compiling ArgumentParser Tree.swift
[741/970] Compiling ArgumentParser CodingKeyValidator.swift
[742/970] Compiling ArgumentParser NonsenseFlagsValidator.swift
[743/970] Compiling ArgumentParser ParsableArgumentsValidation.swift
[744/970] Compiling ArgumentParser PositionalArgumentsValidator.swift
[745/970] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[753/971] 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
/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
/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
[792/971] Emitting module Collections
BUILD FAILURE 6.1 wasm