swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.55k stars 10.35k forks source link

[SR-8799] Crash SourceKit::index::IndexSystem::foreachSymbolCallOccurrence #51307

Open louisdh opened 6 years ago

louisdh commented 6 years ago
Previous ID SR-8799
Radar None
Original Reporter @louisdh
Type Bug

Attachment: Download

Environment Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1) Xcode 10.0 (10A254a)
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | Source Tooling | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 4a22b623de979868519a086b2db1dd97

Issue Description:

I found a reproducible SourceKit crash while trying to add a stored property in a protocol extension. Unfortunately I can't share the full project. A screenshot is attached.

belkadan commented 6 years ago

cc @nkcsgexi, @nathawes