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
This PR adopts a Core Foundation function, new in macOS 15.4/etc. and
added for us to use, that captures backtraces for `NSError` and
`CFError` instances at initialization time and stores them in a sidecar
location for consumption by Swift Testing and/or XCTest.
Upstreaming from Apple's fork (rdar://139841808, 508230a + dd7bae2)
### 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