The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlyingFox, reference 0.26.2 (de3823), with Swift 6.1 for Wasm on 17 Jan 2026 03:15:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/swhitty/FlyingFox.git
Reference: 0.26.2
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/swhitty/FlyingFox
 * tag               0.26.2     -> FETCH_HEAD
HEAD is now at de38230 0.26.2
Cloned https://github.com/swhitty/FlyingFox.git
Revision (git rev-parse @):
de38230104cf63ef4843cb569ba11c13f8165685
SUCCESS checkout https://github.com/swhitty/FlyingFox.git at 0.26.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swhitty/FlyingFox.git
https://github.com/swhitty/FlyingFox.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlyingFox",
  "name" : "FlyingFox",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "FlyingFox",
      "targets" : [
        "FlyingFox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlyingSocks",
      "targets" : [
        "FlyingSocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlyingSocksTests",
      "module_type" : "SwiftTarget",
      "name" : "FlyingSocksTests",
      "path" : "FlyingSocks/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/FlyingSocks/Tests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncBufferedDataSequenceTests.swift",
        "AsyncBufferedEmptySequenceTests.swift",
        "AsyncBufferedFileSequenceTests.swift",
        "AsyncBufferedPrefixSequenceTests.swift",
        "AsyncSharedReplaySequenceTests.swift",
        "AsyncSocketTests.swift",
        "FileManager+TemporaryFile.swift",
        "IdentifiableContinuationTests.swift",
        "Logging+OSLogTests.swift",
        "Logging+PrintTests.swift",
        "MutexTests.swift",
        "SocketAddressTests.swift",
        "SocketErrorTests.swift",
        "SocketPool+PollTests.swift",
        "SocketPool+kQueueTests.swift",
        "SocketPoolTests.swift",
        "SocketTests.swift",
        "Task+TimeoutTests.swift"
      ],
      "target_dependencies" : [
        "FlyingSocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlyingSocks",
      "module_type" : "SwiftTarget",
      "name" : "FlyingSocks",
      "path" : "FlyingSocks/Sources",
      "product_memberships" : [
        "FlyingFox",
        "FlyingSocks"
      ],
      "sources" : [
        "AsyncBufferedCollection.swift",
        "AsyncBufferedEmptySequence.swift",
        "AsyncBufferedFileSequence.swift",
        "AsyncBufferedPrefixSequence.swift",
        "AsyncBufferedSequence+Extensions.swift",
        "AsyncBufferedSequence.swift",
        "AsyncChunkedSequence.swift",
        "AsyncSharedReplaySequence.swift",
        "AsyncSocket.swift",
        "ConsumingAsyncSequence.swift",
        "IdentifiableContinuation.swift",
        "Logging+OSLog.swift",
        "Logging.swift",
        "Mutex.swift",
        "MutexSwift5.swift",
        "Socket+Android.swift",
        "Socket+Darwin.swift",
        "Socket+Glibc.swift",
        "Socket+Musl.swift",
        "Socket+WinSock2.swift",
        "Socket.swift",
        "SocketAddress.swift",
        "SocketError.swift",
        "SocketPool+Poll.swift",
        "SocketPool+ePoll.swift",
        "SocketPool+kQueue.swift",
        "SocketPool.swift",
        "SwiftSupport.swift",
        "Task+Timeout.swift",
        "Transferring.swift"
      ],
      "target_dependencies" : [
        "CSystemLinux"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlyingFoxTests",
      "module_type" : "SwiftTarget",
      "name" : "FlyingFoxTests",
      "path" : "FlyingFox/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/FlyingFox/Tests/Stubs",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncSequence+ExtensionsTests.swift",
        "AsyncSocketTests.swift",
        "HTTPBodyPatternTests.swift",
        "HTTPBodySequenceTests.swift",
        "HTTPClientTests.swift",
        "HTTPConnectionTests.swift",
        "HTTPDecoderTests.swift",
        "HTTPEncoderTests.swift",
        "HTTPHeaderTests.swift",
        "HTTPLoggingTests.swift",
        "HTTPMethodTests.swift",
        "HTTPRequest+AddressTests.swift",
        "HTTPRequest+Mock.swift",
        "HTTPRequest+QueryItemTests.swift",
        "HTTPRequestTests.swift",
        "HTTPResponse+Mock.swift",
        "HTTPResponseTests.swift",
        "HTTPRouteParameterValueTests.swift",
        "HTTPRouteTests.swift",
        "HTTPServerTests.swift",
        "HTTPStatusCodeTests.swift",
        "Handlers/DirectoryHTTPHandlerTests.swift",
        "Handlers/HTTPHandlerTests.swift",
        "Handlers/RedirectHTTPHandlerTests.swift",
        "Handlers/RoutedHTTPHandlerTests.swift",
        "Handlers/WebSocketHTTPHandlerTests.swift",
        "JSON/JSONBodyPatternTests.swift",
        "JSON/JSONPathTests.swift",
        "JSON/JSONValueTests.swift",
        "URLSession+AsyncTests.swift",
        "WebSocket/AsyncStream+WSFrameTests.swift",
        "WebSocket/WSFrameEncoderTests.swift",
        "WebSocket/WSFrameTests.swift",
        "WebSocket/WSFrameValidatorTests.swift",
        "WebSocket/WSHandlerTests.swift"
      ],
      "target_dependencies" : [
        "FlyingFox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlyingFox",
      "module_type" : "SwiftTarget",
      "name" : "FlyingFox",
      "path" : "FlyingFox/Sources",
      "product_memberships" : [
        "FlyingFox"
      ],
      "sources" : [
        "AsyncSequence+Extensions.swift",
        "HTTPBodyPattern.swift",
        "HTTPBodySequence.swift",
        "HTTPChunkedEncodedSequence.swift",
        "HTTPClient.swift",
        "HTTPConnection.swift",
        "HTTPDecoder+StandardizePath.swift",
        "HTTPDecoder.swift",
        "HTTPEncoder.swift",
        "HTTPHandler.swift",
        "HTTPHeader.swift",
        "HTTPHeaders.swift",
        "HTTPLogging+OSLog.swift",
        "HTTPLogging.swift",
        "HTTPMethod.swift",
        "HTTPRequest+Address.swift",
        "HTTPRequest+QueryItem.swift",
        "HTTPRequest+RouteParameter.swift",
        "HTTPRequest+Target.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPRoute.swift",
        "HTTPRouteParameterValue.swift",
        "HTTPServer+Configuration.swift",
        "HTTPServer+Listening.swift",
        "HTTPServer.swift",
        "HTTPStatusCode.swift",
        "HTTPVersion.swift",
        "Handlers/ClosureHTTPHandler.swift",
        "Handlers/DirectoryHTTPHandler.swift",
        "Handlers/FileHTTPHandler.swift",
        "Handlers/ProxyHTTPHandler.swift",
        "Handlers/RedirectHTTPHandler.swift",
        "Handlers/RoutedHTTPHandler.swift",
        "Handlers/WebSocketHTTPHandler.swift",
        "JSON/HTTPRoute+JSONValue.swift",
        "JSON/JSONBodyPattern.swift",
        "JSON/JSONPath.swift",
        "JSON/JSONValue.swift",
        "JSONPredicatePattern.swift",
        "NonisolatedUnsafe.swift",
        "SocketAddress+Glibc.swift",
        "URLSession+Async.swift",
        "WebSocket/AsyncStream+WSFrame.swift",
        "WebSocket/SHA1.swift",
        "WebSocket/WSCloseCode.swift",
        "WebSocket/WSFrame.swift",
        "WebSocket/WSFrameEncoder.swift",
        "WebSocket/WSFrameValidator.swift",
        "WebSocket/WSHandler.swift",
        "WebSocket/WSMessage.swift"
      ],
      "target_dependencies" : [
        "FlyingSocks"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSystemLinux",
      "module_type" : "ClangTarget",
      "name" : "CSystemLinux",
      "path" : "CSystemLinux",
      "product_memberships" : [
        "FlyingFox",
        "FlyingSocks"
      ],
      "sources" : [
        "shims.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/31] Emitting module FlyingSocks
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[5/34] Compiling FlyingSocks Socket+Darwin.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[6/34] Compiling FlyingSocks Socket+Glibc.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[7/34] Compiling FlyingSocks Socket+Musl.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[8/34] Compiling FlyingSocks Socket+WinSock2.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[9/34] Compiling FlyingSocks SwiftSupport.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[10/34] Compiling FlyingSocks Task+Timeout.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[11/34] Compiling FlyingSocks Transferring.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[12/34] Compiling FlyingSocks AsyncBufferedCollection.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[13/34] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[14/34] Compiling FlyingSocks AsyncBufferedFileSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[15/34] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[16/34] Compiling FlyingSocks SocketPool+ePoll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[17/34] Compiling FlyingSocks SocketPool+kQueue.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[18/34] Compiling FlyingSocks SocketPool.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[19/34] Compiling FlyingSocks Logging.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[20/34] Compiling FlyingSocks Mutex.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[21/34] Compiling FlyingSocks MutexSwift5.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[22/34] Compiling FlyingSocks Socket+Android.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[23/34] Compiling FlyingSocks Socket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[24/34] Compiling FlyingSocks SocketAddress.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[25/34] Compiling FlyingSocks SocketError.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[26/34] Compiling FlyingSocks SocketPool+Poll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[27/34] Compiling FlyingSocks AsyncSocket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[28/34] Compiling FlyingSocks ConsumingAsyncSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[29/34] Compiling FlyingSocks IdentifiableContinuation.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[30/34] Compiling FlyingSocks Logging+OSLog.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[31/34] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[32/34] Compiling FlyingSocks AsyncBufferedSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[33/34] Compiling FlyingSocks AsyncChunkedSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[34/34] Compiling FlyingSocks AsyncSharedReplaySequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/29] Compiling FlyingSocks Logging.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[3/29] Compiling FlyingSocks Mutex.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[4/29] Compiling FlyingSocks MutexSwift5.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[5/29] Compiling FlyingSocks Socket+Android.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[6/32] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[7/32] Compiling FlyingSocks AsyncBufferedSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[8/32] Compiling FlyingSocks AsyncChunkedSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[9/32] Compiling FlyingSocks AsyncSharedReplaySequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[10/32] Compiling FlyingSocks AsyncBufferedCollection.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[11/32] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[12/32] Compiling FlyingSocks AsyncBufferedFileSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[13/32] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/32] Emitting module FlyingSocks
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[15/32] Compiling FlyingSocks SwiftSupport.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[16/32] Compiling FlyingSocks Task+Timeout.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[17/32] Compiling FlyingSocks Transferring.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[18/32] Compiling FlyingSocks Socket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[19/32] Compiling FlyingSocks SocketAddress.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[20/32] Compiling FlyingSocks SocketError.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[21/32] Compiling FlyingSocks SocketPool+Poll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[22/32] Compiling FlyingSocks SocketPool+ePoll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[23/32] Compiling FlyingSocks SocketPool+kQueue.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[24/32] Compiling FlyingSocks SocketPool.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[25/32] Compiling FlyingSocks AsyncSocket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[26/32] Compiling FlyingSocks ConsumingAsyncSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[27/32] Compiling FlyingSocks IdentifiableContinuation.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[28/32] Compiling FlyingSocks Logging+OSLog.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[29/32] Compiling FlyingSocks Socket+Darwin.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[30/32] Compiling FlyingSocks Socket+Glibc.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[31/32] Compiling FlyingSocks Socket+Musl.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
[32/32] Compiling FlyingSocks Socket+WinSock2.swift
/host/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift:32:8: error: no such module 'Dispatch'
 30 | //
 31 |
 32 | import Dispatch
    |        `- error: no such module 'Dispatch'
 33 | import Foundation
 34 |
BUILD FAILURE 6.1 wasm