Commits

Joe Groff committed b7f84a68d77
Runtime: Allocate Swift errors as an NSError subclass. After some more discussion with John, we decided that subclassing is the only realistic option, at least until we eventually are able to integrate with the OS. Switch things around to allocate Swift error boxes as an ObjC subclass that contains the error value instead of trying to game it as a CFError. Swift SVN r26562