Post

Replies

Boosts

Views

Activity

Reply to Foundation Models not working in Simulator?
I am running MacOS Tahoe 26.0 (beta) and Xcode beta that dropped 2 days ago. My Mac has a M2 Max chip. I run the following code in the playground: import FoundationModels let session = LanguageModelSession() let response = try await session.respond(to: "Making homemade bread") and I get the following in the error: Playground execution failed: error: execution stopped with unexpected state. error: Execution was interrupted. The process has been left at the point where it was interrupted, use "thread return -x" to return to the state before expression evaluation. The results on the right say: Failed to find toy.
Jun ’25