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

Successful build of grpc-swift-protobuf, reference main (a1aa98), with Swift 6.2 for Linux on 4 Dec 2025 19:51:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
[1/29959] Fetching grpc-swift-2
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.41s)
[1/41498] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.37s)
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.80s)
Fetching https://github.com/apple/swift-collections.git
[1/18325] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.80s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.43s)
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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.1
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
[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
[5/46] Copying PrivacyInfo.xcprivacy
[5/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version-24593BA9C3E375BF.txt
[27/266] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[28/266] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[29/268] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[30/268] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/268] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[33/270] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[35/270] Emitting module GRPCCodeGen
[36/272] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[38/272] Emitting module GRPCCodeGen
[41/272] Emitting module InternalCollectionsUtilities
[42/272] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[43/272] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[44/272] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[45/272] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[46/272] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[47/272] Compiling SwiftProtobuf AnyMessageStorage.swift
[48/272] Compiling SwiftProtobuf AnyUnpackError.swift
[49/272] Compiling SwiftProtobuf AsyncMessageSequence.swift
[51/272] Compiling SwiftProtobuf Internal.swift
[58/272] Compiling SwiftProtobuf HashVisitor.swift
[68/288] Compiling GRPCCodeGen TypeUsage.swift
[69/288] Compiling GRPCCodeGen SourceFile.swift
[72/288] Compiling DequeModule Deque+CustomReflectable.swift
[73/288] Compiling DequeModule Deque+Descriptions.swift
[74/290] Compiling DequeModule _DequeBuffer.swift
[75/290] Compiling DequeModule _DequeBufferHeader.swift
[76/290] Compiling DequeModule Deque+Equatable.swift
[77/290] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/290] Compiling DequeModule Deque+Extras.swift
[79/290] Compiling DequeModule Deque+Hashable.swift
[80/290] Compiling DequeModule _DequeSlot.swift
[81/290] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/290] Compiling DequeModule Deque+Testing.swift
[83/290] Compiling DequeModule Deque._Storage.swift
[84/290] Compiling DequeModule Deque._UnsafeHandle.swift
[85/290] Compiling DequeModule Deque.swift
[86/290] Compiling DequeModule Deque+Codable.swift
[87/290] Compiling DequeModule Deque+Collection.swift
[88/290] Emitting module DequeModule
[100/347] Wrapping AST for GRPCCodeGen for debugging
[102/347] Compiling GRPCCore CallOptions.swift
[103/347] Compiling GRPCCore ClientContext.swift
[104/347] Compiling GRPCCore ClientInterceptor.swift
[105/347] Compiling GRPCCore ClientRequest.swift
[106/347] Compiling GRPCCore ClientResponse.swift
[107/347] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[108/347] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[109/347] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[110/347] Compiling GRPCCore ClientRPCExecutor.swift
[111/347] Compiling GRPCCore ClientRequest+Convenience.swift
[112/347] Compiling GRPCCore ClientResponse+Convenience.swift
[113/347] Compiling GRPCCore ClientStreamExecutor.swift
[126/369] Compiling GRPCCore CompressionAlgorithm.swift
[127/369] Compiling GRPCCore GRPCContiguousBytes.swift
[128/369] Compiling GRPCCore MethodConfig.swift
[129/369] Compiling GRPCCore ServiceConfig.swift
[130/369] Compiling GRPCCore GRPCClient.swift
[131/369] Compiling GRPCCore GRPCServer.swift
[132/369] Compiling GRPCCore Base64.swift
[133/369] Compiling GRPCCore UnsafeTransfer.swift
[134/369] Compiling GRPCCore Metadata+GRPC.swift
[135/369] Compiling GRPCCore MethodConfigs.swift
[136/369] Compiling GRPCCore Result+Catching.swift
[137/369] Compiling GRPCCore String+Extensions.swift
[138/369] Compiling GRPCCore TaskGroup+CancellableTask.swift
[139/369] Compiling GRPCCore Metadata.swift
[140/369] Compiling GRPCCore MethodDescriptor.swift
[141/369] Compiling GRPCCore RPCError.swift
[142/369] Compiling GRPCCore RuntimeError.swift
[143/369] Compiling GRPCCore ServiceDescriptor.swift
[144/369] Compiling GRPCCore Status.swift
[145/369] Compiling GRPCCore AsyncSequenceOfOne.swift
[146/369] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[147/369] Compiling GRPCCore BroadcastAsyncSequence.swift
[148/369] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[149/369] Compiling GRPCCore RPCWriter+Map.swift
[150/369] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[151/369] Compiling GRPCCore RPCWriter+Serialize.swift
[152/369] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[153/369] Compiling GRPCCore RPCAsyncSequence.swift
[154/369] Compiling GRPCCore RPCWriter+Closable.swift
[155/369] Compiling GRPCCore RPCWriter.swift
[156/369] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[157/369] Compiling SwiftProtobuf Message.swift
[158/369] Compiling SwiftProtobuf MessageExtension.swift
[159/369] Compiling SwiftProtobuf NameMap.swift
[160/369] Compiling SwiftProtobuf PathDecoder.swift
[161/369] Compiling SwiftProtobuf PathVisitor.swift
[162/369] Compiling SwiftProtobuf ProtoNameProviding.swift
[163/369] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[164/369] Compiling SwiftProtobuf ProtobufMap.swift
[165/369] Compiling SwiftProtobuf SelectiveVisitor.swift
[166/369] Compiling SwiftProtobuf SimpleExtensionMap.swift
[167/369] Compiling SwiftProtobuf StringUtils.swift
[168/369] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[169/369] Compiling SwiftProtobuf SwiftProtobufError.swift
[170/369] Compiling SwiftProtobuf TextFormatDecoder.swift
[171/369] Compiling SwiftProtobuf TextFormatDecodingError.swift
[172/369] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[173/369] Compiling SwiftProtobuf TextFormatEncoder.swift
[174/369] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/369] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/369] Compiling SwiftProtobuf TextFormatScanner.swift
[177/369] Compiling SwiftProtobuf TimeUtils.swift
[178/369] Compiling SwiftProtobuf UnknownStorage.swift
[179/369] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/369] Compiling SwiftProtobuf Varint.swift
[181/369] Compiling SwiftProtobuf Version.swift
[182/369] Compiling SwiftProtobuf Visitor.swift
[183/369] Compiling SwiftProtobuf WireFormat.swift
[184/369] Compiling SwiftProtobuf ZigZag.swift
[185/369] Compiling SwiftProtobuf any.pb.swift
[246/369] Compiling GRPCCore RetryDelaySequence.swift
[247/369] Compiling GRPCCore ConditionalInterceptor.swift
[248/369] Compiling GRPCCore ServerCancellationManager.swift
[249/369] Compiling GRPCCore ServerRPCExecutor.swift
[250/369] Compiling GRPCCore RPCRouter.swift
[251/369] Compiling GRPCCore RegistrableRPCService.swift
[252/369] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[253/369] Compiling GRPCCore ServerContext.swift
[254/369] Compiling GRPCCore ServerInterceptor.swift
[255/369] Compiling GRPCCore ServerRequest.swift
[256/369] Compiling GRPCCore ServerResponse.swift
[257/369] Compiling GRPCCore Coding.swift
[258/369] Emitting module SwiftProtobuf
[275/370] Emitting module GRPCCore
[275/377] Wrapping AST for GRPCCodeGen for debugging
[284/377] Compiling GRPCCore RPCWriterProtocol.swift
[285/377] Compiling GRPCCore Timeout.swift
[286/377] Compiling GRPCCore ClientTransport.swift
[287/377] Compiling GRPCCore RPCParts.swift
[288/377] Compiling GRPCCore RPCStream.swift
[289/377] Compiling GRPCCore RetryThrottle.swift
[290/377] Compiling GRPCCore ServerTransport.swift
[339/378] Compiling SwiftProtobuf api.pb.swift
[340/378] Compiling SwiftProtobuf descriptor.pb.swift
[341/378] Compiling SwiftProtobuf duration.pb.swift
[342/378] Compiling SwiftProtobuf empty.pb.swift
[343/378] Compiling SwiftProtobuf field_mask.pb.swift
[344/378] Compiling SwiftProtobuf source_context.pb.swift
[345/378] Compiling SwiftProtobuf struct.pb.swift
[346/378] Compiling SwiftProtobuf timestamp.pb.swift
[347/378] Compiling SwiftProtobuf type.pb.swift
[348/378] Compiling SwiftProtobuf wrappers.pb.swift
[349/378] Compiling SwiftProtobuf resource_bundle_accessor.swift
[362/391] Wrapping AST for SwiftProtobuf for debugging
[365/441] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[366/441] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[367/441] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[368/444] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[369/444] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[370/444] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[371/447] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[372/447] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[373/447] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[377/447] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[378/447] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[379/447] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[380/447] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[381/447] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[382/447] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[383/447] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[397/447] Emitting module SwiftProtobufPluginLibrary
[398/447] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[399/447] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[400/447] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[404/447] Compiling GRPCProtobuf GoogleRPCStatus.swift
[405/448] Compiling GRPCProtobuf status.pb.swift
[406/448] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[407/448] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[408/448] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[409/448] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[410/448] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[411/448] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[412/448] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[413/448] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[415/449] Emitting module GRPCProtobuf
[416/449] Emitting module SwiftProtobufPluginLibrary
[425/450] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[426/450] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[429/502] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[430/502] Emitting module GRPCProtobufCodeGen
[431/502] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[432/502] Emitting module protoc_gen_swift
[433/505] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[434/505] Compiling GRPCProtobufCodeGen CamelCaser.swift
[436/506] Emitting module GRPCProtobufCodeGen
[437/506] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[440/507] Compiling protoc_gen_swift FileGenerator.swift
[441/507] Compiling protoc_gen_swift FileIo.swift
[442/507] Compiling protoc_gen_swift GenerationError.swift
[442/510] Wrapping AST for GRPCProtobufCodeGen for debugging
[445/518] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[446/518] Compiling protoc_gen_swift Range+Extensions.swift
[447/518] Compiling protoc_gen_swift StringUtils.swift
[451/518] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[452/518] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[453/518] Compiling protoc_gen_swift Version.swift
[454/518] Emitting module protoc_gen_grpc_swift_2
[455/518] Compiling protoc_gen_grpc_swift_2 Version.swift
[460/518] Compiling protoc_gen_swift EnumGenerator.swift
[461/518] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[462/518] Compiling protoc_gen_swift FieldGenerator.swift
[463/518] Emitting module protoc_gen_swift
[464/518] Compiling protoc_gen_swift OneofGenerator.swift
[465/518] Compiling protoc_gen_swift ProtoNameInstructionWriter.swift
[466/518] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[467/518] Compiling protoc_gen_swift BytecodeWriter.swift
[468/518] Compiling protoc_gen_swift CommandLine+Extensions.swift
[469/518] Compiling protoc_gen_swift Descriptor+Extensions.swift
[470/518] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[471/518] Compiling GRPCProtobuf code.pb.swift
[472/518] Compiling GRPCProtobuf error_details.pb.swift
[476/518] Emitting module protoc_gen_grpc_swift_2
[477/518] Compiling protoc_gen_grpc_swift_2 Options.swift
[484/519] Compiling protoc_gen_swift GeneratorOptions.swift
[485/519] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[486/519] Compiling protoc_gen_swift MessageFieldGenerator.swift
[487/519] Compiling protoc_gen_swift MessageGenerator.swift
[488/519] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[489/519] Compiling protoc_gen_swift MessageStorageDecision.swift
[491/520] Compiling protoc_gen_grpc_swift_2 Options.swift
[492/520] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[511/523] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[512/523] Write Objects.LinkFileList
[513/523] Wrapping AST for protoc-gen-swift for debugging
[514/523] Write Objects.LinkFileList
[515/523] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[516/523] Write Objects.LinkFileList
[517/523] Wrapping AST for protoc-gen-swift for debugging
[518/523] Write Objects.LinkFileList
[519/523] Linking protoc-gen-grpc-swift-2-tool
[520/523] Linking protoc-gen-swift-tool
[521/523] Linking protoc-gen-swift
[522/523] Linking protoc-gen-grpc-swift-2
Build complete! (253.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-protobuf",
  "name" : "grpc-swift-protobuf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCProtobuf",
      "targets" : [
        "GRPCProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-grpc-swift-2",
      "targets" : [
        "protoc-gen-grpc-swift-2"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GRPCProtobufGenerator",
      "targets" : [
        "GRPCProtobufGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "generate-grpc-code-from-protos",
      "targets" : [
        "generate-grpc-code-from-protos"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "protoc_gen_grpc_swift_2",
      "module_type" : "SwiftTarget",
      "name" : "protoc-gen-grpc-swift-2",
      "path" : "Sources/protoc-gen-grpc-swift-2",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "GenerateGRPC.swift",
        "Options.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen",
        "CGRPCProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_grpc_code_from_protos",
      "module_type" : "PluginTarget",
      "name" : "generate-grpc-code-from-protos",
      "path" : "Plugins/GRPCProtobufGeneratorCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift code for gRPC services from protobuf definitions.",
          "type" : "custom",
          "verb" : "generate-grpc-code-from-protos"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To write the generated Swift files back into the source directory of the package.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CommandConfig.swift",
        "CommandPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift-2"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufTests",
      "path" : "Tests/GRPCProtobufTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "sources" : [
        "Errors/DetailedErrorTests.swift",
        "Errors/Generated/error-service.grpc.swift",
        "Errors/Generated/error-service.pb.swift",
        "ProtobufCodingTests.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufGenerator",
      "module_type" : "PluginTarget",
      "name" : "GRPCProtobufGenerator",
      "path" : "Plugins/GRPCProtobufGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_dependencies" : [
        "protoc-gen-swift"
      ],
      "product_memberships" : [
        "GRPCProtobufGenerator"
      ],
      "sources" : [
        "BuildPluginConfig.swift",
        "BuildPluginError.swift",
        "Plugin.swift",
        "PluginsShared/GenerationConfig.swift",
        "PluginsShared/PluginUtils.swift"
      ],
      "target_dependencies" : [
        "protoc-gen-grpc-swift-2"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GRPCProtobufCodeGenTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGenTests",
      "path" : "Tests/GRPCProtobufCodeGenTests",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GRPCProtobufCodeGenTests/Generated",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CamelCaserTests.swift",
        "ProtobufCodeGenParserTests.swift",
        "ProtobufCodeGeneratorTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCProtobufCodeGen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCProtobufCodeGen",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobufCodeGen",
      "path" : "Sources/GRPCProtobufCodeGen",
      "product_dependencies" : [
        "GRPCCodeGen",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CamelCaser.swift",
        "ProtobufCodeGenParser.swift",
        "ProtobufCodeGenerator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "GRPCProtobuf",
      "path" : "Sources/GRPCProtobuf",
      "product_dependencies" : [
        "GRPCCore",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCProtobuf"
      ],
      "sources" : [
        "Coding.swift",
        "ContiguousBytesAdapter.swift",
        "Errors/ErrorDetails+AnyPacking.swift",
        "Errors/ErrorDetails+CustomStringConvertible.swift",
        "Errors/ErrorDetails+Types.swift",
        "Errors/ErrorDetails.swift",
        "Errors/Generated/code.pb.swift",
        "Errors/Generated/error_details.pb.swift",
        "Errors/Generated/status.pb.swift",
        "Errors/GoogleRPCStatus.swift",
        "Errors/RPCError+GoogleRPCStatus.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGRPCProtobuf",
      "module_type" : "ClangTarget",
      "name" : "CGRPCProtobuf",
      "path" : "Sources/CGRPCProtobuf",
      "product_memberships" : [
        "protoc-gen-grpc-swift-2",
        "GRPCProtobufGenerator",
        "generate-grpc-code-from-protos"
      ],
      "sources" : [
        "CGRPCProtobuf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.