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
Use the prefix swift_testing_ for future exported symbols. (swiftlang#1238)
This PR updates our naming guidelines for exported/public C symbols.
Right now, the only functions that would qualify are
`swt_abiv0_getEntryPoint()` and `swt_copyABIEntryPoint_v0()` and their
names must be preserved for binary compatibility with Xcode 16 through
Xcode 26 anyway.
Thus, this change is a documentation change only.
Resolvesswiftlang#1064.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [ ] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments