endocrimes / Jay

Pure-Swift JSON parser & formatter. Fully streamable input and output. Linux & OS X ready. Replacement for NSJSONSerialization.
MIT License
132 stars 19 forks source link

Compiles in Swift 3 #37

Closed jcampbell05 closed 8 years ago

czechboy0 commented 8 years ago

Jay is now using the 07-25 toolchain, which works with Xcode 8 beta 3. The changes you made are back to the old way of doing things. Which Swift version are you looking to support? I'm sure there's an older Jay release that supports it.

jcampbell05 commented 8 years ago

@czechboy0 I'm using the one here https://github.com/swiftdocker/docker-swift/blob/master/Dockerfile

Is this the most up to date one.

czechboy0 commented 8 years ago

It seems the Dockerfile is at least two Swift versions behind. The latest is DEVELOPMENT-SNAPSHOT-2016-07-25-a.

jcampbell05 commented 8 years ago

@czechboy0 Many thanks, I shall update and PR to that one.