The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SlackKit, reference main (8b1596), with Swift 6.1 for Wasm on 28 May 2025 11:20:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SlackKit.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/pvzig/SlackKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8b1596e Update README.md
Cloned https://github.com/pvzig/SlackKit.git
Revision (git rev-parse @):
8b1596e12e8b28638af592922ed5e8ef61dbcd38
SUCCESS checkout https://github.com/pvzig/SlackKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pvzig/SlackKit.git
https://github.com/pvzig/SlackKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/httpswift/swifter"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream"
    }
  ],
  "manifest_display_name" : "SlackKit",
  "name" : "SlackKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SlackKit",
      "targets" : [
        "SlackKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SKClient",
      "targets" : [
        "SKClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SKCore",
      "targets" : [
        "SKCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SKRTMAPI",
      "targets" : [
        "SKRTMAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SKServer",
      "targets" : [
        "SKServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SKWebAPI",
      "targets" : [
        "SKWebAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SlackKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SlackKitTests",
      "path" : "SlackKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SlackKitTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SKClient/SKClientTests.swift",
        "SKCore/SKCoreTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SlackKit",
        "SKCore",
        "SKClient",
        "SKRTMAPI",
        "SKServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SlackKit",
      "module_type" : "SwiftTarget",
      "name" : "SlackKit",
      "path" : "SlackKit/Sources",
      "product_memberships" : [
        "SlackKit"
      ],
      "sources" : [
        "ClientConnection.swift",
        "SlackKit.swift"
      ],
      "target_dependencies" : [
        "SKCore",
        "SKClient",
        "SKRTMAPI",
        "SKServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKWebAPI",
      "module_type" : "SwiftTarget",
      "name" : "SKWebAPI",
      "path" : "SKWebAPI/Sources",
      "product_memberships" : [
        "SlackKit",
        "SKRTMAPI",
        "SKServer",
        "SKWebAPI"
      ],
      "sources" : [
        "Endpoint.swift",
        "NetworkInterface.swift",
        "WebAPI.swift"
      ],
      "target_dependencies" : [
        "SKCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKServer",
      "module_type" : "SwiftTarget",
      "name" : "SKServer",
      "path" : "SKServer/Sources",
      "product_dependencies" : [
        "Swifter"
      ],
      "product_memberships" : [
        "SlackKit",
        "SKServer"
      ],
      "sources" : [
        "Conformers/SwifterServer.swift",
        "Middleware/MessageActionMiddleware.swift",
        "Middleware/OAuthMiddleware.swift",
        "Middleware/RedirectMiddleware.swift",
        "Middleware/ResponseMiddleware.swift",
        "Model/AuthorizeResponse.swift",
        "Model/IncomingWebhook.swift",
        "Model/MessageActionRequest.swift",
        "Model/MessageActionRoute.swift",
        "Model/OAuthResponse.swift",
        "Model/RequestRoute.swift",
        "Model/SKResponse.swift",
        "Model/WebhookRequest.swift",
        "SKServer.swift",
        "SlackKitResponder.swift",
        "Titan/Titan/Titan.swift",
        "Titan/Titan404/Titan404.swift",
        "Titan/TitanCORS/TitanCORS.swift",
        "Titan/TitanCore/TitanCore.swift",
        "Titan/TitanCore/TitanError.swift",
        "Titan/TitanCore/TitanHeader.swift",
        "Titan/TitanCore/TitanLogs.swift",
        "Titan/TitanCore/TitanMethod.swift",
        "Titan/TitanCore/TitanRequest.swift",
        "Titan/TitanCore/TitanResponse.swift",
        "Titan/TitanErrorHandling/TitanErrorHandling.swift",
        "Titan/TitanFormURLEncodedBodyParser/TitanFormURLEncodedBodyParser.swift",
        "Titan/TitanHealthz/TitanHealthz.swift",
        "Titan/TitanJSON/TitanJSONRequestBody.swift",
        "Titan/TitanJSON/TitanJSONResponseBody.swift",
        "Titan/TitanQueryString/TitanQueryString.swift",
        "Titan/TitanRouter/InitializerOverloads.swift",
        "Titan/TitanRouter/PathParameterSupport.swift",
        "Titan/TitanRouter/TitanParameterizedRoutes.swift",
        "Titan/TitanRouter/TitanRoutesByMethod.swift",
        "Titan/TitanRouter/TitanRoutingExtension.swift"
      ],
      "target_dependencies" : [
        "SKCore",
        "SKWebAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKRTMAPI",
      "module_type" : "SwiftTarget",
      "name" : "SKRTMAPI",
      "path" : "SKRTMAPI/Sources",
      "product_dependencies" : [
        "Starscream",
        "WebSocketKit"
      ],
      "product_memberships" : [
        "SlackKit",
        "SKRTMAPI"
      ],
      "sources" : [
        "Conformers/StarscreamRTM.swift",
        "Conformers/VaporEngineRTM.swift",
        "SKRTMAPI.swift"
      ],
      "target_dependencies" : [
        "SKCore",
        "SKWebAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKCore",
      "module_type" : "SwiftTarget",
      "name" : "SKCore",
      "path" : "SKCore/Sources",
      "product_memberships" : [
        "SlackKit",
        "SKClient",
        "SKCore",
        "SKRTMAPI",
        "SKServer",
        "SKWebAPI"
      ],
      "sources" : [
        "Action.swift",
        "Attachment.swift",
        "AttachmentField.swift",
        "BlockComposition.swift",
        "BlockElement.swift",
        "BlockLayout.swift",
        "Bot.swift",
        "Channel.swift",
        "Comment.swift",
        "CustomProfile.swift",
        "CustomProfileField.swift",
        "DoNotDisturbStatus.swift",
        "Edited.swift",
        "Event.swift",
        "Extensions.swift",
        "File.swift",
        "History.swift",
        "Item.swift",
        "Message.swift",
        "OAuthConfig.swift",
        "RTMOptions.swift",
        "Reaction.swift",
        "Reply.swift",
        "Scope.swift",
        "SlackError.swift",
        "Team.swift",
        "TeamIcon.swift",
        "Topic.swift",
        "User.swift",
        "UserGroup.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKClient",
      "module_type" : "SwiftTarget",
      "name" : "SKClient",
      "path" : "SKClient/Sources",
      "product_memberships" : [
        "SlackKit",
        "SKClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "SKCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/websocket-kit
Fetching https://github.com/httpswift/swifter
Fetching https://github.com/daltoniam/Starscream
[1/2609] Fetching websocket-kit
[2584/7642] Fetching websocket-kit, starscream
[2812/13692] Fetching websocket-kit, starscream, swifter
Fetched https://github.com/vapor/websocket-kit from cache (0.35s)
[6667/11083] Fetching starscream, swifter
Fetched https://github.com/daltoniam/Starscream from cache (0.85s)
Fetched https://github.com/httpswift/swifter from cache (0.87s)
Computing version for https://github.com/httpswift/swifter
Computed https://github.com/httpswift/swifter at 1.5.0 (1.46s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (0.51s)
Computing version for https://github.com/vapor/websocket-kit
Computed https://github.com/vapor/websocket-kit at 2.16.1 (0.65s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/2667] Fetching swift-nio-transport-services
[2002/4377] Fetching swift-nio-transport-services, swift-atomics
[3301/10291] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[10292/25134] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
[12074/101218] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
[7068/95304] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.53s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.05s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.06s)
Fetched https://github.com/apple/swift-nio.git from cache (4.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2109/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.66s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[1190/4016] Fetching swift-service-lifecycle, swift-asn1
[3350/9001] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
[6161/15156] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
[8704/21115] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
[10357/18689] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetching https://github.com/apple/swift-log.git
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-algorithms.git from cache (0.70s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
[1/904] Fetching swift-http-types
[905/4740] Fetching swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
[921/3836] Fetching swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.35s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.63s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.71s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.05s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.70s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.47s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/httpswift/swifter
Working copy of https://github.com/httpswift/swifter resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.4.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit
Working copy of https://github.com/vapor/websocket-kit resolved at 2.16.1
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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.3
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/55] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[10/57] Emitting module SKCore
[11/60] Compiling SKCore Topic.swift
[12/60] Compiling SKCore User.swift
[13/60] Compiling SKCore UserGroup.swift
[14/60] Compiling Swifter HttpParser.swift
[15/60] Compiling Swifter HttpRequest.swift
[16/60] Compiling Swifter HttpResponse.swift
[17/60] Compiling Swifter MimeTypes.swift
[18/60] Compiling Swifter WebSockets.swift
[19/60] Compiling SKCore CustomProfile.swift
[20/60] Compiling SKCore CustomProfileField.swift
[21/60] Compiling SKCore DoNotDisturbStatus.swift
[22/60] Compiling Swifter Process.swift
[23/60] Compiling Swifter Scopes.swift
[24/60] Compiling Swifter HttpRouter.swift
[25/60] Compiling Swifter HttpServer.swift
[26/60] Compiling Swifter Socket.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[27/60] Compiling Swifter String+BASE64.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[28/60] Compiling Swifter String+SHA1.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[30/60] Compiling Swifter String+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[31/60] Compiling Swifter String+Misc.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[37/60] Compiling Swifter HttpServerIO.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[41/60] Compiling SKCore History.swift
[42/60] Compiling SKCore Item.swift
[43/60] Compiling SKCore Message.swift
[44/60] Compiling SKCore OAuthConfig.swift
[46/60] Compiling Swifter DemoServer.swift
[47/60] Compiling Swifter Errno.swift
[48/60] Compiling Swifter Files.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[53/60] Compiling Swifter Socket+File.swift
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[56/60] Compiling Swifter Socket+Server.swift
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/48] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[3/50] Compiling Swifter MimeTypes.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[4/50] Compiling Swifter Process.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[5/50] Compiling Swifter Scopes.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[6/50] Compiling Swifter String+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[7/50] Compiling Swifter String+Misc.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[8/50] Compiling SKCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[9/50] Compiling SKCore Edited.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[10/50] Compiling SKCore Event.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[11/50] Compiling SKCore Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
/host/spi-builder-workspace/SKCore/Sources/Extensions.swift:37:20: error: cannot find 'NSEC_PER_SEC' in scope
35 |             return UInt64(CLOCKS_PER_SEC)
36 |         #else
37 |             return NSEC_PER_SEC
   |                    `- error: cannot find 'NSEC_PER_SEC' in scope
38 |         #endif
39 |     }
[16/53] Compiling SKCore BlockElement.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[17/53] Compiling SKCore BlockLayout.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[18/53] Compiling SKCore Bot.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[19/53] Compiling Swifter DemoServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[20/53] Compiling Swifter Errno.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[21/53] Compiling Swifter Files.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[22/53] Compiling Swifter HttpRouter.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[23/53] Compiling Swifter HttpServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[24/53] Compiling Swifter HttpServerIO.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[32/53] Compiling Swifter String+SHA1.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[33/53] Compiling Swifter WebSockets.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/HttpServerIO.swift:9:8: error: no such module 'Dispatch'
  7 |
  8 | import Foundation
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 |
 11 | public protocol HttpServerIODelegate: class {
[34/53] Compiling SKCore Topic.swift
[35/53] Compiling SKCore User.swift
[36/53] Compiling SKCore UserGroup.swift
[38/53] Compiling SKCore Reaction.swift
[39/53] Compiling SKCore Reply.swift
[40/53] Compiling SKCore Scope.swift
BUILD FAILURE 6.1 wasm