Build Information
Successful build of grpc-swift, reference 2.1.2 (c4d628
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 04:12:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift.git
Reference: 2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grpc/grpc-swift
* tag 2.1.2 -> FETCH_HEAD
HEAD is now at c4d6281 Convert errors thrown from interceptors (#2209)
Cloned https://github.com/grpc/grpc-swift.git
Revision (git rev-parse @):
c4d6281784f50bf2e60d3af45e83be1194056062
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift.git at 2.1.2
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (0.67s)
Fetched https://github.com/apple/swift-collections.git from cache (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.79s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.47s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "grpc-swift",
"name": "grpc-swift",
"url": "https://github.com/grpc/grpc-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/grpc-swift",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/grpc/grpc-swift.git
[1/50677] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (2.17s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.60s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.1.2 (c4d6281)
warning: '.resolve-product-dependencies': dependency 'grpc-swift' is not used by any target
Found 1 product dependencies
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/grpc/grpc-swift.git
https://github.com/grpc/grpc-swift.git
{
"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",
"name" : "grpc-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/43] Compiling GRPCCodeGen StructuredSwift+Client.swift
[10/43] Compiling GRPCCodeGen StructuredSwift+Server.swift
[11/44] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/44] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/44] Compiling InternalCollectionsUtilities Debugging.swift
[14/44] Compiling InternalCollectionsUtilities Descriptions.swift
[15/44] Compiling GRPCCodeGen TypeUsage.swift
[16/44] Compiling InternalCollectionsUtilities Integer rank.swift
[17/44] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/45] Emitting module InternalCollectionsUtilities
[21/45] Compiling GRPCCodeGen SourceFile.swift
[22/45] Emitting module GRPCCodeGen
[23/45] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/45] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/45] Compiling GRPCCodeGen TextBasedRenderer.swift
[28/45] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/45] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/45] Compiling GRPCCodeGen CodeGenerator.swift
[33/45] Compiling GRPCCodeGen Namer.swift
[34/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/45] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/61] Compiling DequeModule Deque+Extras.swift
[37/61] Compiling DequeModule Deque+Hashable.swift
[38/62] Compiling DequeModule _DequeSlot.swift
[39/62] Compiling DequeModule _DequeBuffer.swift
[40/62] Compiling DequeModule Deque._UnsafeHandle.swift
[41/62] Compiling DequeModule Deque.swift
[42/62] Compiling DequeModule Deque+Testing.swift
[43/62] Compiling DequeModule Deque._Storage.swift
[44/62] Compiling DequeModule _DequeBufferHeader.swift
[45/62] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/62] Compiling DequeModule Deque+CustomReflectable.swift
[47/62] Compiling DequeModule Deque+Descriptions.swift
[48/62] Compiling DequeModule Deque+Equatable.swift
[49/62] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/62] Compiling DequeModule Deque+Codable.swift
[51/62] Compiling DequeModule Deque+Collection.swift
[52/62] Emitting module DequeModule
[53/118] Compiling GRPCCore ClientStreamExecutor.swift
[54/118] Compiling GRPCCore RetryDelaySequence.swift
[55/118] Compiling GRPCCore Metadata.swift
[56/118] Compiling GRPCCore MethodDescriptor.swift
[57/118] Compiling GRPCCore ClientRequest+Convenience.swift
[58/118] Compiling GRPCCore ClientResponse+Convenience.swift
[59/118] Compiling GRPCCore MethodConfigs.swift
[60/118] Compiling GRPCCore Result+Catching.swift
[61/118] Compiling GRPCCore RPCError.swift
[62/118] Compiling GRPCCore RuntimeError.swift
[67/118] Compiling GRPCCore ServiceDescriptor.swift
[68/118] Compiling GRPCCore Status.swift
[69/124] Compiling GRPCCore UnsafeTransfer.swift
[70/124] Compiling GRPCCore Metadata+GRPC.swift
[73/124] Compiling GRPCCore String+Extensions.swift
[74/124] Compiling GRPCCore TaskGroup+CancellableTask.swift
[75/124] Compiling GRPCCore RPCWriter+Serialize.swift
[76/124] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[77/124] Compiling GRPCCore RPCAsyncSequence.swift
[78/124] Compiling GRPCCore RPCWriter+Closable.swift
[79/124] Compiling GRPCCore RPCWriter.swift
[80/124] Compiling GRPCCore RPCWriterProtocol.swift
[81/124] Compiling GRPCCore CallOptions.swift
[82/124] Compiling GRPCCore ClientContext.swift
[83/124] Compiling GRPCCore ClientInterceptor.swift
[84/124] Compiling GRPCCore ClientRequest.swift
[85/124] Compiling GRPCCore ClientResponse.swift
[86/124] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[87/124] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[88/124] Compiling GRPCCore ConditionalInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[89/124] Compiling GRPCCore ServerCancellationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[90/124] Compiling GRPCCore ServerRPCExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[91/124] Compiling GRPCCore RPCRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[92/124] Compiling GRPCCore RegistrableRPCService.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[93/124] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[94/124] Emitting module GRPCCore
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Server/Internal/ServerRPCExecutor.swift:333:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
331 | } catch let error as RPCError {
332 | return StreamingServerResponse(error: error)
333 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
334 | return StreamingServerResponse(error: RPCError(error))
335 | } catch let other {
[95/124] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
[96/124] Compiling GRPCCore ClientRPCExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
/Users/admin/builder/spi-builder-workspace/Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift:189:28: warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
187 | } catch let error as RPCError {
188 | return StreamingClientResponse(error: error)
189 | } catch let error as RPCErrorConvertible {
| `- warning: use of protocol 'RPCErrorConvertible' as a type must be written 'any RPCErrorConvertible'; this will be an error in a future Swift language mode
190 | return StreamingClientResponse(error: RPCError(error))
191 | } catch let other {
[101/124] Compiling GRPCCore Timeout.swift
[102/124] Compiling GRPCCore ClientTransport.swift
[103/124] Compiling GRPCCore RPCParts.swift
[104/124] Compiling GRPCCore RPCStream.swift
[105/124] Compiling GRPCCore RetryThrottle.swift
[106/124] Compiling GRPCCore ServerTransport.swift
[107/124] Compiling GRPCCore ServerContext.swift
[108/124] Compiling GRPCCore ServerInterceptor.swift
[109/124] Compiling GRPCCore ServerRequest.swift
[110/124] Compiling GRPCCore ServerResponse.swift
[111/124] Compiling GRPCCore Coding.swift
[112/124] Compiling GRPCCore CompressionAlgorithm.swift
[113/124] Compiling GRPCCore GRPCContiguousBytes.swift
[114/124] Compiling GRPCCore MethodConfig.swift
[115/124] Compiling GRPCCore ServiceConfig.swift
[116/124] Compiling GRPCCore GRPCClient.swift
[117/124] Compiling GRPCCore GRPCServer.swift
[118/124] Compiling GRPCCore Base64.swift
[119/124] Compiling GRPCCore AsyncSequenceOfOne.swift
[120/124] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[121/124] Compiling GRPCCore BroadcastAsyncSequence.swift
[122/124] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[123/124] Compiling GRPCCore RPCWriter+Map.swift
[124/124] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[125/129] Compiling GRPCInProcessTransport Syscalls.swift
[126/129] Compiling GRPCInProcessTransport InProcessTransport.swift
[127/129] Compiling GRPCInProcessTransport InProcessTransport+Client.swift
[128/129] Compiling GRPCInProcessTransport InProcessTransport+Server.swift
[129/129] Emitting module GRPCInProcessTransport
Build complete! (7.09s)
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",
"name" : "grpc-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"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" : "/Users/admin/builder/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"
}
Done.