The Big Headline: Foundation Models — Now Free for Smaller Developers
At this year's Platforms State of the Union, Apple made its most aggressive developer-facing AI move yet. The Foundation Models framework — the same tech powering Siri — is getting free Private Cloud Compute access for developers with fewer than two million first-time App Store downloads. That removes infrastructure cost as a barrier to entry entirely.
The framework is also getting significant capability upgrades:
- Image input support — process images directly through the same Swift API
- Server-side model integration — call third-party models like Claude and Gemini through a unified interface
- Dynamic Profiles — a new system for building multi-agent AI workflows
- Open source — the entire Foundation Models framework goes open source later this summer
Core AI: A New Framework for On-Device Models
Apple introduced Core AI, a brand-new framework purpose-built for running custom models on Apple silicon. Key features:
- Ahead-of-time compilation — models compile before runtime, not during
- Dedicated Instruments — profiling tools built specifically for on-device inference
- Python conversion tools — export PyTorch models directly to Core ML for Apple silicon
Xcode 27: 30% Smaller, Agentic by Default
Xcode 27 ships as Apple silicon-only and comes in 30% smaller than its predecessor. Highlights:
- iCloud settings sync across machines
- Customizable toolbar and per-project themes
- Device Hub replaces the old Simulator — agents can now interact with it directly
- Agentic coding expanded: agents can localize apps, run tests, fix crashes pulled from Organizer
- Xcode Cloud builds up to 2x faster
Liquid Glass: Opt-Out Window Closed
Apple confirmed that the Liquid Glass design language — introduced last year — will be forced in Xcode 27. Apps rebuilt with the new SDK automatically adopt the new design. The UI itself has been refined: better content diffusion, a new darkened edge for depth perception, and a transparency slider in Settings.
Swift 6.4 and SwiftUI Updates
Swift 6.4 ships with a new anyAppleOS availability target. SwiftUI gets reorderable containers, swipe actions for any container, layouts that resize up to 2x faster, and lazy state initialization.
What This Means for Builders
Apple is signaling a clear direction: AI capabilities are becoming first-class citizen in the Apple developer stack, not a third-party bolt-on. The open-sourcing of Foundation Models and the debut of Core AI give developers real alternatives to cloud-only AI integration. For product teams building on Apple platforms, the combination of free Private Cloud Compute access and on-device inference capability is worth re-evaluating your AI architecture.
Source: MacRumors — Apple Outlines Major AI and Developer Tool Updates at 2026 Platforms State of the Union