Post #1531745
2026-04-20 14:45 UTC
Oo when did Swift decodable errors become easier to read?
DecodingError.valueNotFound: Expected value of type String but found null instead. Path: [0].type. Debug description: Cannot get value of type String -- found null value instead
Replies (2)
-
@jeffreykuiken@mastodon.social 2026-04-20 19:26
@jordanhipwell it got added in Swift 6.3, by @ZevEisenberg https://github.com/swiftlang/swift-evolution/blob/main/proposals/0489-codable-error-printing.md
-
@mattiem@mastodon.social 2026-04-20 20:12
@jordanhipwell @ZevEisenberg gets the ⭐️