Build Information
Successful build of grpc-swift, reference release/1.x (664cc4
), with Swift 6.0 for macOS (SPM) on 3 Jun 2025 18:53:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
[1101/1217] Compiling GRPC GRPCIdleHandler.swift
[1102/1217] Compiling GRPC ConnectionManagerID.swift
[1103/1217] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1104/1217] Compiling GRPC ConnectionPool+Waiter.swift
[1105/1217] Compiling GRPC ConnectionPool.swift
[1106/1217] Compiling GRPC ConnectionPoolIDs.swift
[1107/1217] Compiling GRPC GRPCChannelPool.swift
[1108/1217] Compiling GRPC PoolManager.swift
[1109/1217] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1110/1217] Compiling GRPC PoolManagerStateMachine.swift
[1111/1217] Compiling GRPC PooledChannel.swift
[1112/1217] Compiling GRPC StreamLender.swift
[1113/1217] Compiling GRPC ConnectivityState.swift
[1114/1217] Compiling GRPC DebugOnly.swift
[1115/1217] Compiling GRPC DelegatingErrorHandler.swift
[1116/1217] Compiling GRPC Array+BoundsCheck.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1117/1217] Compiling GRPC ServerHandlerStateMachine+Actions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1118/1217] Compiling GRPC ServerHandlerStateMachine+Draining.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1119/1217] Compiling GRPC ServerHandlerStateMachine+Finished.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1120/1217] Compiling GRPC ServerHandlerStateMachine+Handling.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1121/1217] Compiling GRPC ServerHandlerStateMachine+Idle.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1122/1217] Compiling GRPC ServerHandlerStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1123/1217] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1124/1217] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1125/1217] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1126/1217] Compiling GRPC ServerInterceptorStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1127/1217] Compiling GRPC StreamState.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1128/1217] Compiling GRPC Call+AsyncRequestStreamWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1129/1217] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1130/1217] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift:43:33: warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
41 | )
42 |
43 | let writer = NIOAsyncWriter.makeWriter(isWritable: false, delegate: delegate)
| |- warning: 'makeWriter(elementType:isWritable:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeWriter(elementType:isWritable:finishOnDeinit:delegate:)' instead
44 |
45 | // Start as not-writable; writability will be toggled when the stream comes up.
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift:107:7: warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
105 | NIOAsyncSequenceProducerBackPressureStrategies.HighLowWatermark,
106 | GRPCAsyncSequenceProducerDelegate
107 | >.makeSequence(
| |- warning: 'makeSequence(elementType:failureType:backPressureStrategy:delegate:)' is deprecated: This method has been deprecated since it defaults to deinit based resource teardown
| `- note: use 'makeSequence(elementType:failureType:backPressureStrategy:finishOnDeinit:delegate:)' instead
108 | backPressureStrategy: .init(lowWatermark: 10, highWatermark: 50),
109 | delegate: GRPCAsyncSequenceProducerDelegate()
[1131/1217] Compiling GRPC UnaryCall.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1132/1217] Compiling GRPC ClientConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1133/1217] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1134/1217] Compiling GRPC ClientErrorDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1135/1217] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1136/1217] Compiling GRPC CompressionAlgorithm.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1137/1217] Compiling GRPC DecompressionLimit.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1138/1217] Compiling GRPC MessageEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1139/1217] Compiling GRPC Zlib.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1140/1217] Compiling GRPC ConnectionBackoff.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1141/1217] Compiling GRPC ConnectionKeepalive.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1142/1217] Compiling GRPC ConnectionManager+Delegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1143/1217] Compiling GRPC ConnectionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1144/1217] Compiling GRPC ConnectionManagerChannelProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:432:29: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
430 | return getHTTP2Multiplexer0()
431 | } else {
432 | return self.eventLoop.flatSubmit {
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
433 | getHTTP2Multiplexer0()
434 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:459:36: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
457 |
458 | case let .ready(state):
459 | multiplexer = self.eventLoop.makeSucceededFuture(state.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
460 |
461 | case let .transientFailure(state):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:498:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
496 | return state.candidateMuxPromise.futureResult
497 | case let .active(active):
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:500:31: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
498 | return self.eventLoop.makeSucceededFuture(active.multiplexer)
499 | case let .ready(ready):
500 | return self.eventLoop.makeSucceededFuture(ready.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
501 | case let .transientFailure(state):
502 | return self.eventLoop.makeFailedFuture(state.reason)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:762:38: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
760 | self.state = .active(connected)
761 | // Optimistic connections are happy this this level of setup.
762 | connecting.candidateMuxPromise.succeed(multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
763 |
764 | // Application called shutdown before the channel become active; we should close it.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/ConnectionManager.swift:915:40: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
913 | case let .active(connected):
914 | self.state = .ready(ReadyState(from: connected))
915 | connected.readyChannelMuxPromise.succeed(connected.multiplexer)
| `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
916 |
917 | case .shutdown:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
| `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
[1145/1217] Compiling GRPC ServerErrorProcessor.swift
[1146/1217] Compiling GRPC Stopwatch.swift
[1147/1217] Compiling GRPC StreamEvent.swift
[1148/1217] Compiling GRPC TLSVerificationHandler.swift
[1149/1217] Compiling GRPC TLSVersion.swift
[1150/1217] Compiling GRPC TimeLimit.swift
[1151/1217] Compiling GRPC UserInfo.swift
[1152/1217] Compiling GRPC Version.swift
[1153/1217] Compiling GRPC WebCORSHandler.swift
[1154/1217] Compiling GRPC WriteCapturingHandler.swift
[1155/1217] Compiling GRPC _EmbeddedThroughput.swift
[1156/1217] Compiling GRPC _FakeResponseStream.swift
[1157/1217] Compiling GRPC _GRPCClientCodecHandler.swift
[1158/1217] Compiling GRPC _MessageContext.swift
[1159/1217] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1160/1217] Compiling GRPC ClientStreamingServerHandler.swift
[1161/1217] Compiling GRPC ServerHandlerProtocol.swift
[1162/1217] Compiling GRPC ServerStreamingServerHandler.swift
[1163/1217] Compiling GRPC UnaryServerHandler.swift
[1164/1217] Compiling GRPC CallOptions.swift
[1165/1217] Compiling GRPC BidirectionalStreamingCall.swift
[1166/1217] Compiling GRPC Call.swift
[1167/1217] Compiling GRPC CallDetails.swift
[1168/1217] Compiling GRPC ClientCall.swift
[1169/1217] Compiling GRPC ClientStreamingCall.swift
[1170/1217] Compiling GRPC LazyEventLoopPromise.swift
[1171/1217] Compiling GRPC ResponseContainers.swift
[1172/1217] Compiling GRPC ResponsePartContainer.swift
[1173/1217] Compiling GRPC ServerStreamingCall.swift
[1174/1217] Compiling GRPC GRPCIdleHandlerStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1175/1217] Compiling GRPC GRPCKeepaliveHandlers.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1176/1217] Compiling GRPC GRPCPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1177/1217] Compiling GRPC GRPCServerPipelineConfigurator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1178/1217] Compiling GRPC GRPCServerRequestRoutingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1179/1217] Compiling GRPC GRPCServiceDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1180/1217] Compiling GRPC GRPCStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1181/1217] Compiling GRPC GRPCStatusAndMetadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1182/1217] Compiling GRPC GRPCStatusMessageMarshaller.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1183/1217] Compiling GRPC GRPCTLSConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1184/1217] Compiling GRPC GRPCTimeout.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1185/1217] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1186/1217] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1187/1217] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/GRPC/GRPCServerPipelineConfigurator.swift:153:24: warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
151 | switch result {
152 | case .success:
153 | context.pipeline.removeHandler(context: context, promise: nil)
| `- warning: 'removeHandler(context:promise:)' is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
154 | case let .failure(error):
155 | self.errorCaught(context: context, error: error)
[1188/1250] Compiling GRPCInteroperabilityTestModels test.pb.swift
[1189/1250] Compiling EchoModel echo.pb.swift
[1190/1250] Compiling HelloWorldModel helloworld.pb.swift
[1191/1250] Compiling GRPCPerformanceTests MinimalEchoProvider.swift
[1192/1251] Compiling GRPCPerformanceTests PercentEncoding.swift
[1193/1251] Compiling GRPCPerformanceTests EmbeddedServer.swift
[1194/1251] Emitting module GRPCPerformanceTests
[1195/1251] Compiling GRPCPerformanceTests echo.pb.swift
[1196/1251] Compiling GRPCPerformanceTests EmbeddedClientThroughput.swift
[1197/1251] Compiling GRPCPerformanceTests Benchmark.swift
[1198/1251] Compiling GRPCPerformanceTests BenchmarkUtils.swift
[1199/1251] Compiling GRPCReflectionService ReflectionServiceV1.swift
[1200/1251] Compiling GRPCReflectionService ReflectionServiceV1Alpha.swift
[1201/1251] Compiling HelloWorldModel helloworld.grpc.swift
[1202/1251] Emitting module HelloWorldModel
[1203/1251] Compiling GRPCPerformanceTests ServerProvidingBenchmark.swift
[1204/1251] Compiling RouteGuideModel route_guide.pb.swift
[1205/1251] Compiling GRPCReflectionService ReflectionService.swift
[1206/1251] Emitting module GRPCReflectionService
[1207/1256] Emitting module RouteGuideModel
[1208/1256] Compiling RouteGuideModel route_guide.grpc.swift
[1209/1256] Compiling EchoModel echo.grpc.swift
[1210/1256] Emitting module EchoModel
[1211/1270] Compiling GRPCPerformanceTests main.swift
[1212/1270] Compiling GRPCPerformanceTests echo.grpc.swift
[1213/1270] Compiling GRPCPerformanceTests UnaryThroughput.swift
[1213/1270] Write Objects.LinkFileList
[1215/1270] Compiling GRPCReflectionService reflection-v1.grpc.swift
[1216/1270] Compiling GRPCReflectionService reflection-v1.pb.swift
[1217/1270] Compiling GRPCReflectionService reflection-v1alpha.grpc.swift
[1218/1270] Compiling GRPCReflectionService reflection-v1alpha.pb.swift
[1219/1270] Compiling RouteGuideClient Empty.swift
[1220/1270] Compiling PacketCapture Empty.swift
[1221/1270] Emitting module HelloWorldServer
[1222/1270] Compiling HelloWorldServer GreeterProvider.swift
[1223/1270] Compiling HelloWorldServer HelloWorldServer.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/HelloWorld/Server/HelloWorldServer.swift:31:18: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
29 | let group = MultiThreadedEventLoopGroup(numberOfThreads: 1)
30 | defer {
31 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
32 | }
33 |
[1224/1270] Compiling HelloWorldClient HelloWorldClient.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/HelloWorld/Client/HelloWorldClient.swift:39:18: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
37 | // Make sure the group is shutdown when we're done with it.
38 | defer {
39 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
40 | }
41 |
/Users/admin/builder/spi-builder-workspace/Examples/v1/HelloWorld/Client/HelloWorldClient.swift:51:28: warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
49 | // Close the connection when we're done with it.
50 | defer {
51 | try! channel.close().wait()
| `- warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
52 | }
53 |
[1225/1270] Emitting module HelloWorldClient
[1226/1270] Compiling EchoImplementation Interceptors.swift
[1226/1270] Write Objects.LinkFileList
[1228/1270] Compiling EchoImplementation HPACKHeaders+Prettify.swift
[1229/1270] Compiling EchoImplementation EchoAsyncProvider.swift
[1230/1270] Emitting module EchoImplementation
[1231/1270] Compiling EchoImplementation EchoProvider.swift
[1232/1270] Compiling RouteGuideServer RouteGuideServer.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/RouteGuide/Server/RouteGuideServer.swift:46:18: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
44 | let group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
45 | defer {
46 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
47 | }
48 |
[1232/1270] Write Objects.LinkFileList
[1234/1270] Compiling PacketCapture PacketCapture.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/PacketCapture/PacketCapture.swift:33:18: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
31 | let group = MultiThreadedEventLoopGroup(numberOfThreads: 1)
32 | defer {
33 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
34 | }
35 |
/Users/admin/builder/spi-builder-workspace/Examples/v1/PacketCapture/PacketCapture.swift:46:21: warning: instance method 'syncClose' is unavailable from asynchronous contexts; syncClose() can block indefinitely, prefer close(); this is an error in the Swift 6 language mode
44 | // Ensure that we close the file sink when we're done with it.
45 | defer {
46 | try! fileSink.syncClose()
| `- warning: instance method 'syncClose' is unavailable from asynchronous contexts; syncClose() can block indefinitely, prefer close(); this is an error in the Swift 6 language mode
47 | }
48 |
[1235/1270] Emitting module PacketCapture
[1235/1270] Write Objects.LinkFileList
[1237/1270] Emitting module RouteGuideServer
[1238/1270] Compiling RouteGuideServer RouteGuideProvider.swift
[1239/1270] Compiling GRPCInteroperabilityTestModels messages.pb.swift
[1240/1270] Compiling GRPCInteroperabilityTestModels empty.pb.swift
[1241/1270] Emitting module GRPCInteroperabilityTestModels
[1242/1270] Compiling GRPCInteroperabilityTestModels test.grpc.swift
[1242/1270] Write Objects.LinkFileList
[1244/1289] Emitting module RouteGuideClient
[1245/1289] Compiling RouteGuideClient RouteGuideClient.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/RouteGuide/Client/RouteGuideClient.swift:220:18: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
218 | let group = PlatformSupport.makeEventLoopGroup(loopCount: 1)
219 | defer {
220 | try? group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
221 | }
222 |
/Users/admin/builder/spi-builder-workspace/Examples/v1/RouteGuide/Client/RouteGuideClient.swift:229:28: warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
227 | )
228 | defer {
229 | try? channel.close().wait()
| `- warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
230 | }
231 |
[1245/1289] Write Objects.LinkFileList
[1247/1289] Compiling ReflectionServer GreeterProvider.swift
[1248/1289] Compiling ReflectionServer ReflectionServer.swift
[1249/1289] Emitting module ReflectionServer
[1250/1289] Compiling ReflectionServer resource_bundle_accessor.swift
[1251/1289] Emitting module GRPCConnectionBackoffInteropTest
[1252/1289] Compiling GRPCConnectionBackoffInteropTest main.swift
[1252/1289] Write Objects.LinkFileList
[1254/1289] Compiling GRPCInteroperabilityTestsImplementation InteroperabilityTestServer.swift
[1255/1289] Compiling GRPCInteroperabilityTestsImplementation TestServiceAsyncProvider.swift
[1256/1289] Compiling GRPCInteroperabilityTestsImplementation ServerFeatures.swift
[1257/1289] Compiling GRPCInteroperabilityTestsImplementation InteroperabilityTestCredentials.swift
[1257/1290] Write Objects.LinkFileList
[1259/1290] Emitting module Echo
[1260/1290] Compiling Echo Empty.swift
[1261/1290] Compiling Echo Echo.swift
/Users/admin/builder/spi-builder-workspace/Examples/v1/Echo/Runtime/Echo.swift:59:20: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
57 | let group = MultiThreadedEventLoopGroup(numberOfThreads: 1)
58 | defer {
59 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
60 | }
61 | do {
/Users/admin/builder/spi-builder-workspace/Examples/v1/Echo/Runtime/Echo.swift:95:20: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
93 | let group = MultiThreadedEventLoopGroup(numberOfThreads: 1)
94 | defer {
95 | try! group.syncShutdownGracefully()
| `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode
96 | }
97 |
/Users/admin/builder/spi-builder-workspace/Examples/v1/Echo/Runtime/Echo.swift:105:37: warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
103 | )
104 | defer {
105 | try! client.channel.close().wait()
| `- warning: instance method 'wait' is unavailable from asynchronous contexts; wait() can block indefinitely, prefer get(); this is an error in the Swift 6 language mode
106 | }
107 |
[1261/1290] Write Objects.LinkFileList
[1263/1290] Compiling GRPCInteroperabilityTestsImplementation InteroperabilityTestClientConnection.swift
[1264/1290] Compiling GRPCInteroperabilityTestsImplementation InteroperabilityTestCase.swift
[1265/1290] Compiling GRPCInteroperabilityTestsImplementation GRPCTestingConvenienceMethods.swift
[1266/1290] Compiling GRPCInteroperabilityTestsImplementation Assertions.swift
[1267/1290] Emitting module GRPCInteroperabilityTestsImplementation
[1268/1290] Compiling GRPCInteroperabilityTestsImplementation InteroperabilityTestCases.swift
[1269/1290] Compiling GRPCInteroperabilityTestsImplementation TestServiceProvider.swift
[1270/1292] Emitting module GRPCInteroperabilityTests
[1271/1292] Compiling GRPCInteroperabilityTests main.swift
[1271/1292] Write Objects.LinkFileList
[1272/1292] Linking GRPCPerformanceTests
[1273/1292] Applying GRPCPerformanceTests
[1274/1292] Linking HelloWorldServer
[1275/1292] Applying HelloWorldServer
[1276/1292] Linking PacketCapture
[1277/1292] Linking RouteGuideServer
[1278/1292] Linking HelloWorldClient
[1279/1292] Applying PacketCapture
[1280/1292] Applying RouteGuideServer
[1281/1292] Applying HelloWorldClient
[1282/1292] Linking RouteGuideClient
[1283/1292] Applying RouteGuideClient
[1284/1292] Linking GRPCConnectionBackoffInteropTest
[1285/1292] Linking ReflectionServer
[1286/1292] Applying GRPCConnectionBackoffInteropTest
[1287/1292] Applying ReflectionServer
[1288/1292] Linking Echo
[1289/1292] Applying Echo
[1290/1292] Linking GRPCInteroperabilityTests
[1291/1292] Applying GRPCInteroperabilityTests
Build complete! (79.78s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1717] Fetching swift-atomics
[396/7640] Fetching swift-atomics, swift-nio-extras
[515/11476] Fetching swift-atomics, swift-nio-extras, swift-log
[904/28067] Fetching swift-atomics, swift-nio-extras, swift-log, swift-collections
[2552/42910] Fetching swift-atomics, swift-nio-extras, swift-log, swift-collections, swift-nio-ssl
[2553/58291] Fetching swift-atomics, swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-argument-parser
Fetched https://github.com/apple/swift-atomics.git from cache (0.97s)
[3313/56574] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-argument-parser
Fetching https://github.com/apple/swift-nio-transport-services.git
[43251/95896] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.52s)
[28185/80515] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-protobuf
Fetching https://github.com/apple/swift-nio-http2.git
[44340/83182] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-protobuf, swift-nio-transport-services
Fetched https://github.com/apple/swift-log.git from cache (1.88s)
Fetching https://github.com/apple/swift-nio.git
[44403/79346] Fetching swift-nio-extras, swift-collections, swift-nio-ssl, swift-protobuf, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.02s)
[46008/76679] Fetching swift-nio-extras, swift-collections, swift-nio-ssl, swift-protobuf
[56626/88206] Fetching swift-nio-extras, swift-collections, swift-nio-ssl, swift-protobuf, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.34s)
[1/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.48s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.48s)
Fetched https://github.com/apple/swift-protobuf.git from cache (3.48s)
Fetched https://github.com/apple/swift-collections.git from cache (3.48s)
Fetched https://github.com/apple/swift-nio.git from cache (3.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.68s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.50s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[97/4016] Fetching swift-asn1, swift-service-lifecycle
[292/9001] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms
[293/9905] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types
[454/15864] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-algorithms
[514/17005] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-algorithms, swift-http-structured-headers
[1958/23160] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.94s)
[8031/20734] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.02s)
[13244/19830] Fetching swift-asn1, swift-async-algorithms, swift-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.11s)
[9327/12281] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
[3263/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.47s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (9.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.43s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.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
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.36.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.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"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.23.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "grpc-swift",
"name" : "grpc-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPC",
"targets" : [
"GRPC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CGRPCZlib",
"targets" : [
"CGRPCZlib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCReflectionService",
"targets" : [
"GRPCReflectionService"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "protoc-gen-grpc-swift",
"targets" : [
"protoc-gen-grpc-swift"
],
"type" : {
"executable" : null
}
},
{
"name" : "GRPCSwiftPlugin",
"targets" : [
"GRPCSwiftPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RouteGuideServer",
"targets" : [
"RouteGuideServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "RouteGuideClient",
"targets" : [
"RouteGuideClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReflectionServer",
"targets" : [
"ReflectionServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "PacketCapture",
"targets" : [
"PacketCapture"
],
"type" : {
"executable" : null
}
},
{
"name" : "HelloWorldServer",
"targets" : [
"HelloWorldServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "HelloWorldClient",
"targets" : [
"HelloWorldClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "GRPCPerformanceTests",
"targets" : [
"GRPCPerformanceTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "GRPCInteroperabilityTests",
"targets" : [
"GRPCInteroperabilityTests"
],
"type" : {
"executable" : null
}
},
{
"name" : "GRPCConnectionBackoffInteropTest",
"targets" : [
"GRPCConnectionBackoffInteropTest"
],
"type" : {
"executable" : null
}
},
{
"name" : "Echo",
"targets" : [
"Echo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "protoc_gen_grpc_swift",
"module_type" : "SwiftTarget",
"name" : "protoc-gen-grpc-swift",
"path" : "Sources/protoc-gen-grpc-swift",
"product_dependencies" : [
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-grpc-swift",
"GRPCSwiftPlugin"
],
"sources" : [
"GenerateGRPC.swift",
"Generator-Client+AsyncAwait.swift",
"Generator-Client.swift",
"Generator-Metadata.swift",
"Generator-Names.swift",
"Generator-Server+AsyncAwait.swift",
"Generator-Server.swift",
"Generator.swift",
"Options.swift",
"StreamingType.swift",
"Types.swift",
"Version.swift"
],
"type" : "executable"
},
{
"c99name" : "RouteGuideServer",
"module_type" : "SwiftTarget",
"name" : "RouteGuideServer",
"path" : "Examples/v1/RouteGuide/Server",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOPosix",
"ArgumentParser"
],
"product_memberships" : [
"RouteGuideServer"
],
"sources" : [
"RouteGuideProvider.swift",
"RouteGuideServer.swift"
],
"target_dependencies" : [
"GRPC",
"RouteGuideModel"
],
"type" : "executable"
},
{
"c99name" : "RouteGuideModel",
"module_type" : "SwiftTarget",
"name" : "RouteGuideModel",
"path" : "Examples/v1/RouteGuide/Model",
"product_dependencies" : [
"NIO",
"SwiftProtobuf"
],
"product_memberships" : [
"RouteGuideServer",
"RouteGuideClient"
],
"sources" : [
"route_guide.grpc.swift",
"route_guide.pb.swift"
],
"target_dependencies" : [
"GRPC"
],
"type" : "library"
},
{
"c99name" : "RouteGuideClient",
"module_type" : "SwiftTarget",
"name" : "RouteGuideClient",
"path" : "Examples/v1/RouteGuide/Client",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"ArgumentParser"
],
"product_memberships" : [
"RouteGuideClient"
],
"sources" : [
"Empty.swift",
"RouteGuideClient.swift"
],
"target_dependencies" : [
"GRPC",
"RouteGuideModel"
],
"type" : "executable"
},
{
"c99name" : "ReflectionServer",
"module_type" : "SwiftTarget",
"name" : "ReflectionServer",
"path" : "Examples/v1/ReflectionService",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"ArgumentParser"
],
"product_memberships" : [
"ReflectionServer"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Examples/v1/ReflectionService/Generated",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GreeterProvider.swift",
"ReflectionServer.swift"
],
"target_dependencies" : [
"GRPC",
"GRPCReflectionService",
"HelloWorldModel",
"EchoModel",
"EchoImplementation"
],
"type" : "executable"
},
{
"c99name" : "PacketCapture",
"module_type" : "SwiftTarget",
"name" : "PacketCapture",
"path" : "Examples/v1/PacketCapture",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOExtras",
"ArgumentParser"
],
"product_memberships" : [
"PacketCapture"
],
"sources" : [
"Empty.swift",
"PacketCapture.swift"
],
"target_dependencies" : [
"GRPC",
"EchoModel"
],
"type" : "executable"
},
{
"c99name" : "HelloWorldServer",
"module_type" : "SwiftTarget",
"name" : "HelloWorldServer",
"path" : "Examples/v1/HelloWorld/Server",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"ArgumentParser"
],
"product_memberships" : [
"HelloWorldServer"
],
"sources" : [
"GreeterProvider.swift",
"HelloWorldServer.swift"
],
"target_dependencies" : [
"GRPC",
"HelloWorldModel"
],
"type" : "executable"
},
{
"c99name" : "HelloWorldModel",
"module_type" : "SwiftTarget",
"name" : "HelloWorldModel",
"path" : "Examples/v1/HelloWorld/Model",
"product_dependencies" : [
"NIO",
"SwiftProtobuf"
],
"product_memberships" : [
"ReflectionServer",
"HelloWorldServer",
"HelloWorldClient"
],
"sources" : [
"helloworld.grpc.swift",
"helloworld.pb.swift"
],
"target_dependencies" : [
"GRPC"
],
"type" : "library"
},
{
"c99name" : "HelloWorldClient",
"module_type" : "SwiftTarget",
"name" : "HelloWorldClient",
"path" : "Examples/v1/HelloWorld/Client",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"ArgumentParser"
],
"product_memberships" : [
"HelloWorldClient"
],
"sources" : [
"HelloWorldClient.swift"
],
"target_dependencies" : [
"GRPC",
"HelloWorldModel"
],
"type" : "executable"
},
{
"c99name" : "GRPCTests",
"module_type" : "SwiftTarget",
"name" : "GRPCTests",
"path" : "Tests/GRPCTests",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOPosix",
"NIOTLS",
"NIOHTTP1",
"NIOHTTP2",
"NIOEmbedded",
"NIOTransportServices",
"Logging",
"Atomics",
"NIOSSL"
],
"sources" : [
"ALPNConfigurationTests.swift",
"AnyServiceClientTests.swift",
"Array+BoundsCheckingTests.swift",
"AsyncAwaitSupport/AsyncClientTests.swift",
"AsyncAwaitSupport/AsyncIntegrationTests.swift",
"AsyncAwaitSupport/AsyncSequence+Helpers.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachineTests.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachineStreamStateTests.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachineTests.swift",
"AsyncAwaitSupport/GRPCAsyncRequestStreamTests.swift",
"AsyncAwaitSupport/GRPCAsyncResponseStreamWriterTests.swift",
"AsyncAwaitSupport/InterceptorsAsyncTests.swift",
"AsyncAwaitSupport/XCTest+AsyncAwait.swift",
"BasicEchoTestCase.swift",
"CallPathTests.swift",
"CallStartBehaviorTests.swift",
"CapturingLogHandler.swift",
"ClientCallTests.swift",
"ClientCancellingTests.swift",
"ClientClosedChannelTests.swift",
"ClientConnectionBackoffTests.swift",
"ClientEventLoopPreferenceTests.swift",
"ClientInterceptorPipelineTests.swift",
"ClientQuiescingTests.swift",
"ClientTLSFailureTests.swift",
"ClientTLSTests.swift",
"ClientTimeoutTests.swift",
"ClientTransportTests.swift",
"CoalescingLengthPrefixedMessageWriterTests.swift",
"Codegen/Normalization/NormalizationProvider.swift",
"Codegen/Normalization/NormalizationTests.swift",
"Codegen/Normalization/normalization.grpc.swift",
"Codegen/Normalization/normalization.pb.swift",
"Codegen/Serialization/SerializationTests.swift",
"CompressionTests.swift",
"ConfigurationTests.swift",
"ConnectionBackoffTests.swift",
"ConnectionFailingTests.swift",
"ConnectionManagerTests.swift",
"ConnectionPool/ConnectionPoolDelegates.swift",
"ConnectionPool/ConnectionPoolTests.swift",
"ConnectionPool/GRPCChannelPoolTests.swift",
"ConnectionPool/PoolManagerStateMachineTests.swift",
"ConnectivityStateMonitorTests.swift",
"DebugChannelInitializerTests.swift",
"DelegatingErrorHandlerTests.swift",
"EchoHelpers/EchoMessageHelpers.swift",
"EchoHelpers/Interceptors/DelegatingClientInterceptor.swift",
"EchoHelpers/Interceptors/EchoInterceptorFactories.swift",
"EchoHelpers/Providers/DelegatingOnCloseEchoProvider.swift",
"EchoHelpers/Providers/FailingEchoProvider.swift",
"EchoHelpers/Providers/MetadataEchoProvider.swift",
"EchoHelpers/Providers/NeverResolvingEchoProvider.swift",
"EchoMetadataTests.swift",
"EchoTestClientTests.swift",
"ErrorRecordingDelegate.swift",
"EventLoopFuture+Assertions.swift",
"FakeChannelTests.swift",
"FakeResponseStreamTests.swift",
"FunctionalTests.swift",
"GRPCAsyncClientCallTests.swift",
"GRPCAsyncServerHandlerTests.swift",
"GRPCClientChannelHandlerTests.swift",
"GRPCClientStateMachineTests.swift",
"GRPCCustomPayloadTests.swift",
"GRPCIdleHandlerStateMachineTests.swift",
"GRPCIdleTests.swift",
"GRPCInteroperabilityTests.swift",
"GRPCKeepaliveTests.swift",
"GRPCMessageLengthLimitTests.swift",
"GRPCNetworkFrameworkTests.swift",
"GRPCPingHandlerTests.swift",
"GRPCReflectionServiceTests/Generated/v1/reflection-v1.grpc.swift",
"GRPCReflectionServiceTests/Generated/v1/reflection-v1.pb.swift",
"GRPCReflectionServiceTests/Generated/v1Alpha/reflection-v1alpha.grpc.swift",
"GRPCReflectionServiceTests/Generated/v1Alpha/reflection-v1alpha.pb.swift",
"GRPCReflectionServiceTests/ReflectionServiceIntegrationTests.swift",
"GRPCReflectionServiceTests/ReflectionServiceUnitTests.swift",
"GRPCReflectionServiceTests/Utils.swift",
"GRPCServerPipelineConfiguratorTests.swift",
"GRPCStatusCodeTests.swift",
"GRPCStatusMessageMarshallerTests.swift",
"GRPCStatusTests.swift",
"GRPCTestCase.swift",
"GRPCTimeoutTests.swift",
"GRPCTypeSizeTests.swift",
"GRPCWebToHTTP2ServerCodecTests.swift",
"GRPCWebToHTTP2StateMachineTests.swift",
"HTTP2MaxConcurrentStreamsTests.swift",
"HTTP2ToRawGRPCStateMachineTests.swift",
"HTTPVersionParserTests.swift",
"HeaderNormalizationTests.swift",
"ImmediateServerFailureTests.swift",
"InterceptedRPCCancellationTests.swift",
"InterceptorsTests.swift",
"LazyEventLoopPromiseTests.swift",
"LengthPrefixedMessageReaderTests.swift",
"MaxAgeTests.swift",
"MessageEncodingHeaderValidatorTests.swift",
"MutualTLSTests.swift",
"OneOrManyQueueTests.swift",
"PlatformSupportTests.swift",
"RequestIDProviderTests.swift",
"RequestIDTests.swift",
"SampleCertificate+Assertions.swift",
"ServerErrorDelegateTests.swift",
"ServerFuzzingRegressionTests.swift",
"ServerInterceptorPipelineTests.swift",
"ServerInterceptorTests.swift",
"ServerOnCloseTests.swift",
"ServerQuiescingTests.swift",
"ServerTLSErrorTests.swift",
"ServerTests.swift",
"ServerThrowingTests.swift",
"ServerWebTests.swift",
"StopwatchTests.swift",
"StreamResponseHandlerRetainCycleTests.swift",
"StreamingRequestClientCallTests.swift",
"TestClientExample.swift",
"TimeLimitTests.swift",
"UnaryServerHandlerTests.swift",
"UserInfoTests.swift",
"VsockSocketTests.swift",
"WebCORSHandlerTests.swift",
"WithConnectedSocketTests.swift",
"XCTestHelpers.swift",
"ZeroLengthWriteTests.swift",
"ZlibTests.swift"
],
"target_dependencies" : [
"GRPC",
"EchoModel",
"EchoImplementation",
"HelloWorldModel",
"GRPCInteroperabilityTestModels",
"GRPCInteroperabilityTestsImplementation",
"GRPCSampleData",
"GRPCReflectionService"
],
"type" : "test"
},
{
"c99name" : "GRPCSwiftPlugin",
"module_type" : "PluginTarget",
"name" : "GRPCSwiftPlugin",
"path" : "Plugins/GRPCSwiftPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"GRPCSwiftPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"protoc-gen-grpc-swift"
],
"type" : "plugin"
},
{
"c99name" : "GRPCSampleData",
"module_type" : "SwiftTarget",
"name" : "GRPCSampleData",
"path" : "Sources/GRPCSampleData",
"product_dependencies" : [
"NIOSSL"
],
"product_memberships" : [
"GRPCPerformanceTests",
"Echo"
],
"sources" : [
"GRPCSwiftCertificate.swift"
],
"type" : "library"
},
{
"c99name" : "GRPCReflectionService",
"module_type" : "SwiftTarget",
"name" : "GRPCReflectionService",
"path" : "Sources/GRPCReflectionService",
"product_dependencies" : [
"NIO",
"SwiftProtobuf"
],
"product_memberships" : [
"GRPCReflectionService",
"ReflectionServer"
],
"sources" : [
"Server/ReflectionService.swift",
"Server/ReflectionServiceV1.swift",
"Server/ReflectionServiceV1Alpha.swift",
"v1/reflection-v1.grpc.swift",
"v1/reflection-v1.pb.swift",
"v1Alpha/reflection-v1alpha.grpc.swift",
"v1Alpha/reflection-v1alpha.pb.swift"
],
"target_dependencies" : [
"GRPC"
],
"type" : "library"
},
{
"c99name" : "GRPCPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "GRPCPerformanceTests",
"path" : "Sources/GRPCPerformanceTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"NIOHTTP2",
"ArgumentParser"
],
"product_memberships" : [
"GRPCPerformanceTests"
],
"sources" : [
"Benchmark.swift",
"BenchmarkUtils.swift",
"Benchmarks/EmbeddedClientThroughput.swift",
"Benchmarks/EmbeddedServer.swift",
"Benchmarks/MinimalEchoProvider.swift",
"Benchmarks/PercentEncoding.swift",
"Benchmarks/ServerProvidingBenchmark.swift",
"Benchmarks/UnaryThroughput.swift",
"Benchmarks/echo.grpc.swift",
"Benchmarks/echo.pb.swift",
"main.swift"
],
"target_dependencies" : [
"GRPC",
"GRPCSampleData"
],
"type" : "executable"
},
{
"c99name" : "GRPCInteroperabilityTestsImplementation",
"module_type" : "SwiftTarget",
"name" : "GRPCInteroperabilityTestsImplementation",
"path" : "Sources/GRPCInteroperabilityTestsImplementation",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"Logging",
"NIOSSL"
],
"product_memberships" : [
"GRPCInteroperabilityTests"
],
"sources" : [
"Assertions.swift",
"GRPCTestingConvenienceMethods.swift",
"InteroperabilityTestCase.swift",
"InteroperabilityTestCases.swift",
"InteroperabilityTestClientConnection.swift",
"InteroperabilityTestCredentials.swift",
"InteroperabilityTestServer.swift",
"ServerFeatures.swift",
"TestServiceAsyncProvider.swift",
"TestServiceProvider.swift"
],
"target_dependencies" : [
"GRPC",
"GRPCInteroperabilityTestModels"
],
"type" : "library"
},
{
"c99name" : "GRPCInteroperabilityTests",
"module_type" : "SwiftTarget",
"name" : "GRPCInteroperabilityTests",
"path" : "Sources/GRPCInteroperabilityTests",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Logging",
"ArgumentParser"
],
"product_memberships" : [
"GRPCInteroperabilityTests"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GRPC",
"GRPCInteroperabilityTestsImplementation"
],
"type" : "executable"
},
{
"c99name" : "GRPCInteroperabilityTestModels",
"module_type" : "SwiftTarget",
"name" : "GRPCInteroperabilityTestModels",
"path" : "Sources/GRPCInteroperabilityTestModels",
"product_dependencies" : [
"NIO",
"SwiftProtobuf"
],
"product_memberships" : [
"GRPCInteroperabilityTests",
"GRPCConnectionBackoffInteropTest"
],
"sources" : [
"Generated/empty.pb.swift",
"Generated/messages.pb.swift",
"Generated/test.grpc.swift",
"Generated/test.pb.swift"
],
"target_dependencies" : [
"GRPC"
],
"type" : "library"
},
{
"c99name" : "GRPCConnectionBackoffInteropTest",
"module_type" : "SwiftTarget",
"name" : "GRPCConnectionBackoffInteropTest",
"path" : "Sources/GRPCConnectionBackoffInteropTest",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Logging",
"ArgumentParser"
],
"product_memberships" : [
"GRPCConnectionBackoffInteropTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GRPC",
"GRPCInteroperabilityTestModels"
],
"type" : "executable"
},
{
"c99name" : "GRPC",
"module_type" : "SwiftTarget",
"name" : "GRPC",
"path" : "Sources/GRPC",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOPosix",
"NIOEmbedded",
"NIOFoundationCompat",
"NIOTLS",
"NIOTransportServices",
"NIOHTTP1",
"NIOHTTP2",
"NIOExtras",
"Logging",
"SwiftProtobuf",
"DequeModule",
"Atomics",
"NIOSSL"
],
"product_memberships" : [
"GRPC",
"GRPCReflectionService",
"RouteGuideServer",
"RouteGuideClient",
"ReflectionServer",
"PacketCapture",
"HelloWorldServer",
"HelloWorldClient",
"GRPCPerformanceTests",
"GRPCInteroperabilityTests",
"GRPCConnectionBackoffInteropTest",
"Echo"
],
"sources" : [
"Array+BoundsCheck.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift",
"AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift",
"AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift",
"AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift",
"AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift",
"AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift",
"AsyncAwaitSupport/GRPCAsyncRequestStream.swift",
"AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift",
"AsyncAwaitSupport/GRPCAsyncResponseStream.swift",
"AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift",
"AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift",
"AsyncAwaitSupport/GRPCAsyncServerCallContext.swift",
"AsyncAwaitSupport/GRPCAsyncServerHandler.swift",
"AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift",
"AsyncAwaitSupport/GRPCAsyncUnaryCall.swift",
"AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift",
"AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift",
"AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift",
"AsyncAwaitSupport/GRPCSendable.swift",
"AsyncAwaitSupport/NIOAsyncWrappers.swift",
"CallHandlers/BidirectionalStreamingServerHandler.swift",
"CallHandlers/ClientStreamingServerHandler.swift",
"CallHandlers/ServerHandlerProtocol.swift",
"CallHandlers/ServerStreamingServerHandler.swift",
"CallHandlers/UnaryServerHandler.swift",
"CallOptions.swift",
"ClientCalls/BidirectionalStreamingCall.swift",
"ClientCalls/Call.swift",
"ClientCalls/CallDetails.swift",
"ClientCalls/ClientCall.swift",
"ClientCalls/ClientStreamingCall.swift",
"ClientCalls/LazyEventLoopPromise.swift",
"ClientCalls/ResponseContainers.swift",
"ClientCalls/ResponsePartContainer.swift",
"ClientCalls/ServerStreamingCall.swift",
"ClientCalls/UnaryCall.swift",
"ClientConnection.swift",
"ClientConnectionConfiguration+NIOSSL.swift",
"ClientErrorDelegate.swift",
"CoalescingLengthPrefixedMessageWriter.swift",
"Compression/CompressionAlgorithm.swift",
"Compression/DecompressionLimit.swift",
"Compression/MessageEncoding.swift",
"Compression/Zlib.swift",
"ConnectionBackoff.swift",
"ConnectionKeepalive.swift",
"ConnectionManager+Delegates.swift",
"ConnectionManager.swift",
"ConnectionManagerChannelProvider.swift",
"ConnectionPool/ConnectionManagerID.swift",
"ConnectionPool/ConnectionPool+PerConnectionState.swift",
"ConnectionPool/ConnectionPool+Waiter.swift",
"ConnectionPool/ConnectionPool.swift",
"ConnectionPool/ConnectionPoolIDs.swift",
"ConnectionPool/GRPCChannelPool.swift",
"ConnectionPool/PoolManager.swift",
"ConnectionPool/PoolManagerStateMachine+PerPoolState.swift",
"ConnectionPool/PoolManagerStateMachine.swift",
"ConnectionPool/PooledChannel.swift",
"ConnectionPool/StreamLender.swift",
"ConnectivityState.swift",
"DebugOnly.swift",
"DelegatingErrorHandler.swift",
"Error+NIOSSL.swift",
"EventLoopFuture+RecoverFromUncleanShutdown.swift",
"FakeChannel.swift",
"GRPCChannel/ClientConnection+NIOSSL.swift",
"GRPCChannel/ClientConnection+NWTLS.swift",
"GRPCChannel/GRPCChannel.swift",
"GRPCChannel/GRPCChannelBuilder.swift",
"GRPCClient.swift",
"GRPCClientChannelHandler.swift",
"GRPCClientStateMachine.swift",
"GRPCContentType.swift",
"GRPCError.swift",
"GRPCHeaderName.swift",
"GRPCIdleHandler.swift",
"GRPCIdleHandlerStateMachine.swift",
"GRPCKeepaliveHandlers.swift",
"GRPCPayload.swift",
"GRPCServerPipelineConfigurator.swift",
"GRPCServerRequestRoutingHandler.swift",
"GRPCServiceDescription.swift",
"GRPCStatus.swift",
"GRPCStatusAndMetadata.swift",
"GRPCStatusMessageMarshaller.swift",
"GRPCTLSConfiguration.swift",
"GRPCTimeout.swift",
"GRPCWebToHTTP2ServerCodec.swift",
"HTTP2ToRawGRPCServerCodec.swift",
"HTTP2ToRawGRPCStateMachine.swift",
"Interceptor/ClientInterceptorContext.swift",
"Interceptor/ClientInterceptorPipeline.swift",
"Interceptor/ClientInterceptorProtocol.swift",
"Interceptor/ClientInterceptors.swift",
"Interceptor/ClientTransport.swift",
"Interceptor/ClientTransportFactory.swift",
"Interceptor/MessageParts.swift",
"Interceptor/ServerInterceptorContext.swift",
"Interceptor/ServerInterceptorPipeline.swift",
"Interceptor/ServerInterceptors.swift",
"InterceptorContextList.swift",
"LengthPrefixedMessageReader.swift",
"Logger.swift",
"LoggingServerErrorDelegate.swift",
"MessageEncodingHeaderValidator.swift",
"PlatformSupport.swift",
"ReadWriteStates.swift",
"Ref.swift",
"Serialization.swift",
"Server+NIOSSL.swift",
"Server.swift",
"ServerBuilder+NIOSSL.swift",
"ServerBuilder.swift",
"ServerCallContexts/ServerCallContext.swift",
"ServerCallContexts/StreamingResponseCallContext.swift",
"ServerCallContexts/UnaryResponseCallContext.swift",
"ServerChannelErrorHandler.swift",
"ServerErrorDelegate.swift",
"ServerErrorProcessor.swift",
"Stopwatch.swift",
"StreamEvent.swift",
"TLSVerificationHandler.swift",
"TLSVersion.swift",
"TimeLimit.swift",
"UserInfo.swift",
"Version.swift",
"WebCORSHandler.swift",
"WriteCapturingHandler.swift",
"_EmbeddedThroughput.swift",
"_FakeResponseStream.swift",
"_GRPCClientCodecHandler.swift",
"_MessageContext.swift"
],
"target_dependencies" : [
"CGRPCZlib"
],
"type" : "library"
},
{
"c99name" : "EchoModel",
"module_type" : "SwiftTarget",
"name" : "EchoModel",
"path" : "Examples/v1/Echo/Model",
"product_dependencies" : [
"NIO",
"SwiftProtobuf"
],
"product_memberships" : [
"ReflectionServer",
"PacketCapture",
"Echo"
],
"sources" : [
"echo.grpc.swift",
"echo.pb.swift"
],
"target_dependencies" : [
"GRPC"
],
"type" : "library"
},
{
"c99name" : "EchoImplementation",
"module_type" : "SwiftTarget",
"name" : "EchoImplementation",
"path" : "Examples/v1/Echo/Implementation",
"product_dependencies" : [
"NIOCore",
"NIOHTTP2",
"SwiftProtobuf"
],
"product_memberships" : [
"ReflectionServer",
"Echo"
],
"sources" : [
"EchoAsyncProvider.swift",
"EchoProvider.swift",
"HPACKHeaders+Prettify.swift",
"Interceptors.swift"
],
"target_dependencies" : [
"EchoModel",
"GRPC"
],
"type" : "library"
},
{
"c99name" : "Echo",
"module_type" : "SwiftTarget",
"name" : "Echo",
"path" : "Examples/v1/Echo/Runtime",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Logging",
"ArgumentParser",
"NIOSSL"
],
"product_memberships" : [
"Echo"
],
"sources" : [
"Echo.swift",
"Empty.swift"
],
"target_dependencies" : [
"GRPC",
"EchoModel",
"EchoImplementation",
"GRPCSampleData"
],
"type" : "executable"
},
{
"c99name" : "CGRPCZlib",
"module_type" : "ClangTarget",
"name" : "CGRPCZlib",
"path" : "Sources/CGRPCZlib",
"product_memberships" : [
"GRPC",
"CGRPCZlib",
"GRPCReflectionService",
"RouteGuideServer",
"RouteGuideClient",
"ReflectionServer",
"PacketCapture",
"HelloWorldServer",
"HelloWorldClient",
"GRPCPerformanceTests",
"GRPCInteroperabilityTests",
"GRPCConnectionBackoffInteropTest",
"Echo"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/grpc/grpc-swift/release-1.x
Repository: grpc/grpc-swift
Swift version used: 6.0
Target: GRPC
Extracting symbol information for 'GRPC'...
Finished extracting symbol information for 'GRPC'. (4.30s)
Building documentation for 'GRPC'...
warning: 'send(_:compression:)' is ambiguous at '/GRPC/GRPCAsyncRequestStreamWriter'
--> ../AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift:20:34-20:54
18 | /// An object allowing the holder -- a client -- to send requests on an RPC.
19 | ///
20 + /// Requests may be sent using ``send(_:compression:)``. After all requests have been sent
| ├─suggestion: Insert '591d2' for'func send(_ request: Request, compression: Compression = .deferToCallDefault) async throws'
| ╰─suggestion: Insert '6gpbs' for'func send<S>(_ requests: S, compression: Compression = .deferToCallDefault) async throws where Request == S.Element, S : Sequence'
21 | /// the user is responsible for closing the request stream by calling ``finish()``.
22 | ///
warning: 'GRPCConnectionPoolStats' doesn't exist at '/GRPC/GRPCConnectionPoolDelegate/connectionPoolStats(_:id:)'
--> ../ConnectionPool/GRPCChannelPool.swift:430:14-430:37
428 | /// Stats about the current state of the connection pool.
429 | ///
430 + /// Each ``GRPCConnectionPoolStats`` includes the stats for a sub-pool. Each sub-pool is tied
431 | /// to an `EventLoop`.
432 | ///
warning: Parameter 'connection' not found in initializer declaration
--> ../GRPCClient.swift:197:9-197:64
195 | ///
196 | /// - Parameters:
197 + /// - connection: ``ClientConnection`` to the service host.
| ╰─suggestion: Remove 'connection' parameter documentation
198 | /// - defaultCallOptions: Options to use for each service call if the user doesn't provide them.
199 | public init(channel: GRPCChannel, defaultCallOptions: CallOptions = CallOptions()) {
warning: Parameter 'channel' is missing documentation
--> ../GRPCClient.swift:198:101-198:101
196 | /// - Parameters:
197 | /// - connection: ``ClientConnection`` to the service host.
198 + /// - defaultCallOptions: Options to use for each service call if the user doesn't provide them.
| ╰─suggestion: Document 'channel' parameter
199 | public init(channel: GRPCChannel, defaultCallOptions: CallOptions = CallOptions()) {
200 | self.channel = channel
warning: Parameter 'connection' not found in initializer declaration
--> ../GRPCClient.swift:230:9-230:64
228 | ///
229 | /// - Parameters:
230 + /// - connection: ``ClientConnection`` to the service host.
| ╰─suggestion: Remove 'connection' parameter documentation
231 | /// - defaultCallOptions: Options to use for each service call if the user doesn't provide them.
232 | public init(channel: GRPCChannel, defaultCallOptions: CallOptions = CallOptions()) {
warning: Parameter 'channel' is missing documentation
--> ../GRPCClient.swift:231:101-231:101
229 | /// - Parameters:
230 | /// - connection: ``ClientConnection`` to the service host.
231 + /// - defaultCallOptions: Options to use for each service call if the user doesn't provide them.
| ╰─suggestion: Document 'channel' parameter
232 | public init(channel: GRPCChannel, defaultCallOptions: CallOptions = CallOptions()) {
233 | self.channel = channel
warning: Parameter 'customVerificationCallback' is missing documentation
--> ../GRPCTLSConfiguration.swift:274:84-274:84
272 | /// - Parameters:
273 | /// - configuration: The `NIOSSL.TLSConfiguration` to base this configuration on.
274 + /// - hostnameOverride: The hostname override to use for the TLS SNI extension.
| ╰─suggestion: Document 'customVerificationCallback' parameter
275 | public static func makeClientConfigurationBackedByNIOSSL(
276 | configuration: TLSConfiguration,
warning: Parameter 'requiresALPN' not found in type method declaration
--> ../GRPCTLSConfiguration.swift:372:11-372:23
370 | /// - Parameters:
371 | /// - configuration: The `NIOSSL.TLSConfiguration` to base this configuration on.
372 + /// - requiresALPN: Whether the server enforces ALPN. Defaults to `true`.
| ╰─suggestion: Replace 'requiresALPN' with 'requireALPN'
373 | public static func makeServerConfigurationBackedByNIOSSL(
374 | configuration: TLSConfiguration,
warning: Parameter 'requireALPN' is missing documentation
--> ../GRPCTLSConfiguration.swift:372:78-372:78
370 | /// - Parameters:
371 | /// - configuration: The `NIOSSL.TLSConfiguration` to base this configuration on.
372 + /// - requiresALPN: Whether the server enforces ALPN. Defaults to `true`.
| ╰─suggestion: Document 'requireALPN' parameter
373 | public static func makeServerConfigurationBackedByNIOSSL(
374 | configuration: TLSConfiguration,
warning: Parameter 'requiresALPN' not found in type method declaration
--> ../GRPCTLSConfiguration.swift:391:11-391:23
389 | /// - Parameters:
390 | /// - configuration: The `NIOSSL.TLSConfiguration` to base this configuration on.
391 + /// - requiresALPN: Whether the server enforces ALPN. Defaults to `true`.
| ╰─suggestion: Replace 'requiresALPN' with 'requireALPN'
392 | /// - Parameter customVerificationCallback: A callback to provide to override the certificate verification logic,
393 | /// defaults to `nil`.
warning: Parameter 'requireALPN' is missing documentation
--> ../GRPCTLSConfiguration.swift:393:29-393:29
391 | /// - requiresALPN: Whether the server enforces ALPN. Defaults to `true`.
392 | /// - Parameter customVerificationCallback: A callback to provide to override the certificate verification logic,
| ╰─suggestion: Document 'requireALPN' parameter
393 + /// defaults to `nil`.
394 | public static func makeServerConfigurationBackedByNIOSSL(
395 | configuration: TLSConfiguration,
warning: Parameter 'logger' is missing documentation
--> ../PlatformSupport.swift:206:80-206:80
204 | ///
205 | /// - Parameter loopCount: The number of event loops to create in the event loop group.
206 + /// - Parameter networkPreference: Network preference; defaulting to `.best`.
| ╰─suggestion: Document 'logger' parameter
207 | public static func makeEventLoopGroup(
208 | loopCount: Int,
warning: Parameter 'logger' is missing documentation
--> ../PlatformSupport.swift:237:54-237:54
235 | /// `NIOTSConnectionBootstrap`, otherwise it will be a `ClientBootstrap`.
236 | ///
237 + /// - Parameter group: The `EventLoopGroup` to use.
| ╰─suggestion: Document 'logger' parameter
238 | public static func makeClientBootstrap(
239 | group: EventLoopGroup,
warning: Parameter 'logger' is missing documentation
--> ../PlatformSupport.swift:297:54-297:54
295 | /// `NIOTSListenerBootstrap`, otherwise it will be a `ServerBootstrap`.
296 | ///
297 + /// - Parameter group: The `EventLoopGroup` to use.
| ╰─suggestion: Document 'logger' parameter
298 | public static func makeServerBootstrap(
299 | group: EventLoopGroup,
warning: Parameter 'checkOrigin' not found in type method declaration
--> ../Server.swift:578:9-580:51
576 | /// Provide a custom CORS origin check.
577 | ///
578 + /// - Parameter checkOrigin: A closure which is called with the value of the 'origin' header
| ╰─suggestion: Remove 'checkOrigin' parameter documentation
579 + /// and returns the value to use in the 'access-control-allow-origin' response header,
580 + /// or `nil` if the origin is not allowed.
581 | public static func custom<C: GRPCCustomCORSAllowedOrigin>(_ custom: C) -> Self {
582 | return Self(.custom(AnyCustomCORSAllowedOrigin(custom)))
warning: Parameter 'custom' is missing documentation
--> ../Server.swift:580:51-580:51
578 | /// - Parameter checkOrigin: A closure which is called with the value of the 'origin' header
579 | /// and returns the value to use in the 'access-control-allow-origin' response header,
580 + /// or `nil` if the origin is not allowed.
| ╰─suggestion: Document 'custom' parameter
581 | public static func custom<C: GRPCCustomCORSAllowedOrigin>(_ custom: C) -> Self {
582 | return Self(.custom(AnyCustomCORSAllowedOrigin(custom)))Finished building documentation for 'GRPC' (0.78s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift/release-1.x
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-argument-parser.git
Updating https://github.com/apple/swift-nio-http2.git
Updating https://github.com/apple/swift-nio-transport-services.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updated https://github.com/apple/swift-nio-transport-services.git (0.45s)
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/apple/swift-atomics.git (0.48s)
Updating https://github.com/apple/swift-http-structured-headers.git
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.59s)
Updated https://github.com/apple/swift-argument-parser.git (0.59s)
Updated https://github.com/apple/swift-nio-http2.git (0.59s)
Updated https://github.com/apple/swift-numerics.git (0.59s)
Updated https://github.com/apple/swift-log.git (0.59s)
Updating https://github.com/apple/swift-http-types.git
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-system.git
Updated https://github.com/apple/swift-algorithms.git (0.42s)
Updating https://github.com/apple/swift-nio-ssl.git
Updated https://github.com/apple/swift-http-structured-headers.git (0.51s)
Updated https://github.com/apple/swift-http-types.git (0.41s)
Updating https://github.com/apple/swift-async-algorithms.git
Updating https://github.com/apple/swift-nio-extras.git
Updated https://github.com/apple/swift-system.git (0.51s)
Updated https://github.com/apple/swift-collections.git (0.51s)
Updating https://github.com/apple/swift-asn1.git
Updating https://github.com/apple/swift-protobuf.git
Updated https://github.com/apple/swift-certificates.git (0.76s)
Updated https://github.com/apple/swift-nio.git (0.76s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/swift-nio-ssl.git (0.50s)
Updated https://github.com/apple/swift-async-algorithms.git (0.51s)
Updated https://github.com/apple/swift-nio-extras.git (0.50s)
Updated https://github.com/apple/swift-protobuf.git (0.66s)
Updated https://github.com/apple/swift-asn1.git (0.66s)
[1/2049] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-crypto.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Updated https://github.com/apple/swift-crypto.git (0.59s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.67s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.50s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.30s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3395] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling SymbolKit Identifier.swift
[13/57] Compiling SymbolKit KindIdentifier.swift
[14/57] Compiling SymbolKit Location.swift
[15/57] Compiling SymbolKit Mutability.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets Snippet.swift
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.39s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPC' complete! (1.91s)
Target: GRPCReflectionService
Extracting symbol information for 'GRPCReflectionService'...
Finished extracting symbol information for 'GRPCReflectionService'. (2.49s)
Building documentation for 'GRPCReflectionService'...
Finished building documentation for 'GRPCReflectionService' (0.49s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift/release-1.x
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (1.93s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'GRPCReflectionService' complete! (1.98s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift/release-1.x/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift/release-1.x/linkable-paths.json
Target: protoc-gen-grpc-swift
Extracting symbol information for 'protoc-gen-grpc-swift'...
Finished extracting symbol information for 'protoc-gen-grpc-swift'. (2.62s)
Building documentation for 'protoc-gen-grpc-swift'...
Finished building documentation for 'protoc-gen-grpc-swift' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift/release-1.x
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (2.06s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'protoc-gen-grpc-swift' complete! (2.07s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift/release-1.x/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grpc/grpc-swift/release-1.x/linkable-paths.json
Target: GRPCCore
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (2.02s)
error: no target named 'GRPCCore'
compatible targets: 'GRPC', 'CGRPCZlib', 'GRPCReflectionService', 'protoc-gen-grpc-swift', 'RouteGuideServer', 'RouteGuideClient', 'ReflectionServer', 'PacketCapture', 'HelloWorldServer', 'HelloWorldClient', 'GRPCPerformanceTests', 'GRPCInteroperabilityTests', 'GRPCConnectionBackoffInteropTest', 'Echo', 'RouteGuideModel', 'HelloWorldModel', 'GRPCSampleData', 'GRPCInteroperabilityTestsImplementation', 'GRPCInteroperabilityTestModels', 'EchoModel', 'EchoImplementation', 'NIO', 'NIOCore', 'NIOPosix', 'NIOEmbedded', 'NIOFoundationCompat', 'NIOTLS', 'NIOTransportServices', 'NIOHTTP1', 'NIOHTTP2', 'NIOExtras', 'Logging', 'SwiftProtobuf', 'DequeModule', 'Atomics', 'NIOSSL', 'SwiftProtobufPluginLibrary', 'NIOConcurrencyHelpers', 'ArgumentParser'
4922
31 /Users/admin/builder/spi-builder-workspace/.docs/grpc/grpc-swift/release-1.x
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/grpc/grpc-swift/release-1.x
File count: 4922
Doc size: 31.0MB
Preparing doc bundle ...
Uploading prod-grpc-grpc-swift-release-1.x-0f1d1959.zip to s3://spi-docs-inbox/prod-grpc-grpc-swift-release-1.x-0f1d1959.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.