apple / swift-xcode-playground-support

Logging and communication to allow Swift toolchains to communicate with Xcode.
Apache License 2.0
279 stars 64 forks source link

Adopt the underscored variants of PlaygroundQuickLook, CustomPlaygrou… #42

Closed cwakamo closed 4 years ago

cwakamo commented 4 years ago

…ndQuickLookable, and _DefaultCustomPlaygroundQuickLookable.

The non-underscored variants are deprecated, but PlaygroundLogger needs to use these types as part of its implementation. The underscored variants exist without deprecations so code which truly needs them (i.e. the standard library and PlaygroundLogger) can use them without warnings.

This addresses rdar://problem/45287607.