The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build grpc-swift-protobuf, reference main (812509), with Swift 6.1 for Wasm on 4 Jun 2025 09:45:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 8125093 Document how to create a public service with private implementation (#73)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
81250936869008a7f4393795652caf2452cd9ed6
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.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "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-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/29557] Fetching grpc-swift-2
[29558/68879] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (6.32s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.36s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (8.03s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.60s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.55s)
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.0.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.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[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
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[22/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/260] Emitting module GRPCCodeGen
[28/262] Compiling GRPCCodeGen TypeUsage.swift
[29/262] Compiling GRPCCodeGen SourceFile.swift
[30/262] Compiling SwiftProtobuf HashVisitor.swift
[31/262] Compiling SwiftProtobuf Internal.swift
[32/262] Compiling SwiftProtobuf CustomJSONCodable.swift
[33/262] Compiling SwiftProtobuf Decoder.swift
[34/264] Compiling SwiftProtobuf DoubleParser.swift
[35/264] Compiling SwiftProtobuf Enum.swift
[36/264] Emitting module InternalCollectionsUtilities
[37/264] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[38/264] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[39/265] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/265] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[41/265] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[42/265] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[43/265] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[46/265] Compiling SwiftProtobuf JSONDecoder.swift
[47/265] Compiling SwiftProtobuf JSONDecodingError.swift
[50/265] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[51/265] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[52/265] Emitting module GRPCCodeGen
[63/265] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/266] Compiling GRPCCodeGen TypeUsage.swift
[65/266] Compiling GRPCCodeGen SourceFile.swift
[67/281] Compiling DequeModule _DequeBuffer.swift
[68/281] Compiling DequeModule _DequeBufferHeader.swift
[69/283] Compiling DequeModule Deque+Equatable.swift
[70/283] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/283] Compiling DequeModule Deque+CustomReflectable.swift
[72/283] Compiling DequeModule Deque+Descriptions.swift
[73/283] Compiling DequeModule _DequeSlot.swift
[74/283] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/283] Compiling DequeModule Deque+Extras.swift
[76/283] Compiling DequeModule Deque+Hashable.swift
[77/283] Compiling DequeModule Deque+Testing.swift
[78/283] Compiling DequeModule Deque._Storage.swift
[79/283] Compiling DequeModule Deque._UnsafeHandle.swift
[80/283] Compiling DequeModule Deque.swift
[81/283] Compiling DequeModule Deque+Codable.swift
[82/283] Compiling DequeModule Deque+Collection.swift
[83/283] Emitting module DequeModule
[85/284] Emitting module SwiftProtobuf
[87/361] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[88/361] Compiling GRPCCore RPCWriter+Serialize.swift
[89/361] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[90/361] Compiling GRPCCore RPCAsyncSequence.swift
[91/361] Compiling GRPCCore RPCWriter+Closable.swift
[92/361] Compiling GRPCCore RPCWriter.swift
[93/361] Compiling SwiftProtobuf MessageExtension.swift
[94/361] Compiling SwiftProtobuf NameMap.swift
[95/361] Compiling SwiftProtobuf PathDecoder.swift
[96/361] Compiling SwiftProtobuf PathVisitor.swift
[97/361] Compiling SwiftProtobuf ProtoNameProviding.swift
[98/361] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[99/361] Compiling GRPCCore CallOptions.swift
[100/361] Compiling GRPCCore ClientContext.swift
[101/361] Compiling GRPCCore ClientInterceptor.swift
[102/361] Compiling GRPCCore ClientRequest.swift
[103/361] Compiling GRPCCore ClientResponse.swift
[104/361] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[105/361] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[106/361] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[107/361] Compiling GRPCCore RPCRouter.swift
[108/361] Compiling GRPCCore RegistrableRPCService.swift
[109/361] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[110/361] Compiling GRPCCore ServerContext.swift
[111/361] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[112/361] Compiling GRPCCore BroadcastAsyncSequence.swift
[113/361] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[114/361] Compiling GRPCCore Metadata+GRPC.swift
[115/361] Compiling GRPCCore MethodConfigs.swift
[116/361] Compiling GRPCCore Result+Catching.swift
[117/361] Compiling GRPCCore String+Extensions.swift
[118/361] Compiling GRPCCore TaskGroup+CancellableTask.swift
[119/361] Compiling GRPCCore Metadata.swift
[120/361] Compiling GRPCCore MethodDescriptor.swift
[121/361] Compiling GRPCCore RPCError.swift
[122/361] Compiling GRPCCore RPCWriter+Map.swift
[123/361] Compiling GRPCCore CompressionAlgorithm.swift
[124/361] Compiling GRPCCore GRPCContiguousBytes.swift
[125/361] Compiling GRPCCore MethodConfig.swift
[126/361] Compiling GRPCCore ServiceConfig.swift
[127/361] Compiling GRPCCore GRPCClient.swift
[128/361] Compiling GRPCCore GRPCServer.swift
[129/361] Compiling GRPCCore Base64.swift
[130/361] Compiling GRPCCore UnsafeTransfer.swift
[131/361] Compiling GRPCCore RuntimeError.swift
[132/361] Compiling GRPCCore ServiceDescriptor.swift
[133/361] Compiling GRPCCore Status.swift
[134/361] Compiling GRPCCore AsyncSequenceOfOne.swift
[147/361] Compiling SwiftProtobuf ProtobufMap.swift
[148/361] Compiling SwiftProtobuf SelectiveVisitor.swift
[149/361] Compiling SwiftProtobuf SimpleExtensionMap.swift
[150/361] Compiling SwiftProtobuf StringUtils.swift
[151/361] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[152/361] Compiling SwiftProtobuf SwiftProtobufError.swift
[153/361] Compiling SwiftProtobuf TextFormatDecoder.swift
[154/361] Compiling SwiftProtobuf TextFormatDecodingError.swift
[155/361] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[156/361] Compiling SwiftProtobuf TextFormatEncoder.swift
[157/361] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[182/361] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[183/361] Compiling SwiftProtobuf TextFormatScanner.swift
[184/361] Compiling SwiftProtobuf TimeUtils.swift
[185/361] Compiling SwiftProtobuf UnknownStorage.swift
[186/361] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[187/361] Compiling SwiftProtobuf Varint.swift
[188/361] Compiling SwiftProtobuf Version.swift
[189/361] Compiling SwiftProtobuf Visitor.swift
[190/361] Compiling SwiftProtobuf WireFormat.swift
[191/361] Compiling SwiftProtobuf ZigZag.swift
[192/361] Compiling SwiftProtobuf any.pb.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[204/361] 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/368] Compiling GRPCCore ServerTransport.swift
[216/368] Compiling GRPCCore ServerInterceptor.swift
[217/368] Compiling GRPCCore ServerRequest.swift
[218/368] Compiling GRPCCore ServerResponse.swift
[219/368] Compiling GRPCCore Coding.swift
[220/368] Compiling GRPCCore ClientRPCExecutor.swift
[221/368] Compiling GRPCCore ClientRequest+Convenience.swift
[222/368] Compiling GRPCCore ClientResponse+Convenience.swift
[223/368] Compiling GRPCCore ClientStreamExecutor.swift
[224/368] Compiling GRPCCore RetryDelaySequence.swift
[225/368] Compiling GRPCCore ConditionalInterceptor.swift
[226/368] Compiling GRPCCore ServerCancellationManager.swift
[227/368] 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.
/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.
[274/368] 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.
[275/368] 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.
[276/368] 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.
[277/368] 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.
[278/368] 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.
[279/368] 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.
/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-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
[4/26] Write swift-version-24593BA9C3E375BF.txt
[7/74] Compiling GRPCCodeGen StructuredSwift+ServiceMetadata.swift
[8/74] Compiling GRPCCodeGen StructuredSwiftRepresentation.swift
[9/221] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/241] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[11/241] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[12/241] Compiling SwiftProtobuf DoubleParser.swift
[13/241] Compiling SwiftProtobuf Enum.swift
[14/243] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/245] Compiling SwiftProtobuf CustomJSONCodable.swift
[22/245] Compiling SwiftProtobuf Decoder.swift
[25/245] Compiling GRPCCodeGen TypeUsage.swift
[26/245] Compiling GRPCCodeGen SourceFile.swift
[27/245] Emitting module InternalCollectionsUtilities
[28/245] Compiling SwiftProtobuf BinaryDelimited.swift
[29/245] Compiling SwiftProtobuf BinaryEncoder.swift
[30/245] Compiling SwiftProtobuf AsyncMessageSequence.swift
[31/245] Compiling SwiftProtobuf BinaryDecoder.swift
[32/245] Compiling SwiftProtobuf AnyMessageStorage.swift
[33/245] Compiling SwiftProtobuf AnyUnpackError.swift
[34/245] Compiling SwiftProtobuf BinaryDecodingError.swift
[35/245] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[39/246] Emitting module GRPCCodeGen
[41/261] Compiling DequeModule Deque+Codable.swift
[42/261] Compiling DequeModule Deque+Collection.swift
[43/261] Compiling DequeModule Deque+CustomReflectable.swift
[45/261] Compiling DequeModule Deque+Descriptions.swift
[46/263] Compiling DequeModule _DequeBuffer.swift
[47/263] Compiling DequeModule _DequeBufferHeader.swift
[48/263] Compiling DequeModule Deque+Extras.swift
[49/263] Compiling DequeModule Deque+Hashable.swift
[50/263] Compiling DequeModule Deque+Equatable.swift
[51/263] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/263] Compiling DequeModule _DequeSlot.swift
[59/263] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/263] Compiling SwiftProtobuf Message+JSONAdditions.swift
[61/263] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[62/263] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[63/263] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[64/263] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[65/263] Compiling SwiftProtobuf Message.swift
[66/263] Compiling SwiftProtobuf MessageExtension.swift
[67/263] Compiling SwiftProtobuf NameMap.swift
[68/263] Compiling SwiftProtobuf PathDecoder.swift
[69/263] Compiling SwiftProtobuf PathVisitor.swift
[70/263] Compiling SwiftProtobuf ProtoNameProviding.swift
[71/263] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[72/274] Compiling DequeModule Deque._UnsafeHandle.swift
[73/274] Compiling DequeModule Deque.swift
[74/274] Compiling DequeModule Deque+Testing.swift
[75/274] Compiling DequeModule Deque._Storage.swift
[78/274] Emitting module DequeModule
[79/275] Emitting module SwiftProtobuf
[81/286] Compiling SwiftProtobuf ProtobufMap.swift
[82/286] Compiling SwiftProtobuf SelectiveVisitor.swift
[83/286] Compiling SwiftProtobuf SimpleExtensionMap.swift
[84/286] Compiling SwiftProtobuf StringUtils.swift
[85/286] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[86/286] Compiling SwiftProtobuf SwiftProtobufError.swift
[87/286] Compiling SwiftProtobuf TextFormatDecoder.swift
[88/286] Compiling SwiftProtobuf TextFormatDecodingError.swift
[89/286] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[90/286] Compiling SwiftProtobuf TextFormatEncoder.swift
[91/286] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[104/341] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[105/341] Compiling GRPCCore RPCWriter+Serialize.swift
[106/341] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[107/341] Compiling GRPCCore RPCAsyncSequence.swift
[108/341] Compiling GRPCCore RPCWriter+Closable.swift
[109/341] Compiling GRPCCore RPCWriter.swift
[110/341] Compiling SwiftProtobuf JSONScanner.swift
[111/341] Compiling SwiftProtobuf MathUtils.swift
[112/341] Compiling SwiftProtobuf Message+AnyAdditions.swift
[113/341] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[114/341] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[115/341] Compiling SwiftProtobuf Message+FieldMask.swift
[116/341] 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.
/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.
[123/348] Emitting module SwiftProtobuf
[124/348] 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.
[125/348] 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.
[126/348] 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.
[127/348] 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.
[128/348] 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.
[129/348] 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.
[130/348] 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.
[142/348] 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.
[143/348] 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.
[144/348] 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.
[145/348] 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.
[146/348] 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.
[147/348] 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.
[148/348] 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.
[149/348] 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.
[150/348] 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.
[151/348] 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.
[152/348] 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.
[153/348] 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.
[154/348] 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.
[155/348] 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.
[156/348] 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.
[157/348] 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.
[158/348] 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.
[159/348] 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.
[160/348] 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.
[161/348] 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.
[162/348] 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.
[163/348] 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.
[164/348] 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.
[165/348] 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.
[166/348] Compiling GRPCCore CompressionAlgorithm.swift
[167/348] Compiling GRPCCore GRPCContiguousBytes.swift
[168/348] Compiling GRPCCore MethodConfig.swift
[169/348] Compiling GRPCCore ServiceConfig.swift
[170/348] Compiling GRPCCore GRPCClient.swift
[171/348] Compiling GRPCCore GRPCServer.swift
[172/348] Compiling GRPCCore Base64.swift
[173/348] Compiling GRPCCore UnsafeTransfer.swift
[174/348] Compiling GRPCCore Metadata+GRPC.swift
[175/348] Compiling GRPCCore MethodConfigs.swift
[176/348] Compiling GRPCCore Result+Catching.swift
[177/348] 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.
/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.
[182/348] 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.
[183/348] 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.
[184/348] 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.
[185/348] 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.
[186/348] 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.
[187/348] 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.
[188/348] 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.
[189/348] 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.
[190/348] 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.
[191/348] 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.
[192/348] 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.
/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[249/348] 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.
[250/348] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[251/348] Compiling SwiftProtobuf TextFormatScanner.swift
[252/348] Compiling SwiftProtobuf TimeUtils.swift
[253/348] Compiling SwiftProtobuf UnknownStorage.swift
[254/348] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[255/348] Compiling SwiftProtobuf Varint.swift
[256/348] Compiling SwiftProtobuf Version.swift
[257/348] Compiling SwiftProtobuf Visitor.swift
[258/348] Compiling SwiftProtobuf WireFormat.swift
[259/348] Compiling SwiftProtobuf ZigZag.swift
[260/348] Compiling SwiftProtobuf any.pb.swift
BUILD FAILURE 6.1 wasm