Build Information
Failed to build CleevioFirebaseAuth, reference 3.0.2 (9b9e37), with Swift 6.1 for Linux on 31 Mar 2026 20:43:59 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: 3.0.2
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
* tag 3.0.2 -> FETCH_HEAD
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 3.0.2
========================================
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/firebase/firebase-ios-sdk
Fetching https://github.com/google/GoogleSignIn-iOS
Fetching https://github.com/cleevio/RouterBytes
[1/652] Fetching routerbytes
Fetched https://github.com/cleevio/RouterBytes from cache (0.54s)
[1/12256] Fetching googlesignin-ios
Fetched https://github.com/google/GoogleSignIn-iOS from cache (2.41s)
[1/402328] Fetching firebase-ios-sdk
Fetching https://github.com/facebook/facebook-ios-sdk
Fetching https://github.com/apple/swift-algorithms
[402329/408386] Fetching firebase-ios-sdk, swift-algorithms
[408387/503258] Fetching firebase-ios-sdk, swift-algorithms, facebook-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (28.15s)
[10802/100930] Fetching swift-algorithms, facebook-ios-sdk
Fetched https://github.com/apple/swift-algorithms from cache (0.88s)
[17077/94872] Fetching facebook-ios-sdk
Fetched https://github.com/facebook/facebook-ios-sdk from cache (10.48s)
Computing version for https://github.com/google/GoogleSignIn-iOS
Computed https://github.com/google/GoogleSignIn-iOS at 7.1.0 (40.69s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/3897] Fetching gtmappauth
[3860/8730] Fetching gtmappauth, gtm-session-fetcher
[8442/18140] Fetching gtmappauth, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (0.85s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.85s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.85s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 4.1.1 (1.51s)
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.50s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (1.19s)
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.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.62s)
Computing version for https://github.com/cleevio/RouterBytes
Computed https://github.com/cleevio/RouterBytes at 0.10.1 (0.55s)
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
[336/548] Fetching cleeviostorage, cleeviocore
Fetched https://github.com/cleevio/CleevioStorage.git from cache (0.24s)
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.24s)
[1/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (6.57s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (7.50s)
Computing version for https://github.com/cleevio/CleevioStorage.git
Computed https://github.com/cleevio/CleevioStorage.git at 0.5.0 (1.67s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.00s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (2.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.38s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.11.0 (5.02s)
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/firebase/nanopb.git
[1/2895] Fetching app-check
[320/2995] Fetching app-check, abseil-cpp-binary
[594/6349] Fetching app-check, abseil-cpp-binary, leveldb
[1022/6631] Fetching app-check, abseil-cpp-binary, leveldb, interop-ios-for-google-sdks
[1213/6784] Fetching app-check, abseil-cpp-binary, leveldb, interop-ios-for-google-sdks, grpc-binary
[3163/15069] Fetching app-check, abseil-cpp-binary, leveldb, interop-ios-for-google-sdks, grpc-binary, nanopb
Fetched https://github.com/google/grpc-binary.git from cache (1.25s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (1.26s)
Fetched https://github.com/google/app-check.git from cache (1.25s)
Fetched https://github.com/firebase/leveldb.git from cache (1.27s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (1.28s)
Fetched https://github.com/firebase/nanopb.git from cache (1.28s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/promises.git
[1/570] Fetching googleappmeasurement
[571/3013] Fetching googleappmeasurement, promises
[1158/9008] Fetching googleappmeasurement, promises, googledatatransport
[2029/14114] Fetching googleappmeasurement, promises, googledatatransport, googleutilities
Fetched https://github.com/google/promises.git from cache (0.78s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.98s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.99s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.99s)
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 (3.21s)
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.85s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.85s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.02s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (1.01s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.11.0 (0.99s)
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 (0.34s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.90s)
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.87s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.94s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.95s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.01s)
Computing version for https://github.com/facebook/facebook-ios-sdk
Computed https://github.com/facebook/facebook-ios-sdk at 18.0.3 (1.09s)
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/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.11.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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
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
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/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/cleevio/RouterBytes
Working copy of https://github.com/cleevio/RouterBytes resolved at 0.10.1
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/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/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/GoogleSignIn-iOS
Working copy of https://github.com/google/GoogleSignIn-iOS resolved at 7.1.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/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/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/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 4.1.1
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/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/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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/grpc/1.69.1/rc0/grpc.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/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://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.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
[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
[1127901/1127901] 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/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
[1813662/1813662] 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/appads/3.4.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[2780152/2780152] 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/appads/3.4.0/GoogleAdsOnDeviceConversion.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
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (0.77s)
[546708/546708] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[688494/688494] Downloading 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
[2539973/2539973] Downloading 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/openssl_grpc.zip
[4278334/4278334] Downloading 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/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
[15110409/15110409] Downloading 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/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[16559022/16559022] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip (1.67s)
[28847026/28847026] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[32093797/32093797] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[40913718/40913718] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.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/grpc.zip
[46450270/46450270] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[79100388/79100388] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.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/grpc.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/GoogleAppMeasurement.zip (3.36s)
[47272863/47272863] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (3.37s)
[71279571/71279571] Downloading 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
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.64s)
[61711633/61711633] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (4.65s)
[3237/3237] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[31537362/37843236] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
[31715732/56643983] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-Dynamic_XCFramework.zip
[31717129/57246744] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
[31741906/64280848] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-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/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
[32067362/69698834] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-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/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
[32551777/72345663] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-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/FBSDKGamingServicesKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
[70367525/71742902] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.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/FBSDKCoreKit-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/FBSDKShareKit-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip (6.68s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip (7.24s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip (7.50s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip (7.52s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip (8.18s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip (10.99s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip (11.69s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (11.85s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (22.92s)
Building for debugging...
[0/161] Write sources
[9/161] Copying PrivacyInfo.xcprivacy
[9/161] Write sources
[9/161] Copying GoogleSignIn.strings
[9/161] Copying PrivacyInfo.xcprivacy
[9/161] Copying GoogleSignIn.strings
[9/161] Copying PrivacyInfo.xcprivacy
[9/161] Write sources
[19/161] Copying GoogleSignIn.strings
[27/161] Copying google@3x.png
[27/161] Copying google@2x.png
[27/161] Copying GoogleSignIn.strings
[27/161] Copying Roboto-Bold.ttf
[27/161] Copying PrivacyInfo.xcprivacy
[27/161] Copying Info.plist
[27/161] Copying GoogleSignIn.strings
[27/161] Copying PrivacyInfo.xcprivacy
[27/161] Write sources
[27/161] Copying PrivacyInfo.xcprivacy
[27/161] Write sources
[27/161] Copying PrivacyInfo.xcprivacy
[27/161] Copying GoogleSignIn.strings
[65/161] Copying google.png
/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 FirebaseAuthInterop dummy.m
[66/161] Compiling _NumericsShims _NumericsShims.c
[68/161] Compiling FIRAuthErrorUtils.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.
[68/161] 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.
[68/161] Compiling FIRMultiFactorConstants.m
[68/161] Compiling GoogleUtilities-Environment resource_bundle_accessor.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.
[68/161] Compiling FIRAuth.m
In file included from In file included from [68/161] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[68/161] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[68/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/93] Write sources
[0/93] Copying PrivacyInfo.xcprivacy
[1/93] Write sources
/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.
/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.
[10/93] Compiling FIRMultiFactorConstants.m
[10/93] Compiling FIRAuthErrorUtils.m
[10/93] Compiling FirebaseAppCheckInterop dummy.m
[10/93] Compiling FirebaseCoreExtension resource_bundle_accessor.m
[10/93] Compiling FirebaseCoreExtension dummy.m
[10/93] Compiling FIRAuth.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.
[10/93] Compiling FIRAuthProvider.m
[10/93] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux