The Swift Package Index logo.Swift Package Index

Build Information

Failed to build sharing-firestore, reference 0.4.1 (25652a), with Swift 6.1 for Wasm on 26 Nov 2025 14:43:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitkey-oss/sharing-firestore.git
Reference: 0.4.1
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.4.1      -> FETCH_HEAD
HEAD is now at 25652a0 Merge pull request #5 from bitkey-oss/update-deps
Cloned https://github.com/bitkey-oss/sharing-firestore.git
Revision (git rev-parse @):
25652a00aaec8be103e69442d6a902cd48e7160b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bitkey-oss/sharing-firestore.git at 0.4.1
========================================
Build
========================================
Selected platform:         wasm
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.0.0",
            "upper_bound" : "13.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" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "15.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",
        "FirebaseAuth",
        "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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk.git
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/3511] Fetching swift-sharing
[107/9936] Fetching swift-sharing, swift-dependencies
[6982/11478] Fetching swift-sharing, swift-dependencies, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.49s)
[1/389220] Fetching firebase-ios-sdk
Fetched https://github.com/pointfreeco/swift-dependencies from cache (20.22s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (20.58s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (21.17s)
Fetching https://github.com/apple/swift-collections
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.36s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (1.93s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2538] Fetching combine-schedulers
[611/3424] Fetching combine-schedulers, swift-concurrency-extras
[3337/4723] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.29s)
[1952/2185] Fetching swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.31s)
[1/5600] Fetching xctest-dynamic-overlay
[5601/78583] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.61s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.62s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.66s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (6.31s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.55s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.58s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.32s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.59s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-perception
[1/1954] Fetching swift-perception
[783/6605] Fetching swift-perception, swift-custom-dump
[3954/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-perception from cache (0.24s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.84s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.87s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.84s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.58s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 12.6.0 (6.13s)
Fetching https://github.com/firebase/nanopb.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
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/abseil-cpp-binary.git
[1/100] Fetching abseil-cpp-binary
[101/3454] Fetching abseil-cpp-binary, leveldb
[538/3607] Fetching abseil-cpp-binary, leveldb, grpc-binary
[545/6027] Fetching abseil-cpp-binary, leveldb, grpc-binary, app-check
[788/6309] Fetching abseil-cpp-binary, leveldb, grpc-binary, app-check, interop-ios-for-google-sdks
[2075/14594] Fetching abseil-cpp-binary, leveldb, grpc-binary, app-check, interop-ios-for-google-sdks, nanopb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (2.39s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (2.39s)
Fetched https://github.com/firebase/leveldb.git from cache (2.39s)
Fetched https://github.com/google/grpc-binary.git from cache (2.39s)
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/app-check.git from cache (3.48s)
Fetched https://github.com/firebase/nanopb.git from cache (3.49s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/google/promises.git
[1/5092] Fetching googleutilities
[2/10970] Fetching googleutilities, googledatatransport
[754/15661] Fetching googleutilities, googledatatransport, gtm-session-fetcher
[9472/18103] Fetching googleutilities, googledatatransport, gtm-session-fetcher, promises
Fetched https://github.com/google/promises.git from cache (1.09s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/google/GoogleUtilities.git from cache (2.20s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (2.45s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (2.45s)
[1/558] Fetching googleappmeasurement
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.33s)
[1/41464] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.19s)
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 (18.24s)
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.96s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.74s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.53s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.5.0 (0.58s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/78] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.57s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.21s)
Computing version for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Computed https://github.com/googleads/google-ads-on-device-conversion-ios-sdk at 3.2.0 (0.90s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.82s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.77s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.17s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 5.0.0 (0.74s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.86s)
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 5.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.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/google/promises.git
Working copy of https://github.com/google/promises.git 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 602.0.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.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/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-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/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.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 12.6.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.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
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/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 3.2.0
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.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/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/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.5.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.33.3
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.1/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[1512/1512] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[111832/111832] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
[8921058/8921058] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[12684265/12684265] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[17674476/17674476] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[22005010/22005010] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[31630183/31630183] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[51058873/51058873] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip (2.02s)
[3896649/3896649] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[5733891/5733891] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[24067308/24067308] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip (2.06s)
[5440111/5440111] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[7755938/7755938] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip (2.27s)
[3239928/3239928] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[20170098/20170098] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[36906764/36906764] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[26894963/26894963] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.17s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (4.49s)
[1474/1474] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip (4.77s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip (6.33s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (8.39s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (19.36s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/72] Write sources
[8/72] Copying PrivacyInfo.xcprivacy
[8/72] Write sources
[8/72] Copying PrivacyInfo.xcprivacy
[21/72] Write sources
[23/72] Copying PrivacyInfo.xcprivacy
[24/72] Compiling FirebaseAuthInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthProvider.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[25/72] Compiling FIRAuthProvider.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRMultiFactorConstants.m:17:9: fatal error: 'TargetConditionals.h' file not found
   17 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[25/72] Compiling FIRMultiFactorConstants.m
[25/72] Compiling GoogleUtilities-NSData GULNSData+zlib.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthErrorUtils.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[25/72] Compiling FIRAuthErrorUtils.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuth.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[25/72] Compiling FIRAuth.m
In file included from [25/72] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[25/72] Compiling FirebaseFirestoreTarget dummy.m
[25/72] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/48] Write sources
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRMultiFactorConstants.m:17:9: fatal error: 'TargetConditionals.h' file not found
   17 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuth.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/48] Compiling FIRAuth.m
[6/48] Compiling FIRMultiFactorConstants.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/48] Compiling FirebaseFirestoreTarget dummy.m
[6/48] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthProvider.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/48] Compiling FIRAuthProvider.m
[6/48] Compiling FirebaseAppCheckInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthErrorUtils.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/48] Compiling FIRAuthErrorUtils.m
[6/48] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm