Build Information
Failed to build gRPC, reference main (a96b0b), with Swift 6.3 for Wasm on 19 Apr 2026 06:01:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-ios.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/grpc/grpc-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a96b0bf Merge release branch 1.78.x to main (#351)
Cloned https://github.com/grpc/grpc-ios.git
Revision (git rev-parse @):
a96b0bf8580f8c125a896d3c2b4a207c94facdca
SUCCESS checkout https://github.com/grpc/grpc-ios.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/grpc/grpc-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/firebase/abseil-cpp-SwiftPM.git
Fetching https://github.com/firebase/boringssl-SwiftPM.git
[1/8172] Fetching boringssl-swiftpm
[83/41541] Fetching boringssl-swiftpm, abseil-cpp-swiftpm
Fetched https://github.com/firebase/abseil-cpp-SwiftPM.git from cache (3.73s)
[7600/8172] Fetching boringssl-swiftpm
Fetched https://github.com/firebase/boringssl-SwiftPM.git from cache (5.61s)
Computing version for https://github.com/firebase/abseil-cpp-SwiftPM.git
Computed https://github.com/firebase/abseil-cpp-SwiftPM.git at 0.20250512.1 (6.40s)
Computing version for https://github.com/firebase/boringssl-SwiftPM.git
Computed https://github.com/firebase/boringssl-SwiftPM.git at 0.32.1 (0.89s)
Creating working copy for https://github.com/firebase/abseil-cpp-SwiftPM.git
Working copy of https://github.com/firebase/abseil-cpp-SwiftPM.git resolved at 0.20250512.1
Creating working copy for https://github.com/firebase/boringssl-SwiftPM.git
Working copy of https://github.com/firebase/boringssl-SwiftPM.git resolved at 0.32.1
warning: 'spi-builder-workspace': ignoring target 'build-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/1066] Copying Info.plist
[0/1066] Copying PrivacyInfo.xcprivacy
[2/1066] Compiling uncompr.c
[3/1066] Compiling inftrees.c
[4/1066] Compiling zutil.c
[5/1066] Compiling inffast.c
[6/1066] Compiling infback.c
[7/1066] Compiling trees.c
[8/1066] Compiling inflate.c
[9/1066] Compiling deflate.c
In file included from /host/spi-builder-workspace/src/cpp/util/status.cc:19:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/support/status.h:22:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/impl/status.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/status.h:22:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
1 warning and 4 errors generated.
[10/1066] Compiling status.cc
In file included from /host/spi-builder-workspace/src/cpp/util/time_cc.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/time.h:22:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/util/time_cc.cc:20:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/support/time.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/util/time_cc.cc:20:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/support/time.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
[10/1066] Compiling time_cc.cc
In file included from /host/spi-builder-workspace/src/cpp/server/server_posix.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/credentials.h:23:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:25:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/compression_types.h:25:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/server_posix.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/credentials.h:23:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/server_posix.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/credentials.h:23:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
[10/1066] Compiling server_posix.cc
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_credentials.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:25:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/compression_types.h:25:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_credentials.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_credentials.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
[10/1066] Compiling xds_server_credentials.cc
In file included from /host/spi-builder-workspace/src/cpp/util/byte_buffer_cc.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:25:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/compression_types.h:25:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/util/byte_buffer_cc.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/util/byte_buffer_cc.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
[10/1066] Compiling byte_buffer_cc.cc
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.cc:19:
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.h:24:
In file included from /host/spi-builder-workspace/src/core/lib/resource_quota/api.h:18:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/event_engine/endpoint_config.h:17:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.cc:19:
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.h:24:
In file included from /host/spi-builder-workspace/src/core/lib/resource_quota/api.h:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.cc:19:
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.h:24:
In file included from /host/spi-builder-workspace/src/core/lib/resource_quota/api.h:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
[10/1066] Compiling thread_manager.cc
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_builder.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:25:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/compression_types.h:25:
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:527:2: error: "Could not auto-detect platform"
527 | #error "Could not auto-detect platform"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:538:2: warning: "GPR_PLATFORM_STRING not auto-detected" [-W#warnings]
538 | #warning "GPR_PLATFORM_STRING not auto-detected"
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:605:2: error: Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
605 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:609:2: error: Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
609 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/port_platform.h:615:2: error: Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
615 | #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CPU_CUSTOM
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_builder.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:24:
/host/spi-builder-workspace/spm-core-include/grpc/support/atm.h:79:2: error: could not determine platform for atm
79 | #error could not determine platform for atm
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_builder.cc:19:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/grpc.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/byte_buffer.h:22:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/impl/grpc_types.h:26:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/slice.h:24:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/sync.h:49:
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:29:3: error: unknown type name 'gpr_atm'
29 | gpr_atm state;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:36:3: error: unknown type name 'gpr_atm'
36 | gpr_atm count;
| ^
/host/spi-builder-workspace/spm-core-include/grpc/support/sync_generic.h:41:3: error: unknown type name 'gpr_atm'
41 | gpr_atm value;
| ^
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_builder.cc:21:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/server_builder.h:23:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/event_engine/event_engine.h:21:
/host/spi-builder-workspace/spm-core-include/grpc/event_engine/port.h:36:2: error: UNKNOWN PLATFORM
36 | #error UNKNOWN PLATFORM
| ^
[10/1066] Compiling xds_server_builder.cc
[10/1066] Compiling string_ref.cc
BUILD FAILURE 6.3 wasm