Commits

Joe Groff committed f7455a8409e
Runtime: Archive _SwiftNativeNSErrors as NSErrors. _SwiftNativeNSError is a runtime-private subclass, and NSError's inherited NSCoding implementation doesn't handle the Swift payload of bridged errors. We can't really archive arbitrary Swift values anyway yet, so just archive bridged NSError subclasses as regular NSErrors. Fixes rdar://problem/23051728.