The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TextureBridging, reference 3.2.1 (4383f8), with Swift 6.3 for Linux on 15 Apr 2026 20:46:14 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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/TextureBridging.git
Reference: 3.2.1
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/FluidGroup/TextureBridging
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at 4383f8a Update Package.swift (#10)
Cloned https://github.com/FluidGroup/TextureBridging.git
Revision (git rev-parse @):
4383f8a9846a0507d2c22ee9fac22153f9b86fed
SUCCESS checkout https://github.com/FluidGroup/TextureBridging.git at 3.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FluidGroup/TextureBridging.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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/FluidGroup/Texture.git
[1/43664] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (8.42s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.4 (8.88s)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.4
Building for debugging...
[0/175] Write sources
/host/spi-builder-workspace/.build/checkouts/Texture/Source/tvOS/ASImageNode+tvOS.mm:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling ASImageNode+tvOS.mm
[1/175] Compiling ASControlNode+tvOS.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASInsetLayoutSpec.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASInsetLayoutSpec.h:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASLayoutSpec.h:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASLayoutElement.h:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASLayoutElementPrivate.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASDimension.h:11:9: fatal error: 'UIKit/UIGeometry.h' file not found
   11 | #import <UIKit/UIGeometry.h>
      |         ^~~~~~~~~~~~~~~~~~~~
[1/175] Compiling ASInsetLayoutSpec.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASDimensionInternal.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Layout/ASDimensionInternal.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASBaseDefines.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/175] Compiling ASDimensionInternal.mm
[1/175] Compiling AsyncDisplayKit UIResponder+AsyncDisplayKit.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.h:10:9: fatal error: 'Foundation/Foundation.h' file not found[1/175] Compiling AsyncDisplayKit _ASTransitionContext.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfigurationInternal.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfigurationInternal.h:12:9: fatal error: 'Foundation/Foundation.h' file not found
   12 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/175] Compiling AsyncDisplayKit ASConfigurationInternal.mm
[1/175] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 linux