The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StripeKit, reference 0.1.0 (1dc175), with Swift 6.1 for Wasm on 27 May 2025 09:21:38 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/kyleishie/stripekit.git
Reference: 0.1.0
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/kyleishie/stripekit
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 1dc1755 Initial Commit
Cloned https://github.com/kyleishie/stripekit.git
Revision (git rev-parse @):
1dc17554512d448a2495d6b1aab85020daa40375
SUCCESS checkout https://github.com/kyleishie/stripekit.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kyleishie/stripekit.git
https://github.com/kyleishie/stripekit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StripeKit",
  "name" : "StripeKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StripeKit",
      "targets" : [
        "StripeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RESTClient",
      "targets" : [
        "RESTClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StripeKitHarness",
      "targets" : [
        "StripeKitHarness"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StripeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StripeKitTests",
      "path" : "Tests/StripeKitTests",
      "sources" : [
        "StripeKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StripeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StripeKitHarness",
      "module_type" : "SwiftTarget",
      "name" : "StripeKitHarness",
      "path" : "Sources/StripeKitHarness",
      "product_memberships" : [
        "StripeKitHarness"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "StripeKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StripeKit",
      "module_type" : "SwiftTarget",
      "name" : "StripeKit",
      "path" : "Sources/StripeKit",
      "product_memberships" : [
        "StripeKit",
        "StripeKitHarness"
      ],
      "sources" : [
        "Extensions/EnumCollection.swift",
        "Extensions/Query+Stripe.swift",
        "Extensions/Resource.swift",
        "Extensions/URLSessionConfiguration+Stripe.swift",
        "Resources/Balance/Balance.swift",
        "Resources/Balance/Fee.swift",
        "Resources/Balance/Funds.swift",
        "Resources/Balance/SourcesTypes.swift",
        "Resources/Card/Card.swift",
        "Resources/Coupon.swift",
        "Resources/Customer/Customer+Create.swift",
        "Resources/Customer/Customer+List.swift",
        "Resources/Customer/Customer+Update.swift",
        "Resources/Customer/Customer.swift",
        "Resources/Customer/List+Customer.swift",
        "Resources/Customer/_CustomerEditingContext.swift",
        "Resources/Discount.swift",
        "Resources/Plan/List+Plan.swift",
        "Resources/Plan/Plan+Create.swift",
        "Resources/Plan/Plan+List.swift",
        "Resources/Plan/Plan+Update.swift",
        "Resources/Plan/Plan.swift",
        "Resources/Plan/_PlanCreationContext.swift",
        "Resources/Plan/_PlanEditingContext.swift",
        "Resources/Product/List+Product.swift",
        "Resources/Product/Product+Create.swift",
        "Resources/Product/Product+List.swift",
        "Resources/Product/Product+Update.swift",
        "Resources/Product/Product.swift",
        "Resources/Product/_ProductCreationContext.swift",
        "Resources/Product/_ProductEditingContext.swift",
        "Resources/Source/Mandate.swift",
        "Resources/Source/Source+Attach.swift",
        "Resources/Source/Source.swift",
        "Resources/Source/SourceCreationContext.swift",
        "Resources/Source/SourceEditingContext.swift",
        "Resources/Subscription/Subscription+Create.swift",
        "Resources/Subscription/Subscription+Update.swift",
        "Resources/Subscription/Subscription.swift",
        "Resources/Subscription/_SubscriptionCreationContext.swift",
        "Resources/Subscription/_SubsctiprionEditingContext.swift",
        "Resources/SubscriptionItem/SubscriptionItem.swift",
        "Resources/SubscriptionItem/SubscriptionItemCreationContext.swift",
        "Resources/SubscriptionItem/SubscriptionItemEditingContext.swift",
        "StripeKit.swift",
        "Types/Currency.swift",
        "Types/DeleteConfirmation.swift",
        "Types/List.swift",
        "Types/Metadata.swift",
        "Types/StripeError.swift"
      ],
      "target_dependencies" : [
        "RESTClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RESTClient",
      "module_type" : "SwiftTarget",
      "name" : "RESTClient",
      "path" : "Sources/RESTClient",
      "product_memberships" : [
        "StripeKit",
        "RESTClient",
        "StripeKitHarness"
      ],
      "sources" : [
        "Encoders/FormURLEncoder.swift",
        "Encoders/JSONEncoder.swift",
        "Extensions/Accept.swift",
        "Extensions/AuthorizationHeader.swift",
        "Extensions/Codable+DynamicCoder.swift",
        "Extensions/ContentType.swift",
        "Extensions/Dictionary+URLQueryItem.swift",
        "Extensions/EnumCollection.swift",
        "Extensions/HTTPMethod.swift",
        "Extensions/HTTPStatus.swift",
        "Extensions/URLRequest+CodableBody.swift",
        "Extensions/URLRequest+Convenience.swift",
        "Extensions/URLSessionConfiguration.swift",
        "RESTClient+Async.swift",
        "RESTClient+DataTask.swift",
        "RESTClient+Sync.swift",
        "RESTClient.swift",
        "Resource.swift",
        "Result.swift",
        "_Context.swift",
        "_CreationContext.swift",
        "_EditingContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/30] Emitting module RESTClient
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[6/32] Compiling RESTClient FormURLEncoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[7/32] Compiling RESTClient JSONEncoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[8/32] Compiling RESTClient Accept.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[9/32] Compiling RESTClient Dictionary+URLQueryItem.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[10/32] Compiling RESTClient EnumCollection.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[11/32] Compiling RESTClient HTTPMethod.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[12/32] Compiling RESTClient AuthorizationHeader.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[13/32] Compiling RESTClient Codable+DynamicCoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[14/32] Compiling RESTClient ContentType.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[15/32] Compiling RESTClient _CreationContext.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[16/32] Compiling RESTClient _EditingContext.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[17/32] Compiling RESTClient RESTClient+Sync.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[18/32] Compiling RESTClient RESTClient.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[19/32] Compiling RESTClient Resource.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[20/32] Compiling RESTClient Result.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[21/32] Compiling RESTClient _Context.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[22/32] Compiling RESTClient HTTPStatus.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[23/32] Compiling RESTClient URLRequest+CodableBody.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[24/32] Compiling RESTClient URLRequest+Convenience.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[25/32] Compiling RESTClient URLSessionConfiguration.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[26/32] Compiling RESTClient RESTClient+Async.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[27/32] Compiling RESTClient RESTClient+DataTask.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/27] Emitting module RESTClient
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[3/29] Compiling RESTClient AuthorizationHeader.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[4/29] Compiling RESTClient Codable+DynamicCoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[5/29] Compiling RESTClient ContentType.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[6/29] Compiling RESTClient Dictionary+URLQueryItem.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[7/29] Compiling RESTClient EnumCollection.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[8/29] Compiling RESTClient HTTPMethod.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[9/29] Compiling RESTClient FormURLEncoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[10/29] Compiling RESTClient JSONEncoder.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[11/29] Compiling RESTClient Accept.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[12/29] Compiling RESTClient _CreationContext.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[13/29] Compiling RESTClient _EditingContext.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[14/29] Compiling RESTClient Result.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[15/29] Compiling RESTClient _Context.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[16/29] Compiling RESTClient RESTClient+Sync.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[17/29] Compiling RESTClient RESTClient.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[18/29] Compiling RESTClient Resource.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[19/29] Compiling RESTClient HTTPStatus.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[20/29] Compiling RESTClient URLRequest+CodableBody.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[21/29] Compiling RESTClient URLRequest+Convenience.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[22/29] Compiling RESTClient URLSessionConfiguration.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[23/29] Compiling RESTClient RESTClient+Async.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
[24/29] Compiling RESTClient RESTClient+DataTask.swift
/host/spi-builder-workspace/Sources/RESTClient/RESTClient+Sync.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | extension RESTClient {
BUILD FAILURE 6.1 wasm