Build Information
Failed to build BranchSDK, reference master (e8518a), with Swift 6.2 for Linux on 21 Feb 2026 02:13:12 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git
Reference: master
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/BranchMetrics/ios-branch-deep-linking-attribution
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e8518a8 Bump actions/checkout from 4 to 6 (#1547)
Cloned https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git
Revision (git rev-parse @):
e8518a87820adcdede1c29ba9a1e87547db11cbb
SUCCESS checkout https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
5d1190f163bb: Pulling fs layer
73dad709c284: Pulling fs layer
7087d5f2c161: Pulling fs layer
cca7b42dfd18: Pulling fs layer
b6e3f1d7506b: Pulling fs layer
89c13c63037f: Pulling fs layer
64997e7a584d: Pulling fs layer
54c2d7f54bc0: Pulling fs layer
b6e3f1d7506b: Waiting
89c13c63037f: Waiting
64997e7a584d: Waiting
54c2d7f54bc0: Waiting
cca7b42dfd18: Waiting
5d1190f163bb: Verifying Checksum
5d1190f163bb: Download complete
cca7b42dfd18: Verifying Checksum
cca7b42dfd18: Download complete
b6e3f1d7506b: Verifying Checksum
b6e3f1d7506b: Download complete
5d1190f163bb: Pull complete
89c13c63037f: Download complete
64997e7a584d: Verifying Checksum
64997e7a584d: Download complete
73dad709c284: Verifying Checksum
73dad709c284: Download complete
54c2d7f54bc0: Verifying Checksum
54c2d7f54bc0: Download complete
7087d5f2c161: Verifying Checksum
7087d5f2c161: Download complete
73dad709c284: Pull complete
7087d5f2c161: Pull complete
cca7b42dfd18: Pull complete
b6e3f1d7506b: Pull complete
89c13c63037f: Pull complete
64997e7a584d: Pull complete
54c2d7f54bc0: Pull complete
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/74] Copying PrivacyInfo.xcprivacy
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/74] Compiling NSError+Branch.m
[1/74] Compiling BranchUniversalObject.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/74] Compiling NSMutableDictionary+Branch.m
[1/74] Compiling NSString+Branch.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/74] Compiling BranchShortUrlSyncRequest.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/74] Compiling BranchShortUrlRequest.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/BranchSDK.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/74] Compiling BranchSpotlightUrlRequest.m
[1/74] Compiling UIViewController+Branch.m
BUILD FAILURE 6.2 linux