sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 69 forks source link

Swift 3 support #34

Closed sauliusgrigaitis closed 8 years ago

sauliusgrigaitis commented 8 years ago

Recent Swift snapshots introduced breaking changes. First we need to get Swifton's dependencies ported.

sauliusgrigaitis commented 8 years ago

https://github.com/nestproject/Inquiline/issues/11 https://github.com/kylef/PathKit/issues/13 https://github.com/kylef/URITemplate.swift/issues/25

sauliusgrigaitis commented 8 years ago

Looks like most of things now are Swift 3 compatible, we just need to wait until Swift snapshot with same standard lib versions will be shipped, so it will build on OSX too.