🚧 Work in Progress 🚧
Warning infomation collector for xcodebuild.
$ fallout [xcodebuild log file]The output will be a .json file with content like this:
[
  {
    "message": "<module-includes>:1:1: warning: umbrella header for module 'WarningKit' does not include header '/Users/eyeplum/Projects/fallout/samples/BuildWarningSampler/WarningKit/WNGView.h'",
    "hint": {
      "source": "#import \"Headers/WarningKit.h\"",
      "indicator": "^"
    }
  },
  ...
]