The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.3 for Wasm on 18 Apr 2026 01:38:14 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/uaremad/AsyncCachedImage.git
Reference: 2026.1.1
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/uaremad/AsyncCachedImage
 * tag               2026.1.1   -> FETCH_HEAD
HEAD is now at 23acca8 Image revalidation errors and update tests/docs (#5)
Cloned https://github.com/uaremad/AsyncCachedImage.git
Revision (git rev-parse @):
23acca85535b58d1a05350974181528807b1b973
SUCCESS checkout https://github.com/uaremad/AsyncCachedImage.git at 2026.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/uaremad/AsyncCachedImage.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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/31] Compiling AsyncCachedImage ImageDecoderError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[4/31] Compiling AsyncCachedImage ImageLoadingError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[5/31] Compiling AsyncCachedImage InternalDownloadError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[6/31] Compiling AsyncCachedImage MemoryCacheError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/34] Emitting module AsyncCachedImage
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[8/34] Compiling AsyncCachedImage CacheRevalidator.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[9/34] Compiling AsyncCachedImage DiskCache.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[10/34] Compiling AsyncCachedImage MemoryCache.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[11/34] Compiling AsyncCachedImage MemoryCacheStorage.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[12/34] Compiling AsyncCachedImage AsyncCachedImagePhase.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[13/34] Compiling AsyncCachedImage CacheInfo.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[14/34] Compiling AsyncCachedImage CacheManager.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[15/34] Compiling AsyncCachedImage Configuration.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[16/34] Compiling AsyncCachedImage AsyncCachedImageConfiguration.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[17/34] Compiling AsyncCachedImage PlatformImage.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[18/34] Compiling AsyncCachedImage URLSession+Image.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[19/34] Compiling AsyncCachedImage LogProtocol.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[20/34] Compiling AsyncCachedImage Logging.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[21/34] Compiling AsyncCachedImage Metadata.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[22/34] Compiling AsyncCachedImage MetadataEntry.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[23/34] Compiling AsyncCachedImage MetadataStore.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[24/34] Compiling AsyncCachedImage ImageDownloader.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[25/34] Compiling AsyncCachedImage RevalidationThrottler.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[26/34] Compiling AsyncCachedImage AsyncCachedImage.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[27/34] Compiling AsyncCachedImage ImageDecoder.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[28/34] Compiling AsyncCachedImage ImageLoadingOptionsKey.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[29/34] Compiling AsyncCachedImage ScenePhaseObserver.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[30/34] Compiling AsyncCachedImage DiskCacheError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[31/34] Compiling AsyncCachedImage MetadataStoreError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[32/34] Compiling AsyncCachedImage RevalidationError.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[33/34] Compiling AsyncCachedImage DebugLogger.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
[34/34] Compiling AsyncCachedImage LogLevel.swift
/host/spi-builder-workspace/Core/Sources/Decoding/ImageDecoder.swift:11:8: error: no such module 'CoreGraphics'
  9 | //
 10 |
 11 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 12 | import Foundation
 13 | import ImageIO
BUILD FAILURE 6.3 wasm