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 (a1aa98), with Swift 6.2 for Wasm on 4 Dec 2025 19:50:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grpc/grpc-swift-protobuf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a1aa982 Bump grpc-swift-2 depenendency requirement (#91)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
a1aa982cb2a276c72b478433eb75a4ec6508a277
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-protobuf.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/29959] Fetching grpc-swift-2
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.67s)
[1/41498] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.10s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.1 (8.58s)
Fetching https://github.com/apple/swift-collections.git
[1/18325] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.81s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.39s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.1
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:9:14: warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
  7 |     enum PluginError: Error, CustomStringConvertible {
  8 |         /// Indicates that the target where the plugin was applied to was not `SourceModuleTarget`.
  9 |         case invalidTarget(Target)
    |              `- warning: associated value 'invalidTarget' of 'Sendable'-conforming enum 'PluginError' has non-Sendable type 'any Target'
 10 |         /// Indicates that the file extension of an input file was not `.proto`.
 11 |         case invalidInputFileExtension(String)
PackagePlugin.Target:1:17: note: protocol 'Target' does not conform to the 'Sendable' protocol
 1 | public protocol Target {
   |                 `- note: protocol 'Target' does not conform to the 'Sendable' protocol
 2 |     var id: Self.ID { get }
 3 |     typealias ID = String
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:2:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  1 | import Foundation
  2 | import PackagePlugin
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'PackagePlugin' as warnings
  3 |
  4 | @main
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:24: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                        |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                        `- note: use 'url' instead
118 |                 }
119 |             )?.path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:117:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
115 |             let configurationFilePath = sourceFiles.first(
116 |                 where: {
117 |                     $0.path.lastComponent == Self.configurationFileName
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
118 |                 }
119 |             )?.path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:119:16: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
117 |                     $0.path.lastComponent == Self.configurationFileName
118 |                 }
119 |             )?.path
    |                |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                `- note: use 'url' instead
120 |         else {
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:123:64: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
121 |             throw PluginError.noConfigFound(Self.configurationFileName)
122 |         }
123 |         let data = try Data(contentsOf: URL(fileURLWithPath: "\(configurationFilePath)"))
    |                                                                `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
124 |         let configuration = try JSONDecoder().decode(Configuration.self, from: data)
125 |         try validateConfiguration(configuration)
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:131:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
129 |         if let configuredProtocPath = configuration.protocPath {
130 |             // The user set the config path in the file. So let's take that
131 |             protocPath = Path(configuredProtocPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:134:26: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
132 |         } else if let environmentPath = ProcessInfo.processInfo.environment["PROTOC_PATH"] {
133 |             // The user set the env variable. So let's take that
134 |             protocPath = Path(environmentPath)
    |                          `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:137:45: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
135 |         } else {
136 |             // The user didn't set anything so let's try see if SPM can find a binary for us
137 |             protocPath = try tool("protoc").path
    |                                             |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                             `- note: use 'url' instead
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:139:63: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
137 |             protocPath = try tool("protoc").path
138 |         }
139 |         let protocGenSwiftPath = try tool("protoc-gen-swift").path
    |                                                               |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                                               `- note: use 'url' instead
140 |
141 |         return configuration.invocations.map { invocation in
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:143:50: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
141 |         return configuration.invocations.map { invocation in
142 |             self.invokeProtoc(
143 |                 directory: configurationFilePath.removingLastComponent(),
    |                                                  `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
144 |                 invocation: invocation,
145 |                 protocPath: protocPath,
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:170:41: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
168 |         // Construct the `protoc` arguments.
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
    |                                         `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
171 |             "--swift_out=\(outputDirectory)",
172 |         ]
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:171:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
169 |         var protocArgs = [
170 |             "--plugin=protoc-gen-swift=\(protocGenSwiftPath)",
171 |             "--swift_out=\(outputDirectory)",
    |                           `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
172 |         ]
173 |
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:177:29: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
175 |         // the proto files relative to it.
176 |         protocArgs.append("-I")
177 |         protocArgs.append("\(directory)")
    |                             `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
178 |
179 |         // Add the visibility if it was set
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:205:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
203 |             // Append the file to the protoc args so that it is used for generating
204 |             protocArgs.append("\(file)")
205 |             inputFiles.append(directory.appending(file))
    |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
206 |
207 |             // The name of the output file is based on the name of the input file.
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:212:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
210 |             file.removeLast(5)
211 |             file.append("pb.swift")
212 |             let protobufOutputPath = outputDirectory.appending(file)
    |                                                      `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
213 |
214 |             // Add the outputPath as an output file
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:221:24: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
219 |         // system know when to invoke the command. The output paths are passed on to
220 |         // the rule engine in the build system.
221 |         return Command.buildCommand(
    |                        `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
222 |             displayName: "Generating swift files from proto files",
223 |             executable: protocPath,
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Plugins/SwiftProtobufPlugin/plugin.swift:251:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
249 |         }
250 |         return try createBuildCommands(
251 |             pluginWorkDirectory: context.pluginWorkDirectory,
    |                                          |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
    |                                          `- note: use 'pluginWorkDirectoryURL' instead
252 |             sourceFiles: swiftTarget.sourceFiles,
253 |             tool: context.tool
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/46] Write sources
[12/46] Copying PrivacyInfo.xcprivacy
[12/46] Write sources
[12/46] Copying PrivacyInfo.xcprivacy
[12/46] Write sources
[12/46] Copying PrivacyInfo.xcprivacy
[12/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/266] Compiling SwiftProtobuf BytecodeInterpreter.swift
[28/266] Compiling SwiftProtobuf BytecodeReader.swift
[29/266] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[30/266] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[31/266] Compiling SwiftProtobuf CustomJSONCodable.swift
[32/266] Compiling SwiftProtobuf Decoder.swift
[33/268] Compiling GRPCCodeGen TypeUsage.swift
[34/268] Compiling GRPCCodeGen SourceFile.swift
[37/270] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[41/270] Compiling SwiftProtobuf BinaryEncoder.swift
[42/270] Compiling SwiftProtobuf BinaryEncodingError.swift
[45/272] Compiling SwiftProtobuf BinaryDecoder.swift
[46/272] Compiling SwiftProtobuf BinaryDecodingError.swift
[47/272] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[48/272] Compiling SwiftProtobuf BinaryDelimited.swift
[49/272] Emitting module InternalCollectionsUtilities
[50/272] Compiling SwiftProtobuf AnyMessageStorage.swift
[51/272] Compiling SwiftProtobuf AnyUnpackError.swift
[52/272] Compiling SwiftProtobuf AsyncMessageSequence.swift
[53/272] Emitting module GRPCCodeGen
[61/272] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/272] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[65/280] Compiling GRPCCodeGen SourceFile.swift
[66/288] Compiling DequeModule _DequeBuffer.swift
[67/288] Compiling DequeModule _DequeBufferHeader.swift
[68/290] Compiling DequeModule Deque+Equatable.swift
[69/290] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/290] Compiling DequeModule Deque+CustomReflectable.swift
[71/290] Compiling DequeModule Deque+Descriptions.swift
[72/290] Compiling DequeModule _DequeSlot.swift
[73/290] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/290] Compiling DequeModule Deque+Testing.swift
[75/290] Compiling DequeModule Deque._Storage.swift
[76/290] Compiling DequeModule Deque+Extras.swift
[77/290] Compiling DequeModule Deque+Hashable.swift
[78/290] Compiling DequeModule Deque._UnsafeHandle.swift
[79/290] Compiling DequeModule Deque.swift
[80/290] Compiling DequeModule Deque+Codable.swift
[81/290] Compiling DequeModule Deque+Collection.swift
[82/290] Emitting module DequeModule
[84/291] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[85/291] Compiling SwiftProtobuf Message+FieldMask.swift
[86/291] Compiling SwiftProtobuf Message+JSONAdditions.swift
[87/291] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[88/291] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[89/291] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[90/291] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[91/291] Compiling SwiftProtobuf Message.swift
[92/291] Compiling SwiftProtobuf MessageExtension.swift
[93/291] Compiling SwiftProtobuf NameMap.swift
[94/291] Compiling SwiftProtobuf PathDecoder.swift
[95/291] Compiling SwiftProtobuf PathVisitor.swift
[96/303] Compiling SwiftProtobuf ProtoNameProviding.swift
[97/303] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[98/303] Compiling SwiftProtobuf ProtobufMap.swift
[99/303] Compiling SwiftProtobuf SelectiveVisitor.swift
[100/303] Compiling SwiftProtobuf SimpleExtensionMap.swift
[101/303] Compiling SwiftProtobuf StringUtils.swift
[102/303] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[103/303] Compiling SwiftProtobuf SwiftProtobufError.swift
[104/303] Compiling SwiftProtobuf TextFormatDecoder.swift
[105/303] Compiling SwiftProtobuf TextFormatDecodingError.swift
[106/303] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[107/303] Compiling SwiftProtobuf TextFormatEncoder.swift
[108/303] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[109/303] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[110/303] Compiling SwiftProtobuf TextFormatScanner.swift
[111/303] Compiling SwiftProtobuf TimeUtils.swift
[112/303] Compiling SwiftProtobuf UnknownStorage.swift
[113/303] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[114/303] Compiling SwiftProtobuf Varint.swift
[115/303] Compiling SwiftProtobuf Version.swift
[116/303] Compiling SwiftProtobuf Visitor.swift
[117/303] Compiling SwiftProtobuf WireFormat.swift
[118/303] Compiling SwiftProtobuf ZigZag.swift
[119/303] Compiling SwiftProtobuf any.pb.swift
[120/357] Compiling GRPCCore RetryDelaySequence.swift
[121/357] Compiling GRPCCore ConditionalInterceptor.swift
[122/357] Compiling GRPCCore ServerCancellationManager.swift
[123/357] Compiling GRPCCore ServerRPCExecutor.swift
[124/357] Compiling GRPCCore RPCRouter.swift
[125/357] Compiling GRPCCore RegistrableRPCService.swift
[126/357] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[127/357] Compiling GRPCCore ServerContext.swift
[128/357] Compiling GRPCCore ServerInterceptor.swift
[129/357] Compiling GRPCCore ServerRequest.swift
[130/357] Compiling GRPCCore ServerResponse.swift
[131/357] Compiling GRPCCore Coding.swift
[132/357] Compiling GRPCCore CallOptions.swift
[133/357] Compiling GRPCCore ClientContext.swift
[134/357] Compiling GRPCCore ClientInterceptor.swift
[135/357] Compiling GRPCCore ClientRequest.swift
[136/357] Compiling GRPCCore ClientResponse.swift
[137/357] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[138/357] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[139/357] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[140/357] Compiling GRPCCore ClientRPCExecutor.swift
[141/357] Compiling GRPCCore ClientRequest+Convenience.swift
[142/357] Compiling GRPCCore ClientResponse+Convenience.swift
[143/357] Compiling GRPCCore ClientStreamExecutor.swift
[144/357] Compiling GRPCCore Metadata+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore MethodConfigs.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore Result+Catching.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore TaskGroup+CancellableTask.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore Metadata.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore MethodDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/357] Compiling GRPCCore RPCError.swift
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/364] Compiling GRPCCore RuntimeError.swift
[161/364] Compiling GRPCCore ServiceDescriptor.swift
[162/364] Compiling GRPCCore Status.swift
[163/364] Compiling GRPCCore AsyncSequenceOfOne.swift
[164/364] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[165/364] Compiling GRPCCore BroadcastAsyncSequence.swift
[166/364] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[167/364] Compiling GRPCCore CompressionAlgorithm.swift
[168/364] Compiling GRPCCore GRPCContiguousBytes.swift
[169/364] Compiling GRPCCore MethodConfig.swift
[170/364] Compiling GRPCCore ServiceConfig.swift
[171/364] Compiling GRPCCore GRPCClient.swift
[172/364] Compiling GRPCCore GRPCServer.swift
[173/364] Compiling GRPCCore Base64.swift
[174/364] Compiling GRPCCore UnsafeTransfer.swift
[175/364] Compiling GRPCCore RPCWriter+Map.swift
[176/364] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[177/364] Compiling GRPCCore RPCWriter+Serialize.swift
[178/364] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[179/364] Compiling GRPCCore RPCAsyncSequence.swift
[180/364] Compiling GRPCCore RPCWriter+Closable.swift
[181/364] Compiling GRPCCore RPCWriter.swift
[182/364] Compiling GRPCCore RPCWriterProtocol.swift
[183/364] Compiling GRPCCore Timeout.swift
[184/364] Compiling GRPCCore ClientTransport.swift
[185/364] Compiling GRPCCore RPCParts.swift
[186/364] Compiling GRPCCore RPCStream.swift
[187/364] Compiling GRPCCore RetryThrottle.swift
[212/375] Compiling GRPCCore ServerTransport.swift
[248/375] Emitting module SwiftProtobuf
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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)
[290/375] Emitting module GRPCCore
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: 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/Call/Client/Internal/RetryDelaySequence.swift:27:8: error: Unsupported OS
 25 | public import ucrt  // should be @usableFromInline
 26 | #else
 27 | #error("Unsupported OS")
    |        `- error: Unsupported OS
 28 | #endif
 29 |
/host/spi-builder-workspace/.build/checkouts/grpc-swift-2/Sources/GRPCCore/Timeout.swift:17:17: error: no such module 'Dispatch'
 15 |  */
 16 |
 17 | internal import Dispatch
    |                 `- error: no such module 'Dispatch'
 18 |
 19 | /// A timeout for a gRPC call.
[329/376] Emitting module GRPCCodeGen
BUILD FAILURE 6.2 wasm