Claude Blog
Claude plugs into Apple's Foundation Models framework via a new Swift package
Anthropic released a Swift package that lets Apple developers call Claude from inside Apple's Foundation Models framework, shipping tomorrow on iOS 27, iPadOS 27, macOS 27, visionOS 27, and watchOS 27. The split is deliberate: on-device models handle fast local work like summarization and extraction, then hand off to Claude when a request needs multi-step reasoning, code generation, web search, or code execution. Because @Generable annotations return typed Swift values, the Claude call arrives with clean structured input instead of raw user text. The package handles streaming, tool calls, and structured responses back into the same SwiftUI view, so it reads as one experience to the user.
- #products
