Release 1.6.0
Use new command of Apple's xccov tool to speed up execution, when computing the code coverage significantly.
Before that the coverage for each code file had to be queried one by one. Now with the new xccov tool from Xcode 15 only one command and a little bit of JSON parsing is required. That is a huge performance improvement.
Add new commands to export warnings and errors in a format suitable for Gitlab Code Climate support.
Fix a bug, where code coverage executionCount would always only be one digit long.