Command line tool that converts Apple generated .ips crash logs to human readable format in the exact same way as Xcode and Console.app do.
swift build -c release
USAGE: ips2crashlog <input> [--output <output>]
ARGUMENTS:
<input> Path to the IPS crash report file
OPTIONS:
-o, --output <output> Output path (optional)
-h, --help Show help information.
The suite of tests is currently one test that compares the output of the tool with the output of Console.app.
swift test