What is the type of x?
let x = try? String.init(from: decoder)
String?
String
try? Reference: The Swift Programming Language: Language Guide: Error Handling: Handling Errors
String!