• Category: Apple
  • Status: confirmed
  • Sources: WWDC26 developer site, What's new in Xcode 27, Foundation Models framework
  • Summary: Apple shipped Xcode 27 beta (build 27A5194q) and iOS/macOS 27 betas on 2026-06-08. Xcode 27 introduces a dual-engine agentic coding system: an on-device Neural Engine model for real-time Swift completions and a cloud routing layer that can delegate to Anthropic Claude, Google Gemini, or OpenAI. The agent can write and run tests, operate the iOS Simulator through a new Device Hub, and interact with live previews. The Foundation Models framework gains a new LanguageModel protocol that lets apps swap between Apple Foundation Models, Claude, and Gemini through the same Swift API with no session-code changes. Free access to Apple Foundation Models on Private Cloud Compute is available to developers with fewer than two million first-time App Store downloads. Swift 6.2 tightens data-isolation guarantees while reducing required annotation burden and adds a main-actor default configuration option with improved async debugging in LLDB. Apple confirmed the Foundation Models framework will be open-sourced later in 2026.
  • Why it matters: The LanguageModel protocol enables provider-agnostic AI calls from Swift applications; combined with free Private Cloud Compute access, it removes infrastructure cost as a barrier for on-platform AI features.

Send feedback on this story