概要
This skill provides a systematic framework for diagnosing and resolving slow Xcode build times across all Apple platforms. Based on industry best practices and official WWDC guidance, it guides developers through measuring baselines, analyzing the build timeline to identify critical paths, and applying high-impact optimizations like Swift type-checking improvements, conditional script execution, and target parallelization. Whether you are dealing with sluggish incremental builds or scaling a CI/CD pipeline, this skill ensures you make data-driven improvements rather than guessing at performance bottlenecks.