The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FirebaseDataConnect, reference main (ed1c42), with Swift 6.1 for Wasm on 9 Apr 2026 17:32:17 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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 ed1c42d CHANGELOG for 11.12.0 (#88)
Cloned https://github.com/firebase/data-connect-ios-sdk.git
Revision (git rev-parse @):
ed1c42d457a03a428c160fa763961f9d209a4927
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.27.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",
        "CacheTests.swift",
        "CodecHelperTests.swift",
        "ErrorsTypes.swift",
        "HeaderTests.swift",
        "InstanceTests.swift",
        "LocalDateTests.swift",
        "StreamSubscriptionManagerTests.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",
        "Cache/Cache.swift",
        "Cache/CacheProvider.swift",
        "Cache/CacheSettings.swift",
        "Cache/DynamicCodingKey.swift",
        "Cache/EntityDataObject.swift",
        "Cache/EntityNode.swift",
        "Cache/PathMetadata.swift",
        "Cache/ResultTree.swift",
        "Cache/ResultTreeProcessor.swift",
        "Cache/SQLiteCacheProvider.swift",
        "CodecHelper.swift",
        "ConnectorConfig.swift",
        "DataConnect.swift",
        "DataConnectError.swift",
        "DataConnectPathSegment.swift",
        "DataConnectSettings.swift",
        "DataSource.swift",
        "Internal/CodableHelpers.swift",
        "Internal/CodableTimestamp.swift",
        "Internal/Component.swift",
        "Internal/DataConnectPath.swift",
        "Internal/GrpcClient.swift",
        "Internal/HashUtils.swift",
        "Internal/Logger/DataConnectLogger.swift",
        "Internal/Logger/DataConnectMessageCode.swift",
        "Internal/OperationUtils.swift",
        "Internal/OperationsManager.swift",
        "Internal/ProtoCodec.swift",
        "Internal/QueryRefInternal.swift",
        "Internal/ServerResponse.swift",
        "Internal/StreamingGrpcClient.swift",
        "Internal/UnaryGrpcClient.swift",
        "Internal/Version.swift",
        "MutationRef.swift",
        "OperationResult.swift",
        "OptionalVarWrapper.swift",
        "ProtoGen/connector_service.grpc.swift",
        "ProtoGen/connector_service.pb.swift",
        "ProtoGen/connector_stream_service.grpc.swift",
        "ProtoGen/connector_stream_service.pb.swift",
        "ProtoGen/google/rpc/code.pb.swift",
        "ProtoGen/graphql_error.pb.swift",
        "ProtoGen/graphql_response_extensions.pb.swift",
        "Queries/GenericQueryRef.swift",
        "Queries/ObservableQueryRef.swift",
        "Queries/QueryFetchPolicy.swift",
        "Queries/QueryRef.swift",
        "Queries/QueryRequest.swift",
        "Scalars/AnyCodableValue.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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/firebase/firebase-ios-sdk
Fetching https://github.com/google/GoogleUtilities.git
[1/5110] Fetching googleutilities
[5111/56618] Fetching googleutilities, grpc-swift
[56619/460125] Fetching googleutilities, grpc-swift, firebase-ios-sdk
Fetched https://github.com/google/GoogleUtilities.git from cache (2.46s)
[63614/455015] Fetching grpc-swift, firebase-ios-sdk
Fetched https://github.com/grpc/grpc-swift.git from cache (19.94s)
Fetched https://github.com/firebase/firebase-ios-sdk from cache (20.29s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.27.1 (22.88s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/6463] Fetching swift-log
[1036/8283] Fetching swift-log, swift-atomics
[1173/31801] Fetching swift-log, swift-atomics, swift-collections
[1797/38311] Fetching swift-log, swift-atomics, swift-collections, swift-nio-extras
[2203/81564] Fetching swift-log, swift-atomics, swift-collections, swift-nio-extras, swift-protobuf
[19837/96982] Fetching swift-log, swift-atomics, swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.26s)
[22329/95162] Fetching swift-log, swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-log.git from cache (1.32s)
[16336/88699] Fetching swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
[24510/91542] Fetching swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl, swift-nio-transport-services
[32871/103644] Fetching swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.71s)
[34680/100801] Fetching swift-collections, swift-nio-extras, swift-protobuf, swift-nio-ssl, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-collections.git from cache (4.51s)
[58125/77283] Fetching swift-nio-extras, swift-protobuf, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.94s)
[54801/65181] Fetching swift-nio-extras, swift-protobuf, swift-nio-ssl
[65182/148282] Fetching swift-nio-extras, swift-protobuf, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (12.26s)
[121828/141772] Fetching swift-protobuf, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (12.31s)
[107241/126354] Fetching swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-protobuf.git from cache (12.49s)
[64819/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (16.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (19.46s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (2.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.39s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.27s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1796] Fetching swift-asn1
[91/4515] Fetching swift-asn1, swift-service-lifecycle
[1201/11660] Fetching swift-asn1, swift-service-lifecycle, swift-certificates
[4806/17884] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[5599/23942] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.79s)
[16780/22146] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.23s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.24s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.40s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.41s)
[1/1013] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.82s)
[1/1242] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (2.01s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.01s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (1.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.17s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.96s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.20s)
Fetching https://github.com/apple/swift-crypto.git
[1/17330] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (5.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (3.65s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.12.0 (6.25s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/abseil-cpp-binary.git
[1/153] Fetching grpc-binary
[154/253] Fetching grpc-binary, abseil-cpp-binary
[244/8538] Fetching grpc-binary, abseil-cpp-binary, nanopb
[1829/11437] Fetching grpc-binary, abseil-cpp-binary, nanopb, app-check
[1887/14791] Fetching grpc-binary, abseil-cpp-binary, nanopb, app-check, leveldb
[2225/15073] Fetching grpc-binary, abseil-cpp-binary, nanopb, app-check, leveldb, interop-ios-for-google-sdks
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.56s)
[4135/14973] Fetching grpc-binary, nanopb, app-check, leveldb, interop-ios-for-google-sdks
Fetching https://github.com/google/gtm-session-fetcher.git
Fetched https://github.com/firebase/leveldb.git from cache (2.37s)
Fetched https://github.com/google/grpc-binary.git from cache (2.38s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (2.38s)
Fetched https://github.com/google/app-check.git from cache (2.39s)
Fetched https://github.com/firebase/nanopb.git from cache (2.39s)
Fetching https://github.com/google/promises.git
Fetching https://github.com/google/GoogleAppMeasurement.git
[1/2443] Fetching promises
[2444/7276] Fetching promises, gtm-session-fetcher
[2445/7850] Fetching promises, gtm-session-fetcher, googleappmeasurement
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/promises.git from cache (0.73s)
[678/5407] Fetching gtm-session-fetcher, googleappmeasurement
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.86s)
[2079/4833] Fetching gtm-session-fetcher
[4834/10832] Fetching gtm-session-fetcher, googledatatransport
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.80s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (3.18s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (5.36s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (1.00s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.86s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (1.03s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.11.0 (0.71s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/93] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.25s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.91s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.66s)
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.4.1 (0.64s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.70s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.66s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 5.2.0 (0.64s)
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/firebase/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.42.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 3.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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 5.2.0
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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 12.12.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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.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.4
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.11.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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.6.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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.5.1
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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
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.36.1
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.11.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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/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/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.11.0/GoogleAppMeasurement.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.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip
[1535/1535] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[276007/276007] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip
[1543192/1543192] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip
[2933612/2933612] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[5115484/5115484] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[10628290/10628290] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[13719820/13719820] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.4.1/GoogleAdsOnDeviceConversion.zip (1.94s)
[8260821/8260821] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[16237377/16237377] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[22306029/22306029] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[26895773/26895773] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[46425343/46425343] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/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.1/rc0/grpcpp.zip
[68686334/68686334] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/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.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip
[89743963/89743963] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/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.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (4.21s)
[36520275/36520275] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[59240852/59240852] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip (4.26s)
[22688223/22688223] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip
[60371368/60371368] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip, 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 (5.62s)
[72741972/72741972] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[102465566/102465566] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (6.75s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (7.00s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.12.0/rc2/FirebaseFirestoreInternal.zip (9.24s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (9.49s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (22.68s)
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/Integration/Gen/KitchenSink/Package.swift': File not found.
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:264:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
262 |     }
263 |
264 |     let workDirectory = PathLike(context.pluginWorkDirectory)
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
265 |
266 |     return try self.createBuildCommands(
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:287:18: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
285 |
286 |   init(_ path: String) {
287 |     self.value = Path(path)
    |                  `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
288 |   }
289 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:291:26: warning: 'path' is deprecated: renamed to 'url'
289 |
290 |   init(_ element: FileList.Element) {
291 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
292 |   }
293 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:295:26: warning: 'path' is deprecated: renamed to 'url'
293 |
294 |   init(_ element: PluginContext.Tool) {
295 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
296 |   }
297 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:303:23: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
301 |
302 |   var lastComponent: String {
303 |     return self.value.lastComponent
    |                       `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
304 |   }
305 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:308:29: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
306 |   func removingLastComponent() -> Self {
307 |     var copy = self
308 |     copy.value = self.value.removingLastComponent()
    |                             `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
309 |     return copy
310 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:314:29: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
312 |   func appending(_ path: String) -> Self {
313 |     var copy = self
314 |     copy.value = self.value.appending(path)
    |                             `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
315 |     return copy
316 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:327:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
325 |     outputFiles: [PathLike]
326 |   ) -> PackagePlugin.Command {
327 |     return Self.buildCommand(
    |                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
328 |       displayName: displayName,
329 |       executable: executable.value,
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:339:35: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
337 | extension URL {
338 |   init(_ pathLike: PathLike) {
339 |     self = URL(fileURLWithPath: "\(pathLike.value)")
    |                                   `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
340 |   }
341 | }
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/494] Write sources
[21/494] Copying PrivacyInfo.xcprivacy
/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.
[29/494] Compiling FIRMultiFactorConstants.m
[29/494] Compiling _AtomicsShims.c
[29/494] 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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[29/494] Compiling FIRAuthProvider.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[29/494] 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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[29/494] Compiling FIRAuth.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[29/494] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[29/494] 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:264:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
262 |     }
263 |
264 |     let workDirectory = PathLike(context.pluginWorkDirectory)
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
265 |
266 |     return try self.createBuildCommands(
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:287:18: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
285 |
286 |   init(_ path: String) {
287 |     self.value = Path(path)
    |                  `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
288 |   }
289 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:291:26: warning: 'path' is deprecated: renamed to 'url'
289 |
290 |   init(_ element: FileList.Element) {
291 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
292 |   }
293 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:295:26: warning: 'path' is deprecated: renamed to 'url'
293 |
294 |   init(_ element: PluginContext.Tool) {
295 |     self.value = element.path
    |                          |- warning: 'path' is deprecated: renamed to 'url'
    |                          `- note: use 'url' instead
296 |   }
297 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:303:23: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
301 |
302 |   var lastComponent: String {
303 |     return self.value.lastComponent
    |                       `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
304 |   }
305 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:308:29: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
306 |   func removingLastComponent() -> Self {
307 |     var copy = self
308 |     copy.value = self.value.removingLastComponent()
    |                             `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
309 |     return copy
310 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:314:29: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
312 |   func appending(_ path: String) -> Self {
313 |     var copy = self
314 |     copy.value = self.value.appending(path)
    |                             `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
315 |     return copy
316 |   }
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:327:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
325 |     outputFiles: [PathLike]
326 |   ) -> PackagePlugin.Command {
327 |     return Self.buildCommand(
    |                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
328 |       displayName: displayName,
329 |       executable: executable.value,
/host/spi-builder-workspace/.build/checkouts/grpc-swift/Plugins/GRPCSwiftPlugin/plugin.swift:339:35: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
337 | extension URL {
338 |   init(_ pathLike: PathLike) {
339 |     self = URL(fileURLWithPath: "\(pathLike.value)")
    |                                   `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
340 |   }
341 | }
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/467] Copying PrivacyInfo.xcprivacy
[2/467] Write sources
[2/467] Copying PrivacyInfo.xcprivacy
[7/467] Compiling fiat_curve25519_adx_mul.S
[8/467] Compiling fiat_curve25519_adx_square.S
[8/467] Compiling fiat_p256_adx_sqr.S
[9/467] Compiling fiat_p256_adx_mul.S
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.
[11/467] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[11/467] Compiling c-nioatomics.c
[11/467] Compiling tls_method.cc
[11/467] Compiling _AtomicsShims.c
[11/467] Compiling CNIOBoringSSLShims shims.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[11/467] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[11/467] Compiling tls_record.cc
[11/467] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm