This release contains no other changes than updated project settings to target Swift 4.
Coming from earlier versions you will be faced with errors like 'Decodable' is ambiguous for type lookup in this context
. Unfortunately you have to use the following import-syntax to get around it:
import protocol Decodable.Decodable
where you can also import other structs and enums as required.