The mutable flutter-pub-cache volume made the execution cache key unstable — pub get cache-missed every run because the volume's mutable layer changed the snapshot hash. Removing the volume lets Dagger snapshot packages inside the execution-cache layer, which is stable and reclaimable via dagger prune. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>