Xcode 7.0.1: Swift compiler crash

Originator:david.w.hart
Number:rdar://23086395 Date Originated:13-Oct-2015 11:59 AM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7.0.1 (7A1001)
Classification:Crash/Hang/Data Loss Reproducible:Always
 
Swift compiler crashes on the following source:

let closure: (inout Int) -> () -> Void = { a in
	return { a = 5 }
}

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!