Skip to content

Conversation

@mustiikhalil
Copy link
Collaborator

@mustiikhalil mustiikhalil commented Jul 10, 2025

  • The following PR removed @_exported import in favor of using the default import
  • Fixes a couple of inline functions to only be usable from inline

@github-actions github-actions bot added c++ codegen Involving generating code from schema grpc swift labels Jul 10, 2025
@mustiikhalil mustiikhalil self-assigned this Jul 10, 2025
@mustiikhalil mustiikhalil requested a review from aardappel July 10, 2025 20:36
@mustiikhalil mustiikhalil enabled auto-merge (squash) July 11, 2025 21:45
@mustiikhalil mustiikhalil changed the title [Swift] Imports the Common module directly [Swift] Fixes inlining & module importing Jul 16, 2025
The following moves away from @_exported since it isnt finalized yet,
and is strongly discouraged.

Fixes a couple of @inline(__always) calls within the new flexbuffers
library, and instead attributing them with @usableFromInline
@mustiikhalil mustiikhalil force-pushed the fixes-import-swift-6 branch from 1328dde to dcb2b3e Compare July 16, 2025 15:41
@mustiikhalil
Copy link
Collaborator Author

@aardappel This is ready to be merged! nothing major just force import common (internal module) and fixes inlining some functions.

@mustiikhalil mustiikhalil merged commit 07c2eb5 into google:master Jul 16, 2025
51 checks passed
dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request Oct 28, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `FlatBuffers` to `v25.9.23`

### Why are the changes needed?

To bring the latest bug fixes and improvements like `Windows` support.
- https://github.com/google/flatbuffers/releases/tag/v25.9.23 (2025-09-23)
  - google/flatbuffers#8484
  - google/flatbuffers#8577
  - google/flatbuffers#8622
  - google/flatbuffers#8637
  - google/flatbuffers#8643
  - google/flatbuffers#8650
  - google/flatbuffers#8649
  - google/flatbuffers#8702

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

No. There is no behavior change.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #254 from dongjoon-hyun/SPARK-54045.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@mustiikhalil mustiikhalil deleted the fixes-import-swift-6 branch November 14, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ codegen Involving generating code from schema grpc swift

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants