Build Information
Successful build of grpc-swift-protobuf, reference main (a1aa98), with Swift 6.2 for Android on 4 Dec 2025 19:51:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-protobuf.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/grpc/grpc-swift-protobuf
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a1aa982 Bump grpc-swift-2 depenendency requirement (#91)
Cloned https://github.com/grpc/grpc-swift-protobuf.git
Revision (git rev-parse @):
a1aa982cb2a276c72b478433eb75a4ec6508a277
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-protobuf.git at main
========================================
Build
========================================
Selected platform: android
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-4606859-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/29959] Fetching grpc-swift-2
[29960/71457] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (8.64s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.73s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.1 (9.46s)
Fetching https://github.com/apple/swift-collections.git
[1/18325] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.72s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.47s)
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
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
[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
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[3/46] Copying PrivacyInfo.xcprivacy
[3/46] Write sources
[23/46] Compiling CGRPCProtobuf CGRPCProtobuf.c
[25/46] Write swift-version--6B0C4D200E742BB1.txt
[27/266] Emitting module GRPCCodeGen
[28/268] Compiling SwiftProtobuf AnyUnpackError.swift
[29/268] Compiling SwiftProtobuf AsyncMessageSequence.swift
[30/270] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[31/270] Compiling GRPCCodeGen SourceFile.swift
[32/270] Compiling SwiftProtobuf ExtensionMap.swift
[33/270] Compiling SwiftProtobuf FieldTag.swift
[34/270] Compiling SwiftProtobuf Enum.swift
[35/270] Compiling SwiftProtobuf ExtensibleMessage.swift
[36/270] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[37/270] Compiling SwiftProtobuf ExtensionFields.swift
[38/270] Compiling SwiftProtobuf FieldTypes.swift
[39/270] Compiling SwiftProtobuf AnyMessageStorage.swift
[40/270] Compiling SwiftProtobuf Decoder.swift
[41/270] Compiling SwiftProtobuf DoubleParser.swift
[44/270] Compiling SwiftProtobuf BytecodeInterpreter.swift
[45/270] Compiling SwiftProtobuf BytecodeReader.swift
[46/270] Compiling SwiftProtobuf CustomJSONCodable.swift
[49/270] Emitting module InternalCollectionsUtilities
[51/270] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[54/271] Emitting module GRPCCodeGen
[65/288] Compiling DequeModule _DequeBuffer.swift
[66/288] Compiling DequeModule _DequeBufferHeader.swift
[67/290] Compiling DequeModule Deque+Equatable.swift
[68/290] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[69/290] Compiling DequeModule _DequeSlot.swift
[70/290] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/290] Compiling GRPCCodeGen TypeUsage.swift
[72/290] Compiling GRPCCodeGen SourceFile.swift
[73/290] Compiling DequeModule Deque+CustomReflectable.swift
[74/290] Compiling DequeModule Deque+Descriptions.swift
[75/290] Compiling DequeModule Deque._UnsafeHandle.swift
[76/290] Compiling DequeModule Deque.swift
[77/290] Compiling DequeModule Deque+Extras.swift
[78/290] Compiling DequeModule Deque+Hashable.swift
[79/290] Compiling DequeModule Deque+Testing.swift
[80/290] Compiling DequeModule Deque._Storage.swift
[81/290] Compiling DequeModule Deque+Codable.swift
[82/290] Compiling DequeModule Deque+Collection.swift
[83/290] Emitting module DequeModule
[85/346] Emitting module SwiftProtobuf
[86/357] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[87/357] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[88/357] Compiling GRPCCore ClientRequest.swift
[89/357] Compiling GRPCCore ClientResponse.swift
[90/357] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[91/357] Compiling GRPCCore ClientRPCExecutor.swift
[92/357] Compiling GRPCCore ClientRequest+Convenience.swift
[93/358] Wrapping AST for GRPCCodeGen for debugging
[95/358] Compiling GRPCCore Result+Catching.swift
[96/358] Compiling GRPCCore String+Extensions.swift
[97/358] Compiling GRPCCore TaskGroup+CancellableTask.swift
[98/358] Compiling GRPCCore Metadata.swift
[99/358] Compiling GRPCCore MethodDescriptor.swift
[100/358] Compiling GRPCCore RPCError.swift
[101/358] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[102/358] Compiling SwiftProtobuf Message.swift
[103/358] Compiling SwiftProtobuf MessageExtension.swift
[104/358] Compiling SwiftProtobuf NameMap.swift
[105/358] Compiling SwiftProtobuf PathDecoder.swift
[106/358] Compiling SwiftProtobuf PathVisitor.swift
[107/358] Compiling GRPCCore RetryDelaySequence.swift
[108/358] Compiling GRPCCore ConditionalInterceptor.swift
[109/358] Compiling GRPCCore ServerCancellationManager.swift
[110/358] Compiling GRPCCore ServerRPCExecutor.swift
[111/358] Compiling GRPCCore CompressionAlgorithm.swift
[112/358] Compiling GRPCCore GRPCContiguousBytes.swift
[113/358] Compiling GRPCCore MethodConfig.swift
[114/358] Compiling GRPCCore ServiceConfig.swift
[115/358] Compiling GRPCCore GRPCClient.swift
[116/358] Compiling GRPCCore GRPCServer.swift
[117/358] Compiling GRPCCore Base64.swift
[118/358] Compiling GRPCCore UnsafeTransfer.swift
[119/358] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[120/358] Compiling GRPCCore BroadcastAsyncSequence.swift
[121/358] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[122/358] Compiling GRPCCore RPCWriter+Map.swift
[123/358] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[124/358] Compiling GRPCCore RPCWriter+Serialize.swift
[125/358] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[126/358] Compiling GRPCCore RPCAsyncSequence.swift
[127/358] Compiling GRPCCore RPCWriter+Closable.swift
[128/358] Compiling GRPCCore RPCWriter.swift
[129/358] Compiling GRPCCore Metadata+GRPC.swift
[130/358] Compiling GRPCCore MethodConfigs.swift
[131/358] Compiling GRPCCore RPCRouter.swift
[132/358] Compiling GRPCCore RegistrableRPCService.swift
[133/358] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[134/358] Compiling GRPCCore ServerContext.swift
[135/358] Compiling GRPCCore ServerInterceptor.swift
[136/358] Compiling GRPCCore ServerRequest.swift
[137/358] Compiling GRPCCore ServerResponse.swift
[138/358] Compiling GRPCCore Coding.swift
[139/358] Compiling GRPCCore RuntimeError.swift
[140/358] Compiling GRPCCore ServiceDescriptor.swift
[141/358] Compiling GRPCCore Status.swift
[142/358] Compiling GRPCCore AsyncSequenceOfOne.swift
[143/358] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[144/358] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[145/358] Compiling SwiftProtobuf TextFormatScanner.swift
[146/358] Compiling SwiftProtobuf TimeUtils.swift
[147/358] Compiling SwiftProtobuf UnknownStorage.swift
[148/358] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[149/358] Compiling SwiftProtobuf Varint.swift
[150/358] Compiling SwiftProtobuf Version.swift
[151/358] Compiling SwiftProtobuf Visitor.swift
[152/358] Compiling SwiftProtobuf WireFormat.swift
[153/358] Compiling SwiftProtobuf ZigZag.swift
[154/358] Compiling SwiftProtobuf any.pb.swift
[155/358] Compiling SwiftProtobuf ProtoNameProviding.swift
[156/358] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[157/358] Compiling SwiftProtobuf ProtobufMap.swift
[158/358] Compiling SwiftProtobuf SelectiveVisitor.swift
[159/358] Compiling SwiftProtobuf SimpleExtensionMap.swift
[160/358] Compiling SwiftProtobuf StringUtils.swift
[161/358] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[162/358] Compiling SwiftProtobuf SwiftProtobufError.swift
[163/358] Compiling SwiftProtobuf TextFormatDecoder.swift
[164/358] Compiling SwiftProtobuf TextFormatDecodingError.swift
[165/358] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[166/358] Compiling SwiftProtobuf TextFormatEncoder.swift
[167/358] Compiling GRPCCore CallOptions.swift
[168/358] Compiling GRPCCore ClientContext.swift
[169/358] Compiling GRPCCore ClientInterceptor.swift
[177/358] Compiling GRPCCore ClientResponse+Convenience.swift
[178/358] Compiling GRPCCore ClientStreamExecutor.swift
[261/370] Wrapping AST for GRPCCodeGen for debugging
[275/370] Emitting module SwiftProtobuf
[283/377] Emitting module GRPCCore
[331/377] Compiling GRPCCore RPCWriterProtocol.swift
[332/377] Compiling GRPCCore Timeout.swift
[333/377] Compiling GRPCCore ClientTransport.swift
[334/377] Compiling GRPCCore RPCParts.swift
[335/377] Compiling GRPCCore RPCStream.swift
[336/377] Compiling GRPCCore RetryThrottle.swift
[337/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
[350/379] Wrapping AST for SwiftProtobuf for debugging
[352/404] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[353/404] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[354/404] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[355/407] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[356/407] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[357/407] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[358/407] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[359/407] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[360/407] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[361/407] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[362/407] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[363/407] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[364/407] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[365/407] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[366/407] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[367/407] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[368/407] Emitting module SwiftProtobufPluginLibrary
[369/407] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[370/407] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[371/407] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[372/407] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[373/407] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[374/407] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[375/407] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[376/407] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[377/407] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[378/407] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[379/407] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[391/408] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[393/435] Wrapping AST for SwiftProtobuf for debugging
[395/471] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[396/471] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[397/471] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[398/474] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[399/474] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[401/474] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[402/474] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[403/474] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[404/474] Compiling GRPCProtobuf ErrorDetails+Types.swift
[405/474] Compiling GRPCProtobuf ErrorDetails.swift
[406/474] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[409/477] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[410/477] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[411/477] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[412/477] Compiling GRPCProtobuf Coding.swift
[413/477] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[414/477] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[415/477] Compiling protoc_gen_swift Version.swift
[416/477] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[419/477] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[420/477] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[421/477] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[426/477] Emitting module SwiftProtobufPluginLibrary
[431/477] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[432/477] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[433/477] Emitting module protoc_gen_swift
[441/478] Wrapping AST for protoc-gen-swift for debugging
[442/478] Write Objects.LinkFileList
[444/478] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[445/478] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[446/478] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[446/478] Linking protoc-gen-swift-tool
[448/478] Compiling GRPCProtobuf code.pb.swift
[449/479] Emitting module GRPCProtobufCodeGen
[450/479] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[451/479] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[457/480] Compiling GRPCProtobuf GoogleRPCStatus.swift
[458/480] Compiling GRPCProtobuf status.pb.swift
[459/480] Emitting module GRPCProtobuf
[460/480] Compiling GRPCProtobufCodeGen CamelCaser.swift
[461/480] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[462/494] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[463/507] Wrapping AST for GRPCProtobufCodeGen for debugging
[465/511] Emitting module GRPCProtobufCodeGen
[466/511] Compiling protoc_gen_grpc_swift_2 Version.swift
[467/511] Compiling GRPCProtobufCodeGen ProtobufCodeGenerator.swift
[468/511] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[469/511] Compiling GRPCProtobufCodeGen ProtobufCodeGenParser.swift
[470/511] Compiling GRPCProtobufCodeGen CamelCaser.swift
[472/512] Compiling protoc_gen_grpc_swift_2 Options.swift
[473/512] Emitting module protoc_gen_grpc_swift_2
[473/517] Wrapping AST for GRPCProtobufCodeGen for debugging
[475/517] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[476/517] Write Objects.LinkFileList
[478/517] Compiling protoc_gen_swift ProvidesSourceCodeLocation+Extensions.swift
[479/517] Compiling protoc_gen_swift Range+Extensions.swift
[480/517] Compiling protoc_gen_swift StringUtils.swift
[481/517] Emitting module protoc_gen_grpc_swift_2
[482/520] Compiling protoc_gen_swift FileGenerator.swift
[483/520] Compiling protoc_gen_swift FileIo.swift
[484/520] Compiling protoc_gen_swift GenerationError.swift
[485/520] Compiling protoc_gen_swift GeneratorOptions.swift
[486/520] Compiling protoc_gen_swift Google_Protobuf_FileDescriptorProto+Extensions.swift
[487/520] Compiling protoc_gen_swift MessageFieldGenerator.swift
[488/520] Compiling protoc_gen_grpc_swift_2 Version.swift
[489/520] Compiling GRPCProtobuf error_details.pb.swift
[490/520] Compiling protoc_gen_grpc_swift_2 GenerateGRPC.swift
[491/520] Compiling protoc_gen_grpc_swift_2 Options.swift
[492/521] Emitting module protoc_gen_swift
[493/521] Compiling protoc_gen_swift EnumGenerator.swift
[494/521] Compiling protoc_gen_swift ExtensionSetGenerator.swift
[495/521] Compiling protoc_gen_swift FieldGenerator.swift
[496/521] Compiling protoc_gen_swift BytecodeWriter.swift
[497/521] Compiling protoc_gen_swift CommandLine+Extensions.swift
[498/521] Compiling protoc_gen_swift Descriptor+Extensions.swift
[505/522] Compiling protoc_gen_swift OneofGenerator.swift
[506/522] Compiling protoc_gen_swift ProtoNameInstructionWriter.swift
[507/522] Compiling protoc_gen_swift ProvidesDeprecationComment+Extensions.swift
[508/522] Compiling protoc_gen_swift SwiftGeneratorPlugin.swift
[509/522] Compiling protoc_gen_swift SwiftProtobufNamer+Extensions.swift
[510/522] Compiling protoc_gen_swift Version.swift
[513/522] Compiling protoc_gen_swift MessageGenerator.swift
[514/522] Compiling protoc_gen_swift MessageStorageClassGenerator.swift
[515/522] Compiling protoc_gen_swift MessageStorageDecision.swift
[516/523] Linking protoc-gen-grpc-swift-2-tool
[517/523] Wrapping AST for protoc-gen-grpc-swift-2 for debugging
[518/523] Write Objects.LinkFileList
[519/523] Wrapping AST for protoc-gen-swift for debugging
[520/523] Write Objects.LinkFileList
[521/523] Linking protoc-gen-grpc-swift-2
[522/523] Linking protoc-gen-swift
Build complete! (238.29s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.