01Lists Xcode projects with build logs in DerivedData.
02Extracts errors and warnings from the latest build log of a specified project.
03Parses complex diagnostics including associated notes and fix-it suggestions.
04Provides detailed information about each issue, including file paths, line numbers, and error messages.
05Optimized for capturing Swift concurrency-related warnings.
063 GitHub stars