The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KingfisherWebP, reference main (693987), with Swift 6.1 for Android on 16 Mar 2026 09:34:12 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/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yeatse/KingfisherWebP.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6939874 Merge pull request #96 from yeatse/codex/fix-exc_bad_access-in-scaleimageusingvimage
Cloned https://github.com/yeatse/KingfisherWebP.git
Revision (git rev-parse @):
6939874df4417cc37a05893ac2f27332e6668460
SUCCESS checkout https://github.com/yeatse/KingfisherWebP.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yeatse/KingfisherWebP.git
https://github.com/yeatse/KingfisherWebP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "libwebp-xcode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/libwebp-Xcode.git"
    }
  ],
  "manifest_display_name" : "KingfisherWebP",
  "name" : "KingfisherWebP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "KingfisherWebP",
      "targets" : [
        "KingfisherWebP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KingfisherWebP_ObjC",
      "module_type" : "ClangTarget",
      "name" : "KingfisherWebP-ObjC",
      "path" : "Sources/KingfisherWebP-ObjC",
      "product_dependencies" : [
        "libwebp"
      ],
      "product_memberships" : [
        "KingfisherWebP"
      ],
      "sources" : [
        "CGImage+WebP.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KingfisherWebP",
      "module_type" : "SwiftTarget",
      "name" : "KingfisherWebP",
      "path" : "Sources",
      "product_dependencies" : [
        "Kingfisher"
      ],
      "product_memberships" : [
        "KingfisherWebP"
      ],
      "sources" : [
        "Image+WebP.swift",
        "WebPProcessor.swift",
        "WebPSerializer.swift"
      ],
      "target_dependencies" : [
        "KingfisherWebP-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[1/274] Fetching libwebp-xcode
[234/32650] Fetching libwebp-xcode, kingfisher
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (4.88s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (5.09s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (5.88s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 8.8.0 (0.56s)
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 8.8.0
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
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
[1/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
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/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
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
[0/1] Planning build
Building for debugging...
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.
[0/2] Compiling KingfisherWebP-ObjC CGImage+WebP.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android