Build Information
Failed to build AsyncCachedImage, reference 2026.1.1 (23acca), with Swift 6.2 for Android on 2 Jan 2026 18:59:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/uaremad/AsyncCachedImage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:5dcfe09194e3c36609f58c2a9689c9c974fddafea0cac7c12077a98d08c6b397
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2B04F66FBCF4E350.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] 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
[4/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
[5/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
[6/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
[7/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
[8/34] 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
[9/34] 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
[10/34] 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
[11/34] 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
[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 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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
BUILD FAILURE 6.2 android