Commits

Andrew Trick committed c1e45d899e9
Add a shim: swift_stdlib_objcDebugDescription, NFC. This allows removal of the DebugDescription protocol which is invalid because no classes actually conform to it. The problem is that we need to send a debugDescription message to an NSObject without loading Foundation. This is exactly what shims are for. A very simple shim solves the problem.