Xcode 7.0.1: Swift compiler crash

Originator:david.w.hart
Number:rdar://23086402 Date Originated:13-Oct-2015 12:00 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7.0.1 (7A1001)
Classification:Crash/Hang/Data Loss Reproducible:Always
 
The swift compiler crashes on the following piece of code:

protocol A {
	var b: B { get }
}

protocol B {
	var c: [String] { get }
}

func test(a: A) {
	print(a.b.c + "")
}

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!