The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CleevioFirebaseAuth, reference 3.0.2 (9b9e37), with Swift 6.1 for Android on 31 Mar 2026 20:39:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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:         android
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-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/google/GoogleSignIn-iOS
Fetching https://github.com/facebook/facebook-ios-sdk
Fetching https://github.com/firebase/firebase-ios-sdk
Fetching https://github.com/cleevio/RouterBytes
Fetching https://github.com/apple/swift-algorithms
[1/12256] Fetching googlesignin-ios
[369/18314] Fetching googlesignin-ios, swift-algorithms
[10864/113186] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk
Fetched https://github.com/apple/swift-algorithms from cache (0.93s)
[14699/107128] Fetching googlesignin-ios, facebook-ios-sdk
[47360/509456] Fetching googlesignin-ios, facebook-ios-sdk, firebase-ios-sdk
[55839/510108] Fetching googlesignin-ios, facebook-ios-sdk, firebase-ios-sdk, routerbytes
Fetched https://github.com/cleevio/RouterBytes from cache (2.99s)
[60378/509456] Fetching googlesignin-ios, facebook-ios-sdk, firebase-ios-sdk
Fetched https://github.com/google/GoogleSignIn-iOS from cache (16.26s)
[439680/497200] Fetching facebook-ios-sdk, firebase-ios-sdk
Fetched https://github.com/facebook/facebook-ios-sdk from cache (29.20s)
Fetched https://github.com/firebase/firebase-ios-sdk from cache (29.34s)
Computing version for https://github.com/google/GoogleSignIn-iOS
Computed https://github.com/google/GoogleSignIn-iOS at 7.1.0 (32.85s)
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GTMAppAuth.git
[1/3897] Fetching gtmappauth
[3898/13307] Fetching gtmappauth, appauth-ios
[3899/18140] Fetching gtmappauth, appauth-ios, gtm-session-fetcher
Fetched https://github.com/google/GTMAppAuth.git from cache (0.43s)
[3862/14243] Fetching appauth-ios, gtm-session-fetcher
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.95s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.95s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 4.1.1 (1.64s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.73s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (1.77s)
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.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.85s)
Computing version for https://github.com/cleevio/RouterBytes
Computed https://github.com/cleevio/RouterBytes at 0.10.1 (1.10s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/cleevio/CleevioCore.git
Fetching https://github.com/cleevio/CleevioStorage.git
[1/213] Fetching cleeviocore
[214/548] Fetching cleeviocore, cleeviostorage
[549/23880] Fetching cleeviocore, cleeviostorage, swift-collections
Fetched https://github.com/cleevio/CleevioCore.git from cache (0.42s)
[1502/23667] Fetching cleeviostorage, swift-collections
Fetched https://github.com/cleevio/CleevioStorage.git from cache (0.42s)
[1400/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (3.49s)
Computing version for https://github.com/cleevio/CleevioStorage.git
Computed https://github.com/cleevio/CleevioStorage.git at 0.5.0 (0.96s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.87s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.16s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.11.0 (5.64s)
Fetching https://github.com/google/app-check.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
[1/153] Fetching grpc-binary
[113/3507] Fetching grpc-binary, leveldb
[289/6402] Fetching grpc-binary, leveldb, app-check
[2012/6684] Fetching grpc-binary, leveldb, app-check, interop-ios-for-google-sdks
Fetched https://github.com/google/grpc-binary.git from cache (0.54s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.54s)
[4774/6249] Fetching leveldb, app-check
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/firebase/nanopb.git
Fetched https://github.com/google/app-check.git from cache (0.97s)
Fetched https://github.com/firebase/leveldb.git from cache (0.98s)
Fetching https://github.com/google/promises.git
Fetching https://github.com/google/GoogleAppMeasurement.git
[1/5106] Fetching googleutilities
[257/11101] Fetching googleutilities, googledatatransport
[9604/11671] Fetching googleutilities, googledatatransport, googleappmeasurement
[9958/14114] Fetching googleutilities, googledatatransport, googleappmeasurement, promises
[14115/14214] Fetching googleutilities, googledatatransport, googleappmeasurement, promises, abseil-cpp-binary
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.59s)
[13568/13644] Fetching googleutilities, googledatatransport, promises, abseil-cpp-binary
[13624/21929] Fetching googleutilities, googledatatransport, promises, abseil-cpp-binary, nanopb
Fetched https://github.com/google/GoogleUtilities.git from cache (1.04s)
[8601/16823] Fetching googledatatransport, promises, abseil-cpp-binary, nanopb
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.15s)
[4035/10828] Fetching promises, abseil-cpp-binary, nanopb
Fetched https://github.com/google/promises.git from cache (0.76s)
[2006/8385] Fetching abseil-cpp-binary, nanopb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (1.09s)
Fetched https://github.com/firebase/nanopb.git from cache (1.09s)
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 (2.78s)
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.58s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.87s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.94s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.61s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.11.0 (3.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 (2.82s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (3.92s)
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 (2.71s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (1.62s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (1.63s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.70s)
Computing version for https://github.com/facebook/facebook-ios-sdk
Computed https://github.com/facebook/facebook-ios-sdk at 18.0.3 (0.77s)
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/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/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git 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/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/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/GoogleSignIn-iOS
Working copy of https://github.com/google/GoogleSignIn-iOS resolved at 7.1.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/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/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
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/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/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/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/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/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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/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/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 4.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/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/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
[1463/1463] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[691324/691324] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[4522469/4522469] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.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/grpc.zip
[7817360/7817360] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.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/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (1.24s)
[1977902/1977902] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[3001222/3001222] Downloading 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/grpc.zip
[3139453/3139453] Downloading 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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[10304754/10304754] Downloading 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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[15310046/15310046] Downloading 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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[22989404/22989404] Downloading 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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.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/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (2.66s)
[16126997/16126997] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[22671322/22671322] Downloading 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/grpc.zip
[31578795/31578795] Downloading 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/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[37453861/37453861] Downloading 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/grpc.zip, 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
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip (3.79s)
[18999373/18999373] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[47206092/47206092] Downloading 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
[72223032/72223032] Downloading 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/grpc.zip
[76625275/76625275] Downloading 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/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 (6.64s)
[87393582/87393582] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[107643627/107643627] 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/grpc/1.69.1/rc0/openssl_grpc.zip (8.59s)
[10054/10054] Downloading 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 (10.43s)
[1397/7034104] Downloading https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
[85610/7636865] Downloading 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
[164416/26437612] Downloading 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
[185488/31855598] Downloading 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
[206062/38162869] Downloading 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, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
[409111/40809698] Downloading 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, 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/FBAEMKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip (11.22s)
[15900892/40206937] Downloading 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, 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/FBAEMKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip (11.87s)
[30429688/37560108] Downloading 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, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip (11.96s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip (12.85s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip (13.06s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip (13.11s)
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip (15.34s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (16.21s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (24.43s)
Building for debugging...
[0/161] Write sources
[0/161] Copying GoogleSignIn.strings
[0/161] Copying google@3x.png
[0/161] Copying google@2x.png
[0/161] Copying GoogleSignIn.strings
[0/161] Copying google.png
[0/161] Copying GoogleSignIn.strings
[0/161] Write sources
[0/161] Copying PrivacyInfo.xcprivacy
[0/161] Write sources
[0/161] Copying PrivacyInfo.xcprivacy
[0/161] Copying Roboto-Bold.ttf
[2/161] Write sources
[12/161] Copying PrivacyInfo.xcprivacy
[33/161] Copying GoogleSignIn.strings
/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.
[45/161] Compiling FIRAuthErrorUtils.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.
[45/161] Compiling FIRMultiFactorConstants.m
[45/161] Compiling GoogleUtilities-NSData GULNSData+zlib.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.
[45/161] Compiling FIRAuthProvider.m
[45/161] Compiling FirebaseAuthInterop dummy.m
[45/161] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[45/161] Compiling _NumericsShims _NumericsShims.c
[45/161] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/116] Copying PrivacyInfo.xcprivacy
[0/116] Copying GoogleSignIn.strings
[0/117] Copying Info.plist
[0/116] Copying PrivacyInfo.xcprivacy
[0/117] Copying GoogleSignIn.strings
/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.
[22/116] 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.
[22/116] Compiling FIRAuthErrorUtils.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.
[22/116] 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.
[22/116] Compiling FIRAuthProvider.m
[22/116] Compiling FirebaseAuthInterop dummy.m
[22/116] Compiling FirebaseAppCheckInterop dummy.m
[22/116] Compiling _NumericsShims _NumericsShims.c
[22/116] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android