Capabilities

27 capabilities tracked across Apple platforms

UIUpdated

What's New in SwiftUI (iOS 27)

iOS 27 brings a sweeping set of SwiftUI enhancements including Liquid Glass design adoption, new toolbar visibility and overflow APIs, document architecture improvements with Observable, and resizable iPhone app support — all designed to modernize app UIs with minimal code changes.

SwiftUIFoundation+1
Demo
AIUpdated

App Intents Siri Integration with Visual Intelligence

iOS 27 expands App Intents to deeply integrate with Siri's on-device language model, enabling natural-language invocation of app actions with richer parameter resolution and multi-step task chaining. Apps can now expose capabilities that Siri understands contextually without rigid phrase matching.

AppIntentsSiri+1
Demo
SystemUpdated

What's New in SwiftData (iOS 27)

iOS 27 adds sectioned queries, codable model attributes, ResultsObserver for non-SwiftUI change observation, and HistoryObserver for reacting to persistent history changes in SwiftData.

SwiftDataSwiftUI+1
Demo
PerformanceUpdated

MetricKit Modern Swift API

MetricKit has been rebuilt from the ground up in iOS 27 with a contextually rich, Swift-first API that delivers metrics and diagnostics as async streams, plus new capabilities like Metal frame rate metrics, memory exception diagnostics, and per-state metric breakdowns via the StateReporting framework.

MetricKitStateReporting
Demo
UIUpdated

Live Activities & Dynamic Island Enhancements

iOS 27 brings significant updates to Live Activities and the Dynamic Island, including new expanded presentations, richer interactivity via App Intents directly from the island, and updated layout APIs for more expressive minimal and compact views.

ActivityKitSwiftUI+2
Demo
SystemUpdated

App Intents Framework: New Capabilities (iOS 27)

iOS 27 expands the App Intents framework with RelevantEntities for contextual content surfacing, EntityCollection for high-performance batch parameter handling, SyncableEntity for cross-device Siri continuity, native Duration/PersonNameComponents parameter types, and @UnionValue for multi-type parameters — plus extended intent execution time limits.

AppIntentsCoreTransferable+1
Demo
AIUpdated

Advanced App Intents for Siri & Apple Intelligence

iOS 27 extends App Intents with new APIs for custom Siri dialog responses, interaction donations, OwnershipProvidingEntity for smart confirmations, and IndexedEntityQuery for semantic Spotlight indexing — enabling richer, more personal Siri and Apple Intelligence experiences.

AppIntentsCoreSpotlight+1
Demo
UIUpdated

UIKit App Modernization: Adaptive Layout & Bar APIs

iOS 27 enforces stricter adaptivity requirements for UIKit apps, making iPhone apps fully resizable in iPhone Mirroring and on iPad, while introducing new navigation bar minimization controls, sidebar opt-in for iPhone tab bars, and prominent tab customization.

UIKit
Demo
UIUpdated

WidgetKit System Extra Large Portrait Family

iOS 27 (and macOS 15) brings the systemExtraLargePortrait widget family — previously visionOS-only — to iPhone, iPad, and Mac, giving widgets a tall canvas to display rich app content. Developers can now support this new family size alongside existing families with minimal code changes.

WidgetKitSwiftUI
Demo
PerformanceUpdated

Rebuilt MetricKit with Swift-First API

iOS 27 rebuilds MetricKit from the ground up with a modern, Swift-first API that delivers metric and diagnostic reports via async streams, adds Metal frame rate metrics, memory exception diagnostics, and crash termination categories, plus a new StateReporting framework to contextualize metrics by app state.

MetricKitStateReporting
Demo
SystemUpdated

Swift Testing Migration & Interoperability Modes

Xcode 27 introduces enhanced test framework interoperability modes (Limited, Complete, Strict) that control how cross-framework issues are reported when mixing XCTest and Swift Testing in the same target, making it safer and more structured to incrementally migrate from XCTest to Swift Testing.

Swift TestingXCTest
Demo
SystemUpdated

Virtualization Framework Enhancements (macOS 27)

macOS 27 expands the Virtualization framework with automated macOS guest provisioning, USB accessory passthrough via the new Accessory Access framework, advanced vmnet network topologies, and efficient disk image management via the new DiskImageKit framework.

VirtualizationAccessoryAccess+2
Demo
SystemUpdated

MusicKit Integration with Music Picker & Playback

MusicKit provides Swift-native APIs to browse the Apple Music catalog and personal library via a unified music picker, and play selected songs using ApplicationMusicPlayer. iOS 27 surfaces these capabilities through new SwiftUI view modifiers like .musicPicker and the subscription offer UI.

MusicKitSwiftUI
Demo
AIUpdated

Core Image RAW 9 Processing

RAW 9 is a major new decoder version for CIRAWFilter that uses a tiled CoreML model running on the Apple Neural Engine to combine demosaicing and denoising in a single pass, dramatically improving sharpness, color accuracy, and noise reduction for hundreds of supported camera models.

CoreImageMetal+1
Demo
UIUpdated

Immersive Environment Design for visionOS & Spatial Web

visionOS supports fully photo-realistic, spatially-aware 360° immersive environments with true depth, parallax, spatial audio, and motion — going far beyond static panoramas. Developers can now surface these environments on both native visionOS apps and the spatial web.

RealityKitSwiftUI+2
Demo
UIUpdated

SwiftUI–AppKit/UIKit Integration Enhancements (iOS/macOS 2026)

iOS/macOS 2026 adds NSGestureRecognizerRepresentable, NSHostingMenu, and NSHostingSceneRepresentation, making it easier than ever to incrementally adopt SwiftUI inside existing AppKit apps without a full rewrite. Observable tracking in NSView draw methods is also enabled by default.

SwiftUIAppKit+1
Demo
AIUpdated

Image Playground High-Quality Image Generation

ImagePlayground.framework now generates high-quality, photorealistic images via Private Cloud Compute instead of on-device models, with a redesigned API that replaces the deprecated ImageCreator. Developers present a familiar sheet UI and receive a URL to the generated image.

ImagePlaygroundSwiftUI+1
Demo
SystemUpdated

visionOS Object Tracking Enhancements

visionOS 27 expands ARKit object tracking with high-frame-rate tracking, metric-space pose queries, extended Create ML training, spatial accessory support, and brings object tracking to iOS for the first time.

ARKitRealityKit+1
Demo
SafetyUpdated

App Attest iOS 27 Enhancements

iOS 27 extends App Attest with launch validation category and bundle version extensions in the authenticator data, plus macOS 27 support and a new ACL Blob OID in the leaf certificate — giving servers richer signals to detect tampered or misused app copies.

DeviceCheckCryptoKit+1
Demo
UIUpdated

TextKit Viewport Rendering Surfaces & Framework Text View Delegate Hooks

iOS 27 introduces NSTextViewportRenderingSurface and NSTextViewportRenderingSurfaceKey protocols, and makes UITextView/NSTextView conform to NSTextViewportLayoutControllerDelegate — enabling developers to override viewport layout lifecycle methods to build rich extensions like line-number gutters without leaving the safety of framework text views.

UIKitAppKit+2
Demo
AIUpdated

Metal TensorOps for Custom ML Kernels

TensorOps is a Metal Shading Language library that lets developers write optimized custom machine learning kernels—including matrix multiplication, convolution, and FlashAttention—with automatic hardware acceleration across all Apple Silicon GPU generations, including the new M5 neural accelerator. iOS/macOS 27 extends its quantized data type support to FP8, 2-bit integers, and MX scaling formats.

MetalMetalPerformanceShadersGraph+1
Demo
SystemUpdated

Localized Asset Packs with Managed Background Assets

iOS 27 adds language-aware delivery to Managed Background Assets, allowing the system to download only the asset packs that match a player's preferred language setting. This reduces on-device storage and download size for games with multilingual content.

BackgroundAssetsStoreKit
Demo
SystemUpdated

Shortcuts Storage, Notification Automation & Use Model Improvements

iOS 27 brings persistent Storage to Shortcuts (letting values sync across devices between runs), three new automation triggers (screenshot, keyboard, notification), and an improved Use Model action with transcript inspection for debugging LLM-driven shortcut steps.

AppIntentsIntents
Demo
UIUpdated

AppKit Modernization: NSTextSelectionManager & State Restoration

macOS 27 introduces NSTextSelectionManager for custom text selection in any view, while reinforcing best practices for gesture recognizers, keyboard navigation, and NSWindowRestoration to make AppKit apps feel native and resilient.

AppKitFoundation
Demo
SystemUpdated

Declarative Device Management Enhancements (iOS 27)

iOS 27 / macOS 27 significantly expands declarative device management with new status items (device system health, Lockdown Mode, enrollment type), consolidated privacy consent prompts, managed migration for new Macs, enhanced log collection commands, and declarative app configuration support on macOS. These changes make declarative management the definitive standard for enterprise and education device fleets.

DeviceManagementManagedApp
Demo
SystemUpdated

High Resolution Photo Capture with Fast Capture Prioritization

iOS 27 extends fast capture prioritization on iPhone 16 and 17 to apply deferred processing to balanced-quality captures taken in quick succession, dramatically reducing shot-to-shot delay while still delivering high-quality results. Combined with 24/48MP support on the telephoto and ultrawide cameras, this release brings significant capture pipeline improvements.

AVFoundation
Demo
UIUpdated

Liquid Glass Search Field Patterns

iOS 27 introduces updated search field placement patterns with Liquid Glass styling, including ergonomic bottom-toolbar search that animates over the keyboard, prominent Search Tab options, and adaptive toolbar search that collapses to a button on constrained layouts.

SwiftUIUIKit
Demo