SafeDisk AI

256GB MacBook Air enough for Xcode: safe Xcode storage checklist

A practical first-pass checklist for Xcode users say 256GB means constantly managing storage. The goal is to recover space without deleting the folder that proves expensive to rebuild.

Separate Xcode storage by risk bucket

Xcode storage is not one thing. DerivedData, Archives, simulator devices, simulator runtimes, DeviceSupport, and package caches have different recovery costs.

First read-only checks

Start with read-only folder sizes, then remove regenerable build data before touching archives or runtimes tied to active projects.

du -sh ~/Library/Developer/Xcode/DerivedData
du -sh ~/Library/Developer/Xcode/Archives
du -sh ~/Library/Developer/CoreSimulator

Usually safer cleanup candidates

Review before deleting

Turn this into a team policy

If Xcode storage pain repeats across the team, the $99 pilot turns one representative scan into a safe/review/do-not-touch cleanup policy.