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.0 for Linux on 15 Apr 2025 18:32:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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.0
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/firebase/firebase-ios-sdk.git
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6176] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.57s)
[1/366163] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (14.67s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.11.0 (27.04s)
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
[1/2183] Fetching app-check
[1551/2283] Fetching app-check, abseil-cpp-binary
[2284/2432] Fetching app-check, abseil-cpp-binary, grpc-binary
[2405/5786] Fetching app-check, abseil-cpp-binary, grpc-binary, leveldb
[2802/14071] Fetching app-check, abseil-cpp-binary, grpc-binary, leveldb, nanopb
[3951/14346] Fetching app-check, abseil-cpp-binary, grpc-binary, leveldb, nanopb, interop-ios-for-google-sdks
Fetched https://github.com/google/grpc-binary.git from cache (0.28s)
[8647/14197] Fetching app-check, abseil-cpp-binary, leveldb, nanopb, interop-ios-for-google-sdks
Fetched https://github.com/google/app-check.git from cache (0.29s)
[6712/12014] Fetching abseil-cpp-binary, leveldb, nanopb, interop-ios-for-google-sdks
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/firebase/leveldb.git from cache (0.40s)
Fetching https://github.com/google/GoogleDataTransport.git
[1/5057] Fetching googleutilities
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.56s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.56s)
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/firebase/nanopb.git from cache (0.57s)
Fetching https://github.com/google/promises.git
[1/5864] Fetching googledatatransport
Fetched https://github.com/google/GoogleUtilities.git from cache (0.34s)
[353/10226] Fetching googledatatransport, gtm-session-fetcher
[10227/12644] Fetching googledatatransport, gtm-session-fetcher, promises
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.40s)
[6079/6780] Fetching gtm-session-fetcher, promises
Fetched https://github.com/google/promises.git from cache (0.33s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.70s)
[1/38504] Fetching swift-protobuf
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/apple/swift-protobuf.git from cache (5.21s)
[1/434] Fetching googleappmeasurement
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.21s)
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 (0.61s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.64s)
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.62s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.62s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.11.0 (0.65s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.65s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.57s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.66s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (0.59s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.62s)
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.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.1 (0.62s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/852] Fetching swift-concurrency-extras
[743/3262] Fetching swift-concurrency-extras, combine-schedulers
[2516/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4555/9903] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
[1/70128] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.90s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.90s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.97s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.81s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.79s)
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.1
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/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.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 11.11.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/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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.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/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.69.0
[1369/712325] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip
[275906/23932202] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[1405999/24005352] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementIdentitySupport.zip
[1617345/127316966] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[2126917/137542968] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementIdentitySupport.zip (0.61s)
[2143292/137469818] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip
[3024284/166036236] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.zip
[3578393/178346622] Downloading https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[3835542/177634297] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.11.0/FirebaseAnalytics.zip (0.72s)
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[61309155/196818184] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.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
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.11.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[99780467/199948629] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.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.11.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurementOnDeviceConversion.zip (2.42s)
[135104279/196818184] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.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
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.11.0/GoogleAppMeasurement.zip (2.94s)
[170933394/186592182] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.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
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.49s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (4.71s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.11.0/rc0/FirebaseFirestoreInternal.zip (4.98s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (6.57s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (17.36s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/67] Write sources
[19/67] Copying PrivacyInfo.xcprivacy
[19/67] Write sources
/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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/36] Compiling _SwiftSyntaxCShims dummy.c
/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.
[2/36] Compiling FirebaseAnalyticsTarget dummy.m
[2/36] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux