Open
Description
I am using Swift -- not sure what happens in Obj-C.
If you call XCTFail instead of throwing an exception, Xcode will show the error inline in the editor at the appropriate line.
I'm willing to make a PR to implement this, but asking for guidance. It feels like I need to pass a closure to use instead of raising, potentially in FOXOptions.
Any thoughts on whether this is a desired PR and how to go about it?