Commits

Doug Gregor committed bddf134a87f
Factor _NSCocoaError into a struct whose values are split across frameworks. The Cocoa error domain is comprised on error codes from Foundation, CoreData, and AppKit. Rather than try to collect all of the error codes into a single enum in Foundation, use a struct that conforms to ErrorType. Part of rdar://problem/20536610. Swift SVN r28755