The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build KingfisherWebP, reference 1.7.2 (917513), with Swift 6.2 for Linux on 22 Oct 2025 06:16:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yeatse/KingfisherWebP.git
Reference: 1.7.2
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/yeatse/KingfisherWebP
 * tag               1.7.2      -> FETCH_HEAD
HEAD is now at 917513a Merge pull request #93 from yeatse/feature/rgba-fix
Cloned https://github.com/yeatse/KingfisherWebP.git
Revision (git rev-parse @):
917513a49391052d94da59697aae0e65c68d35bc
SUCCESS checkout https://github.com/yeatse/KingfisherWebP.git at 1.7.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yeatse/KingfisherWebP.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[1/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (0.26s)
[1/31825] Fetching kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (3.72s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (4.28s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.6.0 (0.98s)
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode.git
Working copy of https://github.com/SDWebImage/libwebp-Xcode.git resolved at 1.5.0
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.6.0
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/Sources/KingfisherWebP-ObjC/CGImage+WebP.m:9:
/host/spi-builder-workspace/Sources/KingfisherWebP-ObjC/include/CGImage+WebP.h:9:9: fatal error: 'CoreGraphics/CoreGraphics.h' file not found
    9 | #import <CoreGraphics/CoreGraphics.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/5] Compiling KingfisherWebP-ObjC CGImage+WebP.m
[3/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 linux