Skip to content

Fix duplicate Swift bridge symbols in release builds - #2

Merged
SpectralDragon merged 1 commit into
masterfrom
codex/fix-swift-bridge-linkage
Aug 29, 2026
Merged

SpectralDragon merged 1 commit into
masterfrom
codex/fix-swift-bridge-linkage

Conversation

@SpectralDragon

Copy link
Copy Markdown
Collaborator

Summary

  • give all header-only Swift bridge helpers internal linkage with static inline
  • prevent the helpers from being emitted as duplicate external symbols by multiple Swift translation units
  • preserve the existing Swift/Clang bridge API and behavior

Validation

  • reproduced the original ld: 5 duplicate symbols failure with a focused production build before the fix
  • swift build -c release passes after the fix
  • swift test -c release passes all 4 Gravity VM tests
  • AdaEditor universal Release build passes for arm64 and x86_64 with the updated dependency revision

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-29T19:02:50.387187Z 794ec42 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@SpectralDragon
SpectralDragon merged commit faf83b7 into master Aug 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant