Commits

Doug Gregor committed 2df46e4733e
Don't unwrap implicitly unwrapped optionals before casting. Checked casting handles multiple levels of optionality properly already, and does so by binding rather than forcing. Fixes the immediate issue in <rdar://problem/16953860>. Swift SVN r18351