Build Information
Failed to build grpc-swift-protobuf, reference main (a1aa98), with Swift 6.1 for Wasm on 4 Dec 2025 19:54:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.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-swift-protobuf
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a1aa982 Bump grpc-swift-2 depenendency requirement (#91)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
a1aa982cb2a276c72b478433eb75a4ec6508a277
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/grpc/grpc-swift-protobuf.git
https://github.com/grpc/grpc-swift-protobuf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grpc-swift-2",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-2.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-protobuf",
"name" : "grpc-swift-protobuf",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPCProtobuf",
"targets" : [
"GRPCProtobuf"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "protoc-gen-grpc-swift-2",
"targets" : [
"protoc-gen-grpc-swift-2"
],
"type" : {
"executable" : null
}
},
{
"name" : "GRPCProtobufGenerator",
"targets" : [
"GRPCProtobufGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "generate-grpc-code-from-protos",
"targets" : [
"generate-grpc-code-from-protos"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "protoc_gen_grpc_swift_2",
"module_type" : "SwiftTarget",
"name" : "protoc-gen-grpc-swift-2",
"path" : "Sources/protoc-gen-grpc-swift-2",
"product_dependencies" : [
"GRPCCodeGen",
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-grpc-swift-2",
"GRPCProtobufGenerator",
"generate-grpc-code-from-protos"
],
"sources" : [
"GenerateGRPC.swift",
"Options.swift",
"Version.swift"
],
"target_dependencies" : [
"GRPCProtobufCodeGen",
"CGRPCProtobuf"
],
"type" : "executable"
},
{
"c99name" : "generate_grpc_code_from_protos",
"module_type" : "PluginTarget",
"name" : "generate-grpc-code-from-protos",
"path" : "Plugins/GRPCProtobufGeneratorCommand",
"plugin_capability" : {
"intent" : {
"description" : "Generate Swift code for gRPC services from protobuf definitions.",
"type" : "custom",
"verb" : "generate-grpc-code-from-protos"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "To write the generated Swift files back into the source directory of the package.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"protoc-gen-swift"
],
"product_memberships" : [
"generate-grpc-code-from-protos"
],
"sources" : [
"CommandConfig.swift",
"CommandPluginError.swift",
"Plugin.swift",
"PluginsShared/GenerationConfig.swift",
"PluginsShared/PluginUtils.swift"
],
"target_dependencies" : [
"protoc-gen-grpc-swift-2"
],
"type" : "plugin"
},
{
"c99name" : "GRPCProtobufTests",
"module_type" : "SwiftTarget",
"name" : "GRPCProtobufTests",
"path" : "Tests/GRPCProtobufTests",
"product_dependencies" : [
"GRPCCore",
"GRPCInProcessTransport",
"SwiftProtobuf"
],
"sources" : [
"Errors/DetailedErrorTests.swift",
"Errors/Generated/error-service.grpc.swift",
"Errors/Generated/error-service.pb.swift",
"ProtobufCodingTests.swift"
],
"target_dependencies" : [
"GRPCProtobuf"
],
"type" : "test"
},
{
"c99name" : "GRPCProtobufGenerator",
"module_type" : "PluginTarget",
"name" : "GRPCProtobufGenerator",
"path" : "Plugins/GRPCProtobufGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_dependencies" : [
"protoc-gen-swift"
],
"product_memberships" : [
"GRPCProtobufGenerator"
],
"sources" : [
"BuildPluginConfig.swift",
"BuildPluginError.swift",
"Plugin.swift",
"PluginsShared/GenerationConfig.swift",
"PluginsShared/PluginUtils.swift"
],
"target_dependencies" : [
"protoc-gen-grpc-swift-2"
],
"type" : "plugin"
},
{
"c99name" : "GRPCProtobufCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "GRPCProtobufCodeGenTests",
"path" : "Tests/GRPCProtobufCodeGenTests",
"product_dependencies" : [
"GRPCCodeGen",
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRPCProtobufCodeGenTests/Generated",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CamelCaserTests.swift",
"ProtobufCodeGenParserTests.swift",
"ProtobufCodeGeneratorTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"GRPCProtobufCodeGen"
],
"type" : "test"
},
{
"c99name" : "GRPCProtobufCodeGen",
"module_type" : "SwiftTarget",
"name" : "GRPCProtobufCodeGen",
"path" : "Sources/GRPCProtobufCodeGen",
"product_dependencies" : [
"GRPCCodeGen",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-grpc-swift-2",
"GRPCProtobufGenerator",
"generate-grpc-code-from-protos"
],
"sources" : [
"CamelCaser.swift",
"ProtobufCodeGenParser.swift",
"ProtobufCodeGenerator.swift"
],
"type" : "library"
},
{
"c99name" : "GRPCProtobuf",
"module_type" : "SwiftTarget",
"name" : "GRPCProtobuf",
"path" : "Sources/GRPCProtobuf",
"product_dependencies" : [
"GRPCCore",
"SwiftProtobuf"
],
"product_memberships" : [
"GRPCProtobuf"
],
"sources" : [
"Coding.swift",
"ContiguousBytesAdapter.swift",
"Errors/ErrorDetails+AnyPacking.swift",
"Errors/ErrorDetails+CustomStringConvertible.swift",
"Errors/ErrorDetails+Types.swift",
"Errors/ErrorDetails.swift",
"Errors/Generated/code.pb.swift",
"Errors/Generated/error_details.pb.swift",
"Errors/Generated/status.pb.swift",
"Errors/GoogleRPCStatus.swift",
"Errors/RPCError+GoogleRPCStatus.swift"
],
"type" : "library"
},
{
"c99name" : "CGRPCProtobuf",
"module_type" : "ClangTarget",
"name" : "CGRPCProtobuf",
"path" : "Sources/CGRPCProtobuf",
"product_memberships" : [
"protoc-gen-grpc-swift-2",
"GRPCProtobufGenerator",
"generate-grpc-code-from-protos"
],
"sources" : [
"CGRPCProtobuf.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/grpc/grpc-swift-2.git
[1/29959] Fetching grpc-swift-2
[29960/71457] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.26s)
[7470/41498] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.99s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.1 (8.58s)
Fetching https://github.com/apple/swift-collections.git
[1/18325] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.00s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.59s)
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
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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.1
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/46] Write sources
[5/46] Copying PrivacyInfo.xcprivacy
[8/46] Write sources
[13/46] Copying PrivacyInfo.xcprivacy
[13/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/266] Emitting module GRPCCodeGen
[28/268] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[29/268] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[30/268] Compiling GRPCCodeGen TypeUsage.swift
[31/268] Compiling GRPCCodeGen SourceFile.swift
[32/268] Compiling SwiftProtobuf AsyncMessageSequence.swift
[33/268] Compiling SwiftProtobuf BinaryDecoder.swift
[34/268] Compiling SwiftProtobuf AnyMessageStorage.swift
[35/268] Compiling SwiftProtobuf AnyUnpackError.swift
[36/270] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[37/270] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[38/270] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[39/270] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[40/270] Compiling SwiftProtobuf BinaryEncoder.swift
[41/270] Compiling SwiftProtobuf BinaryEncodingError.swift
[42/270] Compiling SwiftProtobuf BinaryDecodingError.swift
[43/270] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[44/270] Compiling SwiftProtobuf BinaryDelimited.swift
[45/270] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[47/270] Emitting module InternalCollectionsUtilities
[57/270] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[58/272] Emitting module GRPCCodeGen
[68/272] Compiling GRPCCodeGen TypeUsage.swift
[71/273] Compiling GRPCCodeGen SourceFile.swift
[72/288] Compiling DequeModule _DequeBuffer.swift
[73/288] Compiling DequeModule _DequeBufferHeader.swift
[74/290] Compiling DequeModule Deque+Equatable.swift
[75/290] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/290] Compiling DequeModule Deque+CustomReflectable.swift
[77/290] Compiling DequeModule Deque+Descriptions.swift
[78/290] Compiling DequeModule Deque+Extras.swift
[79/290] Compiling DequeModule Deque+Hashable.swift
[80/290] Compiling DequeModule _DequeSlot.swift
[81/290] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/290] Compiling DequeModule Deque+Codable.swift
[83/290] Compiling DequeModule Deque+Collection.swift
[84/290] Emitting module DequeModule
[85/290] Compiling DequeModule Deque._UnsafeHandle.swift
[86/290] Compiling DequeModule Deque.swift
[87/290] Compiling DequeModule Deque+Testing.swift
[88/290] Compiling DequeModule Deque._Storage.swift
[90/291] Emitting module SwiftProtobuf
[91/357] Compiling GRPCCore RPCRouter.swift
[92/357] Compiling GRPCCore RegistrableRPCService.swift
[93/357] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[94/357] Compiling GRPCCore ServerContext.swift
[95/357] Compiling GRPCCore ServerInterceptor.swift
[96/357] Compiling GRPCCore ServerRequest.swift
[97/357] Compiling GRPCCore ServerResponse.swift
[98/357] Compiling GRPCCore Coding.swift
[99/357] Compiling GRPCCore CompressionAlgorithm.swift
[100/357] Compiling GRPCCore GRPCContiguousBytes.swift
[101/357] Compiling GRPCCore MethodConfig.swift
[102/357] Compiling GRPCCore ServiceConfig.swift
[103/357] Compiling GRPCCore CallOptions.swift
[104/357] Compiling GRPCCore ClientContext.swift
[105/357] Compiling GRPCCore ClientInterceptor.swift
[106/357] Compiling GRPCCore ClientRequest.swift
[107/357] Compiling GRPCCore ClientResponse.swift
[108/357] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[109/357] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[110/357] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[111/357] Compiling GRPCCore ClientRPCExecutor.swift
[112/357] Compiling GRPCCore ClientRequest+Convenience.swift
[113/357] Compiling GRPCCore ClientResponse+Convenience.swift
[114/357] Compiling GRPCCore ClientStreamExecutor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[115/368] Emitting module GRPCCore
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/375] Compiling GRPCCore GRPCClient.swift
[117/375] Compiling GRPCCore GRPCServer.swift
[118/375] Compiling GRPCCore Base64.swift
[119/375] Compiling GRPCCore UnsafeTransfer.swift
[120/375] Compiling GRPCCore RuntimeError.swift
[121/375] Compiling GRPCCore ServiceDescriptor.swift
[122/375] Compiling GRPCCore Status.swift
[123/375] Compiling GRPCCore AsyncSequenceOfOne.swift
[124/375] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[125/375] Compiling GRPCCore BroadcastAsyncSequence.swift
[126/375] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[127/375] Compiling GRPCCore RPCWriter+Map.swift
[128/375] Compiling GRPCCore RetryDelaySequence.swift
[129/375] Compiling GRPCCore ConditionalInterceptor.swift
[130/375] Compiling GRPCCore ServerCancellationManager.swift
[131/375] Compiling GRPCCore ServerRPCExecutor.swift
[132/375] Compiling GRPCCore Metadata+GRPC.swift
[133/375] Compiling GRPCCore MethodConfigs.swift
[134/375] Compiling GRPCCore Result+Catching.swift
[135/375] Compiling GRPCCore String+Extensions.swift
[136/375] Compiling GRPCCore TaskGroup+CancellableTask.swift
[137/375] Compiling GRPCCore Metadata.swift
[138/375] Compiling GRPCCore MethodDescriptor.swift
[139/375] Compiling GRPCCore RPCError.swift
[152/375] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[153/375] Compiling GRPCCore RPCWriter+Serialize.swift
[154/375] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[155/375] Compiling GRPCCore RPCAsyncSequence.swift
[156/375] Compiling GRPCCore RPCWriter+Closable.swift
[157/375] Compiling GRPCCore RPCWriter.swift
[158/375] Compiling GRPCCore RPCWriterProtocol.swift
[159/375] Compiling GRPCCore Timeout.swift
[160/375] Compiling GRPCCore ClientTransport.swift
[161/375] Compiling GRPCCore RPCParts.swift
[162/375] Compiling GRPCCore RPCStream.swift
[163/375] Compiling GRPCCore RetryThrottle.swift
[164/375] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[165/375] Compiling SwiftProtobuf Message+FieldMask.swift
[166/375] Compiling SwiftProtobuf Message+JSONAdditions.swift
[167/375] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[168/375] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[169/375] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[170/375] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[171/375] Compiling SwiftProtobuf Message.swift
[172/375] Compiling SwiftProtobuf MessageExtension.swift
[173/375] Compiling SwiftProtobuf NameMap.swift
[174/375] Compiling SwiftProtobuf PathDecoder.swift
[175/375] Compiling SwiftProtobuf PathVisitor.swift
[176/375] Compiling GRPCCore ServerTransport.swift
[177/375] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[178/375] Compiling SwiftProtobuf TextFormatScanner.swift
[179/375] Compiling SwiftProtobuf TimeUtils.swift
[180/375] Compiling SwiftProtobuf UnknownStorage.swift
[181/375] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[182/375] Compiling SwiftProtobuf Varint.swift
[183/375] Compiling SwiftProtobuf Version.swift
[184/375] Compiling SwiftProtobuf Visitor.swift
[185/375] Compiling SwiftProtobuf WireFormat.swift
[186/375] Compiling SwiftProtobuf ZigZag.swift
[187/375] Compiling SwiftProtobuf any.pb.swift
[236/375] Emitting module SwiftProtobuf
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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 generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/26] Compiling CGRPCProtobuf CGRPCProtobuf.c
[5/26] Write swift-version-24593BA9C3E375BF.txt
[7/175] Compiling SwiftProtobuf Enum.swift
[8/175] Compiling SwiftProtobuf ExtensibleMessage.swift
[9/248] Compiling SwiftProtobuf AnyMessageStorage.swift
[10/248] Compiling SwiftProtobuf AnyUnpackError.swift
[11/250] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[12/250] Compiling GRPCCodeGen TypeUsage.swift
[13/250] Compiling SwiftProtobuf ExtensionFields.swift
[14/250] Compiling SwiftProtobuf ExtensionMap.swift
[16/252] Compiling SwiftProtobuf AsyncMessageSequence.swift
[17/252] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[23/252] Compiling GRPCCodeGen TypeUsage.swift
[24/252] Compiling GRPCCodeGen SourceFile.swift
[27/252] Emitting module InternalCollectionsUtilities
[28/252] Emitting module GRPCCodeGen
[30/252] Compiling SwiftProtobuf FieldTypes.swift
[32/252] Compiling SwiftProtobuf CustomJSONCodable.swift
[33/252] Compiling SwiftProtobuf Decoder.swift
[34/252] Compiling SwiftProtobuf DoubleParser.swift
[36/252] Compiling SwiftProtobuf FieldTag.swift
[37/252] Compiling SwiftProtobuf BytecodeInterpreter.swift
[38/252] Compiling SwiftProtobuf BytecodeReader.swift
[40/268] Compiling DequeModule Deque+CustomReflectable.swift
[41/268] Compiling DequeModule Deque+Descriptions.swift
[42/268] Compiling DequeModule Deque+Equatable.swift
[43/268] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[44/270] Compiling DequeModule _DequeBuffer.swift
[45/270] Compiling DequeModule _DequeBufferHeader.swift
[46/270] Compiling DequeModule Deque+Extras.swift
[47/270] Compiling DequeModule Deque+Hashable.swift
[48/270] Compiling DequeModule _DequeSlot.swift
[49/270] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/270] Compiling DequeModule Deque._UnsafeHandle.swift
[51/270] Compiling DequeModule Deque.swift
[52/270] Compiling DequeModule Deque+Testing.swift
[53/270] Compiling DequeModule Deque._Storage.swift
[54/270] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[55/270] Compiling SwiftProtobuf Message+FieldMask.swift
[56/270] Compiling SwiftProtobuf Message+JSONAdditions.swift
[57/270] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[58/270] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[59/270] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[60/270] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[61/270] Compiling SwiftProtobuf Message.swift
[62/270] Compiling SwiftProtobuf MessageExtension.swift
[63/270] Compiling SwiftProtobuf NameMap.swift
[64/270] Compiling SwiftProtobuf PathDecoder.swift
[65/270] Compiling SwiftProtobuf PathVisitor.swift
[66/281] Compiling DequeModule Deque+Codable.swift
[67/281] Compiling DequeModule Deque+Collection.swift
[68/281] Emitting module DequeModule
[94/293] Emitting module SwiftProtobuf
[95/348] Compiling GRPCCore RPCWriter+Map.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore RPCWriter+Serialize.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore RPCAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore RPCWriter+Closable.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/348] Compiling GRPCCore RPCWriter.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore RPCWriterProtocol.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore Timeout.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore ClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore RPCParts.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore RPCStream.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore RetryThrottle.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore ServerTransport.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore RuntimeError.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore ServiceDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore Status.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore AsyncSequenceOfOne.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore BroadcastAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore GRPCAsyncThrowingStream.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore Metadata+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore MethodConfigs.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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/355] Compiling GRPCCore Result+Catching.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[119/355] Compiling GRPCCore String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[120/355] Compiling GRPCCore TaskGroup+CancellableTask.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[121/355] Compiling GRPCCore Metadata.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[122/355] Compiling GRPCCore MethodDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[123/355] Compiling GRPCCore RPCError.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[124/355] Compiling GRPCCore ClientRPCExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[125/355] Compiling GRPCCore ClientRequest+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[126/355] Compiling GRPCCore ClientResponse+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[127/355] Compiling GRPCCore ClientStreamExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[128/355] Compiling GRPCCore RetryDelaySequence.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[129/355] Compiling GRPCCore ConditionalInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[130/355] Compiling GRPCCore ServerCancellationManager.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[131/355] Compiling GRPCCore ServerRPCExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[132/355] Compiling GRPCCore CallOptions.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[133/355] Compiling GRPCCore ClientContext.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[134/355] Compiling GRPCCore ClientInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[135/355] Compiling GRPCCore ClientRequest.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[136/355] Compiling GRPCCore ClientResponse.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[137/355] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[138/355] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[139/355] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[140/355] Compiling GRPCCore CompressionAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[141/355] Compiling GRPCCore GRPCContiguousBytes.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[142/355] Compiling GRPCCore MethodConfig.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[143/355] Compiling GRPCCore ServiceConfig.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[144/355] Compiling GRPCCore GRPCClient.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[145/355] Compiling GRPCCore GRPCServer.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[146/355] Compiling GRPCCore Base64.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[147/355] Compiling GRPCCore UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[148/355] Compiling GRPCCore RPCRouter.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[149/355] Compiling GRPCCore RegistrableRPCService.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[150/355] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[151/355] Compiling GRPCCore ServerContext.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[152/355] Compiling GRPCCore ServerInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[153/355] Compiling GRPCCore ServerRequest.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[154/355] Compiling GRPCCore ServerResponse.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[155/355] Compiling GRPCCore Coding.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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)
[177/355] Emitting module GRPCCore
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/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.
[205/355] Emitting module SwiftProtobuf
[207/355] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[208/355] Compiling SwiftProtobuf ProtobufMap.swift
[209/355] Compiling SwiftProtobuf SelectiveVisitor.swift
[210/355] Compiling SwiftProtobuf SimpleExtensionMap.swift
[211/355] Compiling SwiftProtobuf StringUtils.swift
[212/355] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[213/355] Compiling SwiftProtobuf SwiftProtobufError.swift
[214/355] Compiling SwiftProtobuf TextFormatDecoder.swift
[215/355] Compiling SwiftProtobuf TextFormatDecodingError.swift
[216/355] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[217/355] Compiling SwiftProtobuf TextFormatEncoder.swift
BUILD FAILURE 6.1 wasm