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 mqtt-nio, reference main (ee105d), with Swift 6.1 for Wasm on 12 Aug 2025 17:23:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/mqtt-nio.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/swift-server-community/mqtt-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee105d0 Bump actions/checkout from 4 to 5 in the dependencies group (#174)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
ee105d0216a01ff6767115068b425468d1670b20
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server-community/mqtt-nio.git
https://github.com/swift-server-community/mqtt-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "mqtt-nio",
  "name" : "mqtt-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MQTTNIO",
      "targets" : [
        "MQTTNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MQTTNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "MQTTNIOTests",
      "path" : "Tests/MQTTNIOTests",
      "sources" : [
        "CoreMQTTTests.swift",
        "MQTTNIOTests+async.swift",
        "MQTTNIOTests.swift",
        "MQTTNIOv5Tests.swift"
      ],
      "target_dependencies" : [
        "MQTTNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MQTTNIO",
      "module_type" : "SwiftTarget",
      "name" : "MQTTNIO",
      "path" : "Sources/MQTTNIO",
      "product_dependencies" : [
        "Atomics",
        "Logging",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOSSL",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "MQTTNIO"
      ],
      "sources" : [
        "AsyncAwaitSupport/MQTTClient+async.swift",
        "AsyncAwaitSupport/MQTTClientV5+async.swift",
        "AsyncAwaitSupport/Sendable.swift",
        "ChannelHandlers/MQTTMessageDecoder.swift",
        "ChannelHandlers/MQTTMessageHandler.swift",
        "ChannelHandlers/MQTTTaskHandler.swift",
        "ChannelHandlers/PingreqHandler.swift",
        "ChannelHandlers/WebSocketHandler.swift",
        "ChannelHandlers/WebSocketInitialRequest.swift",
        "MQTTClient.swift",
        "MQTTClientV5.swift",
        "MQTTConfiguration.swift",
        "MQTTConnection.swift",
        "MQTTCoreTypes.swift",
        "MQTTCoreTypesV5.swift",
        "MQTTError.swift",
        "MQTTInflight.swift",
        "MQTTListeners.swift",
        "MQTTPacket.swift",
        "MQTTProperties.swift",
        "MQTTReason.swift",
        "MQTTSerializer.swift",
        "MQTTTask.swift",
        "TSTLSConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/2701] Fetching swift-nio-transport-services
[1244/4795] Fetching swift-nio-transport-services, swift-docc-plugin
[1286/6603] Fetching swift-nio-transport-services, swift-docc-plugin, swift-atomics
[1959/10489] Fetching swift-nio-transport-services, swift-docc-plugin, swift-atomics, swift-log
[5668/25492] Fetching swift-nio-transport-services, swift-docc-plugin, swift-atomics, swift-log, swift-nio-ssl
[12079/102883] Fetching swift-nio-transport-services, swift-docc-plugin, swift-atomics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[9952/98997] Fetching swift-nio-transport-services, swift-docc-plugin, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.16s)
[9099/96296] Fetching swift-docc-plugin, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.16s)
Fetched https://github.com/apple/swift-docc-plugin from cache (8.17s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.22s)
Fetched https://github.com/apple/swift-nio.git from cache (8.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.26s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
[777/21800] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
[4408/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.88s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3451] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.00s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.6.4
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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
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.2
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[20/34] Compiling CNIOWASI CNIOWASI.c
[21/34] Compiling CNIOWindows shim.c
[22/34] Compiling CNIOLinux shim.c
[23/34] Compiling CNIOPosix event_loop_id.c
[24/34] Compiling CNIOLinux liburing_shims.c
[25/34] Compiling CNIOSHA1 c_nio_sha1.c
[26/34] Compiling CNIODarwin shim.c
[27/34] Compiling CNIOLLHTTP c_nio_http.c
[28/34] Compiling CNIOLLHTTP c_nio_api.c
[29/34] Compiling _AtomicsShims.c
[29/34] Write swift-version-24593BA9C3E375BF.txt
[31/77] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/77] Emitting module Atomics
[33/79] Compiling c-nioatomics.c
[34/79] Compiling c-atomics.c
[36/85] Emitting module Logging
[37/85] Compiling Logging Locks.swift
[38/85] Compiling _NIODataStructures PriorityQueue.swift
[39/85] Compiling _NIODataStructures _TinyArray.swift
[40/85] Compiling Logging LogHandler.swift
[41/85] Compiling Atomics ManagedAtomic.swift
[42/85] Compiling Atomics ManagedAtomicLazyReference.swift
[43/85] Compiling _NIOBase64 Base64.swift
[44/85] Emitting module _NIOBase64
[45/85] Compiling Atomics UnsafeAtomic.swift
[46/85] Compiling Atomics UnsafeAtomicLazyReference.swift
[47/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/86] Compiling Atomics AtomicMemoryOrderings.swift
[50/86] Compiling Atomics DoubleWord.swift
[51/86] Compiling Atomics IntegerConformances.swift
[52/86] Compiling Atomics PointerConformances.swift
[53/86] Compiling Atomics Primitives.native.swift
[54/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/86] Compiling Atomics OptionalRawRepresentable.swift
[57/87] Emitting module InternalCollectionsUtilities
[61/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/87] Compiling InternalCollectionsUtilities Debugging.swift
[63/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/87] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/87] Compiling InternalCollectionsUtilities Descriptions.swift
[75/87] Compiling Atomics IntegerOperations.swift
[76/87] Compiling Atomics Unmanaged extensions.swift
[78/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/89] Compiling Logging MetadataProvider.swift
[81/89] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/89] Emitting module _NIODataStructures
[83/89] Compiling _NIODataStructures Heap.swift
[85/105] Compiling Logging Logging.swift
[86/106] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/106] Emitting module NIOConcurrencyHelpers
[88/106] Compiling NIOConcurrencyHelpers atomics.swift
[89/106] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/106] Compiling NIOConcurrencyHelpers lock.swift
[91/107] Compiling DequeModule Deque+CustomReflectable.swift
[92/107] Compiling DequeModule Deque+Descriptions.swift
[95/109] Compiling DequeModule _DequeBuffer.swift
[96/109] Compiling DequeModule _DequeBufferHeader.swift
[97/109] Compiling DequeModule Deque+Extras.swift
[98/109] Compiling DequeModule Deque+Hashable.swift
[99/109] Compiling DequeModule _DequeSlot.swift
[100/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/109] Compiling DequeModule Deque+Testing.swift
[102/109] Compiling DequeModule Deque._Storage.swift
[103/109] Compiling DequeModule Deque+Equatable.swift
[104/109] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/109] Compiling DequeModule Deque._UnsafeHandle.swift
[106/109] Compiling DequeModule Deque.swift
[107/109] Compiling DequeModule Deque+Codable.swift
[108/109] Compiling DequeModule Deque+Collection.swift
[109/109] Emitting module DequeModule
[111/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[112/171] Compiling NIOCore BSDSocketAPI.swift
[113/171] Compiling NIOCore ByteBuffer-aux.swift
[114/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[115/171] Compiling NIOCore ByteBuffer-conversions.swift
[116/171] Compiling NIOCore ByteBuffer-core.swift
[117/171] Compiling NIOCore ByteBuffer-hex.swift
[118/171] Compiling NIOCore ByteBuffer-int.swift
[119/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[120/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/179] Compiling NIOCore SocketAddresses.swift
[122/179] Compiling NIOCore SocketOptionProvider.swift
[123/179] Compiling NIOCore SystemCallHelpers.swift
[124/179] Compiling NIOCore TimeAmount+Duration.swift
[125/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/179] Compiling NIOCore UniversalBootstrapSupport.swift
[127/179] Compiling NIOCore Utilities.swift
[128/179] Emitting module NIOCore
[129/179] Compiling NIOCore IOData.swift
[130/179] Compiling NIOCore IPProtocol.swift
[131/179] Compiling NIOCore IntegerBitPacking.swift
[132/179] Compiling NIOCore IntegerTypes.swift
[133/179] Compiling NIOCore Interfaces.swift
[134/179] Compiling NIOCore Linux.swift
[135/179] Compiling NIOCore MarkedCircularBuffer.swift
[136/179] Compiling NIOCore MulticastChannel.swift
[137/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[138/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[139/179] Compiling NIOCore EventLoopFuture.swift
[140/179] Compiling NIOCore FileDescriptor.swift
[141/179] Compiling NIOCore FileHandle.swift
[142/179] Compiling NIOCore FileRegion.swift
[143/179] Compiling NIOCore GlobalSingletons.swift
[144/179] Compiling NIOCore IO.swift
[145/179] Compiling NIOCore AddressedEnvelope.swift
[146/179] Compiling NIOCore AsyncAwaitSupport.swift
[147/179] Compiling NIOCore AsyncChannel.swift
[148/179] Compiling NIOCore AsyncChannelHandler.swift
[149/179] Compiling NIOCore AsyncChannelInboundStream.swift
[150/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/179] Compiling NIOCore NIOAsyncWriter.swift
[154/179] Compiling NIOCore CircularBuffer.swift
[155/179] Compiling NIOCore Codec.swift
[156/179] Compiling NIOCore ConvenienceOptionSupport.swift
[157/179] Compiling NIOCore DeadChannel.swift
[158/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[159/179] Compiling NIOCore EventLoop+Deprecated.swift
[160/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[161/179] Compiling NIOCore EventLoop.swift
[162/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[163/179] Compiling NIOCore ByteBuffer-multi-int.swift
[164/179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/179] Compiling NIOCore ByteBuffer-views.swift
[166/179] Compiling NIOCore Channel.swift
[167/179] Compiling NIOCore ChannelHandler.swift
[168/179] Compiling NIOCore ChannelHandlers.swift
[169/179] Compiling NIOCore ChannelInvoker.swift
[170/179] Compiling NIOCore ChannelOption.swift
[171/179] Compiling NIOCore ChannelPipeline.swift
[172/179] Compiling NIOCore NIOAny.swift
[173/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[174/179] Compiling NIOCore NIOCoreSendableMetatype.swift
[175/179] Compiling NIOCore NIOLoopBound.swift
[176/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[177/179] Compiling NIOCore NIOScheduledCallback.swift
[178/179] Compiling NIOCore NIOSendable.swift
[179/179] Compiling NIOCore RecvByteBufferAllocator.swift
[181/259] Compiling NIOTLS TLSEvents.swift
[182/259] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[183/259] Emitting module NIOTLS
[184/259] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[185/259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[186/259] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[187/259] Compiling NIOTLS SNIHandler.swift
[189/260] 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
[190/260] 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
[191/260] 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
[192/260] 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
[193/260] 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
[194/260] 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
[195/260] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[196/266] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[197/266] 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
[198/266] 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
[199/266] 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
[200/266] 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
[201/266] 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
[202/266] 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
[203/266] 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
[204/266] 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
[205/266] 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
[206/266] 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
[207/266] 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
[208/266] 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
[209/266] 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
[210/266] 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
[211/266] 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
[212/266] 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
[213/266] 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
[214/266] 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
[215/266] 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
[216/266] 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
[217/266] 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
[218/266] 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
[219/266] 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
[220/266] 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
[221/266] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[222/266] 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
[223/266] 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
[224/266] 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
[225/266] 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
[226/266] 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
[227/266] 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/266] 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/266] 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
[230/266] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[231/266] Compiling NIOEmbedded Embedded.swift
[236/268] Compiling NIOPosix NIOPosixSendableMetatype.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
[237/268] 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
[238/268] 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
[239/268] 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
[240/268] 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
[241/268] 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
[242/268] 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
[243/268] 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
[244/268] 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
[245/268] 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
[246/268] 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
[247/268] 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
[248/268] 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
[249/268] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/34] Compiling _NIODataStructures PriorityQueue.swift
[5/44] Compiling Logging MetadataProvider.swift
[6/52] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[7/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[8/52] Compiling Logging LogHandler.swift
[9/52] Compiling Logging Locks.swift
[10/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/52] Emitting module _NIOBase64
[12/53] Compiling NIOConcurrencyHelpers lock.swift
[13/53] Emitting module Logging
[14/53] Compiling Atomics Primitives.native.swift
[15/53] Compiling Atomics AtomicStorage.swift
[16/53] Compiling Atomics AtomicValue.swift
[17/53] Compiling Atomics AtomicMemoryOrderings.swift
[18/53] Compiling Atomics ManagedAtomic.swift
[19/53] Compiling Atomics ManagedAtomicLazyReference.swift
[20/53] Compiling Atomics UnsafeAtomic.swift
[21/53] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/55] Compiling _NIOBase64 Base64.swift
[23/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/56] Emitting module NIOConcurrencyHelpers
[28/56] Compiling Atomics DoubleWord.swift
[29/56] Emitting module _NIODataStructures
[30/56] Compiling Atomics OptionalRawRepresentable.swift
[31/56] Compiling Atomics RawRepresentable.swift
[32/56] Compiling _NIODataStructures Heap.swift
[34/56] Compiling _NIODataStructures _TinyArray.swift
[35/57] Compiling Atomics AtomicBool.swift
[36/57] Compiling Atomics AtomicInteger.swift
[37/57] Compiling NIOConcurrencyHelpers atomics.swift
[38/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/58] Compiling Atomics AtomicOptionalWrappable.swift
[41/58] Compiling Atomics AtomicReference.swift
[42/58] Compiling Atomics IntegerConformances.swift
[43/58] Compiling Atomics PointerConformances.swift
[44/58] Emitting module InternalCollectionsUtilities
[49/59] Compiling Atomics IntegerOperations.swift
[50/59] Compiling Atomics Unmanaged extensions.swift
[52/68] Compiling Logging Logging.swift
[54/75] Compiling DequeModule _DequeBuffer.swift
[55/75] Compiling DequeModule _DequeBufferHeader.swift
[56/77] Compiling DequeModule Deque+Equatable.swift
[57/77] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/77] Compiling DequeModule Deque+CustomReflectable.swift
[59/77] Compiling DequeModule Deque+Descriptions.swift
[60/77] Compiling DequeModule Deque+Extras.swift
[61/77] Compiling DequeModule Deque+Hashable.swift
[62/77] Compiling DequeModule Deque+Testing.swift
[63/77] Compiling DequeModule Deque._Storage.swift
[64/77] Emitting module Atomics
[65/77] Compiling DequeModule Deque._UnsafeHandle.swift
[66/77] Compiling DequeModule Deque.swift
[67/77] Compiling DequeModule _DequeSlot.swift
[68/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/77] Compiling DequeModule Deque+Codable.swift
[70/77] Compiling DequeModule Deque+Collection.swift
[71/77] Emitting module DequeModule
[80/140] Compiling NIOCore IOData.swift
[81/140] Compiling NIOCore IPProtocol.swift
[82/140] Compiling NIOCore IntegerBitPacking.swift
[83/140] Compiling NIOCore IntegerTypes.swift
[84/140] Compiling NIOCore Interfaces.swift
[85/140] Compiling NIOCore Linux.swift
[86/140] Compiling NIOCore MarkedCircularBuffer.swift
[87/140] Compiling NIOCore MulticastChannel.swift
[88/148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[89/148] Compiling NIOCore SocketAddresses.swift
[90/148] Compiling NIOCore SocketOptionProvider.swift
[91/148] Compiling NIOCore SystemCallHelpers.swift
[92/148] Compiling NIOCore TimeAmount+Duration.swift
[93/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[94/148] Compiling NIOCore UniversalBootstrapSupport.swift
[95/148] Compiling NIOCore Utilities.swift
[96/148] Compiling NIOCore AddressedEnvelope.swift
[97/148] Compiling NIOCore AsyncAwaitSupport.swift
[98/148] Compiling NIOCore AsyncChannel.swift
[99/148] Compiling NIOCore AsyncChannelHandler.swift
[100/148] Compiling NIOCore AsyncChannelInboundStream.swift
[101/148] Compiling NIOCore AsyncChannelOutboundWriter.swift
[102/148] Compiling NIOCore NIOAsyncSequenceProducer.swift
[103/148] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[104/148] Compiling NIOCore NIOAsyncWriter.swift
[105/148] Compiling NIOCore CircularBuffer.swift
[106/148] Compiling NIOCore Codec.swift
[107/148] Compiling NIOCore ConvenienceOptionSupport.swift
[108/148] Compiling NIOCore DeadChannel.swift
[109/148] Compiling NIOCore DispatchQueue+WithFuture.swift
[110/148] Compiling NIOCore EventLoop+Deprecated.swift
[111/148] Compiling NIOCore EventLoop+SerialExecutor.swift
[112/148] Compiling NIOCore EventLoop.swift
[113/148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[114/148] Compiling NIOCore NIOAny.swift
[115/148] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/148] Compiling NIOCore NIOCoreSendableMetatype.swift
[117/148] Compiling NIOCore NIOLoopBound.swift
[118/148] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/148] Compiling NIOCore NIOScheduledCallback.swift
[120/148] Compiling NIOCore NIOSendable.swift
[121/148] Compiling NIOCore RecvByteBufferAllocator.swift
[122/148] Emitting module NIOCore
[123/148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/148] Compiling NIOCore EventLoopFuture.swift
[126/148] Compiling NIOCore FileDescriptor.swift
[127/148] Compiling NIOCore FileHandle.swift
[128/148] Compiling NIOCore FileRegion.swift
[129/148] Compiling NIOCore GlobalSingletons.swift
[130/148] Compiling NIOCore IO.swift
[131/148] Compiling NIOCore ByteBuffer-multi-int.swift
[132/148] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[133/148] Compiling NIOCore ByteBuffer-views.swift
[134/148] Compiling NIOCore Channel.swift
[135/148] Compiling NIOCore ChannelHandler.swift
[136/148] Compiling NIOCore ChannelHandlers.swift
[137/148] Compiling NIOCore ChannelInvoker.swift
[138/148] Compiling NIOCore ChannelOption.swift
[139/148] Compiling NIOCore ChannelPipeline.swift
[140/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[141/148] Compiling NIOCore BSDSocketAPI.swift
[142/148] Compiling NIOCore ByteBuffer-aux.swift
[143/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[144/148] Compiling NIOCore ByteBuffer-conversions.swift
[145/148] Compiling NIOCore ByteBuffer-core.swift
[146/148] Compiling NIOCore ByteBuffer-hex.swift
[147/148] Compiling NIOCore ByteBuffer-int.swift
[148/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[150/228] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[151/228] Emitting module NIOTLS
[152/228] Compiling NIOTLS TLSEvents.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[153/228] Emitting module NIOFoundationCompat
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
[154/228] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[155/228] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[156/228] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[157/228] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[158/228] Compiling NIOTLS SNIHandler.swift
[160/229] 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
[161/229] 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
[162/229] 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
[163/229] 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
[164/229] 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
[165/229] 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
[166/229] 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
[167/229] 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
[168/229] 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
[169/229] 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
[170/229] 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
[171/229] 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
[172/229] 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
[173/229] 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
[174/229] 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
[175/229] 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
[176/229] 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
[177/229] 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
[178/229] 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
[179/229] 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
[180/229] 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
[181/229] 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
[182/229] 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
[183/229] 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
[184/229] 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
[185/229] 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
[186/229] 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
[187/229] 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
[188/229] 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
[189/229] 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
[190/229] 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
[191/229] 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
[192/229] Compiling NIOPosix BaseSocketChannel.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/229] Compiling NIOPosix BaseStreamSocketChannel.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/229] Compiling NIOPosix Bootstrap.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/229] Compiling NIOPosix ControlMessage.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/229] Compiling NIOPosix DatagramVectorReadManager.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/229] Compiling NIOPosix Errors+Any.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/229] Compiling NIOPosix FileDescriptor.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/229] Compiling NIOPosix GetaddrinfoResolver.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/229] Compiling NIOPosix HappyEyeballs.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)
[201/229] 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
[202/229] 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
[203/229] 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
[204/229] 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
[205/229] 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
[206/229] 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
[207/229] 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
[210/237] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
[213/237] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[214/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
[215/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
[216/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
[217/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
[218/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
[219/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
[220/237] Compiling NIOEmbedded Embedded.swift
[221/237] Compiling NIOEmbedded AsyncTestingEventLoop.swift
BUILD FAILURE 6.1 wasm