Can't create UIVIew with frame in Playground Xcode 7 beta 6

Originator:konstantin.koval1
Number:rdar://22595066 Date Originated:06-Sep-2015 10:30 AM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode-beta (7A192o)
Classification:Enhancement Reproducible:Always
 
Summary:
This code fails with "EXC_BAD_INSTRUCTION" error in playground

let v = UIView(frame: CGRect(x: 10, y: 10, width: 100, height: 100))

Steps to Reproduce:
run the code in playground

Notes:
Playground with code and screenshot is attached

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!