Xcode Diagnostics
Createdleftspin
Extracts and analyzes errors and warnings from Xcode build logs for integration with AI assistants.
About
Xcode Diagnostics is an MCP plugin designed to streamline the process of identifying issues within Swift projects. By connecting to Xcode's build system, it extracts, parses, and displays diagnostics (errors and warnings) from build logs, enabling AI assistants to quickly pinpoint problems in code without manual log analysis. This tool is particularly useful for capturing Swift concurrency-related warnings and providing detailed information about each issue, including file paths, line numbers, and fix-it suggestions.
Key Features
- Lists Xcode projects with build logs in DerivedData.
- Extracts errors and warnings from the latest build log of a specified project.
- Parses complex diagnostics including associated notes and fix-it suggestions.
- Provides detailed information about each issue, including file paths, line numbers, and error messages.
- Optimized for capturing Swift concurrency-related warnings.
- 3 GitHub stars
Use Cases
- Automated code analysis within AI-powered development environments.
- Streamlined debugging workflow by providing quick access to Xcode diagnostics.
- Early detection of concurrency issues in Swift projects.