Swift-FHIR icon indicating copy to clipboard operation
Swift-FHIR copied to clipboard

Swift 4 migration

Open hensonm opened this issue 8 years ago • 3 comments
trafficstars

This is the result of running Swift-FHIR through Xcode 9's Swift 4 migration. Additionally, I've silenced some deprecation warnings from Xcode 9.1 related to changes in String.

hensonm avatar Nov 08 '17 18:11 hensonm

The files in Sources/Models are generated from files and templates in fhir-parser-resources; the templates will need to be updated. 😬

p2 avatar Nov 08 '17 19:11 p2

Thanks! Working on it.

hensonm avatar Nov 08 '17 20:11 hensonm

I believe I've got the templates fixed. I re-generated and ran tests, and all seems clean.

hensonm avatar Nov 08 '17 21:11 hensonm