<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f" -->

---
title: WWDC26: LLM search using Core Spotlight | Apple | daily.dev
description: Apple&#x27;s WWDC26 session introduces SpotlightSearchTool, a new API that bridges the Foundation Models framework with Core Spotlight to enable LLM-powered...
canonical: https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: WWDC26: LLM search using Core Spotlight | Apple | daily.dev
og:description: Apple&#x27;s WWDC26 session introduces SpotlightSearchTool, a new API that bridges the Foundation Models framework with Core Spotlight to enable LLM-powered...
og:url: https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f
og:image: https://api.daily.dev/og/posts/50dK0j15f.png
og:image:alt: WWDC26: LLM search using Core Spotlight | Apple
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WWDC26: LLM search using Core Spotlight | Apple

**[Apple Developer](https://daily.dev/sources/appledeveloper)** · 16 min read · 0 upvotes · 0 comments

## Summary

Apple's WWDC26 session introduces SpotlightSearchTool, a new API that bridges the Foundation Models framework with Core Spotlight to enable LLM-powered conversational search over app-indexed content. Developers can configure the tool with a single line of code, customize it via guidance profiles to scope search capabilities for on-device models, add knowledge providers for reference resolution (e.g., contact resolvers), and implement custom pipeline stages for complex aggregation queries. The session also covers how to surface search results in the UI via async reply batches with query tokens, and how to evaluate model response quality and result coverage using the Evaluations framework with sample generation APIs. Available on iOS, iPadOS, macOS, and visionOS.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=sij24ohbRSg>

---

Tags: [#ai](https://daily.dev/tags/ai), [#apple-intelligence](https://daily.dev/tags/apple-intelligence), [#local-ai](https://daily.dev/tags/local-ai)

[View this post on daily.dev](https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"WWDC26: LLM search using Core Spotlight | Apple","url":"https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f"},"datePublished":"2026-06-08T21:25:19.468Z","dateModified":"2026-06-18T02:15:52.021Z","description":"Apple's WWDC26 session introduces SpotlightSearchTool, a new API that bridges the Foundation Models framework with Core Spotlight to enable LLM-powered...","image":"https://i.ytimg.com/vi/sij24ohbRSg/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/sij24ohbRSg/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Apple Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Apple Developer","logo":"https://media.daily.dev/image/upload/s--CAtMViBl--/f_auto/v1711726806/logos/appledeveloper","url":"https://daily.dev/sources/appledeveloper"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/wwdc26-llm-search-using-core-spotlight-apple-50dk0j15f","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,apple-intelligence,local-ai","timeRequired":"PT16M","video":{"@type":"VideoObject","name":"WWDC26: LLM search using Core Spotlight | Apple","description":"Apple's WWDC26 session introduces SpotlightSearchTool, a new API that bridges the Foundation Models framework with Core Spotlight to enable LLM-powered...","thumbnailUrl":"https://i.ytimg.com/vi/sij24ohbRSg/sddefault.jpg","uploadDate":"2026-06-08T21:25:19.468Z","duration":"PT16M","url":"https://api.daily.dev/r/50dK0j15f","embedUrl":"https://www.youtube.com/embed/sij24ohbRSg"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Apple Developer","item":"https://daily.dev/sources/appledeveloper"},{"@type":"ListItem","position":3,"name":"WWDC26: LLM search using Core Spotlight | Apple"}]}
```

