Skip to content

0.6.0: Swift 4

Latest
Compare
Choose a tag to compare
@Anviking Anviking released this 29 Sep 18:30
· 0 commits to 95a02fdcd96684580322523fc1407c6eb544e4a3 since this release

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.