PlaygroundLogger/PlaygroundLogger/LogEntry+Reflection.swift (3 lines): - line 91: // TODO: figure out when to set `preferBriefSummary` to true - line 134: // TODO: figure out when to set `preferBriefSummary` to true - line 334: // TODO: If Swift implements support for static/compile-time assertions, we should adopt those here. PlaygroundLogger/PlaygroundLogger/LegacySupport/PlaygroundQuickLook+OpaqueRepresentationSupport.swift (2 lines): - line 23: // TODO: don't crash in this function; instead, throw an error so we can encode an error log message instead - line 120: // TODO: figure out if this is even a little bit right. (The previous implementation just logged a string for sprites?) PlaygroundLogger/PlaygroundLogger/LogPacket.swift (1 line): - line 76: // TODO: This should log something more specific than a generic opaque log entry, but the current PlaygroundLogger format does not support anything else. Experimental/PlaygroundRuntime/PlaygroundRuntime/PlaygroundTransformRuntime.swift (1 line): - line 26: // TODO: remove this once it's no longer necessary Legacy/PlaygroundLogger/PlaygroundLogger/ExtensionCGColorRef.swift (1 line): - line 29: // FIXME: extending CGColor makes the compiler unhappy Legacy/PlaygroundLogger/PlaygroundLogger/ViewRenderer.swift (1 line): - line 43: // FIXME: rdar://22317321 PlaygroundLogger/PlaygroundLogger/OpaqueRepresentations/CoreGraphics/CGColor+KeyedArchiveOpaqueRepresentation.swift (1 line): - line 30: // TODO: implement support for encoding pattern colors. PlaygroundLogger/PlaygroundLogger/LoggerInitialization.swift (1 line): - line 23: // TODO: take clientVersion and use to customize PlaygroundLogger behavior. Legacy/PlaygroundLogger/PlaygroundLogger/LoggerDefaults.swift (1 line): - line 105: // FIXME: I picked some default values for these defaults - are they sensible?