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

Your app can integrate with Apple Intelligence in the 27 releases across Apple platforms by leveraging App Intents, which make the core features of your app available to Siri, Spotlight, and Shortcuts. Widgets and Live Activities also interact with your core app through its intents.

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

  • Read the latest article update to help you migrate your Core Data app to use SwiftData with Adopting SwiftData for a Core Data app.

  • Learn how to use sections with doc://com.apple.documentation/documentation/swiftdata/resultssectioncollection and a SwiftData Query.

Privacy and Security

  • Developers of sensitive and secure apps can use the Trust Insights 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

Health

Apple Pay, Passes, and Commerce

Platform services

Topics

Release notes

Technology and frameworks

Past releases