History of 2015-08-27 Swift Switch must be exhaustive

2015-08-27
13:31 UTC Revision 1 . . . . 6415In Swift, the switch/case statement must contain a default case, otherwise you'll get the following compiler error: Switch must be exhaustive, . . .