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 swift-firebase-dependencies, reference main (572483), with Swift 6.1 for Linux on 28 Apr 2025 18:38:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/invia-flights/swift-firebase-dependencies.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/invia-flights/swift-firebase-dependencies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 572483f Bump Firebase to 11.11.0
Cloned https://github.com/invia-flights/swift-firebase-dependencies.git
Revision (git rev-parse @):
572483f409094e838f622bc9002bc7fc511e3eb1
SUCCESS checkout https://github.com/invia-flights/swift-firebase-dependencies.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/invia-flights/swift-firebase-dependencies.git
https://github.com/invia-flights/swift-firebase-dependencies.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.11.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-firebase-dependencies",
  "name" : "swift-firebase-dependencies",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseAnalyticsDependency",
      "targets" : [
        "FirebaseAnalyticsDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAnalyticsDependencyLive",
      "targets" : [
        "FirebaseAnalyticsDependencyLive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseRemoteConfigurationDependency",
      "targets" : [
        "FirebaseRemoteConfigurationDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseRemoteConfigurationDependencyLive",
      "targets" : [
        "FirebaseRemoteConfigurationDependencyLive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FirebaseRemoteConfigurationDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseRemoteConfigurationDependencyTests",
      "path" : "Tests/FirebaseRemoteConfigurationDependencyTests",
      "sources" : [
        "FirebaseRemoteConfigurationDependencyTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigurationDependencyLive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseRemoteConfigurationDependencyLive",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseRemoteConfigurationDependencyLive",
      "path" : "Sources/FirebaseRemoteConfigurationDependencyLive",
      "product_dependencies" : [
        "FirebaseRemoteConfig"
      ],
      "product_memberships" : [
        "FirebaseRemoteConfigurationDependencyLive"
      ],
      "sources" : [
        "Live.swift",
        "RemoteConfigProtocol.swift"
      ],
      "target_dependencies" : [
        "FirebaseRemoteConfigurationDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseRemoteConfigurationDependency",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseRemoteConfigurationDependency",
      "path" : "Sources/FirebaseRemoteConfigurationDependency",
      "product_dependencies" : [
        "DependenciesMacros",
        "Dependencies"
      ],
      "product_memberships" : [
        "FirebaseRemoteConfigurationDependency",
        "FirebaseRemoteConfigurationDependencyLive"
      ],
      "sources" : [
        "Error.swift",
        "FetchAndActivateStatus.swift",
        "FetchStatus.swift",
        "Interface.swift",
        "Settings.swift",
        "Source.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAnalyticsDependencyTests",
      "path" : "Tests/FirebaseAnalyticsDependencyTests",
      "sources" : [
        "CustomEventTests.swift",
        "FirebaseAnalyticsTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsDependencyLive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseAnalyticsDependencyLive",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAnalyticsDependencyLive",
      "path" : "Sources/FirebaseAnalyticsDependencyLive",
      "product_dependencies" : [
        "FirebaseAnalytics"
      ],
      "product_memberships" : [
        "FirebaseAnalyticsDependencyLive"
      ],
      "sources" : [
        "AnalyticsProtocol.swift",
        "Live.swift"
      ],
      "target_dependencies" : [
        "FirebaseAnalyticsDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAnalyticsDependency",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAnalyticsDependency",
      "path" : "Sources/FirebaseAnalyticsDependency",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros"
      ],
      "product_memberships" : [
        "FirebaseAnalyticsDependency",
        "FirebaseAnalyticsDependencyLive"
      ],
      "sources" : [
        "Coding.swift",
        "Event.swift",
        "Events/AdImpression.swift",
        "Events/AddPaymentInfo.swift",
        "Events/AddShippingInfo.swift",
        "Events/AddToCart.swift",
        "Events/AddToWishList.swift",
        "Events/BeginCheckout.swift",
        "Events/CampaignDetails.swift",
        "Events/Custom.swift",
        "Events/EarnVirtualCurrency.swift",
        "Events/GenerateLead.swift",
        "Events/JoinGroup.swift",
        "Events/LevelEnd.swift",
        "Events/LevelStart.swift",
        "Events/LevelUp.swift",
        "Events/PostScore.swift",
        "Events/Purchase.swift",
        "Events/Refund.swift",
        "Events/RemoveFromCart.swift",
        "Events/ScreenView.swift",
        "Events/Search.swift",
        "Events/SelectContent.swift",
        "Events/SelectItem.swift",
        "Events/SelectPromotion.swift",
        "Events/Share.swift",
        "Events/SignUp.swift",
        "Events/SpendVirtualCurrency.swift",
        "Events/UnlockAchievement.swift",
        "Events/ViewCart.swift",
        "Events/ViewItem.swift",
        "Events/ViewItemList.swift",
        "Events/ViewPromotion.swift",
        "Events/ViewSearchResults.swift",
        "Interface.swift",
        "Item.swift",
        "Money.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.git
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6201] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.84s)
[1/368011] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (20.87s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.12.0 (42.61s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/app-check.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/100] Fetching abseil-cpp-binary
[50/249] Fetching abseil-cpp-binary, grpc-binary
[250/3603] Fetching abseil-cpp-binary, grpc-binary, leveldb
[1559/5786] Fetching abseil-cpp-binary, grpc-binary, leveldb, app-check
[1714/14071] Fetching abseil-cpp-binary, grpc-binary, leveldb, app-check, nanopb
[7527/14346] Fetching abseil-cpp-binary, grpc-binary, leveldb, app-check, nanopb, interop-ios-for-google-sdks
Fetched https://github.com/google/grpc-binary.git from cache (0.29s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.29s)
[10857/13922] Fetching abseil-cpp-binary, leveldb, app-check, nanopb
Fetched https://github.com/firebase/leveldb.git from cache (0.30s)
[7834/10568] Fetching abseil-cpp-binary, app-check, nanopb
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleUtilities.git
[10569/16442] Fetching abseil-cpp-binary, app-check, nanopb, googledatatransport
[11509/21499] Fetching abseil-cpp-binary, app-check, nanopb, googledatatransport, googleutilities
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.54s)
Fetched https://github.com/google/app-check.git from cache (0.54s)
[19014/19216] Fetching nanopb, googledatatransport, googleutilities
Fetched https://github.com/firebase/nanopb.git from cache (0.54s)
Fetching https://github.com/apple/swift-protobuf.git
[1/4446] Fetching gtm-session-fetcher
Fetching https://github.com/google/promises.git
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.39s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.42s)
[1/2442] Fetching promises
[124/2880] Fetching promises, googleappmeasurement
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.26s)
Fetched https://github.com/google/promises.git from cache (0.30s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.57s)
[1/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.42s)
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 (5.43s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.47s)
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.47s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.47s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.12.0 (0.63s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.79s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.54s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.51s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (0.52s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.53s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.4.0 (0.73s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.64s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.77s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[893/3262] Fetching combine-schedulers, swift-concurrency-extras
[3102/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4555/9942] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[9943/80187] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.40s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.40s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.40s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.41s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.44s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.07s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.29s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.99s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.63s)
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
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/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.0.2
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.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/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/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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.12.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.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 4.4.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 11.12.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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/11.12.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[1369/72860] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
[74229/103384474] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[489241/126604351] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip (0.47s)
[551353/126531491] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[1078388/138841877] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[2048896/158025764] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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.0/rc0/openssl_grpc.zip
[2982572/168217905] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
[4196842/171229371] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[95588922/199525105] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
[199526474/200232766] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip (2.34s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip (2.35s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip (2.46s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (2.88s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (4.14s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip (5.35s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (6.60s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (14.41s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/67] Write sources
[28/67] Copying PrivacyInfo.xcprivacy
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseAnalyticsWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[32/67] Compiling FirebaseAnalyticsTarget dummy.m
[32/67] Compiling _SwiftSyntaxCShims dummy.c
[32/67] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/FirebaseAnalyticsWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/36] Compiling FirebaseAnalyticsTarget dummy.m
[1/36] Compiling _SwiftSyntaxCShims dummy.c
[1/36] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux