Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 30 forks source link

A Kitura-Websocket app takes a long time to build #77

Closed pushkarnk closed 5 years ago

pushkarnk commented 5 years ago

I tried building the test server(see this), that we use with autobahn, with Kitura-Websocket (master branch) with 4.1, 4.2.1 and 5 in release mode. Builds take a long time:

Swift 4.1: 22 minutes Swift 4.2.1: Completed resolution in 838.20s - 21 minutes Swift 5: Completed resolution in 638.82s - 11 minutes

pushkarnk commented 5 years ago

Posted a question on the SwiftPM slack, learnt that this is known limitation with the current resolver and is being worked upon. Moving this to backlog.

pushkarnk commented 5 years ago

Since this is a known SwiftPM issue and does not block anything directly in Kitura-WebSocket, I think it makes sense to close this issue.