mirror of
https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
synced 2026-09-14 13:59:59 +08:00
a6444074ca
Deleting the full DerivedData directory also removed resolved SPM packages, forcing a complete re-resolution that made cached clean builds slower than standard clean builds. Now only the Build/ subdirectory is removed, matching Xcode's "Clean Build Folder" behavior. SPM packages and the system compilation cache are preserved.