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
decoding a null value fails.
browsing the code seems to show that all decodeNil() implementations return false all the time.
func decodeNil(forKey key: Key) throws -> Bool {
return false
}