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 FirebaseDataConnect, reference main (114711), with Swift 6.1 for Wasm on 22 Aug 2025 02:10:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/firebase/data-connect-ios-sdk.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/firebase/data-connect-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 114711b Update CHANGELOG for 11.10.0 (#64)
Cloned https://github.com/firebase/data-connect-ios-sdk.git
Revision (git rev-parse @):
114711b04c37f8dd61e839814a17cd0ac3efab1e
SUCCESS checkout https://github.com/firebase/data-connect-ios-sdk.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/firebase/data-connect-ios-sdk.git
https://github.com/firebase/data-connect-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.5.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "exact" : [
          "1.23.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    }
  ],
  "manifest_display_name" : "FirebaseDataConnect",
  "name" : "FirebaseDataConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseDataConnect",
      "targets" : [
        "FirebaseDataConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Start FDC Tools",
      "targets" : [
        "SetupDevEnv"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TemplateProject",
      "module_type" : "SwiftTarget",
      "name" : "TemplateProject",
      "path" : "Tools/TemplateProject",
      "product_memberships" : [
        "Start FDC Tools"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tools/TemplateProject/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "TemplateProject.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellExecutorTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellExecutorTests",
      "path" : "Tests/ShellExecutor",
      "sources" : [
        "TestExecutor.swift"
      ],
      "target_dependencies" : [
        "ShellExecutor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShellExecutor",
      "module_type" : "SwiftTarget",
      "name" : "ShellExecutor",
      "path" : "Tools/ShellExecutor",
      "product_memberships" : [
        "Start FDC Tools"
      ],
      "sources" : [
        "ShellExecutor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SetupDevEnv",
      "module_type" : "SwiftTarget",
      "name" : "SetupDevEnv",
      "path" : "Tools/SetupDevEnv",
      "product_memberships" : [
        "Start FDC Tools"
      ],
      "sources" : [
        "SetupDevEnv.swift"
      ],
      "target_dependencies" : [
        "ShellExecutor",
        "TemplateProject"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FirebaseDataConnectUnit",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseDataConnectUnit",
      "path" : "Tests/Unit",
      "sources" : [
        "AnyValueCodableTests.swift",
        "CodecHelperTests.swift",
        "ErrorsTypes.swift",
        "HeaderTests.swift",
        "InstanceTests.swift",
        "LocalDateTests.swift",
        "TimestampCodableTests.swift",
        "UserAgentTests.swift"
      ],
      "target_dependencies" : [
        "FirebaseDataConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseDataConnectIntegration",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseDataConnectIntegration",
      "path" : "Tests/Integration",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Integration/Resources/fdc-kitchensink",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyScalarTests.swift",
        "ConfigSetup.swift",
        "Gen/KitchenSink/Sources/KitchenSinkClient.swift",
        "Gen/KitchenSink/Sources/KitchenSinkKeys.swift",
        "Gen/KitchenSink/Sources/KitchenSinkOperations.swift",
        "IntegrationTestBase.swift",
        "IntegrationTests.swift",
        "PartialErrorsTest.swift"
      ],
      "target_dependencies" : [
        "FirebaseDataConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebaseDataConnect",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseDataConnect",
      "path" : "Sources",
      "product_dependencies" : [
        "GRPC",
        "FirebaseCore",
        "FirebaseAuth",
        "GULEnvironment"
      ],
      "product_memberships" : [
        "FirebaseDataConnect"
      ],
      "sources" : [
        "BaseOperationRef.swift",
        "CodecHelper.swift",
        "ConnectorConfig.swift",
        "DataConnect.swift",
        "DataConnectError.swift",
        "DataConnectPathSegment.swift",
        "DataConnectSettings.swift",
        "Internal/CodableHelpers.swift",
        "Internal/CodableTimestamp.swift",
        "Internal/Codec.swift",
        "Internal/Component.swift",
        "Internal/GrpcClient.swift",
        "Internal/Logger/DataConnectLogger.swift",
        "Internal/Logger/DataConnectMessageCode.swift",
        "Internal/OperationsManager.swift",
        "Internal/Version.swift",
        "MutationRef.swift",
        "OptionalVarWrapper.swift",
        "ProtoGen/connector_service.grpc.swift",
        "ProtoGen/connector_service.pb.swift",
        "ProtoGen/graphql_error.pb.swift",
        "QueryRef.swift",
        "Scalars/AnyValue.swift",
        "Scalars/LocalDate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Pulling fs layer
39bc14e52995: Pulling fs layer
cc0382103b05: Pulling fs layer
084072dee40a: Pulling fs layer
552936df2a22: Pulling fs layer
9713b288b12e: Pulling fs layer
e1a89dea01a6: Waiting
39bc14e52995: Waiting
9713b288b12e: Waiting
cc0382103b05: Waiting
084072dee40a: Waiting
552936df2a22: Waiting
e1a89dea01a6: Verifying Checksum
e1a89dea01a6: Download complete
39bc14e52995: Verifying Checksum
39bc14e52995: Download complete
084072dee40a: Verifying Checksum
084072dee40a: Download complete
e1a89dea01a6: Pull complete
552936df2a22: Verifying Checksum
552936df2a22: Download complete
cc0382103b05: Verifying Checksum
cc0382103b05: Download complete
9713b288b12e: Verifying Checksum
9713b288b12e: Download complete
39bc14e52995: Pull complete
cc0382103b05: Pull complete
084072dee40a: Pull complete
552936df2a22: Pull complete
9713b288b12e: Pull complete
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/firebase/firebase-ios-sdk
Fetching https://github.com/grpc/grpc-swift.git
[1/5081] Fetching googleutilities
[5082/56378] Fetching googleutilities, grpc-swift
[56379/434967] Fetching googleutilities, grpc-swift, firebase-ios-sdk
Fetched https://github.com/google/GoogleUtilities.git from cache (28.88s)
Fetched https://github.com/grpc/grpc-swift.git from cache (28.91s)
Fetched https://github.com/firebase/firebase-ios-sdk from cache (29.21s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.23.1 (34.10s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6127] Fetching swift-nio-extras
[247/10024] Fetching swift-nio-extras, swift-log
[609/11832] Fetching swift-nio-extras, swift-log, swift-atomics
[11833/26900] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-http2.git
[7815/18965] Fetching swift-log, swift-nio-ssl
[10076/21666] Fetching swift-log, swift-nio-ssl, swift-nio-transport-services
[16846/33327] Fetching swift-log, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
[16277/30626] Fetching swift-log, swift-nio-ssl, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[24563/70763] Fetching swift-log, swift-nio-ssl, swift-nio-http2, swift-protobuf
[34240/148411] Fetching swift-log, swift-nio-ssl, swift-nio-http2, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.10s)
[69666/136750] Fetching swift-log, swift-nio-ssl, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.84s)
Fetched https://github.com/apple/swift-log.git from cache (15.27s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (15.35s)
Fetched https://github.com/apple/swift-protobuf.git from cache (15.49s)
[1/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (18.40s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.08s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.47s)
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.52s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.1.0 (11.79s)
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/firebase/leveldb.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/3354] Fetching leveldb
[438/3632] Fetching leveldb, interop-ios-for-google-sdks
[474/6048] Fetching leveldb, interop-ios-for-google-sdks, app-check
[4004/6201] Fetching leveldb, interop-ios-for-google-sdks, app-check, grpc-binary
[4470/14486] Fetching leveldb, interop-ios-for-google-sdks, app-check, grpc-binary, nanopb
Fetched https://github.com/google/app-check.git from cache (0.73s)
[4940/12070] Fetching leveldb, interop-ios-for-google-sdks, grpc-binary, nanopb
Fetching https://github.com/google/gtm-session-fetcher.git
[5140/12170] Fetching leveldb, interop-ios-for-google-sdks, grpc-binary, nanopb, abseil-cpp-binary
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.89s)
Fetched https://github.com/firebase/leveldb.git from cache (0.89s)
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/google/GoogleAppMeasurement.git
[4039/8538] Fetching grpc-binary, nanopb, abseil-cpp-binary
[8431/13161] Fetching grpc-binary, nanopb, abseil-cpp-binary, gtm-session-fetcher
[9495/19035] Fetching grpc-binary, nanopb, abseil-cpp-binary, gtm-session-fetcher, googledatatransport
[10520/19577] Fetching grpc-binary, nanopb, abseil-cpp-binary, gtm-session-fetcher, googledatatransport, googleappmeasurement
Fetched https://github.com/google/grpc-binary.git from cache (1.31s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (1.31s)
[16978/19324] Fetching nanopb, gtm-session-fetcher, googledatatransport, googleappmeasurement
Fetched https://github.com/firebase/nanopb.git from cache (1.33s)
Fetching https://github.com/google/promises.git
[8974/11039] Fetching gtm-session-fetcher, googledatatransport, googleappmeasurement
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.73s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.73s)
[1/2442] Fetching promises
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.10s)
Fetched https://github.com/google/promises.git from cache (0.62s)
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 (2.56s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.57s)
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.58s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.77s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (2.11s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.1.0 (0.59s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/63] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.21s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.87s)
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 2.2.0 (0.61s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.61s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.58s)
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.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.73s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6460] Fetching swift-certificates
[66/8893] Fetching swift-certificates, swift-service-lifecycle
[1822/14861] Fetching swift-certificates, swift-service-lifecycle, swift-algorithms
[1823/16490] Fetching swift-certificates, swift-service-lifecycle, swift-algorithms, swift-asn1
[2621/17666] Fetching swift-certificates, swift-service-lifecycle, swift-algorithms, swift-asn1, swift-http-structured-headers
[3214/22799] Fetching swift-certificates, swift-service-lifecycle, swift-algorithms, swift-asn1, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.63s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (4.65s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.96s)
Fetching https://github.com/apple/swift-crypto.git
[1/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.71s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.06s)
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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 12.1.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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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/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/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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.1.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
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 2.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.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://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.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/12.1.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[1369/28093193] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip
[2426005/131404807] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[14028844/132111550] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip
[27633961/132184344] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip
[29149837/144494730] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[29243478/167714607] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.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/grpcpp.zip
[29938284/167641813] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.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/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip (1.22s)
[54635722/178136309] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip
[56982890/177429566] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip (1.85s)
[177430963/192930229] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip, https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[192981179/212114116] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip, https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[200286012/217270369] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.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/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip, https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (5.14s)
[201098066/204959983] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.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, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip, https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip (6.78s)
Downloaded https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip (6.92s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip (8.88s)
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (9.02s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (10.91s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (14.83s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (26.65s)
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/493] Write sources
[7/493] Copying PrivacyInfo.xcprivacy
[7/493] Write sources
[7/493] Copying PrivacyInfo.xcprivacy
[20/493] Write sources
/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.
[35/493] 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.
[35/493] Compiling FIRMultiFactorConstants.m
[35/493] Compiling CGRPCZlib empty.c
[35/493] Compiling FirebaseAuthInterop dummy.m
[35/493] Compiling _AtomicsShims.c
/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.
[35/493] Compiling FIRAuthErrorUtils.m
[35/493] Compiling FIRAuth.m
[35/493] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Integration/Emulator/start-emulator.sh
[0/1] Planning build
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/460] Compiling fiat_p256_adx_mul.S
[3/460] Compiling fiat_p256_adx_sqr.S
[4/460] Compiling fiat_curve25519_adx_square.S
[5/460] Compiling fiat_curve25519_adx_mul.S
[6/460] Compiling _AtomicsShims.c
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/GoogleUtilities_NSData.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/460] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[7/460] Compiling c-atomics.c
[7/460] Compiling c-nioatomics.c
[7/460] Compiling tls_record.cc
[7/460] Compiling CNIOBoringSSLShims shims.c
[7/460] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/GoogleUtilities_NSData.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/460] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[7/460] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm