Build Information
Failed to build CleevioFirebaseAuth, reference main (9b9e37), with Swift 6.1 for Linux on 31 Mar 2026 20:40:15 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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cleevio/CleevioFirebaseAuth.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/cleevio/CleevioFirebaseAuth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b9e372 Merge remote-tracking branch 'origin/feature/emailAlreadyInUse'
Cloned https://github.com/cleevio/CleevioFirebaseAuth.git
Revision (git rev-parse @):
9b9e3721c83601c17eb67e16caf7106b4224c2db
SUCCESS checkout https://github.com/cleevio/CleevioFirebaseAuth.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/cleevio/CleevioFirebaseAuth.git
https://github.com/cleevio/CleevioFirebaseAuth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "googlesignin-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "7.1.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/GoogleSignIn-iOS"
},
{
"identity" : "facebook-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "17.0.0",
"upper_bound" : "19.0.1"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/facebook/facebook-ios-sdk"
},
{
"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"
},
{
"identity" : "routerbytes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cleevio/RouterBytes"
}
],
"manifest_display_name" : "CleevioFirebaseAuth",
"name" : "CleevioFirebaseAuth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CleevioFirebaseAuth",
"targets" : [
"CleevioFirebaseAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CleevioAppleAuth",
"targets" : [
"CleevioAppleAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CleevioGoogleAuth",
"targets" : [
"CleevioGoogleAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CleevioFacebookAuth",
"targets" : [
"CleevioFacebookAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RouterBytesFirebaseAuth",
"targets" : [
"RouterBytesFirebaseAuth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RouterBytesFirebaseAuth",
"module_type" : "SwiftTarget",
"name" : "RouterBytesFirebaseAuth",
"path" : "Sources/RouterBytesFirebaseAuth",
"product_dependencies" : [
"RouterBytes",
"RouterBytesAuthentication"
],
"product_memberships" : [
"RouterBytesFirebaseAuth"
],
"sources" : [
"FirebaseAuthenticationService+APITokenProvider.swift"
],
"target_dependencies" : [
"CleevioFirebaseAuth"
],
"type" : "library"
},
{
"c99name" : "CleevioGoogleAuth",
"module_type" : "SwiftTarget",
"name" : "CleevioGoogleAuth",
"path" : "Sources/CleevioGoogleAuth",
"product_dependencies" : [
"GoogleSignIn",
"FirebaseAuth"
],
"product_memberships" : [
"CleevioGoogleAuth"
],
"sources" : [
"GoogleAuthenticationProvider.swift"
],
"target_dependencies" : [
"CleevioFirebaseAuth"
],
"type" : "library"
},
{
"c99name" : "CleevioFirebaseAuthTests",
"module_type" : "SwiftTarget",
"name" : "CleevioFirebaseAuthTests",
"path" : "Tests/CleevioFirebaseAuthTests",
"sources" : [
"CleevioFirebaseAuthTests.swift"
],
"target_dependencies" : [
"CleevioFirebaseAuth"
],
"type" : "test"
},
{
"c99name" : "CleevioFirebaseAuth",
"module_type" : "SwiftTarget",
"name" : "CleevioFirebaseAuth",
"path" : "Sources/CleevioFirebaseAuth",
"product_dependencies" : [
"FirebaseAuth",
"Algorithms"
],
"product_memberships" : [
"CleevioFirebaseAuth",
"CleevioAppleAuth",
"CleevioGoogleAuth",
"CleevioFacebookAuth",
"RouterBytesFirebaseAuth"
],
"sources" : [
"FirebaseAuthenticationService.swift",
"PasswordAuthenticationProvider.swift",
"PlatformViewController.swift",
"RandomNonce.swift"
],
"type" : "library"
},
{
"c99name" : "CleevioFacebookAuth",
"module_type" : "SwiftTarget",
"name" : "CleevioFacebookAuth",
"path" : "Sources/CleevioFacebookAuth",
"product_dependencies" : [
"FacebookLogin",
"FirebaseAuth"
],
"product_memberships" : [
"CleevioFacebookAuth"
],
"sources" : [
"FacebookAuthenticationProvider.swift"
],
"target_dependencies" : [
"CleevioFirebaseAuth"
],
"type" : "library"
},
{
"c99name" : "CleevioAppleAuth",
"module_type" : "SwiftTarget",
"name" : "CleevioAppleAuth",
"path" : "Sources/CleevioAppleAuth",
"product_dependencies" : [
"FirebaseAuth"
],
"product_memberships" : [
"CleevioAppleAuth"
],
"sources" : [
"AppleAuthenticationProvider.swift"
],
"target_dependencies" : [
"CleevioFirebaseAuth"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/cleevio/RouterBytes
Fetching https://github.com/facebook/facebook-ios-sdk
Fetching https://github.com/firebase/firebase-ios-sdk
Fetching https://github.com/google/GoogleSignIn-iOS
Fetching https://github.com/apple/swift-algorithms
[1/12256] Fetching googlesignin-ios
[614/18314] Fetching googlesignin-ios, swift-algorithms
[12800/113186] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk
Fetched https://github.com/apple/swift-algorithms from cache (0.92s)
[14699/107128] Fetching googlesignin-ios, facebook-ios-sdk
[37383/107780] Fetching googlesignin-ios, facebook-ios-sdk, routerbytes
Fetched https://github.com/google/GoogleSignIn-iOS from cache (2.16s)
[35756/497852] Fetching facebook-ios-sdk, routerbytes, firebase-ios-sdk
Fetched https://github.com/cleevio/RouterBytes from cache (33.98s)
Fetched https://github.com/facebook/facebook-ios-sdk from cache (34.40s)
Fetched https://github.com/firebase/firebase-ios-sdk from cache (34.67s)
Computing version for https://github.com/google/GoogleSignIn-iOS
Computed https://github.com/google/GoogleSignIn-iOS at 7.1.0 (38.55s)
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/3897] Fetching gtmappauth
[1638/8730] Fetching gtmappauth, gtm-session-fetcher
[7040/18140] Fetching gtmappauth, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.13s)
Fetched https://github.com/google/GTMAppAuth.git from cache (1.38s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.39s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 4.1.1 (2.25s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (1.12s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 3.5.0 (0.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.60s)
Computing version for https://github.com/cleevio/RouterBytes
Computed https://github.com/cleevio/RouterBytes at 0.10.1 (0.94s)
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/cleevio/CleevioStorage.git
[1/335] Fetching cleeviostorage
Fetched https://github.com/cleevio/CleevioStorage.git from cache (0.43s)
[1/23332] Fetching swift-collections
[1635/23545] Fetching swift-collections, cleeviocore
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.71s)
[1867/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.50s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (7.41s)
Computing version for https://github.com/cleevio/CleevioStorage.git
Computed https://github.com/cleevio/CleevioStorage.git at 0.5.0 (3.85s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (4.12s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (6.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.18s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.11.0 (3.98s)
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/app-check.git
[1/100] Fetching abseil-cpp-binary
[25/2995] Fetching abseil-cpp-binary, app-check
[204/3277] Fetching abseil-cpp-binary, app-check, interop-ios-for-google-sdks
[245/3430] Fetching abseil-cpp-binary, app-check, interop-ios-for-google-sdks, grpc-binary
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/firebase/leveldb.git
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.31s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.30s)
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/google/grpc-binary.git from cache (0.40s)
Fetched https://github.com/google/app-check.git from cache (0.42s)
Fetching https://github.com/google/promises.git
Fetching https://github.com/google/GoogleAppMeasurement.git
[1/8285] Fetching nanopb
[84/11639] Fetching nanopb, leveldb
[1018/16745] Fetching nanopb, leveldb, googleutilities
[11693/19188] Fetching nanopb, leveldb, googleutilities, promises
[12455/19758] Fetching nanopb, leveldb, googleutilities, promises, googleappmeasurement
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.47s)
[12167/14652] Fetching nanopb, leveldb, promises, googleappmeasurement
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.37s)
[12674/14082] Fetching nanopb, leveldb, promises
Fetched https://github.com/firebase/leveldb.git from cache (0.52s)
[10728/10728] Fetching nanopb, promises
Fetched https://github.com/google/promises.git from cache (0.45s)
Fetched https://github.com/firebase/nanopb.git from cache (0.71s)
[1/5995] Fetching googledatatransport
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.46s)
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 (1.85s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (0.64s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.59s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.57s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.63s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.11.0 (2.17s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/88] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (1.12s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.73s)
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.4.0 (0.90s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.68s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.75s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.21s)
Computing version for https://github.com/facebook/facebook-ios-sdk
Computed https://github.com/facebook/facebook-ios-sdk at 18.0.3 (0.81s)
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/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
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/cleevio/CleevioCore.git
Working copy of https://github.com/cleevio/CleevioCore.git resolved at 2.2.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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 4.1.1
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/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.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/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 12.11.0
Creating working copy for https://github.com/facebook/facebook-ios-sdk
Working copy of https://github.com/facebook/facebook-ios-sdk resolved at 18.0.3
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/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 3.5.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.11.0
Creating working copy for https://github.com/cleevio/CleevioStorage.git
Working copy of https://github.com/cleevio/CleevioStorage.git resolved at 0.5.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 1.7.6
Creating working copy for https://github.com/google/GoogleSignIn-iOS
Working copy of https://github.com/google/GoogleSignIn-iOS resolved at 7.1.0
Creating working copy for https://github.com/cleevio/RouterBytes
Working copy of https://github.com/cleevio/RouterBytes resolved at 0.10.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/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/grpc/1.69.1/rc0/openssl_grpc.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.11.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[1474/1474] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
[433577/433577] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[1119366/1119366] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.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/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[1535327/1535327] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.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/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[2505613/2505613] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.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/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (1.29s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (1.29s)
[627278/627278] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[696851/696851] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[2542507/2542507] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[4289143/4289143] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.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.11.0/rc0/FirebaseFirestoreInternal.zip
[12941554/12941554] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.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.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[85849760/85849760] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.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.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip (5.68s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip (6.44s)
[1491/1491] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[2375397/5021374] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
[3409331/12184082] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
[3682607/19490578] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
[4057273/20370522] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (8.34s)
[5530251/40543954] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (8.85s)
[16592567/56554932] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip (10.47s)
[40610142/61761229] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip (10.73s)
[48658089/64472445] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip (11.27s)
[60682219/64972897] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip (12.81s)
[74305580/74305580] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip (14.12s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (15.20s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip (15.41s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip (15.64s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (29.89s)
Building for debugging...
[0/161] Write sources
[7/161] Copying PrivacyInfo.xcprivacy
[7/161] Copying GoogleSignIn.strings
[7/161] Write sources
[7/161] Copying GoogleSignIn.strings
[7/161] Copying google@3x.png
[7/161] Copying google@2x.png
[7/161] Copying google.png
[7/161] Copying GoogleSignIn.strings
[7/161] Copying PrivacyInfo.xcprivacy
[7/161] Copying Info.plist
[7/161] Copying GoogleSignIn.strings
[7/161] Copying Roboto-Bold.ttf
[10/161] Copying PrivacyInfo.xcprivacy
[18/161] Write sources
[18/161] Copying PrivacyInfo.xcprivacy
[20/161] Write sources
[20/161] Copying PrivacyInfo.xcprivacy
/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.
[66/161] Compiling FIRAuthProvider.m
[66/161] Compiling FirebaseAuthInterop dummy.m
[66/161] Compiling FirebaseAppCheckInterop dummy.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.
[66/161] Compiling FIRMultiFactorConstants.m
[66/161] Compiling _NumericsShims _NumericsShims.c
[66/161] Compiling FIRAuth.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.
[66/161] Compiling FIRAuthErrorUtils.m
[66/161] 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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/95] Copying PrivacyInfo.xcprivacy
[0/95] Write sources
[0/95] Copying PrivacyInfo.xcprivacy
[0/95] Write sources
[0/95] Copying PrivacyInfo.xcprivacy
[0/95] Write sources
[1/95] Copying PrivacyInfo.xcprivacy
/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.
[8/95] Compiling FIRMultiFactorConstants.m
[8/95] Compiling FirebaseAuthInterop dummy.m
[8/95] Compiling FIRAuthProvider.m
[8/95] Compiling FIRAuth.m
[8/95] Compiling FirebaseAppCheckInterop 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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[8/95] Compiling FIRAuthErrorUtils.m
[8/95] Compiling _NumericsShims _NumericsShims.c
[8/95] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux