Skip to content

Remove swt_copyABIEntryPoint_v0(). #1240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Jul 24, 2025

swt_copyABIEntryPoint_v0() is an older alias of swt_abiv0_getEntryPoint() with a slightly different signature that was used by Xcode 16.0. Xcode 16.3 and later use the newer function, so we can remove the older one now.

swt_copyABIEntryPoint_v0() is not exported on non-Apple platforms.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

`swt_copyABIEntryPoint_v0()` is an older alias of `swt_abiv0_getEntryPoint()`
with a slightly different signature that was used by Xcode 16.0. Xcode 16.3 and
later use the newer function, so we can remove the older one now.
@grynspan grynspan added this to the Swift 6.x (main) milestone Jul 24, 2025
@grynspan grynspan self-assigned this Jul 24, 2025
@grynspan grynspan added tools integration 🛠️ Integration of swift-testing into tools/IDEs darwin 🍎 macOS, iOS, watchOS, tvOS, and visionOS support tech-debt 💾 reduces technical debt labels Jul 24, 2025
@grynspan
Copy link
Contributor Author

@swift-ci test

@grynspan
Copy link
Contributor Author

See also: #545

@grynspan grynspan merged commit fdf2754 into main Jul 25, 2025
3 checks passed
@grynspan grynspan deleted the jgrynspan/remove-swt_copyABIEntryPoint_v0 branch July 25, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
darwin 🍎 macOS, iOS, watchOS, tvOS, and visionOS support tech-debt 💾 reduces technical debt tools integration 🛠️ Integration of swift-testing into tools/IDEs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants