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 sharing-firestore, reference 0.2.0 (d37c65), with Swift 6.1 for Linux on 1 May 2025 06:52:59 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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitkey-oss/sharing-firestore.git
Reference: 0.2.0
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/bitkey-oss/sharing-firestore
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at d37c655 Merge pull request #1 from bitkey-oss/custom-query
Cloned https://github.com/bitkey-oss/sharing-firestore.git
Revision (git rev-parse @):
d37c655d3475993ca8911810cbd26ad616482ca1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bitkey-oss/sharing-firestore.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bitkey-oss/sharing-firestore.git
https://github.com/bitkey-oss/sharing-firestore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.10.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.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-sharing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-sharing"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    }
  ],
  "manifest_display_name" : "sharing-firestore",
  "name" : "sharing-firestore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SharingFirestore",
      "targets" : [
        "SharingFirestore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SharingFirestoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SharingFirestoreTests",
      "path" : "Tests/SharingFirestoreTests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "SharingFirestoreTests.swift"
      ],
      "target_dependencies" : [
        "SharingFirestore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharingFirestore",
      "module_type" : "SwiftTarget",
      "name" : "SharingFirestore",
      "path" : "Sources/SharingFirestore",
      "product_dependencies" : [
        "FirebaseFirestore",
        "Sharing",
        "IdentifiedCollections"
      ],
      "product_memberships" : [
        "SharingFirestore"
      ],
      "sources" : [
        "DefaultFirestore.swift",
        "DocumentIdentifiable.swift",
        "Internal/Exports.swift",
        "Internal/Preconcurrency.swift",
        "QueryKey.swift",
        "SharingFirestoreQuery.swift",
        "SharingFirestoreSync.swift",
        "SharingQueryPredicates.swift",
        "SyncKey.swift",
        "UniqueRequestKeyID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/firebase/firebase-ios-sdk.git
[1/3138] Fetching swift-sharing
[3139/4646] Fetching swift-sharing, swift-identified-collections
[3426/10860] Fetching swift-sharing, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.44s)
[9352/9352] Fetching swift-sharing, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.53s)
[1/368346] Fetching firebase-ios-sdk
Fetched https://github.com/pointfreeco/swift-sharing from cache (15.35s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (15.65s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (16.78s)
Fetching https://github.com/apple/swift-collections
[1/16306] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.96s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.12.0 (22.11s)
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/app-check.git
[1/149] Fetching grpc-binary
[150/424] Fetching grpc-binary, interop-ios-for-google-sdks
[222/524] Fetching grpc-binary, interop-ios-for-google-sdks, abseil-cpp-binary
[525/2707] Fetching grpc-binary, interop-ios-for-google-sdks, abseil-cpp-binary, app-check
[547/10992] Fetching grpc-binary, interop-ios-for-google-sdks, abseil-cpp-binary, app-check, nanopb
[4614/14346] Fetching grpc-binary, interop-ios-for-google-sdks, abseil-cpp-binary, app-check, nanopb, leveldb
Fetched https://github.com/google/grpc-binary.git from cache (0.25s)
[4632/14197] Fetching interop-ios-for-google-sdks, abseil-cpp-binary, app-check, nanopb, leveldb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.25s)
[4816/14097] Fetching interop-ios-for-google-sdks, app-check, nanopb, leveldb
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.26s)
[4906/13822] Fetching app-check, nanopb, leveldb
Fetching https://github.com/google/gtm-session-fetcher.git
Fetched https://github.com/google/app-check.git from cache (0.27s)
[3654/11639] Fetching nanopb, leveldb
Fetching https://github.com/google/GoogleAppMeasurement.git
[11640/16711] Fetching nanopb, leveldb, googleutilities
[14988/17149] Fetching nanopb, leveldb, googleutilities, googleappmeasurement
Fetched https://github.com/firebase/leveldb.git from cache (0.53s)
Fetched https://github.com/firebase/nanopb.git from cache (0.53s)
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.27s)
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.33s)
[1/4446] Fetching gtm-session-fetcher
[4270/6888] Fetching gtm-session-fetcher, promises
Fetched https://github.com/google/promises.git from cache (0.30s)
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.64s)
[1/5874] Fetching googledatatransport
[5875/44378] Fetching googledatatransport, swift-protobuf
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.33s)
[386/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.35s)
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 (6.72s)
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.46s)
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.50s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.47s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.44s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.49s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (0.45s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.47s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.4.0 (0.45s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/4581] Fetching swift-custom-dump
[139/5992] Fetching swift-custom-dump, swift-perception
[1483/6844] Fetching swift-custom-dump, swift-perception, swift-concurrency-extras
[1636/9254] Fetching swift-custom-dump, swift-perception, swift-concurrency-extras, combine-schedulers
[9255/14655] Fetching swift-custom-dump, swift-perception, swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (1.79s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.79s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.79s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.55s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (5.20s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.48s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.42s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.46s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.83s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (5.38s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.74s)
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.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.62s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.41s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.61s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.42s)
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/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/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/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/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-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.4.0
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/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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
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/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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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
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/grpcpp.zip
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/bin/abseil/1.2024072200.0/rc0/absl.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/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/12310386] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[151572/35530263] Downloading 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/grpcpp.zip
[2999632/38541729] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[5613081/38614589] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip (0.63s)
[7837037/38541729] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[8212777/141853343] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[40781478/142561004] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
[50965310/152753145] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
[56150117/171937032] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[53801706/168925566] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.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.12.0/GoogleAppMeasurementOnDeviceConversion.zip (1.22s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip (1.62s)
[86960923/168217905] Downloading 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/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (2.88s)
[118066369/155907519] 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.12.0/GoogleAppMeasurement.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.12.0/GoogleAppMeasurement.zip (2.97s)
[111740852/145715378] 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/grpc/1.69.0/rc0/openssl_grpc.zip
[117904413/174011112] 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/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (5.34s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (9.70s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip (11.73s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (22.68s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/23] Write sources
[3/23] Copying PrivacyInfo.xcprivacy
[4/23] Write sources
/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.
[18/23] Compiling FirebaseFirestoreTarget dummy.m
[18/23] 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/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/6] Compiling FirebaseFirestoreTarget dummy.m
[1/6] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux