Commits

Joe Groff committed 233a2bad9ef
Runtime: Fix _SwiftNativeNSError's copyWithZone:. The default implementation from NSObject doesn't know how to copy the Swift error payload, and the object's immutable anyway, so we just need to retain and return the object we already have.