Build Information
Failed to build Cache, reference 7.4.0 (24e471), with Swift 6.3 for Wasm on 14 Apr 2026 23:13:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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.3
Building package at path: $PWD
https://github.com/hyperoslo/Cache.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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/9] 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 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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/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.
[26/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.
[27/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.
[28/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.
[29/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.
[30/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.
[31/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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[38/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.
[39/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.
[40/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.
BUILD FAILURE 6.3 wasm