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 DBUS, reference main (818938), with Swift 6.1 for Wasm on 11 Dec 2025 07:48:14 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/dbus.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/wendylabsinc/dbus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8189386 Merge pull request #21 from edgeengineer/jo/log-on-race-condition
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
8189386fef65298be191f99b5351abe9b8feb321
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wendylabsinc/dbus.git
https://github.com/wendylabsinc/dbus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.70.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "DBUS",
  "name" : "DBUS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DBUS",
      "targets" : [
        "DBUS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleApp",
      "targets" : [
        "ExampleApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "Sources/ExampleApp",
      "product_memberships" : [
        "ExampleApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "DBUS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DBUSTests",
      "module_type" : "SwiftTarget",
      "name" : "DBUSTests",
      "path" : "Tests/DBUSTests",
      "sources" : [
        "DBusAuthenticationHandlerTests.swift",
        "DBusValueTests.swift",
        "Test.swift",
        "TypeSignatureTests.swift"
      ],
      "target_dependencies" : [
        "DBUS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBUS",
      "module_type" : "SwiftTarget",
      "name" : "DBUS",
      "path" : "Sources/DBUS",
      "product_dependencies" : [
        "NIOCore",
        "NIOExtras",
        "Logging"
      ],
      "product_memberships" : [
        "DBUS",
        "ExampleApp"
      ],
      "sources" : [
        "ByteBuffer+DBus.swift",
        "DBusAuthenticationHandler.swift",
        "DBusClient.swift",
        "DBusError.swift",
        "DBusMessageCodec.swift",
        "Message/DBusMessage+Flags.swift",
        "Message/DBusMessage+MessageType.swift",
        "Message/DBusMessage.swift",
        "Message/HeaderField+Code.swift",
        "Message/HeaderField.swift",
        "Message/Primitives/DBusString.swift",
        "Message/Primitives/DBusType.swift",
        "Message/Primitives/DBusValue.swift",
        "Message/Primitives/DBusVariant.swift",
        "Message/Primitives/TypeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6363] Fetching swift-nio-extras
[1656/12099] Fetching swift-nio-extras, swift-log
[12100/92780] Fetching swift-nio-extras, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.49s)
Fetched https://github.com/apple/swift-log.git from cache (5.49s)
Fetched https://github.com/apple/swift-nio.git from cache (5.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (6.38s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
[768/4235] Fetching swift-asn1, swift-service-lifecycle
[2202/11275] Fetching swift-asn1, swift-service-lifecycle, swift-certificates
[2313/17108] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[3663/23149] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-algorithms
[23150/38437] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-asn1.git from cache (2.42s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.42s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-algorithms.git from cache (2.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.63s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.72s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.75s)
[1/1204] Fetching swift-http-structured-headers
[411/2155] Fetching swift-http-structured-headers, swift-http-types
[2156/3975] Fetching swift-http-structured-headers, swift-http-types, swift-atomics
[2757/15693] Fetching swift-http-structured-headers, swift-http-types, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
[3461/13538] Fetching swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
[2696/11718] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.32s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.84s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.94s)
Fetching https://github.com/apple/swift-collections.git
[1/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (2.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.70s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.71s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.90s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Building for debugging...
[0/47] Write sources
[14/47] Compiling CNIOWindows shim.c
[14/47] Compiling CNIOLinux shim.c
[16/47] Compiling CNIOOpenBSD shim.c
[17/47] Compiling CNIOWindows WSAStartup.c
[17/47] Compiling _AtomicsShims.c
[19/47] Compiling CNIOWASI CNIOWASI.c
[20/47] Compiling CNIOPosix event_loop_id.c
[21/47] Compiling CNIOLinux liburing_shims.c
[22/47] Write sources
[23/47] Compiling CNIODarwin shim.c
[24/47] Compiling CNIOLLHTTP c_nio_http.c
[25/47] Compiling CNIOLLHTTP c_nio_api.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[28/92] Emitting module InternalCollectionsUtilities
[28/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/94] Emitting module Atomics
[30/96] Compiling c-nioatomics.c
[32/96] Compiling Atomics OptionalRawRepresentable.swift
[33/96] Compiling Atomics RawRepresentable.swift
[34/96] Compiling Atomics AtomicBool.swift
[35/96] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[36/96] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/96] Compiling Atomics AtomicStorage.swift
[38/96] Compiling Atomics AtomicValue.swift
[39/96] Emitting module Logging
[40/96] Compiling Logging Locks.swift
[41/96] Compiling Logging LogHandler.swift
[42/96] Compiling Atomics AtomicInteger.swift
[43/96] Compiling Atomics AtomicOptionalWrappable.swift
[44/96] Compiling Atomics AtomicReference.swift
[44/96] Compiling c-atomics.c
[46/96] Compiling Atomics IntegerOperations.swift
[47/96] Compiling Atomics Unmanaged extensions.swift
[48/96] Compiling _NIOBase64 Base64.swift
[49/96] Emitting module _NIOBase64
[50/96] Compiling Atomics AtomicMemoryOrderings.swift
[51/96] Compiling Atomics DoubleWord.swift
[52/96] Compiling Atomics ManagedAtomic.swift
[53/96] Compiling Atomics ManagedAtomicLazyReference.swift
[54/97] Compiling _NIODataStructures _TinyArray.swift
[57/97] Compiling Atomics IntegerConformances.swift
[58/97] Compiling Atomics PointerConformances.swift
[59/97] Compiling _NIODataStructures PriorityQueue.swift
[68/97] Compiling Atomics Primitives.native.swift
[78/105] Wrapping AST for _NIOBase64 for debugging
[79/105] Wrapping AST for InternalCollectionsUtilities for debugging
[80/118] Wrapping AST for Atomics for debugging
[82/120] Emitting module _NIODataStructures
[83/120] Compiling _NIODataStructures Heap.swift
[84/121] Compiling NIOConcurrencyHelpers lock.swift
[85/121] Compiling Logging MetadataProvider.swift
[86/121] Compiling DequeModule Deque+CustomReflectable.swift
[87/121] Compiling DequeModule Deque+Descriptions.swift
[88/121] Compiling DequeModule Deque+Equatable.swift
[89/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/123] Compiling Logging Logging.swift
[92/124] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/124] Compiling DequeModule _DequeBuffer.swift
[94/124] Compiling DequeModule _DequeBufferHeader.swift
[95/124] Wrapping AST for _NIODataStructures for debugging
[96/124] Wrapping AST for Logging for debugging
[98/124] Compiling DequeModule Deque+Extras.swift
[99/124] Compiling DequeModule Deque+Hashable.swift
[100/124] Compiling DequeModule Deque+Testing.swift
[101/124] Compiling DequeModule Deque._Storage.swift
[102/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/124] Emitting module NIOConcurrencyHelpers
[104/124] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/124] Compiling NIOConcurrencyHelpers atomics.swift
[107/125] Compiling DequeModule Deque._UnsafeHandle.swift
[108/125] Compiling DequeModule Deque.swift
[109/125] Compiling DequeModule _DequeSlot.swift
[110/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/125] Compiling DequeModule Deque+Codable.swift
[112/125] Compiling DequeModule Deque+Collection.swift
[113/125] Emitting module DequeModule
[113/126] Wrapping AST for NIOConcurrencyHelpers for debugging
[115/126] Wrapping AST for DequeModule for debugging
[117/189] Compiling NIOCore NIOCoreSendableMetatype.swift
[118/189] Compiling NIOCore NIODecodedAsyncSequence.swift
[119/189] Compiling NIOCore NIOLoopBound.swift
[120/189] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/189] Compiling NIOCore NIOScheduledCallback.swift
[122/189] Compiling NIOCore NIOSendable.swift
[123/189] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[124/189] Compiling NIOCore RecvByteBufferAllocator.swift
[125/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/197] Compiling NIOCore SocketAddresses.swift
[127/197] Compiling NIOCore SocketOptionProvider.swift
[128/197] Compiling NIOCore SystemCallHelpers.swift
[129/197] Compiling NIOCore TimeAmount+Duration.swift
[130/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/197] Compiling NIOCore UniversalBootstrapSupport.swift
[132/197] Compiling NIOCore Utilities.swift
[133/197] Compiling NIOCore CircularBuffer.swift
[134/197] Compiling NIOCore Codec.swift
[135/197] Compiling NIOCore ConvenienceOptionSupport.swift
[136/197] Compiling NIOCore DeadChannel.swift
[137/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[138/197] Compiling NIOCore EventLoop+Deprecated.swift
[139/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[140/197] Compiling NIOCore EventLoop.swift
[141/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[142/197] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/197] Compiling NIOCore BSDSocketAPI.swift
[144/197] Compiling NIOCore ByteBuffer-aux.swift
[145/197] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/197] Compiling NIOCore ByteBuffer-conversions.swift
[147/197] Compiling NIOCore ByteBuffer-core.swift
[148/197] Compiling NIOCore ByteBuffer-hex.swift
[149/197] Compiling NIOCore ByteBuffer-int.swift
[150/197] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/197] Compiling NIOCore IPProtocol.swift
[152/197] Compiling NIOCore IntegerBitPacking.swift
[153/197] Compiling NIOCore IntegerTypes.swift
[154/197] Compiling NIOCore Interfaces.swift
[155/197] Compiling NIOCore Linux.swift
[156/197] Compiling NIOCore MarkedCircularBuffer.swift
[157/197] Compiling NIOCore MulticastChannel.swift
[158/197] Compiling NIOCore NIOAny.swift
[159/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[160/197] Compiling NIOCore EventLoopFuture+Deprecated.swift
[161/197] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[162/197] Compiling NIOCore EventLoopFuture.swift
[163/197] Compiling NIOCore FileDescriptor.swift
[164/197] Compiling NIOCore FileHandle.swift
[165/197] Compiling NIOCore FileRegion.swift
[166/197] Compiling NIOCore GlobalSingletons.swift
[167/197] Compiling NIOCore IO.swift
[168/197] Compiling NIOCore IOData.swift
[169/197] Compiling NIOCore ByteBuffer-multi-int.swift
[170/197] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[171/197] Compiling NIOCore ByteBuffer-views.swift
[172/197] Compiling NIOCore Channel.swift
[173/197] Compiling NIOCore ChannelHandler.swift
[174/197] Compiling NIOCore ChannelHandlers.swift
[175/197] Compiling NIOCore ChannelInvoker.swift
[176/197] Compiling NIOCore ChannelOption.swift
[177/197] Compiling NIOCore ChannelPipeline.swift
[178/197] Compiling NIOCore AddressedEnvelope.swift
[179/197] Compiling NIOCore AsyncAwaitSupport.swift
[180/197] Compiling NIOCore AsyncChannel.swift
[181/197] Compiling NIOCore AsyncChannelHandler.swift
[182/197] Compiling NIOCore AsyncChannelInboundStream.swift
[183/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[184/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[185/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[186/197] Compiling NIOCore NIOAsyncWriter.swift
[187/197] Emitting module NIOCore
[188/198] Wrapping AST for NIOCore for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/268] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:726:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
724 | // Synchronous options are never Sendable.
725 | @available(*, unavailable)
726 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
727 |
[191/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[192/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[193/270] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[194/270] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[195/270] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[196/270] Compiling NIOPosix StructuredConcurrencyHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[197/270] Compiling NIOPosix System.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[198/270] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[199/270] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[201/276] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[202/276] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[203/276] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[204/276] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[205/276] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[206/276] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[207/276] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[208/276] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[209/276] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[210/276] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[211/276] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[212/276] Compiling NIOPosix Windows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[215/276] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[216/276] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[217/276] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[218/276] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[219/276] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[220/276] Compiling NIOPosix SelectorWSAPoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[221/276] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[222/276] Compiling NIOPosix BSDSocketAPICommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[223/276] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[224/276] Compiling NIOPosix BSDSocketAPIWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[225/276] Compiling NIOPosix BaseSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[226/276] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[227/276] Compiling NIOHTTP1 HTTPPipelineSetup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[228/276] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[229/276] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:726:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
724 | // Synchronous options are never Sendable.
725 | @available(*, unavailable)
726 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
727 |
[230/276] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[231/276] Compiling NIOEmbedded Embedded.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[234/276] Emitting module NIOPosix
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[235/276] Emitting module NIOHTTP1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Atomics AtomicStorage.swift
[3/69] Compiling Atomics AtomicValue.swift
[4/71] Compiling Logging MetadataProvider.swift
[5/71] Compiling Logging LogHandler.swift
[6/71] Compiling Atomics AtomicMemoryOrderings.swift
[7/71] Compiling Atomics DoubleWord.swift
[8/71] Compiling Logging Locks.swift
[9/71] Compiling Atomics ManagedAtomic.swift
[10/71] Compiling Atomics ManagedAtomicLazyReference.swift
[11/71] Compiling Atomics UnsafeAtomic.swift
[12/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/71] Compiling NIOConcurrencyHelpers lock.swift
[18/71] Compiling Atomics AtomicOptionalWrappable.swift
[19/71] Compiling Atomics AtomicReference.swift
[22/73] Compiling _NIODataStructures Heap.swift
[23/73] Compiling Atomics AtomicInteger.swift
[26/73] Compiling _NIODataStructures PriorityQueue.swift
[27/73] Emitting module _NIODataStructures
[28/73] Compiling _NIODataStructures _TinyArray.swift
[29/74] Compiling Atomics IntegerOperations.swift
[30/74] Compiling Atomics Unmanaged extensions.swift
[32/74] Compiling _NIOBase64 Base64.swift
[33/74] Emitting module _NIOBase64
[34/75] Emitting module NIOConcurrencyHelpers
[35/75] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[36/75] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/75] Compiling NIOConcurrencyHelpers NIOLock.swift
[39/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/75] Compiling NIOConcurrencyHelpers atomics.swift
[43/75] Emitting module InternalCollectionsUtilities
[44/73] Compiling Atomics IntegerConformances.swift
[45/73] Compiling Atomics PointerConformances.swift
[46/73] Compiling Atomics Primitives.native.swift
[48/73] Compiling Atomics OptionalRawRepresentable.swift
[49/73] Compiling Atomics RawRepresentable.swift
[50/73] Compiling Atomics AtomicBool.swift
[52/73] Compiling Logging Logging.swift
[53/73] Emitting module Logging
[55/88] Compiling DequeModule _DequeBuffer.swift
[56/88] Compiling DequeModule _DequeBufferHeader.swift
[57/90] Compiling DequeModule Deque+Extras.swift
[58/90] Compiling DequeModule Deque+Hashable.swift
[59/90] Compiling DequeModule Deque+Codable.swift
[60/90] Compiling DequeModule Deque+Collection.swift
[61/90] Compiling DequeModule Deque+Testing.swift
[62/90] Compiling DequeModule Deque._Storage.swift
[63/90] Compiling DequeModule Deque+CustomReflectable.swift
[64/90] Compiling DequeModule Deque+Descriptions.swift
[65/90] Emitting module Atomics
[67/90] Compiling DequeModule _DequeSlot.swift
[68/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/90] Compiling DequeModule Deque+Equatable.swift
[74/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/90] Compiling DequeModule Deque._UnsafeHandle.swift
[76/90] Compiling DequeModule Deque.swift
[79/90] Emitting module DequeModule
[81/153] Compiling NIOCore AddressedEnvelope.swift
[82/153] Compiling NIOCore AsyncAwaitSupport.swift
[83/153] Compiling NIOCore AsyncChannel.swift
[84/153] Compiling NIOCore AsyncChannelHandler.swift
[85/153] Compiling NIOCore AsyncChannelInboundStream.swift
[86/153] Compiling NIOCore AsyncChannelOutboundWriter.swift
[87/153] Compiling NIOCore NIOAsyncSequenceProducer.swift
[88/153] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[89/153] Compiling NIOCore NIOAsyncWriter.swift
[90/161] Compiling NIOCore CircularBuffer.swift
[91/161] Compiling NIOCore Codec.swift
[92/161] Compiling NIOCore ConvenienceOptionSupport.swift
[93/161] Compiling NIOCore DeadChannel.swift
[94/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[95/161] Compiling NIOCore EventLoop+Deprecated.swift
[96/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[97/161] Compiling NIOCore EventLoop.swift
[98/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[99/161] Compiling NIOCore NIOCoreSendableMetatype.swift
[100/161] Compiling NIOCore NIODecodedAsyncSequence.swift
[101/161] Compiling NIOCore NIOLoopBound.swift
[102/161] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/161] Compiling NIOCore NIOScheduledCallback.swift
[104/161] Compiling NIOCore NIOSendable.swift
[105/161] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[106/161] Compiling NIOCore RecvByteBufferAllocator.swift
[107/161] Compiling NIOCore IPProtocol.swift
[108/161] Compiling NIOCore IntegerBitPacking.swift
[109/161] Compiling NIOCore IntegerTypes.swift
[110/161] Compiling NIOCore Interfaces.swift
[111/161] Compiling NIOCore Linux.swift
[112/161] Compiling NIOCore MarkedCircularBuffer.swift
[113/161] Compiling NIOCore MulticastChannel.swift
[114/161] Compiling NIOCore NIOAny.swift
[115/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[117/161] Compiling NIOCore BSDSocketAPI.swift
[118/161] Compiling NIOCore ByteBuffer-aux.swift
[119/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[120/161] Compiling NIOCore ByteBuffer-conversions.swift
[121/161] Compiling NIOCore ByteBuffer-core.swift
[122/161] Compiling NIOCore ByteBuffer-hex.swift
[123/161] Compiling NIOCore ByteBuffer-int.swift
[124/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[125/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/161] Compiling NIOCore SocketAddresses.swift
[127/161] Compiling NIOCore SocketOptionProvider.swift
[128/161] Compiling NIOCore SystemCallHelpers.swift
[129/161] Compiling NIOCore TimeAmount+Duration.swift
[130/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/161] Compiling NIOCore UniversalBootstrapSupport.swift
[132/161] Compiling NIOCore Utilities.swift
[133/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[134/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[135/161] Compiling NIOCore EventLoopFuture.swift
[136/161] Compiling NIOCore FileDescriptor.swift
[137/161] Compiling NIOCore FileHandle.swift
[138/161] Compiling NIOCore FileRegion.swift
[139/161] Compiling NIOCore GlobalSingletons.swift
[140/161] Compiling NIOCore IO.swift
[141/161] Compiling NIOCore IOData.swift
[142/161] Compiling NIOCore ByteBuffer-multi-int.swift
[143/161] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[144/161] Compiling NIOCore ByteBuffer-views.swift
[145/161] Compiling NIOCore Channel.swift
[146/161] Compiling NIOCore ChannelHandler.swift
[147/161] Compiling NIOCore ChannelHandlers.swift
[148/161] Compiling NIOCore ChannelInvoker.swift
[149/161] Compiling NIOCore ChannelOption.swift
[150/161] Compiling NIOCore ChannelPipeline.swift
[151/161] Emitting module NIOCore
[153/231] Compiling NIOHTTP1 HTTPHeaderValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[154/231] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[155/231] Compiling NIOHTTP1 ByteCollectionUtils.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[156/231] Compiling NIOHTTP1 HTTPDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[157/231] Compiling NIOHTTP1 HTTPEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[158/231] Compiling NIOHTTP1 HTTPPipelineSetup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[159/231] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[160/237] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[161/237] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[162/237] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[163/237] Compiling NIOPosix PendingDatagramWritesManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[164/237] Compiling NIOPosix PendingWritesManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[165/237] Compiling NIOPosix PipeChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[166/237] Compiling NIOPosix PipePair.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[167/237] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:726:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
724 | // Synchronous options are never Sendable.
725 | @available(*, unavailable)
726 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
727 |
[168/237] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[169/237] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[170/237] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[171/237] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[172/237] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[173/237] Compiling NIOPosix Windows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[174/237] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[175/237] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[176/237] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[177/237] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[178/237] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[179/237] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[180/237] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[181/237] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[182/237] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[183/237] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[184/237] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[185/237] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[186/237] Compiling NIOPosix SelectorWSAPoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[187/237] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[188/237] Compiling NIOPosix IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[189/237] Compiling NIOPosix IntegerBitPacking.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[190/237] Compiling NIOPosix IntegerTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[191/237] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[192/237] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[193/237] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[194/237] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[195/237] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[196/237] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[197/237] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[198/237] Compiling NIOPosix StructuredConcurrencyHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[199/237] Compiling NIOPosix System.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[200/237] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[201/237] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[202/237] Emitting module NIOPosix
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[203/237] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[204/237] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[205/237] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[206/237] Compiling NIOHTTP1 HTTPTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[207/237] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[208/237] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[209/237] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[210/237] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[213/237] Emitting module NIOHTTP1
BUILD FAILURE 6.1 wasm