no models found in Xcode 26 Code Intelligence

Asked on 06/12/2025

2 searches

It seems like you're asking about the models available in Xcode 26 for code intelligence. Based on the content from the WWDC sessions, Xcode 26 introduces several new features related to code intelligence and model integration:

  1. Predictive Code Completion: Xcode 26 continues to improve on predictive code completion, which uses a local model running on Apple Silicon to provide intelligent suggestions based on your project and coding style. This feature is designed to enhance productivity by predicting the code you need as you type.

  2. Integration with Large Language Models: Xcode 26 can now use large language models such as ChatGPT to provide coding assistance. This integration allows developers to ask questions about Swift and receive context-aware answers that consider the specific code in their project.

  3. Support for Multiple Model Providers: Xcode 26 allows developers to use models from different providers. You can add API keys for models like Claude 4, Opus, and Sonnet, and run these models locally on your Mac or a private network. This flexibility lets you choose the model that best suits your needs.

  4. Local and Cloud-Based Models: Xcode supports both local models and those running in the cloud, providing options for different development environments and privacy preferences.

For more detailed information on these features, you can refer to the session "What’s new in Xcode" at the timestamp 10:37, which covers the intelligence features in Xcode 26.