Post #1555721
2026-03-21 02:19 UTC
@tonyarnold @adamc @rudrank Xcode and worktrees is a tough one. I generally have work tree agents do a plan and code without running any build or Xcode stuff, until I merge the work tree into my real working copy for review and testing. I guess our tools aren’t aware of worktrees so there are no optimizations to reuse cached builds from other trees 🤔 can tuist do this?
Replies (1)
-
@tonyarnold@mastodon.social 2026-03-21 02:37
@AshtonDev @adamc @rudrank I came close to filling my disk opening individual worktrees in Xcode to test things out. Xcode sees it as a new project, so as you surmise Ashton, it's setting up caches/DerivedData for each.