Build Information
Failed to build SwiftyGif, reference 5.4.5 (4430cb), with Swift 6.1 for Android on 29 May 2025 08:41:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexiscreuzot/SwiftyGif.git
Reference: 5.4.5
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/alexiscreuzot/SwiftyGif
* tag 5.4.5 -> FETCH_HEAD
HEAD is now at 4430cbc Bump swift-tools-version
Cloned https://github.com/alexiscreuzot/SwiftyGif.git
Revision (git rev-parse @):
4430cbc148baa3907651d40562d96325426f409a
SUCCESS checkout https://github.com/alexiscreuzot/SwiftyGif.git at 5.4.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexiscreuzot/SwiftyGif.git
https://github.com/alexiscreuzot/SwiftyGif.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyGif",
"name" : "SwiftyGif",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "SwiftyGif",
"targets" : [
"SwiftyGif"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftyGif-Dynamic",
"targets" : [
"SwiftyGif"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyGif",
"module_type" : "SwiftTarget",
"name" : "SwiftyGif",
"path" : "SwiftyGif",
"product_memberships" : [
"SwiftyGif",
"SwiftyGif-Dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/SwiftyGif/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"NSImage+SwiftyGif.swift",
"NSImageView+SwiftyGif.swift",
"ObjcAssociatedWeakObject.swift",
"SwiftyGifManager.swift",
"UIImage+SwiftyGif.swift",
"UIImageView+SwiftyGif.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/SwiftyGif/Info.plist
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/14] Compiling SwiftyGif SwiftyGifManager.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[5/14] Compiling SwiftyGif ObjcAssociatedWeakObject.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[6/14] Compiling SwiftyGif NSImage+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/14] Compiling SwiftyGif NSImageView+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[8/14] Emitting module SwiftyGif
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[9/14] Compiling SwiftyGif UIImageView+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[10/14] Compiling SwiftyGif UIImage+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[11/14] Compiling SwiftyGif resource_bundle_accessor.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/SwiftyGif/Info.plist
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/12] Emitting module SwiftyGif
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[3/12] Compiling SwiftyGif NSImage+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[4/12] Compiling SwiftyGif NSImageView+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[5/12] Compiling SwiftyGif ObjcAssociatedWeakObject.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[6/12] Compiling SwiftyGif UIImage+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[7/12] Compiling SwiftyGif UIImageView+SwiftyGif.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[8/12] Compiling SwiftyGif resource_bundle_accessor.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
[9/12] Compiling SwiftyGif SwiftyGifManager.swift
/host/spi-builder-workspace/SwiftyGif/SwiftyGifManager.swift:5:8: error: no such module 'ImageIO'
3 | //
4 | //
5 | import ImageIO
| `- error: no such module 'ImageIO'
6 |
7 | #if os(macOS)
BUILD FAILURE 6.1 android