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 (c008d3), with Swift 6.1 for Wasm on 20 Aug 2025 14:32:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.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 c008d35 Fix warnings in command plugin (#87)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
c008d356d9e9c2255602711888bf25b542a30919
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.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-4606859-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/29775] Fetching grpc-swift-2
[25608/69912] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (13.05s)
Fetched https://github.com/apple/swift-protobuf.git from cache (13.16s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (14.30s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (1.06s)
Fetching https://github.com/apple/swift-collections.git
[1/17351] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (3.28s)
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.1.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.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.57s)
[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
[3/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[24/46] Write swift-version-24593BA9C3E375BF.txt
[27/264] Emitting module GRPCCodeGen
[28/266] Emitting module InternalCollectionsUtilities
[29/266] Compiling SwiftProtobuf JSONDecoder.swift
[30/266] Compiling SwiftProtobuf JSONDecodingError.swift
[31/267] Compiling GRPCCodeGen TypeUsage.swift
[32/267] Compiling GRPCCodeGen SourceFile.swift
[33/267] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[34/267] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[35/267] Compiling SwiftProtobuf Message+AnyAdditions.swift
[36/267] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[37/267] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/267] Compiling SwiftProtobuf JSONScanner.swift
[39/267] Compiling SwiftProtobuf MathUtils.swift
[40/267] Compiling SwiftProtobuf JSONEncodingError.swift
[41/267] Compiling SwiftProtobuf JSONEncodingOptions.swift
[42/267] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[43/267] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[44/267] Compiling SwiftProtobuf JSONDecodingOptions.swift
[45/267] Compiling SwiftProtobuf JSONEncoder.swift
[50/267] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[51/267] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[62/269] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/270] Compiling GRPCCodeGen TypeUsage.swift
[65/270] Compiling GRPCCodeGen SourceFile.swift
[66/285] Compiling DequeModule Deque+CustomReflectable.swift
[67/285] Compiling DequeModule Deque+Descriptions.swift
[68/287] Compiling DequeModule Deque+Equatable.swift
[69/287] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/287] Compiling DequeModule Deque+Extras.swift
[71/287] Compiling DequeModule Deque+Hashable.swift
[72/287] Compiling DequeModule _DequeBuffer.swift
[73/287] Compiling DequeModule _DequeBufferHeader.swift
[74/287] Compiling DequeModule _DequeSlot.swift
[75/287] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/287] Compiling DequeModule Deque+Testing.swift
[77/287] Compiling DequeModule Deque._Storage.swift
[78/287] Compiling DequeModule Deque._UnsafeHandle.swift
[79/287] Compiling DequeModule Deque.swift
[80/287] Compiling DequeModule Deque+Codable.swift
[81/287] Compiling DequeModule Deque+Collection.swift
[82/287] Emitting module SwiftProtobuf
[83/298] Emitting module DequeModule
[85/354] Compiling SwiftProtobuf ProtoNameProviding.swift
[86/354] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[87/354] Compiling SwiftProtobuf ProtobufMap.swift
[88/354] Compiling SwiftProtobuf SelectiveVisitor.swift
[89/354] Compiling SwiftProtobuf SimpleExtensionMap.swift
[90/354] Compiling SwiftProtobuf StringUtils.swift
[91/354] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[92/354] Compiling SwiftProtobuf SwiftProtobufError.swift
[93/354] Compiling SwiftProtobuf TextFormatDecoder.swift
[94/354] Compiling SwiftProtobuf TextFormatDecodingError.swift
[95/354] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[96/354] Compiling SwiftProtobuf TextFormatEncoder.swift
[97/354] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[98/354] Compiling GRPCCore RPCWriter+Serialize.swift
[99/354] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[100/354] Compiling GRPCCore RPCAsyncSequence.swift
[101/354] Compiling GRPCCore RPCWriter+Closable.swift
[102/354] Compiling GRPCCore RPCWriter.swift
[103/354] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[104/354] Compiling SwiftProtobuf Message.swift
[105/354] Compiling SwiftProtobuf MessageExtension.swift
[106/354] Compiling SwiftProtobuf NameMap.swift
[107/354] Compiling SwiftProtobuf PathDecoder.swift
[108/354] Compiling SwiftProtobuf PathVisitor.swift
[109/354] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[110/354] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[111/354] Compiling SwiftProtobuf TextFormatScanner.swift
[112/354] Compiling SwiftProtobuf TimeUtils.swift
[113/354] Compiling SwiftProtobuf UnknownStorage.swift
[114/354] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[115/354] Compiling SwiftProtobuf Varint.swift
[116/354] Compiling SwiftProtobuf Version.swift
[117/354] Compiling SwiftProtobuf Visitor.swift
[118/354] Compiling SwiftProtobuf WireFormat.swift
[119/354] Compiling SwiftProtobuf ZigZag.swift
[120/354] Compiling SwiftProtobuf any.pb.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/354] 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.
[122/361] Compiling GRPCCore ClientResponse.swift
[123/361] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[124/361] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[125/361] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[126/361] Compiling GRPCCore RPCRouter.swift
[127/361] Compiling GRPCCore RegistrableRPCService.swift
[128/361] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[129/361] Compiling GRPCCore ServerContext.swift
[130/361] Compiling GRPCCore ServerInterceptor.swift
[131/361] Compiling GRPCCore ServerRequest.swift
[132/361] Compiling GRPCCore ServerResponse.swift
[133/361] Compiling GRPCCore Coding.swift
[152/372] Compiling GRPCCore RPCWriterProtocol.swift
[153/372] Compiling GRPCCore Timeout.swift
[154/372] Compiling GRPCCore ClientTransport.swift
[155/372] Compiling GRPCCore RPCParts.swift
[156/372] Compiling GRPCCore RPCStream.swift
[157/372] Compiling GRPCCore RetryThrottle.swift
[158/372] Compiling GRPCCore ServerTransport.swift
[170/372] Compiling GRPCCore CompressionAlgorithm.swift
[171/372] Compiling GRPCCore GRPCContiguousBytes.swift
[172/372] Compiling GRPCCore MethodConfig.swift
[173/372] Compiling GRPCCore ServiceConfig.swift
[174/372] Compiling GRPCCore GRPCClient.swift
[175/372] Compiling GRPCCore GRPCServer.swift
[176/372] Compiling GRPCCore Base64.swift
[177/372] Compiling GRPCCore UnsafeTransfer.swift
[178/372] Compiling GRPCCore Metadata+GRPC.swift
[179/372] Compiling GRPCCore MethodConfigs.swift
[180/372] Compiling GRPCCore Result+Catching.swift
[181/372] Compiling GRPCCore String+Extensions.swift
[182/372] Compiling GRPCCore TaskGroup+CancellableTask.swift
[183/372] Compiling GRPCCore Metadata.swift
[184/372] Compiling GRPCCore MethodDescriptor.swift
[185/372] Compiling GRPCCore RPCError.swift
[186/372] Compiling GRPCCore RuntimeError.swift
[187/372] Compiling GRPCCore ServiceDescriptor.swift
[188/372] Compiling GRPCCore Status.swift
[189/372] Compiling GRPCCore AsyncSequenceOfOne.swift
[190/372] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[191/372] Compiling GRPCCore BroadcastAsyncSequence.swift
[192/372] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[193/372] Compiling GRPCCore RPCWriter+Map.swift
[194/372] Compiling GRPCCore ClientRPCExecutor.swift
[195/372] Compiling GRPCCore ClientRequest+Convenience.swift
[196/372] Compiling GRPCCore ClientResponse+Convenience.swift
[197/372] Compiling GRPCCore ClientStreamExecutor.swift
[198/372] Compiling GRPCCore RetryDelaySequence.swift
[199/372] Compiling GRPCCore ConditionalInterceptor.swift
[200/372] Compiling GRPCCore ServerCancellationManager.swift
[201/372] Compiling GRPCCore ServerRPCExecutor.swift
[202/372] Compiling GRPCCore CallOptions.swift
[203/372] Compiling GRPCCore ClientContext.swift
[204/372] Compiling GRPCCore ClientInterceptor.swift
[205/372] Compiling GRPCCore ClientRequest.swift
[242/372] 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.
[326/372] Emitting module GRPCCodeGen
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/244] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/245] Compiling SwiftProtobuf BinaryDelimited.swift
[9/245] Compiling SwiftProtobuf BinaryEncoder.swift
[10/245] Compiling SwiftProtobuf CustomJSONCodable.swift
[11/245] Compiling SwiftProtobuf Decoder.swift
[12/247] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[13/247] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[16/249] Compiling SwiftProtobuf BytecodeInterpreter.swift
[17/249] Compiling SwiftProtobuf BytecodeReader.swift
[18/249] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/249] Compiling SwiftProtobuf BinaryEncodingError.swift
[20/249] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[23/249] Compiling GRPCCodeGen TypeUsage.swift
[24/249] Compiling GRPCCodeGen SourceFile.swift
[27/249] Compiling SwiftProtobuf AsyncMessageSequence.swift
[28/249] Compiling SwiftProtobuf BinaryDecoder.swift
[31/249] Compiling SwiftProtobuf BinaryDecodingError.swift
[32/249] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[33/249] Emitting module InternalCollectionsUtilities
[34/249] Compiling SwiftProtobuf AnyMessageStorage.swift
[35/249] Compiling SwiftProtobuf AnyUnpackError.swift
[42/250] Emitting module GRPCCodeGen
[45/265] Compiling DequeModule Deque+Collection.swift
[46/265] Compiling DequeModule Deque+Extras.swift
[47/265] Compiling DequeModule Deque+Hashable.swift
[48/265] Emitting module GRPCCodeGen
[49/265] Compiling DequeModule _DequeBuffer.swift
[50/265] Compiling DequeModule _DequeBufferHeader.swift
[51/267] Compiling DequeModule Deque+CustomReflectable.swift
[52/267] Compiling DequeModule Deque+Descriptions.swift
[60/267] Compiling DequeModule Deque+Codable.swift
[61/267] Compiling DequeModule Deque+Equatable.swift
[62/267] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/267] Compiling DequeModule Deque+Testing.swift
[64/267] Compiling DequeModule Deque._Storage.swift
[65/267] Compiling DequeModule Deque._UnsafeHandle.swift
[66/267] Compiling DequeModule Deque.swift
[69/267] Compiling DequeModule _DequeSlot.swift
[70/267] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/267] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[72/267] Compiling SwiftProtobuf Message+FieldMask.swift
[73/267] Compiling SwiftProtobuf Message+JSONAdditions.swift
[74/267] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[75/267] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[76/267] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[77/267] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[78/267] Compiling SwiftProtobuf Message.swift
[79/267] Compiling SwiftProtobuf MessageExtension.swift
[80/267] Compiling SwiftProtobuf NameMap.swift
[81/267] Compiling SwiftProtobuf PathDecoder.swift
[82/267] Compiling SwiftProtobuf PathVisitor.swift
[83/278] Emitting module DequeModule
[103/290] Compiling SwiftProtobuf ExtensibleMessage.swift
[104/290] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[105/290] Compiling SwiftProtobuf ExtensionFields.swift
[106/290] Compiling SwiftProtobuf ExtensionMap.swift
[107/290] Compiling SwiftProtobuf FieldTag.swift
[108/290] Compiling SwiftProtobuf FieldTypes.swift
[109/290] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[110/290] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[111/290] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[112/290] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[113/290] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[114/290] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[115/290] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[116/290] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[117/290] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[118/290] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[119/290] Compiling SwiftProtobuf HashVisitor.swift
[120/290] Compiling SwiftProtobuf Internal.swift
[121/290] Emitting module SwiftProtobuf
[123/345] 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.
[124/345] 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.
[125/345] 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.
[126/345] 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.
[127/345] 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.
[128/345] 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.
[129/345] 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.
[130/352] Compiling GRPCCore RetryDelaySequence.swift
[131/352] Compiling GRPCCore ConditionalInterceptor.swift
[132/352] Compiling GRPCCore ServerCancellationManager.swift
[133/352] Compiling GRPCCore ServerRPCExecutor.swift
[134/352] Compiling GRPCCore RPCRouter.swift
[135/352] Compiling GRPCCore RegistrableRPCService.swift
[136/352] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[137/352] Compiling GRPCCore ServerContext.swift
[138/352] Compiling GRPCCore ServerInterceptor.swift
[139/352] Compiling GRPCCore ServerRequest.swift
[140/352] Compiling GRPCCore ServerResponse.swift
[141/352] Compiling GRPCCore Coding.swift
[142/352] Compiling GRPCCore CompressionAlgorithm.swift
[143/352] Compiling GRPCCore GRPCContiguousBytes.swift
[144/352] Compiling GRPCCore MethodConfig.swift
[145/352] Compiling GRPCCore ServiceConfig.swift
[146/352] Compiling GRPCCore GRPCClient.swift
[147/352] Compiling GRPCCore GRPCServer.swift
[148/352] Compiling GRPCCore Base64.swift
[149/352] Compiling GRPCCore UnsafeTransfer.swift
[150/352] Compiling GRPCCore Metadata+GRPC.swift
[151/352] Compiling GRPCCore MethodConfigs.swift
[152/352] Compiling GRPCCore Result+Catching.swift
[153/352] 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.
/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.
[162/352] 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.
[163/352] 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.
[164/352] 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.
[165/352] 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.
/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.
[170/352] 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.
[171/352] 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.
[172/352] 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.
[173/352] 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.
[174/352] 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.
[175/352] 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.
[176/352] 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.
[177/352] 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.
/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/352] 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/352] 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/352] 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/352] 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/352] 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.
[187/352] 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.
[188/352] 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.
[189/352] 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.
[190/352] 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.
[191/352] 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.
[192/352] 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.
[197/352] Compiling GRPCCore RuntimeError.swift
[198/352] Compiling GRPCCore ServiceDescriptor.swift
[199/352] Compiling GRPCCore Status.swift
[200/352] Compiling GRPCCore AsyncSequenceOfOne.swift
[201/352] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[202/352] Compiling GRPCCore BroadcastAsyncSequence.swift
[203/352] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[224/352] 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.
/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.
BUILD FAILURE 6.1 wasm