The consumer headline from WWDC 2026 on 8 June was the rebuilt Siri AI, but the more consequential news for anyone who builds on Apple's platforms sat in the Platforms State of the Union. Apple expanded the AI tooling it gives developers in three concrete ways — a bigger Foundation Models framework, broader local-model support on Apple Silicon, and a path to wire apps into Siri AI — alongside an Xcode 27 that moves further into agentic coding. The betas are available now, a public beta follows next month, and the releases ship this fall.
The Foundation Models framework grows past on-device-only
Apple introduced the Foundation Models framework at WWDC 2025, giving Swift developers direct API access to a roughly 3-billion-parameter model that runs on-device. The constraint was that you were working with a small, local model and not much else.
WWDC 2026 loosens that. The framework now supports multimodal prompts and gives developers one Swift-facing interface for Apple Foundation Models on device and in Private Cloud Compute, as well as other model providers that conform to Apple's Language Model protocol. In practice — and this is the important change — app teams can design one AI feature surface while deciding which work should stay local, which can use Apple's private-cloud path, and which should be routed to another provider. For teams that previously hit the ceiling of the on-device model, that ceiling moves. For smaller teams, Apple is also making the economics interesting: its developer guidance says eligible App Store Small Business Program developers — those with fewer than 2 million total first-time downloads — can access the next-generation Apple Foundation Models on Private Cloud Compute at no cloud API cost.
Running models locally, including third-party ones
Apple also expanded local-model support for Apple Silicon, including third-party model providers through native Swift APIs. That gives developers a sanctioned path for the kind of local inference many teams have been doing through community tooling, while keeping data on device where the model and hardware support it. (Some coverage labelled this a separate "Core AI" framework; Apple's own developer pages foreground the Foundation Models framework and its model-provider protocol, so treat the branding as unsettled — the substance, third-party and local model support, is confirmed.)
App Intents: the path into Siri AI
The third piece is the strategically important one. Developers can connect their apps to the new Siri AI through App Intents, so a user can find information or perform an in-app action just by asking Siri. This continues the migration away from the older SiriKit model toward App Intents and schema-based actions that Siri AI can understand through natural language. The implication for builders is direct: the apps that expose their functionality through App Intents are the ones Siri AI can actually drive. With an assistant meant to act across apps, that adoption stops being optional polish.
Xcode 27 goes agentic
On tooling, Xcode 27 extends the AI-assisted direction Apple began with Xcode 26's LLM and ChatGPT integration. The 2026 version adds expanded agentic coding capabilities, a faster and more personalised experience, and integration with third-party AI agents. The competitive context is clear: AI-native editors and coding agents have set a high bar over the past two years, and Xcode 27 is Apple's move to keep pace. SwiftUI and the Liquid Glass design language got refinements, and the Swift release tunes the concurrency model.
For developers in this region, it is worth noting Apple runs one of its Developer Centers in Singapore — alongside Cupertino, Shanghai and Bengaluru — for the hands-on labs and sessions that follow the keynote, with a fifth opening in Berlin this fall.
What to do before iOS 27 ships
The practical checklist is short. Start the App Intents migration now, because it gates whether Siri AI can use your app. Test the Foundation Models framework with image inputs and decide, per feature, whether you want on-device or server routing. Evaluate the local and third-party model support if you have a model you want to run on Apple Silicon. And try Xcode 27's agentic tools against your actual workflow rather than a demo project. The developer betas are live today; the public beta is next month; the public release is this fall.
Key Takeaways
WWDC 2026's developer story is AI tooling: the Foundation Models framework now supports multimodal prompts and exposes Apple Foundation Models (on device and in Private Cloud Compute) plus other providers via Apple's Language Model protocol through one Swift API.
Apple expanded local-model support on Apple Silicon, including third-party model providers that conform to its Language Model protocol, through native Swift APIs.
App Intents is the path to make an app usable by the new Siri AI; apps that don't adopt it won't be reachable by the assistant.
Xcode 27 adds expanded agentic coding and third-party AI-agent integration; SwiftUI, Liquid Glass and Swift concurrency also got updates.
Betas are live now, public beta next month, public release this fall; the most powerful on-device AI is gated to the newest hardware, and heavier work routes to Private Cloud Compute.