Swift 2.3 migrator removes @IBOutlet from outlets with custom classes

Originator:keithbsmiley
Number:rdar://26886636 Date Originated:19-Jun-2016 23:02
Status:Resolved Resolved:Xcode 8 beta 4
Product:Developer Tools Product Version:Xcode 8 beta 1
Classification:Other Bug Reproducible:Sometimes
 
Summary:
When migrating our codebase from Swift 2.2 -> Swift 2.3 we noticed that some @IBOutlet annotations were removed from outlets with custom classes where the class lived in the same module.

Steps to Reproduce:
1. Create an outlet with a custom class
2. Migrate to Swift 2.3

Expected Results:
The outlet is left untouched

Actual Results:
The `@IBOutlet` portion is removed.

Version:
Xcode 8 beta 1

Notes:
We are able to reproduce this 100% on our codebase, but haven't been able to isolate.

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!