You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the legacy Xcode 16 entry point function on non-Darwin platforms. (#545)
This PR removes `swt_copyABIEntryPoint_v0()`, which is an older version
of the approved `swt_abiv0_getEntryPoint()` entry point function used by
Xcode 16 Beta 1 but not used on non-Darwin platforms.
The symbol remains available on Darwin for the benefit of Xcode 16 beta
users. It will be removed from the Darwin builds in a future update.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments