What's Changed
- Added: Overloads to
withErrorReporting
to prevent returning double-nested optionals from the operation (thanks @natemann, #168). - Fixed: Always invoke
Issue.record
andXCTFail
in tests to surface out-of-band Swift Testing failures (#171). Note: this could cause existing tests to fail/crash in the same way that invokingIssue.record
out-of-band could do so.
New Contributors
Full Changelog: 1.6.1...1.7.0