Build Information
Failed to build MosaicKit, reference 1.1.14 (8ecb6a), with Swift 6.2 for Linux on 21 Apr 2026 15:11:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdenis75/MosaicKit.git
Reference: 1.1.14
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/fdenis75/MosaicKit
* tag 1.1.14 -> FETCH_HEAD
HEAD is now at 8ecb6a7 Pushed to ios 26 and macos 2§ mini
Cloned https://github.com/fdenis75/MosaicKit.git
Revision (git rev-parse @):
8ecb6a7d217bf8ea80bf5ec62e9a8774e6659187
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdenis75/MosaicKit.git at 1.1.14
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/fdenis75/MosaicKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/awxkee/webp.swift.git
Fetching https://github.com/samsonjs/SJSAssetExportSession.git
Fetching https://github.com/DenDmitriev/DominantColors.git
[1/173] Fetching webp.swift
Fetched https://github.com/awxkee/webp.swift.git from cache (0.23s)
[1/1011] Fetching dominantcolors
[153/1433] Fetching dominantcolors, sjsassetexportsession
[296/8068] Fetching dominantcolors, sjsassetexportsession, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[586/1433] Fetching dominantcolors, sjsassetexportsession
Fetched https://github.com/DenDmitriev/DominantColors.git from cache (0.88s)
Fetched https://github.com/samsonjs/SJSAssetExportSession.git from cache (1.90s)
Computing version for https://github.com/awxkee/webp.swift.git
Computed https://github.com/awxkee/webp.swift.git at 1.1.2 (4.43s)
Fetching https://github.com/awxkee/libwebp-ios.git
[1/556] Fetching libwebp-ios
Fetched https://github.com/awxkee/libwebp-ios.git from cache (2.63s)
Computing version for https://github.com/samsonjs/SJSAssetExportSession.git
Computed https://github.com/samsonjs/SJSAssetExportSession.git at 0.4.0 (3.45s)
Computing version for https://github.com/awxkee/libwebp-ios.git
Computed https://github.com/awxkee/libwebp-ios.git at 1.1.1 (0.43s)
Computing version for https://github.com/DenDmitriev/DominantColors.git
Computed https://github.com/DenDmitriev/DominantColors.git at 1.2.2 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.50s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/awxkee/webp.swift.git
Working copy of https://github.com/awxkee/webp.swift.git resolved at 1.1.2
Creating working copy for https://github.com/awxkee/libwebp-ios.git
Working copy of https://github.com/awxkee/libwebp-ios.git resolved at 1.1.1
Creating working copy for https://github.com/DenDmitriev/DominantColors.git
Working copy of https://github.com/DenDmitriev/DominantColors.git resolved at 1.2.2
Creating working copy for https://github.com/samsonjs/SJSAssetExportSession.git
Working copy of https://github.com/samsonjs/SJSAssetExportSession.git resolved at 0.4.0
Building for debugging...
[0/10] Write sources
[2/10] Copying MetalShaders.metal
[2/10] Write sources
/host/spi-builder-workspace/.build/checkouts/webp.swift/Sources/webpbridge/WebpIncrementalDecoderResult.mm:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/10] Compiling webpbridge WebpIncrementalDecoderResult.mm
In file included from /host/spi-builder-workspace/.build/checkouts/webp.swift/Sources/webpbridge/WebpIncrementalDecoder.mm:8:
/host/spi-builder-workspace/.build/checkouts/webp.swift/Sources/webpbridge/include/WebpIncrementalDecoder.hxx:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/10] Compiling webpbridge WebpIncrementalDecoder.mm
/host/spi-builder-workspace/.build/checkouts/webp.swift/Sources/webpbridge/WebpRGBAMultiplier.mm:8:9: fatal error: 'Foundation/Foundation.h' file not found
8 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/10] Compiling webpbridge WebpRGBAMultiplier.mm
[6/10] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 linux