You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When encoding Date objects, it crashes with a EXEC_BAD_ACESS in fileprivate func box_<T : Encodable>(_ value: T) throws -> NSObject? {
(DictionaryEncoder.swift, line 810).
It's reproducable with the delivered unit tests: testEncodingDateFormats()