Build Information
Failed to build grpc-swift-2, reference 2.2.1 (531924), with Swift 6.1 for Wasm on 2 Dec 2025 12:30:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-2.git
Reference: 2.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/grpc/grpc-swift-2
* tag 2.2.1 -> FETCH_HEAD
HEAD is now at 531924b Ensures namespace enums are marked as Sendable (#33)
Cloned https://github.com/grpc/grpc-swift-2.git
Revision (git rev-parse @):
531924b28fde0cf7585123c781c6f55cc35ef7fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-2.git at 2.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/grpc/grpc-swift-2.git
https://github.com/grpc/grpc-swift-2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "grpc-swift-2",
"name" : "grpc-swift-2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPCCore",
"targets" : [
"GRPCCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCCodeGen",
"targets" : [
"GRPCCodeGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCInProcessTransport",
"targets" : [
"GRPCInProcessTransport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GRPCInProcessTransportTests",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransportTests",
"path" : "Tests/GRPCInProcessTransportTests",
"sources" : [
"ClientServerWithMethods.swift",
"InProcessClientTransportTests.swift",
"InProcessServerTransportTests.swift",
"InProcessTransportTests.swift",
"Test Utilities/JSONSerializing.swift",
"Test Utilities/XCTest+Utilities.swift"
],
"target_dependencies" : [
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCInProcessTransport",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransport",
"path" : "Sources/GRPCInProcessTransport",
"product_memberships" : [
"GRPCInProcessTransport"
],
"sources" : [
"InProcessTransport+Client.swift",
"InProcessTransport+Server.swift",
"InProcessTransport.swift",
"Syscalls.swift"
],
"target_dependencies" : [
"GRPCCore"
],
"type" : "library"
},
{
"c99name" : "GRPCCoreTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCoreTests",
"path" : "Tests/GRPCCoreTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRPCCoreTests/Configuration/Inputs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Call/Client/ClientRequestTests.swift",
"Call/Client/ClientResponseTests.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+ServerBehavior.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+Transport.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Hedging.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Retries.swift",
"Call/Client/Internal/ClientRPCExecutorTests.swift",
"Call/Client/RetryDelaySequenceTests.swift",
"Call/ConditionalInterceptorTests.swift",
"Call/Server/Internal/ServerCancellationManagerTests.swift",
"Call/Server/Internal/ServerRPCExecutorTestSupport/ServerRPCExecutorTestHarness.swift",
"Call/Server/Internal/ServerRPCExecutorTests.swift",
"Call/Server/RPCRouterTests.swift",
"Call/Server/ServerContextTests.swift",
"Call/Server/ServerRequestTests.swift",
"Call/Server/ServerResponseTests.swift",
"Coding/CodingTests.swift",
"Coding/CompressionAlgorithmTests.swift",
"Configuration/Generated/code.pb.swift",
"Configuration/Generated/rls.pb.swift",
"Configuration/Generated/rls_config.pb.swift",
"Configuration/Generated/service_config.pb.swift",
"Configuration/MethodConfigCodingTests.swift",
"Configuration/MethodConfigTests.swift",
"Configuration/ServiceConfigCodingTests.swift",
"GRPCClientTests.swift",
"GRPCServerTests.swift",
"Internal/Metadata+GRPCTests.swift",
"Internal/MethodConfigsTests.swift",
"Internal/Result+CatchingTests.swift",
"MetadataTests.swift",
"MethodDescriptorTests.swift",
"RPCErrorTests.swift",
"RPCPartsTests.swift",
"RuntimeErrorTests.swift",
"ServiceDescriptorTests.swift",
"StatusTests.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequenceTests.swift",
"Test Utilities/AsyncSequence+Utilities.swift",
"Test Utilities/AtomicCounter.swift",
"Test Utilities/Call/Client/ClientInterceptors.swift",
"Test Utilities/Call/Server/ServerInterceptors.swift",
"Test Utilities/Coding+Identity.swift",
"Test Utilities/Coding+JSON.swift",
"Test Utilities/RPCAsyncSequence+Utilities.swift",
"Test Utilities/RPCWriter+Utilities.swift",
"Test Utilities/Services/BinaryEcho.swift",
"Test Utilities/Services/HelloWorld.swift",
"Test Utilities/Transport/AnyTransport.swift",
"Test Utilities/Transport/StreamCountingTransport.swift",
"Test Utilities/Transport/ThrowingTransport.swift",
"Test Utilities/XCTest+Utilities.swift",
"TimeoutTests.swift",
"Transport/RetryThrottleTests.swift"
],
"target_dependencies" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCCore",
"module_type" : "SwiftTarget",
"name" : "GRPCCore",
"path" : "Sources/GRPCCore",
"product_dependencies" : [
"DequeModule"
],
"product_memberships" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"sources" : [
"Call/Client/CallOptions.swift",
"Call/Client/ClientContext.swift",
"Call/Client/ClientInterceptor.swift",
"Call/Client/ClientRequest.swift",
"Call/Client/ClientResponse.swift",
"Call/Client/Internal/ClientRPCExecutor+HedgingExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+OneShotExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+RetryExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor.swift",
"Call/Client/Internal/ClientRequest+Convenience.swift",
"Call/Client/Internal/ClientResponse+Convenience.swift",
"Call/Client/Internal/ClientStreamExecutor.swift",
"Call/Client/Internal/RetryDelaySequence.swift",
"Call/ConditionalInterceptor.swift",
"Call/Server/Internal/ServerCancellationManager.swift",
"Call/Server/Internal/ServerRPCExecutor.swift",
"Call/Server/RPCRouter.swift",
"Call/Server/RegistrableRPCService.swift",
"Call/Server/ServerContext+RPCCancellationHandle.swift",
"Call/Server/ServerContext.swift",
"Call/Server/ServerInterceptor.swift",
"Call/Server/ServerRequest.swift",
"Call/Server/ServerResponse.swift",
"Coding/Coding.swift",
"Coding/CompressionAlgorithm.swift",
"Coding/GRPCContiguousBytes.swift",
"Configuration/MethodConfig.swift",
"Configuration/ServiceConfig.swift",
"GRPCClient.swift",
"GRPCServer.swift",
"Internal/Base64.swift",
"Internal/Concurrency Primitives/UnsafeTransfer.swift",
"Internal/Metadata+GRPC.swift",
"Internal/MethodConfigs.swift",
"Internal/Result+Catching.swift",
"Internal/String+Extensions.swift",
"Internal/TaskGroup+CancellableTask.swift",
"Metadata.swift",
"MethodDescriptor.swift",
"RPCError.swift",
"RuntimeError.swift",
"ServiceDescriptor.swift",
"Status.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequence+RPCWriter.swift",
"Streaming/Internal/BroadcastAsyncSequence.swift",
"Streaming/Internal/GRPCAsyncThrowingStream.swift",
"Streaming/Internal/RPCWriter+Map.swift",
"Streaming/Internal/RPCWriter+MessageToRPCResponsePart.swift",
"Streaming/Internal/RPCWriter+Serialize.swift",
"Streaming/Internal/UncheckedAsyncIteratorSequence.swift",
"Streaming/RPCAsyncSequence.swift",
"Streaming/RPCWriter+Closable.swift",
"Streaming/RPCWriter.swift",
"Streaming/RPCWriterProtocol.swift",
"Timeout.swift",
"Transport/ClientTransport.swift",
"Transport/RPCParts.swift",
"Transport/RPCStream.swift",
"Transport/RetryThrottle.swift",
"Transport/ServerTransport.swift"
],
"type" : "library"
},
{
"c99name" : "GRPCCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGenTests",
"path" : "Tests/GRPCCodeGenTests",
"sources" : [
"Internal/Renderer/TextBasedRendererTests.swift",
"Internal/StructuredSwift+ClientTests.swift",
"Internal/StructuredSwift+ImportTests.swift",
"Internal/StructuredSwift+MetadataTests.swift",
"Internal/StructuredSwift+ServerTests.swift",
"Internal/StructuredSwiftTestHelpers.swift",
"Internal/Translator/ClientCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/DocsTests.swift",
"Internal/Translator/IDLToStructuredSwiftTranslatorSnippetBasedTests.swift",
"Internal/Translator/ServerCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/TestFunctions.swift",
"Internal/Translator/TypealiasTranslatorSnippetBasedTests.swift"
],
"target_dependencies" : [
"GRPCCodeGen"
],
"type" : "test"
},
{
"c99name" : "GRPCCodeGen",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGen",
"path" : "Sources/GRPCCodeGen",
"product_memberships" : [
"GRPCCodeGen"
],
"sources" : [
"CodeGenError.swift",
"CodeGenerationRequest.swift",
"CodeGenerator.swift",
"Internal/Namer.swift",
"Internal/Renderer/RendererProtocol.swift",
"Internal/Renderer/TextBasedRenderer.swift",
"Internal/StructuredSwift+Client.swift",
"Internal/StructuredSwift+Server.swift",
"Internal/StructuredSwift+ServiceMetadata.swift",
"Internal/StructuredSwiftRepresentation.swift",
"Internal/Translator/ClientCodeTranslator.swift",
"Internal/Translator/Docs.swift",
"Internal/Translator/IDLToStructuredSwiftTranslator.swift",
"Internal/Translator/MetadataTranslator.swift",
"Internal/Translator/ServerCodeTranslator.swift",
"Internal/TypeName.swift",
"Internal/TypeUsage.swift",
"SourceFile.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
[1/41480] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (6.91s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.64s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/40] Emitting module InternalCollectionsUtilities
[9/42] Emitting module GRPCCodeGen
[10/44] Compiling GRPCCodeGen TypeUsage.swift
[11/44] Compiling GRPCCodeGen SourceFile.swift
[12/44] Compiling GRPCCodeGen ServerCodeTranslator.swift
[13/44] Compiling GRPCCodeGen TypeName.swift
[14/44] Compiling GRPCCodeGen IDLToStructuredSwiftTranslator.swift
[15/44] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[16/44] Compiling GRPCCodeGen Namer.swift
[17/44] Compiling GRPCCodeGen RendererProtocol.swift
[18/44] Compiling GRPCCodeGen TextBasedRenderer.swift
[19/44] Compiling GRPCCodeGen Docs.swift
[26/44] Compiling GRPCCodeGen CodeGenError.swift
[27/44] Compiling GRPCCodeGen CodeGenerationRequest.swift
[28/44] Compiling GRPCCodeGen CodeGenerator.swift
[29/44] Compiling GRPCCodeGen StructuredSwift+ServiceMetadata.swift
[32/44] Compiling GRPCCodeGen StructuredSwiftRepresentation.swift
[33/44] Compiling GRPCCodeGen StructuredSwift+Client.swift
[34/44] Compiling GRPCCodeGen ClientCodeTranslator.swift
[36/44] Compiling GRPCCodeGen StructuredSwift+Server.swift
[39/60] Compiling DequeModule _DequeBuffer.swift
[40/60] Compiling DequeModule _DequeBufferHeader.swift
[41/62] Compiling DequeModule Deque+CustomReflectable.swift
[42/62] Compiling DequeModule Deque+Descriptions.swift
[43/62] Compiling DequeModule _DequeSlot.swift
[44/62] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/62] Compiling DequeModule Deque+Extras.swift
[46/62] Compiling DequeModule Deque+Hashable.swift
[47/62] Compiling DequeModule Deque._UnsafeHandle.swift
[48/62] Compiling DequeModule Deque.swift
[49/62] Compiling DequeModule Deque+Equatable.swift
[50/62] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/62] Compiling DequeModule Deque+Testing.swift
[52/62] Compiling DequeModule Deque._Storage.swift
[53/62] Compiling DequeModule Deque+Codable.swift
[54/62] Compiling DequeModule Deque+Collection.swift
[55/62] Emitting module DequeModule
[57/118] Compiling GRPCCore Metadata+GRPC.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[58/118] Compiling GRPCCore MethodConfigs.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[59/118] Compiling GRPCCore Result+Catching.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[60/118] Compiling GRPCCore String+Extensions.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[61/118] Compiling GRPCCore TaskGroup+CancellableTask.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[62/118] Compiling GRPCCore Metadata.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[63/118] Compiling GRPCCore MethodDescriptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[64/118] Compiling GRPCCore RPCError.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/125] Emitting module GRPCCore
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[66/125] Compiling GRPCCore CallOptions.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[67/125] Compiling GRPCCore ClientContext.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[68/125] Compiling GRPCCore ClientInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[69/125] Compiling GRPCCore ClientRequest.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[70/125] Compiling GRPCCore ClientResponse.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[71/125] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[72/125] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[73/125] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[74/125] Compiling GRPCCore RPCWriterProtocol.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[75/125] Compiling GRPCCore Timeout.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[76/125] Compiling GRPCCore ClientTransport.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[77/125] Compiling GRPCCore RPCParts.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[78/125] Compiling GRPCCore RPCStream.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[79/125] Compiling GRPCCore RetryThrottle.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[80/125] Compiling GRPCCore ServerTransport.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[81/125] Compiling GRPCCore CompressionAlgorithm.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[82/125] Compiling GRPCCore GRPCContiguousBytes.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[83/125] Compiling GRPCCore MethodConfig.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[84/125] Compiling GRPCCore ServiceConfig.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[85/125] Compiling GRPCCore GRPCClient.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[86/125] Compiling GRPCCore GRPCServer.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[87/125] Compiling GRPCCore Base64.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[88/125] Compiling GRPCCore UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[89/125] Compiling GRPCCore RPCRouter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[90/125] Compiling GRPCCore RegistrableRPCService.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[91/125] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[92/125] Compiling GRPCCore ServerContext.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[93/125] Compiling GRPCCore ServerInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[94/125] Compiling GRPCCore ServerRequest.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[95/125] Compiling GRPCCore ServerResponse.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[96/125] Compiling GRPCCore Coding.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[97/125] Compiling GRPCCore RPCWriter+Map.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[98/125] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[99/125] Compiling GRPCCore RPCWriter+Serialize.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[100/125] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[101/125] Compiling GRPCCore RPCAsyncSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[102/125] Compiling GRPCCore RPCWriter+Closable.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[103/125] Compiling GRPCCore RPCWriter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[104/125] Compiling GRPCCore RuntimeError.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[105/125] Compiling GRPCCore ServiceDescriptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[106/125] Compiling GRPCCore Status.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[107/125] Compiling GRPCCore AsyncSequenceOfOne.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[108/125] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[109/125] Compiling GRPCCore BroadcastAsyncSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[110/125] Compiling GRPCCore GRPCAsyncThrowingStream.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[111/125] Compiling GRPCCore ClientRPCExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[112/125] Compiling GRPCCore ClientRequest+Convenience.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[113/125] Compiling GRPCCore ClientResponse+Convenience.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[114/125] Compiling GRPCCore ClientStreamExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[115/125] Compiling GRPCCore RetryDelaySequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[116/125] Compiling GRPCCore ConditionalInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[117/125] Compiling GRPCCore ServerCancellationManager.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[118/125] Compiling GRPCCore ServerRPCExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/35] Compiling GRPCCodeGen StructuredSwift+Client.swift
[4/35] Compiling GRPCCodeGen StructuredSwift+Server.swift
[5/35] Compiling GRPCCodeGen Namer.swift
[6/35] Compiling GRPCCodeGen RendererProtocol.swift
[7/35] Compiling GRPCCodeGen TextBasedRenderer.swift
[8/35] Compiling GRPCCodeGen IDLToStructuredSwiftTranslator.swift
[9/35] Compiling GRPCCodeGen MetadataTranslator.swift
[10/35] Compiling GRPCCodeGen ServerCodeTranslator.swift
[12/37] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/39] Compiling GRPCCodeGen ClientCodeTranslator.swift
[14/39] Compiling GRPCCodeGen Docs.swift
[18/39] Compiling GRPCCodeGen TypeUsage.swift
[20/39] Compiling GRPCCodeGen SourceFile.swift
[21/39] Emitting module InternalCollectionsUtilities
[22/39] Compiling GRPCCodeGen StructuredSwift+ServiceMetadata.swift
[23/39] Compiling GRPCCodeGen StructuredSwiftRepresentation.swift
[24/39] Compiling GRPCCodeGen CodeGenError.swift
[25/39] Compiling GRPCCodeGen CodeGenerationRequest.swift
[26/39] Compiling GRPCCodeGen CodeGenerator.swift
[30/55] Compiling DequeModule _DequeBuffer.swift
[31/55] Compiling DequeModule _DequeBufferHeader.swift
[32/57] Compiling DequeModule _DequeSlot.swift
[33/57] Compiling DequeModule _UnsafeWrappedBuffer.swift
[34/57] Compiling DequeModule Deque+CustomReflectable.swift
[35/57] Compiling DequeModule Deque+Descriptions.swift
[36/57] Compiling DequeModule Deque+Testing.swift
[37/57] Compiling DequeModule Deque._Storage.swift
[38/57] Compiling DequeModule Deque._UnsafeHandle.swift
[39/57] Compiling DequeModule Deque.swift
[40/57] Compiling DequeModule Deque+Extras.swift
[41/57] Compiling DequeModule Deque+Hashable.swift
[42/57] Compiling DequeModule Deque+Equatable.swift
[43/57] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[44/57] Compiling DequeModule Deque+Codable.swift
[45/57] Compiling DequeModule Deque+Collection.swift
[46/57] Emitting module DequeModule
[48/113] Compiling GRPCCore RPCWriter+Map.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[49/113] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[50/113] Compiling GRPCCore RPCWriter+Serialize.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[51/113] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[52/113] Compiling GRPCCore RPCAsyncSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[53/113] Compiling GRPCCore RPCWriter+Closable.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[54/113] Compiling GRPCCore RPCWriter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[55/120] Compiling GRPCCore CallOptions.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[56/120] Compiling GRPCCore ClientContext.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[57/120] Compiling GRPCCore ClientInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[58/120] Compiling GRPCCore ClientRequest.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[59/120] Compiling GRPCCore ClientResponse.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[60/120] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[61/120] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[62/120] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[63/120] Compiling GRPCCore Metadata+GRPC.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[64/120] Compiling GRPCCore MethodConfigs.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[65/120] Compiling GRPCCore Result+Catching.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[66/120] Compiling GRPCCore String+Extensions.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[67/120] Compiling GRPCCore TaskGroup+CancellableTask.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[68/120] Compiling GRPCCore Metadata.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[69/120] Compiling GRPCCore MethodDescriptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[70/120] Compiling GRPCCore RPCError.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[71/120] Compiling GRPCCore RuntimeError.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[72/120] Compiling GRPCCore ServiceDescriptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[73/120] Compiling GRPCCore Status.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[74/120] Compiling GRPCCore AsyncSequenceOfOne.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[75/120] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[76/120] Compiling GRPCCore BroadcastAsyncSequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[77/120] Compiling GRPCCore GRPCAsyncThrowingStream.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[78/120] Compiling GRPCCore RPCWriterProtocol.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[79/120] Compiling GRPCCore Timeout.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[80/120] Compiling GRPCCore ClientTransport.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[81/120] Compiling GRPCCore RPCParts.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[82/120] Compiling GRPCCore RPCStream.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[83/120] Compiling GRPCCore RetryThrottle.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[84/120] Compiling GRPCCore ServerTransport.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[85/120] Compiling GRPCCore ClientRPCExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[86/120] Compiling GRPCCore ClientRequest+Convenience.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[87/120] Compiling GRPCCore ClientResponse+Convenience.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[88/120] Compiling GRPCCore ClientStreamExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[89/120] Compiling GRPCCore RetryDelaySequence.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[90/120] Compiling GRPCCore ConditionalInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[91/120] Compiling GRPCCore ServerCancellationManager.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[92/120] Compiling GRPCCore ServerRPCExecutor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[93/120] Compiling GRPCCore CompressionAlgorithm.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[94/120] Compiling GRPCCore GRPCContiguousBytes.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[95/120] Compiling GRPCCore MethodConfig.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[96/120] Compiling GRPCCore ServiceConfig.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[97/120] Compiling GRPCCore GRPCClient.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[98/120] Compiling GRPCCore GRPCServer.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[99/120] Compiling GRPCCore Base64.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[100/120] Compiling GRPCCore UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[101/120] Compiling GRPCCore RPCRouter.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[102/120] Compiling GRPCCore RegistrableRPCService.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[103/120] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[104/120] Compiling GRPCCore ServerContext.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[105/120] Compiling GRPCCore ServerInterceptor.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[106/120] Compiling GRPCCore ServerRequest.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[107/120] Compiling GRPCCore ServerResponse.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[108/120] Compiling GRPCCore Coding.swift
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/120] Emitting module GRPCCore
/host/spi-builder-workspace/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
15 | */
16 |
17 | internal import Dispatch
| `- error: no such module 'Dispatch'
18 |
19 | /// A timeout for a gRPC call.
[118/120] Emitting module GRPCCodeGen
BUILD FAILURE 6.1 wasm