Build Information
Successful build of grpc-swift-2, reference main (a011e7
), with Swift 6.1 for Android on 16 Jun 2025 18:57:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-2.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-2
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a011e71 Regenerate protos (#4)
Cloned https://github.com/grpc/grpc-swift-2.git
Revision (git rev-parse @):
a011e71c374423516daa65663d435ebf69dac986
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-2.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/grpc/grpc-swift-2.git
https://github.com/grpc/grpc-swift-2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "grpc-swift-2",
"name" : "grpc-swift-2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPCCore",
"targets" : [
"GRPCCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCCodeGen",
"targets" : [
"GRPCCodeGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCInProcessTransport",
"targets" : [
"GRPCInProcessTransport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GRPCInProcessTransportTests",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransportTests",
"path" : "Tests/GRPCInProcessTransportTests",
"sources" : [
"ClientServerWithMethods.swift",
"InProcessClientTransportTests.swift",
"InProcessServerTransportTests.swift",
"InProcessTransportTests.swift",
"Test Utilities/JSONSerializing.swift",
"Test Utilities/XCTest+Utilities.swift"
],
"target_dependencies" : [
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCInProcessTransport",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransport",
"path" : "Sources/GRPCInProcessTransport",
"product_memberships" : [
"GRPCInProcessTransport"
],
"sources" : [
"InProcessTransport+Client.swift",
"InProcessTransport+Server.swift",
"InProcessTransport.swift",
"Syscalls.swift"
],
"target_dependencies" : [
"GRPCCore"
],
"type" : "library"
},
{
"c99name" : "GRPCCoreTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCoreTests",
"path" : "Tests/GRPCCoreTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRPCCoreTests/Configuration/Inputs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Call/Client/ClientRequestTests.swift",
"Call/Client/ClientResponseTests.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+ServerBehavior.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+Transport.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Hedging.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Retries.swift",
"Call/Client/Internal/ClientRPCExecutorTests.swift",
"Call/Client/RetryDelaySequenceTests.swift",
"Call/ConditionalInterceptorTests.swift",
"Call/Server/Internal/ServerCancellationManagerTests.swift",
"Call/Server/Internal/ServerRPCExecutorTestSupport/ServerRPCExecutorTestHarness.swift",
"Call/Server/Internal/ServerRPCExecutorTests.swift",
"Call/Server/RPCRouterTests.swift",
"Call/Server/ServerContextTests.swift",
"Call/Server/ServerRequestTests.swift",
"Call/Server/ServerResponseTests.swift",
"Coding/CodingTests.swift",
"Coding/CompressionAlgorithmTests.swift",
"Configuration/Generated/code.pb.swift",
"Configuration/Generated/rls.pb.swift",
"Configuration/Generated/rls_config.pb.swift",
"Configuration/Generated/service_config.pb.swift",
"Configuration/MethodConfigCodingTests.swift",
"Configuration/MethodConfigTests.swift",
"Configuration/ServiceConfigCodingTests.swift",
"GRPCClientTests.swift",
"GRPCServerTests.swift",
"Internal/Metadata+GRPCTests.swift",
"Internal/MethodConfigsTests.swift",
"Internal/Result+CatchingTests.swift",
"MetadataTests.swift",
"MethodDescriptorTests.swift",
"RPCErrorTests.swift",
"RPCPartsTests.swift",
"RuntimeErrorTests.swift",
"ServiceDescriptorTests.swift",
"StatusTests.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequenceTests.swift",
"Test Utilities/AsyncSequence+Utilities.swift",
"Test Utilities/AtomicCounter.swift",
"Test Utilities/Call/Client/ClientInterceptors.swift",
"Test Utilities/Call/Server/ServerInterceptors.swift",
"Test Utilities/Coding+Identity.swift",
"Test Utilities/Coding+JSON.swift",
"Test Utilities/RPCAsyncSequence+Utilities.swift",
"Test Utilities/RPCWriter+Utilities.swift",
"Test Utilities/Services/BinaryEcho.swift",
"Test Utilities/Services/HelloWorld.swift",
"Test Utilities/Transport/AnyTransport.swift",
"Test Utilities/Transport/StreamCountingTransport.swift",
"Test Utilities/Transport/ThrowingTransport.swift",
"Test Utilities/XCTest+Utilities.swift",
"TimeoutTests.swift",
"Transport/RetryThrottleTests.swift"
],
"target_dependencies" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCCore",
"module_type" : "SwiftTarget",
"name" : "GRPCCore",
"path" : "Sources/GRPCCore",
"product_dependencies" : [
"DequeModule"
],
"product_memberships" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"sources" : [
"Call/Client/CallOptions.swift",
"Call/Client/ClientContext.swift",
"Call/Client/ClientInterceptor.swift",
"Call/Client/ClientRequest.swift",
"Call/Client/ClientResponse.swift",
"Call/Client/Internal/ClientRPCExecutor+HedgingExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+OneShotExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+RetryExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor.swift",
"Call/Client/Internal/ClientRequest+Convenience.swift",
"Call/Client/Internal/ClientResponse+Convenience.swift",
"Call/Client/Internal/ClientStreamExecutor.swift",
"Call/Client/Internal/RetryDelaySequence.swift",
"Call/ConditionalInterceptor.swift",
"Call/Server/Internal/ServerCancellationManager.swift",
"Call/Server/Internal/ServerRPCExecutor.swift",
"Call/Server/RPCRouter.swift",
"Call/Server/RegistrableRPCService.swift",
"Call/Server/ServerContext+RPCCancellationHandle.swift",
"Call/Server/ServerContext.swift",
"Call/Server/ServerInterceptor.swift",
"Call/Server/ServerRequest.swift",
"Call/Server/ServerResponse.swift",
"Coding/Coding.swift",
"Coding/CompressionAlgorithm.swift",
"Coding/GRPCContiguousBytes.swift",
"Configuration/MethodConfig.swift",
"Configuration/ServiceConfig.swift",
"GRPCClient.swift",
"GRPCServer.swift",
"Internal/Base64.swift",
"Internal/Concurrency Primitives/UnsafeTransfer.swift",
"Internal/Metadata+GRPC.swift",
"Internal/MethodConfigs.swift",
"Internal/Result+Catching.swift",
"Internal/String+Extensions.swift",
"Internal/TaskGroup+CancellableTask.swift",
"Metadata.swift",
"MethodDescriptor.swift",
"RPCError.swift",
"RuntimeError.swift",
"ServiceDescriptor.swift",
"Status.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequence+RPCWriter.swift",
"Streaming/Internal/BroadcastAsyncSequence.swift",
"Streaming/Internal/GRPCAsyncThrowingStream.swift",
"Streaming/Internal/RPCWriter+Map.swift",
"Streaming/Internal/RPCWriter+MessageToRPCResponsePart.swift",
"Streaming/Internal/RPCWriter+Serialize.swift",
"Streaming/Internal/UncheckedAsyncIteratorSequence.swift",
"Streaming/RPCAsyncSequence.swift",
"Streaming/RPCWriter+Closable.swift",
"Streaming/RPCWriter.swift",
"Streaming/RPCWriterProtocol.swift",
"Timeout.swift",
"Transport/ClientTransport.swift",
"Transport/RPCParts.swift",
"Transport/RPCStream.swift",
"Transport/RetryThrottle.swift",
"Transport/ServerTransport.swift"
],
"type" : "library"
},
{
"c99name" : "GRPCCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGenTests",
"path" : "Tests/GRPCCodeGenTests",
"sources" : [
"Internal/Renderer/TextBasedRendererTests.swift",
"Internal/StructuredSwift+ClientTests.swift",
"Internal/StructuredSwift+ImportTests.swift",
"Internal/StructuredSwift+MetadataTests.swift",
"Internal/StructuredSwift+ServerTests.swift",
"Internal/StructuredSwiftTestHelpers.swift",
"Internal/Translator/ClientCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/DocsTests.swift",
"Internal/Translator/IDLToStructuredSwiftTranslatorSnippetBasedTests.swift",
"Internal/Translator/ServerCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/TestFunctions.swift",
"Internal/Translator/TypealiasTranslatorSnippetBasedTests.swift"
],
"target_dependencies" : [
"GRPCCodeGen"
],
"type" : "test"
},
{
"c99name" : "GRPCCodeGen",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGen",
"path" : "Sources/GRPCCodeGen",
"product_memberships" : [
"GRPCCodeGen"
],
"sources" : [
"CodeGenError.swift",
"CodeGenerationRequest.swift",
"CodeGenerator.swift",
"Internal/Namer.swift",
"Internal/Renderer/RendererProtocol.swift",
"Internal/Renderer/TextBasedRenderer.swift",
"Internal/StructuredSwift+Client.swift",
"Internal/StructuredSwift+Server.swift",
"Internal/StructuredSwift+ServiceMetadata.swift",
"Internal/StructuredSwiftRepresentation.swift",
"Internal/Translator/ClientCodeTranslator.swift",
"Internal/Translator/Docs.swift",
"Internal/Translator/IDLToStructuredSwiftTranslator.swift",
"Internal/Translator/MetadataTranslator.swift",
"Internal/Translator/ServerCodeTranslator.swift",
"Internal/TypeName.swift",
"Internal/TypeUsage.swift",
"SourceFile.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-protobuf.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
[1/39446] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (6.22s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.50s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/38] Compiling GRPCCodeGen ServerCodeTranslator.swift
[9/38] Compiling GRPCCodeGen TypeName.swift
[10/40] Compiling GRPCCodeGen IDLToStructuredSwiftTranslator.swift
[11/40] Compiling GRPCCodeGen MetadataTranslator.swift
[12/40] Emitting module GRPCCodeGen
[13/40] Compiling GRPCCodeGen CodeGenerator.swift
[14/40] Compiling GRPCCodeGen Namer.swift
[15/40] Emitting module InternalCollectionsUtilities
[16/40] Compiling GRPCCodeGen StructuredSwift+ServiceMetadata.swift
[17/40] Compiling GRPCCodeGen StructuredSwiftRepresentation.swift
[18/40] Compiling GRPCCodeGen CodeGenError.swift
[19/40] Compiling GRPCCodeGen CodeGenerationRequest.swift
[20/41] Compiling GRPCCodeGen RendererProtocol.swift
[21/41] Compiling GRPCCodeGen TextBasedRenderer.swift
[22/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/41] Compiling GRPCCodeGen ClientCodeTranslator.swift
[24/41] Compiling GRPCCodeGen Docs.swift
[27/41] Compiling GRPCCodeGen TypeUsage.swift
[28/41] Compiling GRPCCodeGen SourceFile.swift
[29/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/41] Compiling GRPCCodeGen StructuredSwift+Client.swift
[37/41] Compiling GRPCCodeGen StructuredSwift+Server.swift
[39/57] Compiling DequeModule _DequeBuffer.swift
[40/57] Compiling DequeModule _DequeBufferHeader.swift
[41/59] Compiling DequeModule Deque+Equatable.swift
[42/59] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[43/59] Compiling DequeModule Deque+Extras.swift
[44/59] Compiling DequeModule Deque+Hashable.swift
[45/59] Compiling DequeModule _DequeSlot.swift
[46/59] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/59] Compiling DequeModule Deque+Testing.swift
[48/59] Compiling DequeModule Deque._Storage.swift
[49/59] Compiling DequeModule Deque._UnsafeHandle.swift
[50/59] Compiling DequeModule Deque.swift
[51/59] Emitting module DequeModule
[52/59] Compiling DequeModule Deque+CustomReflectable.swift
[53/59] Compiling DequeModule Deque+Descriptions.swift
[54/59] Compiling DequeModule Deque+Codable.swift
[55/59] Compiling DequeModule Deque+Collection.swift
[57/115] Compiling GRPCCore Metadata+GRPC.swift
[58/115] Compiling GRPCCore MethodConfigs.swift
[59/115] Compiling GRPCCore Result+Catching.swift
[60/115] Compiling GRPCCore String+Extensions.swift
[61/115] Compiling GRPCCore TaskGroup+CancellableTask.swift
[62/115] Compiling GRPCCore Metadata.swift
[63/115] Compiling GRPCCore MethodDescriptor.swift
[64/115] Compiling GRPCCore RPCError.swift
[65/122] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[66/122] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[67/122] Compiling GRPCCore RPCRouter.swift
[68/122] Compiling GRPCCore RegistrableRPCService.swift
[70/123] Emitting module GRPCCore
[71/123] Compiling GRPCCore RPCWriter+Map.swift
[72/123] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[73/123] Compiling GRPCCore RPCWriter+Serialize.swift
[74/123] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[75/123] Compiling GRPCCore RPCAsyncSequence.swift
[76/123] Compiling GRPCCore RPCWriter+Closable.swift
[77/123] Compiling GRPCCore RPCWriter.swift
[78/123] Compiling GRPCCore CompressionAlgorithm.swift
[79/123] Compiling GRPCCore GRPCContiguousBytes.swift
[80/123] Compiling GRPCCore MethodConfig.swift
[81/123] Compiling GRPCCore ServiceConfig.swift
[82/123] Compiling GRPCCore GRPCClient.swift
[83/123] Compiling GRPCCore GRPCServer.swift
[84/123] Compiling GRPCCore Base64.swift
[85/123] Compiling GRPCCore UnsafeTransfer.swift
[86/123] Compiling GRPCCore CallOptions.swift
[87/123] Compiling GRPCCore ClientContext.swift
[88/123] Compiling GRPCCore ClientInterceptor.swift
[89/123] Compiling GRPCCore ClientRequest.swift
[90/123] Compiling GRPCCore ClientResponse.swift
[91/123] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[96/123] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[97/123] Compiling GRPCCore ServerContext.swift
[98/123] Compiling GRPCCore ServerInterceptor.swift
[99/123] Compiling GRPCCore ServerRequest.swift
[100/123] Compiling GRPCCore ServerResponse.swift
[101/123] Compiling GRPCCore Coding.swift
[102/123] Compiling GRPCCore RPCWriterProtocol.swift
[103/123] Compiling GRPCCore Timeout.swift
[104/123] Compiling GRPCCore ClientTransport.swift
[105/123] Compiling GRPCCore RPCParts.swift
[106/123] Compiling GRPCCore RPCStream.swift
[107/123] Compiling GRPCCore RetryThrottle.swift
[108/123] Compiling GRPCCore ServerTransport.swift
[109/123] Compiling GRPCCore ClientRPCExecutor.swift
[110/123] Compiling GRPCCore ClientRequest+Convenience.swift
[111/123] Compiling GRPCCore ClientResponse+Convenience.swift
[112/123] Compiling GRPCCore ClientStreamExecutor.swift
[113/123] Compiling GRPCCore RetryDelaySequence.swift
[114/123] Compiling GRPCCore ConditionalInterceptor.swift
[115/123] Compiling GRPCCore ServerCancellationManager.swift
[116/123] Compiling GRPCCore ServerRPCExecutor.swift
[117/123] Compiling GRPCCore RuntimeError.swift
[118/123] Compiling GRPCCore ServiceDescriptor.swift
[119/123] Compiling GRPCCore Status.swift
[120/123] Compiling GRPCCore AsyncSequenceOfOne.swift
[121/123] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[122/123] Compiling GRPCCore BroadcastAsyncSequence.swift
[123/123] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[125/129] Compiling GRPCInProcessTransport Syscalls.swift
[126/129] Compiling GRPCInProcessTransport InProcessTransport.swift
[127/129] Compiling GRPCInProcessTransport InProcessTransport+Server.swift
[128/129] Compiling GRPCInProcessTransport InProcessTransport+Client.swift
[129/129] Emitting module GRPCInProcessTransport
Build complete! (26.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "grpc-swift-2",
"name" : "grpc-swift-2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPCCore",
"targets" : [
"GRPCCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCCodeGen",
"targets" : [
"GRPCCodeGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCInProcessTransport",
"targets" : [
"GRPCInProcessTransport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GRPCInProcessTransportTests",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransportTests",
"path" : "Tests/GRPCInProcessTransportTests",
"sources" : [
"ClientServerWithMethods.swift",
"InProcessClientTransportTests.swift",
"InProcessServerTransportTests.swift",
"InProcessTransportTests.swift",
"Test Utilities/JSONSerializing.swift",
"Test Utilities/XCTest+Utilities.swift"
],
"target_dependencies" : [
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCInProcessTransport",
"module_type" : "SwiftTarget",
"name" : "GRPCInProcessTransport",
"path" : "Sources/GRPCInProcessTransport",
"product_memberships" : [
"GRPCInProcessTransport"
],
"sources" : [
"InProcessTransport+Client.swift",
"InProcessTransport+Server.swift",
"InProcessTransport.swift",
"Syscalls.swift"
],
"target_dependencies" : [
"GRPCCore"
],
"type" : "library"
},
{
"c99name" : "GRPCCoreTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCoreTests",
"path" : "Tests/GRPCCoreTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRPCCoreTests/Configuration/Inputs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Call/Client/ClientRequestTests.swift",
"Call/Client/ClientResponseTests.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+ServerBehavior.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness+Transport.swift",
"Call/Client/Internal/ClientRPCExecutorTestSupport/ClientRPCExecutorTestHarness.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Hedging.swift",
"Call/Client/Internal/ClientRPCExecutorTests+Retries.swift",
"Call/Client/Internal/ClientRPCExecutorTests.swift",
"Call/Client/RetryDelaySequenceTests.swift",
"Call/ConditionalInterceptorTests.swift",
"Call/Server/Internal/ServerCancellationManagerTests.swift",
"Call/Server/Internal/ServerRPCExecutorTestSupport/ServerRPCExecutorTestHarness.swift",
"Call/Server/Internal/ServerRPCExecutorTests.swift",
"Call/Server/RPCRouterTests.swift",
"Call/Server/ServerContextTests.swift",
"Call/Server/ServerRequestTests.swift",
"Call/Server/ServerResponseTests.swift",
"Coding/CodingTests.swift",
"Coding/CompressionAlgorithmTests.swift",
"Configuration/Generated/code.pb.swift",
"Configuration/Generated/rls.pb.swift",
"Configuration/Generated/rls_config.pb.swift",
"Configuration/Generated/service_config.pb.swift",
"Configuration/MethodConfigCodingTests.swift",
"Configuration/MethodConfigTests.swift",
"Configuration/ServiceConfigCodingTests.swift",
"GRPCClientTests.swift",
"GRPCServerTests.swift",
"Internal/Metadata+GRPCTests.swift",
"Internal/MethodConfigsTests.swift",
"Internal/Result+CatchingTests.swift",
"MetadataTests.swift",
"MethodDescriptorTests.swift",
"RPCErrorTests.swift",
"RPCPartsTests.swift",
"RuntimeErrorTests.swift",
"ServiceDescriptorTests.swift",
"StatusTests.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequenceTests.swift",
"Test Utilities/AsyncSequence+Utilities.swift",
"Test Utilities/AtomicCounter.swift",
"Test Utilities/Call/Client/ClientInterceptors.swift",
"Test Utilities/Call/Server/ServerInterceptors.swift",
"Test Utilities/Coding+Identity.swift",
"Test Utilities/Coding+JSON.swift",
"Test Utilities/RPCAsyncSequence+Utilities.swift",
"Test Utilities/RPCWriter+Utilities.swift",
"Test Utilities/Services/BinaryEcho.swift",
"Test Utilities/Services/HelloWorld.swift",
"Test Utilities/Transport/AnyTransport.swift",
"Test Utilities/Transport/StreamCountingTransport.swift",
"Test Utilities/Transport/ThrowingTransport.swift",
"Test Utilities/XCTest+Utilities.swift",
"TimeoutTests.swift",
"Transport/RetryThrottleTests.swift"
],
"target_dependencies" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"type" : "test"
},
{
"c99name" : "GRPCCore",
"module_type" : "SwiftTarget",
"name" : "GRPCCore",
"path" : "Sources/GRPCCore",
"product_dependencies" : [
"DequeModule"
],
"product_memberships" : [
"GRPCCore",
"GRPCInProcessTransport"
],
"sources" : [
"Call/Client/CallOptions.swift",
"Call/Client/ClientContext.swift",
"Call/Client/ClientInterceptor.swift",
"Call/Client/ClientRequest.swift",
"Call/Client/ClientResponse.swift",
"Call/Client/Internal/ClientRPCExecutor+HedgingExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+OneShotExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor+RetryExecutor.swift",
"Call/Client/Internal/ClientRPCExecutor.swift",
"Call/Client/Internal/ClientRequest+Convenience.swift",
"Call/Client/Internal/ClientResponse+Convenience.swift",
"Call/Client/Internal/ClientStreamExecutor.swift",
"Call/Client/Internal/RetryDelaySequence.swift",
"Call/ConditionalInterceptor.swift",
"Call/Server/Internal/ServerCancellationManager.swift",
"Call/Server/Internal/ServerRPCExecutor.swift",
"Call/Server/RPCRouter.swift",
"Call/Server/RegistrableRPCService.swift",
"Call/Server/ServerContext+RPCCancellationHandle.swift",
"Call/Server/ServerContext.swift",
"Call/Server/ServerInterceptor.swift",
"Call/Server/ServerRequest.swift",
"Call/Server/ServerResponse.swift",
"Coding/Coding.swift",
"Coding/CompressionAlgorithm.swift",
"Coding/GRPCContiguousBytes.swift",
"Configuration/MethodConfig.swift",
"Configuration/ServiceConfig.swift",
"GRPCClient.swift",
"GRPCServer.swift",
"Internal/Base64.swift",
"Internal/Concurrency Primitives/UnsafeTransfer.swift",
"Internal/Metadata+GRPC.swift",
"Internal/MethodConfigs.swift",
"Internal/Result+Catching.swift",
"Internal/String+Extensions.swift",
"Internal/TaskGroup+CancellableTask.swift",
"Metadata.swift",
"MethodDescriptor.swift",
"RPCError.swift",
"RuntimeError.swift",
"ServiceDescriptor.swift",
"Status.swift",
"Streaming/Internal/AsyncSequenceOfOne.swift",
"Streaming/Internal/BroadcastAsyncSequence+RPCWriter.swift",
"Streaming/Internal/BroadcastAsyncSequence.swift",
"Streaming/Internal/GRPCAsyncThrowingStream.swift",
"Streaming/Internal/RPCWriter+Map.swift",
"Streaming/Internal/RPCWriter+MessageToRPCResponsePart.swift",
"Streaming/Internal/RPCWriter+Serialize.swift",
"Streaming/Internal/UncheckedAsyncIteratorSequence.swift",
"Streaming/RPCAsyncSequence.swift",
"Streaming/RPCWriter+Closable.swift",
"Streaming/RPCWriter.swift",
"Streaming/RPCWriterProtocol.swift",
"Timeout.swift",
"Transport/ClientTransport.swift",
"Transport/RPCParts.swift",
"Transport/RPCStream.swift",
"Transport/RetryThrottle.swift",
"Transport/ServerTransport.swift"
],
"type" : "library"
},
{
"c99name" : "GRPCCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGenTests",
"path" : "Tests/GRPCCodeGenTests",
"sources" : [
"Internal/Renderer/TextBasedRendererTests.swift",
"Internal/StructuredSwift+ClientTests.swift",
"Internal/StructuredSwift+ImportTests.swift",
"Internal/StructuredSwift+MetadataTests.swift",
"Internal/StructuredSwift+ServerTests.swift",
"Internal/StructuredSwiftTestHelpers.swift",
"Internal/Translator/ClientCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/DocsTests.swift",
"Internal/Translator/IDLToStructuredSwiftTranslatorSnippetBasedTests.swift",
"Internal/Translator/ServerCodeTranslatorSnippetBasedTests.swift",
"Internal/Translator/TestFunctions.swift",
"Internal/Translator/TypealiasTranslatorSnippetBasedTests.swift"
],
"target_dependencies" : [
"GRPCCodeGen"
],
"type" : "test"
},
{
"c99name" : "GRPCCodeGen",
"module_type" : "SwiftTarget",
"name" : "GRPCCodeGen",
"path" : "Sources/GRPCCodeGen",
"product_memberships" : [
"GRPCCodeGen"
],
"sources" : [
"CodeGenError.swift",
"CodeGenerationRequest.swift",
"CodeGenerator.swift",
"Internal/Namer.swift",
"Internal/Renderer/RendererProtocol.swift",
"Internal/Renderer/TextBasedRenderer.swift",
"Internal/StructuredSwift+Client.swift",
"Internal/StructuredSwift+Server.swift",
"Internal/StructuredSwift+ServiceMetadata.swift",
"Internal/StructuredSwiftRepresentation.swift",
"Internal/Translator/ClientCodeTranslator.swift",
"Internal/Translator/Docs.swift",
"Internal/Translator/IDLToStructuredSwiftTranslator.swift",
"Internal/Translator/MetadataTranslator.swift",
"Internal/Translator/ServerCodeTranslator.swift",
"Internal/TypeName.swift",
"Internal/TypeUsage.swift",
"SourceFile.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.