The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Cache, reference master (86165d), with Swift 6.3 for Wasm on 14 Apr 2026 23:13:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyperoslo/Cache.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 86165db Merge pull request #346 from lazyvar/master
Cloned https://github.com/hyperoslo/Cache.git
Revision (git rev-parse @):
86165db6a184874611c532a7422511270b2f549a
SUCCESS checkout https://github.com/hyperoslo/Cache.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hyperoslo/Cache.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-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/36] 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.
[6/36] 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.
[7/36] 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.
[8/36] 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.
[9/36] 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.
[10/36] 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.
[11/36] 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.
[12/36] 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.
[13/36] 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.
[14/36] 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.
[15/36] 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.
[16/36] 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.
[17/36] 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.
[18/36] 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.
[19/36] 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/36] 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/36] 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/36] 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/36] 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.
[24/36] 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.
[25/36] 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.
[26/36] 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.
[27/36] 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.
[28/36] 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.
[29/36] 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.
[30/36] 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.
[31/36] 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.
[32/36] 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.
[33/36] 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.
[34/36] 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.
[35/36] 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.
[36/36] 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.
[37/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.
[38/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.
[39/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.
[40/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.
BUILD FAILURE 6.3 wasm