Files
Antoine van der Lee a6444074ca Fix cached clean: delete Build/ subdirectory, not entire DerivedData
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.
2026-03-23 14:30:06 +01:00
..