Download Latest Version 0.6.0_ Swift 4 source code.zip (60.4 kB)
Email in envelope

Get an email when there's a new version of Decodable

Home / 0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
0.6.0_ Swift 4 source code.tar.gz 2017-10-03 34.0 kB
0.6.0_ Swift 4 source code.zip 2017-10-03 60.4 kB
README.md 2017-10-03 409 Bytes
Totals: 3 Items   94.8 kB 0

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:

:::swift
import protocol Decodable.Decodable

where you can also import other structs and enums as required.

Source: README.md, updated 2017-10-03