Skip to content

Fix mixed-language extension indexing regression#1107

Draft
ileitch wants to merge 1 commit intomasterfrom
issue-1105
Draft

Fix mixed-language extension indexing regression#1107
ileitch wants to merge 1 commit intomasterfrom
issue-1105

Conversation

@ileitch
Copy link
Copy Markdown
Contributor

@ileitch ileitch commented Apr 1, 2026

Summary

Restore Swift-only occurrence filtering in SwiftIndexer so mixed Swift/Objective-C index data does not feed non-Swift symbols into the source graph.

Resolves #1105

Filter non-Swift symbols before building the source graph so mixed Swift/Objective-C projects don't ingest raw extension metadata that triggers extension resolution failures and duplicate USR conflicts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Declaration conflict and unknown extension reference errors after upgrading from 3.6.0 to 3.7.1

1 participant