Capabilities
16 capabilities tracked
WWDC
Xcode 27+ (macOS 27+)New in iOS 27
APIs and frameworks introduced at WWDC 2026
WWDC 2026
iOS 27+, macOS 27+Updated from iOS 26
Existing APIs that changed at WWDC 2026
WWDC 2026
iOS 27+ (Swift 6.3/6.4)New in iOS 27
APIs and frameworks introduced at WWDC 2026
WWDC 2026
iOS 27+New in iOS 27
APIs and frameworks introduced at WWDC 2026
What's New in SwiftUI (iOS 27)
iOS 27 delivers a sweeping set of SwiftUI enhancements including Liquid Glass design, a new Document API with async read/write, toolbar visibility controls, and iPhone app resizability. These changes touch nearly every layer of a SwiftUI app.
Custom LLM Provider via LanguageModel Protocol
iOS 27 opens the Foundation Models framework to third-party and server-based LLMs via a new public LanguageModel protocol. Any developer or company can package their own model (local or cloud-based) so it integrates seamlessly with the same session API used for Apple's on-device model.
Agentic App Experiences with Dynamic Profiles (Foundation Models)
iOS 27 introduces DynamicProfile and DynamicInstructions to the Foundation Models framework, enabling developers to build multi-agent app experiences where a single LanguageModelSession can switch between distinct model configurations, instructions, and tools depending on the current task phase.
Core AI On-Device Model Integration
Core AI is a new iOS 27 framework that lets developers bring their own .aimodel files (e.g. open-source LLMs, vision-transformers) on-device and run them through the familiar FoundationModels session API — no server, no per-token cost, no data leaving the device.
Agentic Security: Lifecycle Event Modifiers & Action Mitigations
iOS 27 introduces security APIs for Foundation Models and App Intents that let developers inject deterministic guardrails into agentic loops — including user confirmation checkpoints, device-authentication gates, and prompt spotlighting to mitigate indirect prompt injection attacks.
LLM Search Using Core Spotlight (SpotlightSearchTool)
SpotlightSearchTool is a new Foundation Models tool that lets a language model directly query your app's Core Spotlight index, grounding model responses in your app's own indexed content rather than general world knowledge.
App Schemas for Siri Integration
App Schemas are predefined intent contracts that let your App Intents become directly executable by Siri via Apple Intelligence. By conforming entities and actions to schemas within a domain (e.g., Messages, Mail, Photos), Siri gains semantic understanding of your app's content and actions without requiring custom natural language handling.
Evaluations Framework
The Evaluations framework is a new Swift testing system designed to measure the quality and reliability of intelligent features powered by generative AI models. It provides protocols, types, and Xcode test report integration to quantify how often your app's AI-driven features behave correctly across diverse input datasets.
Core AI Framework
Core AI is Apple's new on-device AI inference framework for iOS 27, giving developers direct access to the same high-performance ML execution engine that powers Apple Intelligence. It enables loading and running custom .aimodel files across CPU, GPU, and Neural Engine with a modern Swift API.
Updated from iOS 26
Existing APIs that changed at WWDC 2026
What's New in SwiftData (iOS 27)
iOS 27 brings four major SwiftData enhancements: sectioned @Query results, a new .codable attribute modifier for third-party types, ResultsObserver for reacting to store changes outside SwiftUI, and HistoryObserver for monitoring persistent history transactions.
MetricKit Modern Swift API
In iOS 27, MetricKit has been rebuilt from the ground up with a modern Swift-first API featuring async/await streams, structured metric groups, state-aware reporting via the StateReporting framework, and new diagnostics including memory exceptions and Metal frame rate metrics.
App Intents New Capabilities (iOS 27)
iOS 27 significantly expands the App Intents framework with EntityCollection for bulk performance, RelevantEntities for proactive suggestions, SyncableEntity for cross-device Siri continuity, ValueRepresentation for structured cross-app sharing, union value parameters, and longer-running intent execution support.
WWDC 2016
iOS 17+ (fully matured and recommended pattern in iOS 27)Updated from iOS 26
Existing APIs that changed at WWDC 2026