izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Any plans to support the new Swift build system? #36

Open BlakeLucchesi opened 8 years ago

BlakeLucchesi commented 8 years ago

It looks like it would be quite trivial aside from the SwiftSockets dependency. Has the team put any thoughts towards doing this? I'd be happy to help contribute some effort.

Danappelxx commented 8 years ago

Of course! It should be very trivial - we just need to submit a PR to SwiftSockets to make it SPM compatible, and we'll do the same here. Unfortunately, it will still only run on OSX because of the Foundation dependency, but I reopened #13 and put my thoughts about that there.