Xcode's document items should show Swift structs as such

Originator:danielctull
Number:rdar://25107518 Date Originated:11-Mar-2016 11:13 AM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7.2
Classification:UI/Usability Reproducible:Always
 
Summary:
Currently structs are shown in the document items list with a [C] next to them.

Steps to Reproduce:
Create a new file with a struct:

struct Thing {
}

Drop down the document items list.

Expected Results:
Structs should be distinguishable from classes. Probably using [S] for struct and keeping [C] for class.

Actual Results:
Structs and classes are both shown with a [C] next to them.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!