Possible 4.1 Encodable regression? (+ segmentation fault)

Encodable doesn't conform to Encodable and never did. The errors are just now more robust with the introduction of the conditional conformance added in 4.1.

Unfortunately you either need to specify the type or use a method of fuzzy matching like with AnyCodable or JSON.

You can read more about this on these threads:

And: