Skip to content

Conversation

rafaelcepeda
Copy link
Collaborator

Performed the necessary changes to enable compiler flag -require-explicit-sendable.

@rafaelcepeda rafaelcepeda added the 🆕 semver/minor Adds new public API. label Jul 14, 2025
}

@available(*, unavailable)
extension ContiguousBytesAdapter: Sendable {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite right: ContiguousBytesAdapter is Sendable when Bytes is Sendable

@glbrntt glbrntt added 🔨 semver/patch No public API change. and removed 🆕 semver/minor Adds new public API. labels Jul 14, 2025
@rafaelcepeda rafaelcepeda requested a review from glbrntt July 14, 2025 14:40
@glbrntt glbrntt merged commit 183418a into grpc:main Jul 14, 2025
31 checks passed
@rafaelcepeda rafaelcepeda deleted the explicit_sendable branch July 14, 2025 16:41
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Aug 26, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `grpc-swift-protobuf` to 2.1.1.

### Why are the changes needed?

To bring the latest improvements and bug fixes.
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1
- https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.0
  - grpc/grpc-swift-protobuf#77
  - grpc/grpc-swift-protobuf#82
  - grpc/grpc-swift-protobuf#81

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #217 from dongjoon-hyun/SPARK-53370.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Oct 1, 2025
…gen-grpc-swift-2 v2.1.1

### What changes were proposed in this pull request?

This PR aims to regenerate `Spark Connect`-generated Swift source code with `protoc-gen-grpc-swift-2` v2.1.1 from apache/spark@c165355. Previously, it was generated by `2.0.0` from apache/spark@c165355 .
- #205 (2025-06-30)

### Why are the changes needed?

Without changing the Spark protobuf files, this PR only applies code-generation bug fixes including concurrency patches:

- https://formulae.brew.sh/formula/protoc-gen-grpc-swift
  - https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.0
      - grpc/grpc-swift-protobuf#77
      - grpc/grpc-swift-protobuf#85
  - https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1
      - grpc/grpc-swift-protobuf#86

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #249 from dongjoon-hyun/SPARK-53774.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants