Capabilities

16 capabilities tracked

WWDC

Xcode 27+ (macOS 27+)
1 capability

WWDC 2026

iOS 27+, macOS 27+
1 capability

WWDC 2026

iOS 27+ (Swift 6.3/6.4)
1 capability

WWDC 2026

iOS 27+
12 capabilities

New in iOS 27

APIs and frameworks introduced at WWDC 2026

9
UINew

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.

SwiftUIFoundation+1
Demo
AINew

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.

FoundationModels
Demo
AINew

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.

FoundationModelsFoundationModelsUtilities
Demo
AINew

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.

CoreAIFoundationModels+2
Demo
AINew

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.

FoundationModelsAppIntents
Demo
AINew

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.

CoreSpotlightFoundationModels
Demo
AINew

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.

AppIntentsFoundation
Demo
AINew

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.

EvaluationsFoundationModels+1
Demo
AINew

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.

CoreAI
Demo

Updated from iOS 26

Existing APIs that changed at WWDC 2026

3

WWDC 2016

iOS 17+ (fully matured and recommended pattern in iOS 27)
1 capability