Skip to content

Fix mixed-language extension indexing regression#1107

Merged
ileitch merged 1 commit into
masterfrom
issue-1105
Apr 25, 2026
Merged

Fix mixed-language extension indexing regression#1107
ileitch merged 1 commit into
masterfrom
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.
@ileitch ileitch marked this pull request as ready for review April 25, 2026 18:11
@ileitch ileitch merged commit e99f954 into master Apr 25, 2026
11 of 13 checks passed
@ileitch ileitch deleted the issue-1105 branch April 25, 2026 18:12
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