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 Cache, reference 7.4.0 (24e471), with Swift 6.1 for Wasm on 29 May 2025 15:54:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/hyperoslo/Cache.git
Reference: 7.4.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/hyperoslo/Cache
 * tag               7.4.0      -> FETCH_HEAD
HEAD is now at 24e4710 Merge pull request #304 from boduoduo/fix/sortedIssue
Cloned https://github.com/hyperoslo/Cache.git
Revision (git rev-parse @):
24e47109e31b2031cb26e25cc1b81b607496066c
SUCCESS checkout https://github.com/hyperoslo/Cache.git at 7.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hyperoslo/Cache.git
https://github.com/hyperoslo/Cache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cache",
  "name" : "Cache",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cache",
      "targets" : [
        "Cache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CacheTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheTests",
      "path" : "Tests",
      "sources" : [
        "Mac/Helpers/NSImage+ExtensionsTests.swift",
        "Mac/Helpers/TestHelper+OSX.swift",
        "Shared/TestCase+Extensions.swift",
        "Shared/TestHelper.swift",
        "Shared/User.swift",
        "iOS/Helpers/TestHelper+iOS.swift",
        "iOS/Helpers/UIImage+ExtensionsTests.swift",
        "iOS/Tests/Extensions/Date+ExtensionsTests.swift",
        "iOS/Tests/Extensions/Hasher+constantAccrossExecutions+Tests.swift",
        "iOS/Tests/Library/ExpiryTests.swift",
        "iOS/Tests/Library/ImageWrapperTests.swift",
        "iOS/Tests/Library/JSONWrapperTests.swift",
        "iOS/Tests/Library/MD5Tests.swift",
        "iOS/Tests/Library/MemoryCapsuleTests.swift",
        "iOS/Tests/Library/ObjectConverterTests.swift",
        "iOS/Tests/Library/ObservationTokenTests.swift",
        "iOS/Tests/Library/TypeWrapperTests.swift",
        "iOS/Tests/Storage/AsyncStorageTests.swift",
        "iOS/Tests/Storage/DiskStorageTests.swift",
        "iOS/Tests/Storage/HybridStorageTests.swift",
        "iOS/Tests/Storage/MemoryStorageTests.swift",
        "iOS/Tests/Storage/StorageSupportTests.swift",
        "iOS/Tests/Storage/StorageTests.swift",
        "iOS/Tests/Storage/SyncStorageTests.swift"
      ],
      "target_dependencies" : [
        "Cache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cache",
      "module_type" : "SwiftTarget",
      "name" : "Cache",
      "path" : "Source",
      "product_memberships" : [
        "Cache"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Mac/NSImage+Extensions.swift",
        "Shared/Configuration/DiskConfig.swift",
        "Shared/Configuration/MemoryConfig.swift",
        "Shared/Extensions/Date+Extensions.swift",
        "Shared/Extensions/FileManager+Extensions.swift",
        "Shared/Extensions/Hasher+constantAccrossExecutions.swift",
        "Shared/Extensions/JSONDecoder+Extensions.swift",
        "Shared/Extensions/URL+Extensions.swift",
        "Shared/Library/DataSerializer.swift",
        "Shared/Library/Entry.swift",
        "Shared/Library/ExpirationMode.swift",
        "Shared/Library/Expiry.swift",
        "Shared/Library/ImageWrapper.swift",
        "Shared/Library/JSONArrayWrapper.swift",
        "Shared/Library/JSONDictionaryWrapper.swift",
        "Shared/Library/MD5.swift",
        "Shared/Library/MemoryCapsule.swift",
        "Shared/Library/ObservationToken.swift",
        "Shared/Library/Optional+Extension.swift",
        "Shared/Library/StorageError.swift",
        "Shared/Library/Transformer.swift",
        "Shared/Library/TransformerFactory.swift",
        "Shared/Library/TypeWrapper.swift",
        "Shared/Library/Types.swift",
        "Shared/Storage/AsyncStorage.swift",
        "Shared/Storage/DiskStorage.swift",
        "Shared/Storage/HybridStorage.swift",
        "Shared/Storage/KeyObservationRegistry.swift",
        "Shared/Storage/MemoryStorage.swift",
        "Shared/Storage/Storage+Transform.swift",
        "Shared/Storage/Storage.swift",
        "Shared/Storage/StorageAware.swift",
        "Shared/Storage/StorageObservationRegistry.swift",
        "Shared/Storage/SyncStorage.swift",
        "iOS/UIImage+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/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/36] Emitting module Cache
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[5/40] Compiling Cache NSImage+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[6/40] Compiling Cache DiskConfig.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[7/40] Compiling Cache MemoryConfig.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[8/40] Compiling Cache Date+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[9/40] Compiling Cache FileManager+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[10/40] Compiling Cache Transformer.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[11/40] Compiling Cache TransformerFactory.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[12/40] Compiling Cache TypeWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[13/40] Compiling Cache Types.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[14/40] Compiling Cache MD5.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[15/40] Compiling Cache MemoryCapsule.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[16/40] Compiling Cache ObservationToken.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[17/40] Compiling Cache Optional+Extension.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[18/40] Compiling Cache StorageError.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[19/40] Compiling Cache MemoryStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[20/40] Compiling Cache Storage+Transform.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[21/40] Compiling Cache Storage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[22/40] Compiling Cache StorageAware.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[23/40] Compiling Cache AsyncStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[24/40] Compiling Cache DiskStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[25/40] Compiling Cache HybridStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[26/40] Compiling Cache KeyObservationRegistry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[27/40] Compiling Cache StorageObservationRegistry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[28/40] Compiling Cache SyncStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[29/40] Compiling Cache UIImage+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[30/40] Compiling Cache resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[31/40] Compiling Cache Hasher+constantAccrossExecutions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[32/40] Compiling Cache JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[33/40] Compiling Cache URL+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[34/40] Compiling Cache DataSerializer.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[35/40] Compiling Cache Entry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[36/40] Compiling Cache ExpirationMode.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[37/40] Compiling Cache Expiry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[38/40] Compiling Cache ImageWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[39/40] Compiling Cache JSONArrayWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[40/40] Compiling Cache JSONDictionaryWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Mac/Info.plist
    /host/spi-builder-workspace/Tests/iOS/Info.plist
    /host/spi-builder-workspace/Tests/tvOS/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling Cache NSImage+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[3/34] Compiling Cache DiskConfig.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[4/34] Compiling Cache MemoryConfig.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[5/34] Compiling Cache Date+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[6/34] Compiling Cache FileManager+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[7/38] Compiling Cache ExpirationMode.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[8/38] Compiling Cache Expiry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[9/38] Compiling Cache ImageWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[10/38] Compiling Cache JSONArrayWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[11/38] Compiling Cache JSONDictionaryWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[12/38] Compiling Cache Hasher+constantAccrossExecutions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[13/38] Compiling Cache JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[14/38] Compiling Cache URL+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[15/38] Compiling Cache DataSerializer.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[16/38] Compiling Cache Entry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/38] Emitting module Cache
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[18/38] Compiling Cache MemoryStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[19/38] Compiling Cache Storage+Transform.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[20/38] Compiling Cache Storage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[21/38] Compiling Cache StorageAware.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[22/38] Compiling Cache Transformer.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[23/38] Compiling Cache TransformerFactory.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[24/38] Compiling Cache TypeWrapper.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[25/38] Compiling Cache Types.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[26/38] Compiling Cache AsyncStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[27/38] Compiling Cache DiskStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[28/38] Compiling Cache HybridStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[29/38] Compiling Cache KeyObservationRegistry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[30/38] Compiling Cache StorageObservationRegistry.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[31/38] Compiling Cache SyncStorage.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[32/38] Compiling Cache UIImage+Extensions.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[33/38] Compiling Cache resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[34/38] Compiling Cache MD5.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[35/38] Compiling Cache MemoryCapsule.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[36/38] Compiling Cache ObservationToken.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[37/38] Compiling Cache Optional+Extension.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
[38/38] Compiling Cache StorageError.swift
/host/spi-builder-workspace/Source/Shared/Storage/AsyncStorage.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// Manipulate storage in a "all async" manner.
BUILD FAILURE 6.1 wasm