Swift interface builder outlet should default to private

Originator:keithbsmiley
Number:rdar://23697372 Date Originated:30-Nov-2015 04:37 PM
Status:Duplicate of 22391856 (open) Resolved:
Product:Developer Tools Product Version:Swift 2.1
Classification:Enhancement Reproducible:Always
 
Summary:

When creating an outlet by dragging from interface builder to a swift file, it would be nice if outlets defaulted to `private`

Steps to Reproduce:

1. Drag from an interface builder element to a swift file to create an outlet.

Expected Results:

The outlet is created and the property defaults to `private`

Actual Results:

The outlet is created and the property defaults to `internal`

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!