Apple released Xcode 26.6 (build 17F113) on June 25, 2026, adding Google Gemini as a third built in AI coding agent alongside Anthropic Claude Agent and OpenAI Codex, and introducing the Agent Client Protocol (ACP) th... Developers can configure Gemini via Xcode Settings Coding Intelligence, selecting from the built...
Research answer

Create a landscape editorial hero image for this Studio Global article: Search & fact-check with cited sources for What did Apple release in Xcode 26.6 on June 25 regarding Google Gemini, what new protocol suppor. Article summary: Here is a complete, source-cited breakdown of everything in Xcode 26.6 regarding Google Gemini and the broader AI coding landscape.. Topic tags: general, documentation, general web, user generated. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make
Apple released Xcode 26.6 (build 17F113) on June 25, 2026, bringing Google Gemini as a native coding agent directly into the IDE for the first time . This marks the third built-in AI provider, completing a deliberate platform bet on model choice alongside Anthropic Claude Agent and OpenAI Codex (both added in Xcode 26.3 in February 2026)
. A beta version of this integration had been available to Xcode 27 beta users since June 10; June 25 brought it to the stable channel
.
Xcode 26.6 also introduces support for the Agent Client Protocol (ACP) — an authorization and connectivity layer that lets developers add any ACP-compliant third-party agent to Xcode . The Coding Intelligence settings panel now includes an option to add external agents that conform to this protocol
.
ACP is distinct from the Model Context Protocol (MCP) support added in Xcode 26.3. MCP defines what agents can do inside Xcode (tools, file access, documentation search). ACP controls which agents are authorized to connect at all — it's an authorization layer . Together, they form a complete framework: MCP for capability, ACP for access.
Before Gemini arrived, developers had two built-in options, both introduced in Xcode 26.3 (February 2026) :
Apple described these agents as "install with a single click" — they could autonomously break tasks into steps, search Apple documentation, fix build failures, and verify results with live previews .
Configuration is done through Xcode > Settings > Coding Intelligence (or Intelligence) . There are two paths:
For external agents connected via MCP (the older approach from Xcode 26.3), developers previously needed to enable "Allow external agents to use Xcode tools" in settings and register the MCP server from the terminal using xcrun mcpbridge.
Google Gemini in Xcode 26.6 natively supports the full range of Coding Intelligence features — the same task categories available across all three providers :
Note: Apple's RC release notes listed Swift 6.3; the final release notes — confirmed by multiple sources including 9to5Mac — specify Swift 6.3.3 .
This update is the direct foundation for Xcode 27's redesigned agentic experience, announced at WWDC 2026 . The connections are explicit:
/plan command) are all available in today's stable release In short: Xcode 26.6 is the on-ramp — the protocols and partner integrations ship now — and Xcode 27 rethinks the entire UI around agent-driven development.
Before this native integration, developers who wanted to use Gemini with Xcode had to rely on workarounds that lacked deep project awareness:
https://generativelanguage.googleapis.com/v1beta/openaiAuthorization), but this often required a proxy tool like Proxyman to handle routing None of these provided deep Xcode project awareness or native editor integration. Xcode 26.6 eliminates all of them for Gemini users.
Apple's three-provider strategy (Anthropic Claude Agent, OpenAI Codex, Google Gemini) represents a deliberate, platform-level bet on model choice over model monopoly . Key strategic implications:
The message from Apple is clear: they are building the stage, not the actor. Developers get to choose their AI, and the stage keeps getting better.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Apple released Xcode 26.6 (build 17F113) on June 25, 2026, adding Google Gemini as a third built in AI coding agent alongside Anthropic Claude Agent and OpenAI Codex, and introducing the Agent Client Protocol (ACP) th...
Apple released Xcode 26.6 (build 17F113) on June 25, 2026, adding Google Gemini as a third built in AI coding agent alongside Anthropic Claude Agent and OpenAI Codex, and introducing the Agent Client Protocol (ACP) th... Developers can configure Gemini via Xcode Settings Coding Intelligence, selecting from the built in providers or adding custom ACP compliant agents — no more proxy workarounds or side channel tools required.
The update ships with Swift 6.3.3, SDKs for all Apple platforms (iOS 26.5, macOS 26.5, etc.), requires macOS Tahoe 26.2 or later, and lays the direct foundation for Xcode 27's redesigned agentic experience announced a...