Build Information
Failed to build TextureBridging, reference 3.2.1 (4383f8
), with Swift 5.9 for Linux on 10 Mar 2025 08:36:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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: 5.9
Building package at path: $PWD
https://github.com/FluidGroup/TextureBridging.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/FluidGroup/Texture.git
[1/43643] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git (4.17s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (0.40s)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.3
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfiguration.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfiguration.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/172] Compiling AsyncDisplayKit ASConfiguration.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASEditableTextNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASEditableTextNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASDisplayNode.h:12:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~
[0/172] Compiling AsyncDisplayKit ASEditableTextNode.mm
[0/172] Compiling AsyncDisplayKit ASDisplayNode+Layout.mm
[0/172] Compiling AsyncDisplayKit ASVisibilityProtocols.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~
[0/172] Compiling AsyncDisplayKit ASImageNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASExperimentalFeatures.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASExperimentalFeatures.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/172] Compiling AsyncDisplayKit ASExperimentalFeatures.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode+AnimatedImage.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
^~~~~~~~~~~~~~~
[0/172] Compiling AsyncDisplayKit ASImageNode+AnimatedImage.mm
BUILD FAILURE 5.9 linux