SafeDisk AI

Xcode DerivedData No Space Left

Xcode `No space left on device` errors often point at DerivedData or ModuleCache, but the safest fix is to separate rebuildable cache from archives, simulator runtimes, and project state.

Usually safer to clean

Review before deleting

Read-only checks first

du -sh ~/Library/Developer/Xcode/DerivedData
du -sh ~/Library/Developer/Xcode/Archives
du -sh ~/Library/Developer/CoreSimulator
du -sh ~/Library/Developer/Xcode/iOS\ DeviceSupport 2>/dev/null

Need this as a repeatable team rule?

SafeDisk turns one representative Xcode scan into a safe/review/do-not-touch cleanup policy for developers, QA automation, or macOS CI runners.

Xcode incident review

Get the $29 Xcode cleanup review payment link.

Use this when DerivedData cleanup is not enough, or when Archives, DeviceSupport, simulator runtimes, or CI runner state need a safer boundary.

Open private checkout