Build Information
Failed to build APSignedAPIClient, reference 2.0.0 (21dc0c), with Swift 6.1 for Android on 4 Feb 2026 02:23:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APSignedAPIClient.git
Reference: 2.0.0
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/aporat/APSignedAPIClient
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 21dc0c9 Merge pull request #9 from aporat/claude/fix-codecov-reports-HYMR2
Cloned https://github.com/aporat/APSignedAPIClient.git
Revision (git rev-parse @):
21dc0c936c3408b8dbce886b3c241d1edd24229d
SUCCESS checkout https://github.com/aporat/APSignedAPIClient.git at 2.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/aporat/APSignedAPIClient.git
https://github.com/aporat/APSignedAPIClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "firebase-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "12.0.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/firebase/firebase-ios-sdk.git"
},
{
"identity" : "swifthttpstatuscodes",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhodgkins/SwiftHTTPStatusCodes.git"
}
],
"manifest_display_name" : "APSignedAPIClient",
"name" : "APSignedAPIClient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "APSignedAPIClient",
"targets" : [
"APSignedAPIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APSignedAPIClientTests",
"module_type" : "SwiftTarget",
"name" : "APSignedAPIClientTests",
"path" : "Tests",
"product_dependencies" : [
"Alamofire"
],
"sources" : [
"CoreAPIClientTests.swift"
],
"target_dependencies" : [
"APSignedAPIClient"
],
"type" : "test"
},
{
"c99name" : "APSignedAPIClient",
"module_type" : "SwiftTarget",
"name" : "APSignedAPIClient",
"path" : "Sources",
"product_dependencies" : [
"Alamofire",
"FirebaseAppCheck",
"HTTPStatusCodes",
"SwiftyJSON"
],
"product_memberships" : [
"APSignedAPIClient"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CoreAPIClient.swift",
"CoreAPIInterceptor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/rhodgkins/SwiftHTTPStatusCodes.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/firebase/firebase-ios-sdk.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/930] Fetching swifthttpstatuscodes
[931/7160] Fetching swifthttpstatuscodes, swiftyjson
[7161/38307] Fetching swifthttpstatuscodes, swiftyjson, alamofire
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.67s)
[3734/32077] Fetching swifthttpstatuscodes, alamofire
[31144/427163] Fetching swifthttpstatuscodes, alamofire, firebase-ios-sdk
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.93s)
[36488/396016] Fetching swifthttpstatuscodes, firebase-ios-sdk
Fetched https://github.com/rhodgkins/SwiftHTTPStatusCodes.git from cache (25.46s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (25.85s)
Computing version for https://github.com/rhodgkins/SwiftHTTPStatusCodes.git
Computed https://github.com/rhodgkins/SwiftHTTPStatusCodes.git at 3.3.2 (29.67s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (3.50s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 12.9.0 (7.04s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/grpc-binary.git
[1/100] Fetching abseil-cpp-binary
[6/253] Fetching abseil-cpp-binary, grpc-binary
[152/3607] Fetching abseil-cpp-binary, grpc-binary, leveldb
[171/11892] Fetching abseil-cpp-binary, grpc-binary, leveldb, nanopb
[588/14782] Fetching abseil-cpp-binary, grpc-binary, leveldb, nanopb, app-check
[946/15064] Fetching abseil-cpp-binary, grpc-binary, leveldb, nanopb, app-check, interop-ios-for-google-sdks
Fetched https://github.com/google/app-check.git from cache (0.96s)
Fetched https://github.com/firebase/leveldb.git from cache (0.96s)
Fetched https://github.com/google/grpc-binary.git from cache (0.97s)
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleUtilities.git
[1/5092] Fetching googleutilities
[5093/11063] Fetching googleutilities, googledatatransport
[9154/15803] Fetching googleutilities, googledatatransport, gtm-session-fetcher
Fetched https://github.com/google/abseil-cpp-binary.git from cache (3.54s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (3.54s)
Fetched https://github.com/firebase/nanopb.git from cache (3.55s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (4.08s)
[1/562] Fetching googleappmeasurement
[305/3004] Fetching googleappmeasurement, promises
Fetched https://github.com/google/GoogleDataTransport.git from cache (4.57s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (4.56s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (4.73s)
Fetched https://github.com/google/promises.git from cache (4.73s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (11.69s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (3.02s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (4.74s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.60s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.69s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.8.0 (1.86s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/78] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (2.89s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (6.02s)
Computing version for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Computed https://github.com/googleads/google-ads-on-device-conversion-ios-sdk at 3.2.0 (2.81s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (1.52s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.69s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.88s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 5.0.0 (0.59s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.1 (0.83s)
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 5.0.0
Creating working copy for https://github.com/google/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.69.1
Creating working copy for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 3.2.0
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/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 11.2.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 12.9.0
Creating working copy for https://github.com/firebase/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.1
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/rhodgkins/SwiftHTTPStatusCodes.git
Working copy of https://github.com/rhodgkins/SwiftHTTPStatusCodes.git resolved at 3.3.2
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.8.0
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[1493/1493] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurementIdentitySupport.zip
[73804/73804] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip
[424624/424624] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurementIdentitySupport.zip (0.68s)
[576468/576468] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[579565/579565] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[615592/615592] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[857002/857002] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip
[4843484/4843484] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[8722588/8722588] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip
[13245686/13245686] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.8.0/FirebaseAnalytics.zip (1.96s)
[2044852/2044852] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip
[3410475/3410475] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[4560100/4560100] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[5116253/5116253] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[21183636/21183636] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip
[26877502/26877502] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[31419792/31419792] Downloading https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[47093317/47093317] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip (4.39s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.8.0/GoogleAppMeasurement.zip (4.43s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (4.76s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (5.92s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.9.0/rc0/FirebaseFirestoreInternal.zip (6.73s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (8.52s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (19.12s)
Building for debugging...
[0/25] Copying PrivacyInfo.xcprivacy
[1/25] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/DeviceCheckProvider/FIRDeviceCheckProviderFactory.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRDeviceCheckProviderFactory.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/25] Compiling FIRDeviceCheckProviderFactory.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheckSettings.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheckSettings.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRAppCheckSettings.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/AppAttestProvider/FIRAppAttestProvider.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppAttestProvider.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRAppAttestProvider.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheckComponent.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRAppCheckComponent.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheckLogger.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheckLogger.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRAppCheckLogger.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRAppCheck.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRAppCheck.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRApp+AppCheck.m:17:
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRApp+AppCheck.h:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseCore/Extension/FirebaseCoreInternal.h:18:1: error: use of '@import' when modules are disabled
18 | @import FirebaseCore;
| ^
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRApp+AppCheck.m:17:
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRApp+AppCheck.h:17:
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseCore/Extension/FirebaseCoreInternal.h:20:
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseCore/Extension/FIRAppInternal.h:20:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/25] Compiling FIRApp+AppCheck.m
[3/25] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/22] Copying PrivacyInfo.xcprivacy
[2/22] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/DebugProvider/FIRAppCheckDebugProviderFactory.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckDebugProviderFactory.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRInternalAppCheckProvider.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Core/FIRInternalAppCheckProvider.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/22] Compiling FIRInternalAppCheckProvider.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/DeviceCheckProvider/FIRDeviceCheckProvider.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckAvailability.h:19:9: fatal error: 'Foundation/Foundation.h' file not found
19 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/22] Compiling FIRDeviceCheckProvider.m
[3/22] Compiling FIRAppCheckValidator.m
[3/22] Compiling FIRAppCheckDebugProviderFactory.m
[3/22] Compiling FIRHeartbeatLogger+AppCheck.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/DebugProvider/FIRAppCheckDebugProvider.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckDebugProvider.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/22] Compiling FIRAppCheckDebugProvider.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/DeviceCheckProvider/FIRDeviceCheckProviderFactory.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRDeviceCheckProviderFactory.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/22] Compiling FIRDeviceCheckProviderFactory.m
[3/22] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android