01
Use the two servers for different jobs
Xcode's bridge is the authority for workspace state and Apple tooling. Axint is the authority for its diagnostic catalog, project proof contract, Fix Packets, App Intents metadata, and reusable Apple capability packages. An agent can call both in one repair loop without pretending either replaces the other.
- Let Xcode build, test, preview, and inspect the project.
- Let Axint classify Apple-specific failures and produce compact next actions.
- Rejoin long-running jobs instead of dumping complete logs back into model context.