Contents

Updates

Latest additions to documentation and platform release notes.

The 27 platform releases – June 2026

Read about the latest updates to the 27 platform releases. This page highlights changes to framework and tools documentation, as well as release notes for Xcode, macOS, iOS, iPadOS, visionOS, watchOS, and Safari.

Xcode 27

Agentic Coding intelligence features in Xcode get even more powerful with support for skills that help you modernize and add new features to your app. For instance, skills can help you ensure your iOS apps respond perfectly as people resize your app using iPhone Mirroring on macOS.

[Image]

Performance and analysis

Apple Intelligence and Machine Learning

The 27 platform releases include powerful new developer features that supercharge apps with AI capabilities. App Intents can connect your app with Siri, Spotlight, and Shortcuts. Foundation Models gives you a standard interface to perform powerful AI tasks across Apple-provided and third-party models. Core AI lets you connect your own models into the Apple tools as first-class providers. And the Evaluations framework provides a standard interface to evaluate your app’s intelligence-powered features.

Siri, Intents, and Spotlight

The 27 platform releases can integrate your app with Apple Intelligence in many new workflows. Leverage App Intents to make core features of your app available to Siri, Spotlight, and Shortcuts across Apple platforms. Widgets and Live Activities also use intents to interact with your core app.

Foundation Models

The 27 platform releases add powerful new API to the Foundation Models framework. Developers can now use a single, standard interface to connect to all their models – from Apple’s on-device models to the powerful Private Cloud Compute hosted models. Frontier model providers can use the new LanguageModel protocol to vend a Swift package to bridge their powerful cloud-hosted models to the Foundation Models API. And with Core AI, Foundation Models API can access your own models, too.

[Image]

Explore the Origami sample that demonstrates Foundation Models with Private Cloud Compute or third-party models, shown in the Platform State of the Union by reading Origami: Crafting a dynamic tutorial for Apple Intelligence.

Core AI

The Core AI framework includes a set of tools that help you build, run, and deploy your own AI models within your app. Core AI also vends your custom AI models in a format that Foundation Models can use natively, so once adapted to Core AI, your models can interact with the same Foundation Models code you write when working with Apple’s own built-in models.

Evaluations

SwiftUI

LazyVStack {
    ForEach(cranes) { crane in
        CraneRow(crane)
    }
    .reorderable()
}
.reorderContainer(
    for: Crane.self
) { difference in
    difference.apply(to: &cranes)
}

UIKit

AppKit

SwiftData

Privacy and Security

  • Developers of sensitive and secure apps can use the TrustInsights framework to request an evaluation from the system to help detect if someone is at risk of a social engineering threat. This information can be used in combination with other factors to enable a developer to help keep their users more protected.

Graphics and Media

  • Use the Spatial Preview framework to work with 3D spatial content from a macOS app within a connected visionOS device in real time.

  • Track generic spatial accessories (purpose-built devices like medical instruments or industrial tooling) and augment them with virtual content in visionOS. Read Preparing spatial accessories for tracking in your visionOS app to create a reference file for your accessory. Read Working with generic spatial accessories to bundle that accessory file and track the device with ARKit.

  • The new MusicUnderstanding framework gives you the power to analyze and fully understand the technical details of audio content with details such as rhythm, pace, loudness, key, and instrument activity.

  • Use the new Now Playing framework to let the system control playback of your media in the standard playback interface across the Lock Screen, in Control Center, on Apple Watch, and in CarPlay. Read Publishing media sessions to see how you can take advantage of this framework in your own media app.

  • Hardware vendors can use the new Media Device framework to create an extension that enables any app to stream to their device using built-in system affordances. Read Creating a media device extension to see how you can create an extension to stream to your unique hardware.

  • The AVSystemRouting framework adds new API to easily send media to all sorts of devices that implement a media device extension. Read Routing media to third-party devices to see how to route media from your own apps.

Health

Apple Pay, Passes, and Commerce

Platform services

Topics

Release notes

Technology and frameworks

Past releases