Build Information
Failed to build SwiftyGif, reference master (c44e2b), with Swift 6.1 for Android on 29 May 2025 08:41:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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/alexiscreuzot/SwiftyGif
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c44e2b1 Merge pull request #207 from abbassabeti/url_callback
Cloned https://github.com/alexiscreuzot/SwiftyGif.git
Revision (git rev-parse @):
c44e2b19f80baa9df496d6415c81d12bac852d46
SUCCESS checkout https://github.com/alexiscreuzot/SwiftyGif.git at master
========================================
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",
"SwiftyGifError.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-4606859-3":/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] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/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)
[5/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)
[6/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)
[7/15] 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)
[8/15] 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/15] Compiling SwiftyGif SwiftyGifError.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/15] 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)
[11/15] 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)
[12/15] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/13] 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)
[4/13] 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)
[5/13] 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/13] 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)
[7/13] 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)
[8/13] Compiling SwiftyGif SwiftyGifError.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/13] 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)
[10/13] 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)
BUILD FAILURE 6.1 android