pointfreeco / swift-issue-reporting

Report issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and do so in a testable manner.
https://www.pointfree.co
MIT License
368 stars 60 forks source link

Fix XCTFail #81

Closed mbrandonw closed 5 months ago

mbrandonw commented 5 months ago

Seems like something changed in Xcode with linking XCTest recently, so let's be a little bit more careful with the dlsyming.

Fixes https://github.com/pointfreeco/swift-case-paths/pull/155#issuecomment-2040366707