This page may contain stale information. Last updated: 2026-06-12

Overview

Xcode is Apple’s integrated development environment (IDE) for building apps across iOS, macOS, watchOS, tvOS, and visionOS. At WWDC 2026, Xcode 27 became Apple’s most AI-forward IDE release, integrating native agentic coding with models from anthropic, google, and openai.

Xcode 27 Key Features (June 2026)

  • Agentic coding: Interactive planning, multiturn Q&A, Markdown canvas with code changes and previews
  • Multi-provider agents: Native Claude Code, Gemini, and OpenAI Codex integration via Intelligence settings
  • device-hub: Unified simulator and physical device workspace for agent validation
  • model-context-protocol + agent-client-protocol: MCP host and ACP agent authorization
  • Agent skills: Seven first-party skills exportable via xcrun agent skills export
  • Apple silicon only: 30% smaller, faster performance; Xcode Cloud up to 2x faster

Evolution

VersionAgentic Feature
Xcode 26.3Initial agentic coding, MCP exposure, “Add an Agent…”
Xcode 26.5Message queueing, clarifying questions
Xcode 27Native Gemini, Device Hub, ACP, agent skills, redesigned agent UI

Sources