Build Information
Failed to build AppCheck, reference main (3d50c0
), with Swift 5.10 for Linux on 25 Jul 2025 02:35:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/app-check.git
Reference: main
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/google/app-check
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3d50c0e [AppCheckCore] Fix import in `GACAppCheckAPIService.h` (#83)
Cloned https://github.com/google/app-check.git
Revision (git rev-parse @):
3d50c0ed6dbc1211fe5f3b1fcbee36cf7b0e47dd
SUCCESS checkout https://github.com/google/app-check.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/google/app-check.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/erikdoe/ocmock.git
[1/10909] Fetching ocmock
Fetched https://github.com/erikdoe/ocmock.git from cache (0.86s)
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/promises.git
[1/2442] Fetching promises
[2053/7523] Fetching promises, googleutilities
Fetched https://github.com/google/promises.git from cache (0.33s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.36s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.46s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.44s)
Creating working copy for https://github.com/erikdoe/ocmock.git
Working copy of https://github.com/erikdoe/ocmock.git resolved at 2c0bfd373289f4a7716db5d6db471640f91a6507
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
warning: 'spi-builder-workspace': ignoring target 'AppCheckCoreUnit' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
/host/spi-builder-workspace/AppCheckCore/Sources/Core/Errors/GACAppCheckErrors.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/34] Compiling GACAppCheckErrors.m
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/DCAppAttestService+GACAppAttestService.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/DCAppAttestService+GACAppAttestService.h:17:9: fatal error: 'TargetConditionals.h' file not found
#import <TargetConditionals.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/34] Compiling DCAppAttestService+GACAppAttestService.m
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/Errors/GACAppAttestRejectionError.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/Public/AppCheckCore/GACAppCheckErrors.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/34] Compiling GACAppAttestRejectionError.m
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/GACAppAttestProvider.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/Public/AppCheckCore/GACAppAttestProvider.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[0/34] Compiling GACAppAttestProvider.m
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/Core/APIService/GACAppCheckAPIService.m:16:
/host/spi-builder-workspace/AppCheckCore/Sources/Core/APIService/GACAppCheckAPIService.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/API/GACAppAttestAPIService.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/API/GACAppAttestAPIService.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[0/34] Compiling GACAppAttestAPIService.m
[0/34] Compiling GACAppCheckAPIService.m
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/API/GACAppAttestAttestationResponse.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/AppAttestProvider/API/GACAppAttestAttestationResponse.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/AppCheckCore/Sources/Core/Errors/GACAppCheckErrorUtil.m:17:
/host/spi-builder-workspace/AppCheckCore/Sources/Core/Errors/GACAppCheckErrorUtil.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
[0/34] Compiling GACAppCheckErrorUtil.m
[0/34] Compiling GACAppAttestAttestationResponse.m
BUILD FAILURE 5.10 linux