Swift Testing has a symbol:
@_cdecl("swt_abiv0_getEntryPoint")
@usableFromInline func abiv0_getEntryPoint() -> UnsafeRawPointer {
...
}
With the changes in #8049, it looks like this symbol is no longer being exported and our tests around it have started failing.