Post #1555716
2026-03-20 23:43 UTC
@AshtonDev @rudrank ah yeah, that sounds neat. I wonder if that’s more some incremental build limitations of xcodebuild though.
Makes me want to build a Tuist skill 😂
Using an Xcode MCP would be a little limiting for me I think since I’m trying to do some parallel stuff. E.g. it can churn away on a separate git work tree while I’m doing something else
Replies (1)
-
@tonyarnold@mastodon.social 2026-03-20 23:47
@adamc @AshtonDev @rudrank my workflow has mostly been to spin off a subagent for builds using xcodebuild CLI (I have a line in my global AGENTS.md about it) — mainly to avoid context bloat. If I'm worried about token use, I ask it to pipe the output of xcodebuild/swift through xcsift to simplify the output down to just the results.