Build Information
Failed to build EasyFirebase, reference main (a37fb0), with Swift 6.1 for Linux on 11 Dec 2025 09:22:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.1-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/fummicc1/EasyFirebaseSwift.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/fummicc1/EasyFirebaseSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a37fb0a Delete .github/workflows/automatic_pre_release.yml
Cloned https://github.com/fummicc1/EasyFirebaseSwift.git
Revision (git rev-parse @):
a37fb0a0156d548784b71b91b4cd6c1baa3de035
SUCCESS checkout https://github.com/fummicc1/EasyFirebaseSwift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/fummicc1/EasyFirebaseSwift.git
https://github.com/fummicc1/EasyFirebaseSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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"
}
],
"manifest_display_name" : "EasyFirebase",
"name" : "EasyFirebase",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "EasyFirebaseAuth",
"targets" : [
"EasyFirebaseAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EasyFirebaseFirestore",
"targets" : [
"EasyFirebaseFirestore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EasyFirebaseStorage",
"targets" : [
"EasyFirebaseStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestCore",
"module_type" : "SwiftTarget",
"name" : "TestCore",
"path" : "Sources/TestCore",
"product_dependencies" : [
"FirebaseAuth",
"FirebaseFirestore",
"FirebaseStorage"
],
"sources" : [
"FirebaseTestHepler.swift"
],
"type" : "library"
},
{
"c99name" : "EasyFirebaseStorageTests",
"module_type" : "SwiftTarget",
"name" : "EasyFirebaseStorageTests",
"path" : "Tests/EasyFirebaseStorageTests",
"sources" : [
"StorageClientTests.swift"
],
"target_dependencies" : [
"EasyFirebaseStorage",
"TestCore"
],
"type" : "test"
},
{
"c99name" : "EasyFirebaseStorage",
"module_type" : "SwiftTarget",
"name" : "EasyFirebaseStorage",
"path" : "Sources/Storage",
"product_dependencies" : [
"FirebaseStorage"
],
"product_memberships" : [
"EasyFirebaseStorage"
],
"sources" : [
"StorageClient.swift"
],
"type" : "library"
},
{
"c99name" : "EasyFirebaseFirestoreTests",
"module_type" : "SwiftTarget",
"name" : "EasyFirebaseFirestoreTests",
"path" : "Tests/EasyFirebaseFirestoreTests",
"sources" : [
"FirestoreClientTests.swift"
],
"target_dependencies" : [
"EasyFirebaseFirestore",
"TestCore"
],
"type" : "test"
},
{
"c99name" : "EasyFirebaseFirestore",
"module_type" : "SwiftTarget",
"name" : "EasyFirebaseFirestore",
"path" : "Sources/Firestore",
"product_dependencies" : [
"FirebaseFirestore"
],
"product_memberships" : [
"EasyFirebaseFirestore"
],
"sources" : [
"FirestoreClient.swift"
],
"type" : "library"
},
{
"c99name" : "EasyFirebaseAuth",
"module_type" : "SwiftTarget",
"name" : "EasyFirebaseAuth",
"path" : "Sources/Auth",
"product_dependencies" : [
"FirebaseAuth"
],
"product_memberships" : [
"EasyFirebaseAuth"
],
"sources" : [
"AppleAuthClient.swift",
"FirebaseAuthClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk
[1/390699] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (32.03s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.7.0 (38.59s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/firebase/leveldb.git
[1/153] Fetching grpc-binary
[113/3507] Fetching grpc-binary, leveldb
[315/3789] Fetching grpc-binary, leveldb, interop-ios-for-google-sdks
[425/3889] Fetching grpc-binary, leveldb, interop-ios-for-google-sdks, abseil-cpp-binary
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/app-check.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.58s)
[1085/3607] Fetching grpc-binary, leveldb, abseil-cpp-binary
Fetching https://github.com/google/gtm-session-fetcher.git
[3591/6058] Fetching grpc-binary, leveldb, abseil-cpp-binary, app-check
[4670/14343] Fetching grpc-binary, leveldb, abseil-cpp-binary, app-check, nanopb
Fetched https://github.com/google/grpc-binary.git from cache (1.11s)
[5091/14190] Fetching leveldb, abseil-cpp-binary, app-check, nanopb
Fetched https://github.com/firebase/leveldb.git from cache (1.11s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (1.11s)
[1662/10736] Fetching app-check, nanopb
Fetching https://github.com/google/GoogleAppMeasurement.git
[2534/15431] Fetching app-check, nanopb, gtm-session-fetcher
Fetched https://github.com/google/app-check.git from cache (0.84s)
[4337/12980] Fetching nanopb, gtm-session-fetcher
Fetching https://github.com/apple/swift-protobuf.git
[8425/13538] Fetching nanopb, gtm-session-fetcher, googleappmeasurement
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.68s)
[11903/12980] Fetching nanopb, gtm-session-fetcher
Fetching https://github.com/google/promises.git
[12981/18072] Fetching nanopb, gtm-session-fetcher, googleutilities
[13643/24043] Fetching nanopb, gtm-session-fetcher, googleutilities, googledatatransport
[14469/26485] Fetching nanopb, gtm-session-fetcher, googleutilities, googledatatransport, promises
Fetched https://github.com/firebase/nanopb.git from cache (2.19s)
[8289/18200] Fetching gtm-session-fetcher, googleutilities, googledatatransport, promises
Fetched https://github.com/google/gtm-session-fetcher.git from cache (2.19s)
[5276/13505] Fetching googleutilities, googledatatransport, promises
Fetched https://github.com/google/promises.git from cache (1.27s)
Fetched https://github.com/google/GoogleUtilities.git from cache (1.48s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.47s)
[1/41520] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (12.83s)
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 (18.49s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (1.08s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (1.58s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.12s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (1.03s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.5.0 (1.04s)
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 (0.36s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.43s)
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.29s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (1.07s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (1.28s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.16s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 5.0.0 (1.02s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (1.24s)
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/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/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/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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 12.7.0
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/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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.5.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
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
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.4.0/rc0/FirebaseFirestoreInternal.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/bin/grpc/1.69.1/rc0/grpcpp.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/swiftpm/12.5.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[1474/1474] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
[580904/580904] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[1279476/1279476] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[1550289/1550289] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[2250112/2250112] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip (1.06s)
[131881/131881] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[849409/849409] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[1097507/1097507] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.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
[527108/527108] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip (1.15s)
[710105/710105] Downloading 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
[1692149/1692149] Downloading 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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[8004551/8004551] Downloading 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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
[19704684/19704684] Downloading 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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[71518124/71518124] Downloading 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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.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.4.0/rc0/FirebaseFirestoreInternal.zip
[7412911/7412911] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (4.90s)
[56063544/56063544] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip (6.29s)
[66136709/66136709] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[94390394/94390394] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[130392096/130392096] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (8.61s)
Downloaded https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip (9.30s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip (12.30s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (12.78s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (25.30s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/55] Write sources
[1/55] Copying PrivacyInfo.xcprivacy
[1/55] Write sources
[1/55] Copying PrivacyInfo.xcprivacy
[5/55] Write sources
[15/55] Compiling FirebaseAuthInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthErrorUtils.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[16/55] Compiling FIRAuthErrorUtils.m
[16/55] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[16/55] Compiling FirebaseAppCheckInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuth.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[16/55] Compiling FIRAuth.m
[16/55] Compiling FIRAuthProvider.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRMultiFactorConstants.m:17:9: fatal error: 'TargetConditionals.h' file not found
17 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[16/55] Compiling FIRMultiFactorConstants.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
15 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[16/55] Compiling FirebaseFirestoreTarget dummy.m
[16/55] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/40] Write sources
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
15 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuth.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/40] Compiling FIRAuth.m
[2/40] Compiling FirebaseFirestoreTarget dummy.m
[2/40] Compiling FirebaseAppCheckInterop dummy.m
[2/40] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthProvider.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/40] Compiling FIRAuthProvider.m
[2/40] Compiling FIRMultiFactorConstants.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthErrorUtils.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/40] Compiling FIRAuthErrorUtils.m
[2/40] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux