SwiftSSDP
SwiftSSDP copied to clipboard
It won't compile with Xcode 10.2
Xcode 10.2 does not support Swift 3.0 anymore. The Weak package unfortunately requires Swift 3.0. Therefore it is not possible to compile SwiftSSDP anymore.
@pryomoax Any plan to fix this issue soon?
@joearul, you can use my fork, it compiles well with Swift 5.2 and Xcode 11.2.
@jfhamel Thank you