Extracts and analyzes errors and warnings from Xcode build logs for integration with AI assistants.
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.