The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build EasyFirebase, reference main (e02828), with Swift 6.1 for Linux on 27 Apr 2025 18:53:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/EasyFirebaseSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/fummicc1/EasyFirebaseSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e028281 Add `FirestoreInFilter`. (#67)
Cloned https://github.com/fummicc1/EasyFirebaseSwift.git
Revision (git rev-parse @):
e028281190120cfc67999e1c1d86ea717aac2317
SUCCESS checkout https://github.com/fummicc1/EasyFirebaseSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fummicc1/EasyFirebaseSwift.git
https://github.com/fummicc1/EasyFirebaseSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.24.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    }
  ],
  "manifest_display_name" : "EasyFirebase",
  "name" : "EasyFirebase",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyFirebaseAuth",
      "targets" : [
        "EasyFirebaseAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EasyFirebaseFirestore",
      "targets" : [
        "EasyFirebaseFirestore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EasyFirebaseStorage",
      "targets" : [
        "EasyFirebaseStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestCore",
      "module_type" : "SwiftTarget",
      "name" : "TestCore",
      "path" : "Sources/TestCore",
      "product_dependencies" : [
        "FirebaseAuth",
        "FirebaseFirestore",
        "FirebaseStorage"
      ],
      "sources" : [
        "FirebaseTestHepler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EasyFirebaseStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebaseStorageTests",
      "path" : "Tests/EasyFirebaseStorageTests",
      "sources" : [
        "StorageClientTests.swift"
      ],
      "target_dependencies" : [
        "EasyFirebaseStorage",
        "TestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyFirebaseStorage",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebaseStorage",
      "path" : "Sources/Storage",
      "product_dependencies" : [
        "FirebaseStorage"
      ],
      "product_memberships" : [
        "EasyFirebaseStorage"
      ],
      "sources" : [
        "StorageClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EasyFirebaseFirestoreTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebaseFirestoreTests",
      "path" : "Tests/EasyFirebaseFirestoreTests",
      "sources" : [
        "FirestoreClientTests.swift"
      ],
      "target_dependencies" : [
        "EasyFirebaseFirestore",
        "TestCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyFirebaseFirestore",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebaseFirestore",
      "path" : "Sources/Firestore",
      "product_dependencies" : [
        "FirebaseFirestore",
        "FirebaseFirestoreSwift"
      ],
      "product_memberships" : [
        "EasyFirebaseFirestore"
      ],
      "sources" : [
        "FirestoreClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EasyFirebaseAuth",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebaseAuth",
      "path" : "Sources/Auth",
      "product_dependencies" : [
        "FirebaseAuth"
      ],
      "product_memberships" : [
        "EasyFirebaseAuth"
      ],
      "sources" : [
        "AppleAuthClient.swift",
        "FirebaseAuthClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk
[1/367977] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (13.04s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 10.29.0 (16.54s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
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/abseil-cpp-binary.git
Fetching https://github.com/firebase/nanopb.git
[1/275] Fetching interop-ios-for-google-sdks
[276/424] Fetching interop-ios-for-google-sdks, grpc-binary
[425/2607] Fetching interop-ios-for-google-sdks, grpc-binary, app-check
[1102/10892] Fetching interop-ios-for-google-sdks, grpc-binary, app-check, nanopb
[2966/10992] Fetching interop-ios-for-google-sdks, grpc-binary, app-check, nanopb, abseil-cpp-binary
[4200/14346] Fetching interop-ios-for-google-sdks, grpc-binary, app-check, nanopb, abseil-cpp-binary, leveldb
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.23s)
Fetching https://github.com/google/gtm-session-fetcher.git
[4506/14071] Fetching grpc-binary, app-check, nanopb, abseil-cpp-binary, leveldb
Fetched https://github.com/google/app-check.git from cache (0.41s)
Fetched https://github.com/firebase/leveldb.git from cache (0.41s)
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/GoogleDataTransport.git
[1/4434] Fetching gtm-session-fetcher
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.48s)
Fetched https://github.com/google/grpc-binary.git from cache (0.48s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/firebase/nanopb.git from cache (0.48s)
Fetching https://github.com/google/promises.git
[4435/6876] Fetching gtm-session-fetcher, promises
[4680/12750] Fetching gtm-session-fetcher, promises, googledatatransport
[5413/17807] Fetching gtm-session-fetcher, promises, googledatatransport, googleutilities
[6529/18245] Fetching gtm-session-fetcher, promises, googledatatransport, googleutilities, googleappmeasurement
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.52s)
Fetched https://github.com/google/promises.git from cache (0.27s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.29s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.39s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.41s)
[1/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (3.91s)
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 100.0.0 (4.84s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.62.2 (0.46s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 10.28.0 (0.48s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024011602.0 (0.44s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.45s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 9.4.0 (0.48s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 10.19.2 (0.48s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.45s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.44s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 7.13.3 (0.50s)
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.46s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.43s)
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 7.13.3
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/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 10.29.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/google/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.62.2
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 9.4.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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/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/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 100.0.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024011602.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 10.28.0
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 10.19.2
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/10.28.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementOnDeviceConversion.zip
[1369/79449915] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip
[106034/107145041] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip
[212077/107218479] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementIdentitySupport.zip
[284137/119187665] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip
[699149/140397305] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementIdentitySupport.zip (0.46s)
[724873/140323867] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip
[1594408/156893875] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip
[49113509/166877236] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip
[73042338/167541413] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/FirebaseAnalytics.zip
[121203003/166877236] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/10.28.0/FirebaseAnalytics.zip (1.50s)
[166893611/169764968] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurementOnDeviceConversion.zip (2.20s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip (2.32s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/10.28.0/GoogleAppMeasurement.zip (2.42s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/openssl_grpc.zip (2.93s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/10.27.0/rc0/FirebaseFirestoreInternal.zip (4.19s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpcpp.zip (4.86s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.62.2/rc0/grpc.zip (10.88s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/176] Write sources
[3/176] Copying PrivacyInfo.xcprivacy
[7/176] Write sources
[7/176] Copying PrivacyInfo.xcprivacy
[11/176] Write sources
[13/176] Copying PrivacyInfo.xcprivacy
[14/176] Compiling FirebaseAuthInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[15/176] Compiling FirebaseFirestoreTarget dummy.m
[15/176] Compiling NSURLSession+GULPromises.m
[15/176] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[15/176] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[15/176] Compiling FirebaseAppCheckInterop dummy.m
[15/176] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreSwiftWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[15/176] Compiling FirebaseFirestoreSwiftTarget dummy.m
[15/176] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreSwiftWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/162] Compiling FirebaseFirestoreSwiftTarget dummy.m
[1/162] Compiling NSData+FIRBase64.m
[1/162] Compiling FIRAuthWebViewController.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/162] Compiling FirebaseFirestoreTarget dummy.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/FirebaseAuth.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/162] Compiling FirebaseAuth resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/FirebaseAuth.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/162] Compiling FIRAuthWebView.m
[1/162] Compiling FirebaseAppCheckInterop dummy.m
[1/162] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux