SE-0396: Conform Never to Codable

Yes please! In fact, I think Never should automatically conform to any protocol that doesn't declare constructors (like init or static func that return Self), and in the case of Decodable I agree with the custom implementation of the init.