The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build EasyFirebase, reference main (44e253), with Swift 6.1 for Linux on 27 Apr 2025 13:06:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/Flowductive/easy-firebase.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/Flowductive/easy-firebase
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 44e2538 🔨 Logging
Cloned https://github.com/Flowductive/easy-firebase.git
Revision (git rev-parse @):
44e2538e6a783282a290dbf0b5ddd7ec2968d35d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Flowductive/easy-firebase.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Flowductive/easy-firebase.git
https://github.com/Flowductive/easy-firebase.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    },
    {
      "identity" : "gtmappauth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GTMAppAuth.git"
    },
    {
      "identity" : "appauth-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/openid/AppAuth-iOS.git"
    },
    {
      "identity" : "gappauth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/benlmyers/GAppAuth"
    }
  ],
  "manifest_display_name" : "EasyFirebase",
  "name" : "EasyFirebase",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyFirebase",
      "targets" : [
        "EasyFirebase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyFirebase",
      "module_type" : "SwiftTarget",
      "name" : "EasyFirebase",
      "path" : "Sources/EasyFirebase",
      "product_dependencies" : [
        "FirebaseAuth",
        "FirebaseFirestore",
        "FirebaseFirestoreSwift",
        "FirebaseMessaging",
        "FirebaseStorage",
        "FirebaseAnalytics",
        "FirebaseAnalyticsSwift",
        "FirebaseDynamicLinks",
        "GTMAppAuth",
        "AppAuth",
        "GAppAuth-macOS",
        "GAppAuth-iOS",
        "FirebaseRemoteConfig",
        "FirebaseRemoteConfigSwift"
      ],
      "product_memberships" : [
        "EasyFirebase"
      ],
      "sources" : [
        "EasyFirebase.swift",
        "Errors/SessionError.swift",
        "Errors/UserError.swift",
        "Extensions/AdditiveArithmetic.swift",
        "Extensions/Array.swift",
        "Extensions/Bundle.swift",
        "Extensions/KeyPath.swift",
        "Extensions/String.swift",
        "Services/Analytics/AnalyticsLoggable.swift",
        "Services/Analytics/EasyAnalytics.swift",
        "Services/Analytics/EasyUser+.swift",
        "Services/Auth/EasyAuth.swift",
        "Services/Auth/EasyUser.swift",
        "Services/Cloud Messaging/EasyMessaging.swift",
        "Services/Cloud Messaging/MessagingNotification.swift",
        "Services/Dynamic Links/EasyLink.swift",
        "Services/Dynamic Links/EasyLinkable.swift",
        "Services/Firestore/Cache.swift",
        "Services/Firestore/EasyFirestore.swift",
        "Services/Firestore/Linking.swift",
        "Services/Firestore/Listening.swift",
        "Services/Firestore/Protocols/Document.swift",
        "Services/Firestore/Protocols/GeoQueryable.swift",
        "Services/Firestore/Protocols/IndexedDocument.swift",
        "Services/Firestore/Protocols/Model.swift",
        "Services/Firestore/Protocols/Session.swift",
        "Services/Firestore/Protocols/Singleton.swift",
        "Services/Firestore/Querying.swift",
        "Services/Firestore/Removal.swift",
        "Services/Firestore/Retrieval.swift",
        "Services/Firestore/Storage.swift",
        "Services/Firestore/Updating.swift",
        "Services/Storage/EasyStorage.swift",
        "Services/Storage/StorageResource.swift",
        "Utilities/Geohash.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/benlmyers/GAppAuth
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/275] Fetching gappauth
[276/4107] Fetching gappauth, gtmappauth
[4108/13189] Fetching gappauth, gtmappauth, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (0.32s)
[2092/9357] Fetching gappauth, appauth-ios
Fetched https://github.com/benlmyers/GAppAuth from cache (0.53s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.54s)
[1/367943] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (12.49s)
Computing version for https://github.com/benlmyers/GAppAuth
Computed https://github.com/benlmyers/GAppAuth at 1.6.5 (12.95s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 1.3.1 (0.46s)
Fetching https://github.com/google/gtm-session-fetcher.git
[1/4434] Fetching gtm-session-fetcher
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.48s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 9.6.0 (1.44s)
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/grpc/grpc-ios.git
Fetching https://github.com/firebase/abseil-cpp-SwiftPM.git
Fetching https://github.com/firebase/leveldb.git
[1/5874] Fetching googledatatransport
[60/9228] Fetching googledatatransport, leveldb
[2175/17513] Fetching googledatatransport, leveldb, nanopb
[4535/22570] Fetching googledatatransport, leveldb, nanopb, googleutilities
Fetched https://github.com/firebase/leveldb.git from cache (0.38s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.40s)
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/firebase/nanopb.git from cache (0.50s)
Fetching https://github.com/google/promises.git
[1/438] Fetching googleappmeasurement
[439/115007] Fetching googleappmeasurement, grpc-ios
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.20s)
[1146/114569] Fetching grpc-ios
[2293/117011] Fetching grpc-ios, promises
[5881/121129] Fetching grpc-ios, promises, abseil-cpp-swiftpm
Fetched https://github.com/google/promises.git from cache (0.24s)
[5201/118687] Fetching grpc-ios, abseil-cpp-swiftpm
[16722/157191] Fetching grpc-ios, abseil-cpp-swiftpm, swift-protobuf
Fetched https://github.com/firebase/abseil-cpp-SwiftPM.git from cache (1.02s)
[17975/153073] Fetching grpc-ios, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.49s)
[57285/114569] Fetching grpc-ios
Fetched https://github.com/google/GoogleDataTransport.git from cache (10.42s)
Fetched https://github.com/grpc/grpc-ios.git from cache (10.66s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30909.0 (11.11s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 9.6.0 (0.48s)
Computing version for https://github.com/firebase/abseil-cpp-SwiftPM.git
Computed https://github.com/firebase/abseil-cpp-SwiftPM.git at 0.20220203.2 (0.45s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.45s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 2.3.0 (0.45s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.46s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 9.4.0 (0.47s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (0.45s)
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/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.42s)
Computing version for https://github.com/grpc/grpc-ios.git
Computed https://github.com/grpc/grpc-ios.git at 1.44.3-grpc (0.47s)
Fetching https://github.com/firebase/boringssl-SwiftPM.git
[1/8166] Fetching boringssl-swiftpm
Fetched https://github.com/firebase/boringssl-SwiftPM.git from cache (2.22s)
Computing version for https://github.com/firebase/boringssl-SwiftPM.git
Computed https://github.com/firebase/boringssl-SwiftPM.git at 0.9.1 (2.68s)
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 2.3.0
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/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 1.3.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/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 9.6.0
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/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/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30909.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/benlmyers/GAppAuth
Working copy of https://github.com/benlmyers/GAppAuth resolved at 1.6.5
Creating working copy for https://github.com/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 9.6.0
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/firebase/abseil-cpp-SwiftPM.git
Working copy of https://github.com/firebase/abseil-cpp-SwiftPM.git resolved at 0.20220203.2
Creating working copy for https://github.com/grpc/grpc-ios.git
Working copy of https://github.com/grpc/grpc-ios.git resolved at 1.44.3-grpc
Creating working copy for https://github.com/firebase/boringssl-SwiftPM.git
Working copy of https://github.com/firebase/boringssl-SwiftPM.git resolved at 0.9.1
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip
[1369/777548] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip
[34137/887309] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementIdentitySupport.zip
[99673/57609355] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip
[165209/79698326] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementIdentitySupport.zip (0.36s)
[613089/79588565] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/9.6.0/FirebaseAnalytics.zip (0.46s)
[2693857/78811017] Downloading https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurement.zip (2.27s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/9.6.0/GoogleAppMeasurementOnDeviceConversion.zip (4.35s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/223] Compiling FIRAuthGlobalWorkQueue.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRActionCodeSettings.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Public/FirebaseAuth/FIRActionCodeSettings.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/223] Compiling FIRActionCodeSettings.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthDispatcher.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthDispatcher.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/223] Compiling FIRAuthDispatcher.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthDataResult.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Public/FirebaseAuth/FIRAdditionalUserInfo.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/223] Compiling FIRAuthDataResult.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthSerialTaskQueue.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuthSerialTaskQueue.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/223] Compiling FIRAuthSerialTaskQueue.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/AuthProvider/Facebook/FIRFacebookAuthProvider.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Public/FirebaseAuth/FIRFacebookAuthProvider.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/223] Compiling FIRFacebookAuthProvider.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/Auth/FIRAuth.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/223] Compiling FIRAuth.m
[1/223] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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...
[1/223] Write sources
[1/223] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTaskSnapshot.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorageTaskSnapshot.h: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/FirebaseStorageInternal/Sources/FIRStorageUtils.m:15:9: fatal error: 'Foundation/Foundation.h' file not found
   15 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/223] Compiling FirebaseStorageInternal FIRStorageUtils.m
[7/223] Compiling FirebaseStorageInternal FIRStorageTaskSnapshot.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageUploadTask.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorageUploadTask.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/223] Compiling FirebaseStorageInternal FIRStorageUploadTask.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStoragePath.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStoragePath.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[7/223] Compiling FirebaseStorageInternal FIRStoragePath.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageReference.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorageReference.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[7/223] Compiling FirebaseStorageInternal FIRStorageReference.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:18:1: error: use of '@import' when modules are disabled
   18 | @import GTMSessionFetcherCore;
      | ^
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:26:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   26 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:37:50: error: no type or protocol named 'GTMFetcherAuthorizationProtocol'
   37 | @interface FIRStorageTokenAuthorizer : NSObject <GTMFetcherAuthorizationProtocol>
      |                                                  ^
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:37:40: error: cannot find interface declaration for 'NSObject', superclass of 'FIRStorageTokenAuthorizer'
   37 | @interface FIRStorageTokenAuthorizer : NSObject <GTMFetcherAuthorizationProtocol>
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:50:38: error: expected a type
   50 | - (instancetype)initWithGoogleAppID:(NSString *)googleAppID
      |                                      ^
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:51:38: error: expected a type
   51 |                      fetcherService:(GTMSessionFetcherService *)service
      |                                      ^
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.m:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorage.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
7 errors generated.
[7/223] Compiling FirebaseStorageInternal FIRStorageTokenAuthorizer.m
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageUpdateMetadataTask.m:15:
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageUpdateMetadataTask.h:17:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorageTask.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTask.m:15:
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/FIRStorageTask.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[7/223] Compiling FirebaseStorageInternal FIRStorageTask.m
[7/223] Compiling FirebaseStorageInternal FIRStorageUpdateMetadataTask.m
BUILD FAILURE 6.1 linux