The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build TextureBridging, reference 3.2.1 (4383f8), with Swift 5.10 for Linux on 10 Mar 2025 08:35:48 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.10-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.10
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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/FluidGroup/Texture.git
[1/43643] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (4.74s)
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/ASTabBarController.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTabBarController.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/175] Compiling AsyncDisplayKit ASTabBarController.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASBlockTypes.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASTableNode.mm
[0/175] Compiling AsyncDisplayKit ASNodeController+Beta.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASRunLoopQueue.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASAvailability.h:10:9: fatal error: 'CoreFoundation/CFBase.h' file not found
#import <CoreFoundation/CFBase.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASRunLoopQueue.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASPagerFlowLayout.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASPagerFlowLayout.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASScrollNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASScrollNode.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/175] Compiling AsyncDisplayKit ASPagerFlowLayout.mm
[0/175] Compiling AsyncDisplayKit ASScrollNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASPagerNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASPagerNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollectionNode.h:10:9: fatal error: 'UIKit/UICollectionView.h' file not found
#import <UIKit/UICollectionView.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASPagerNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableView.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableViewInternal.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASTableView.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASTableView.mm
BUILD FAILURE 5.10 linux