Dev1an / Swift-Atem

Blackmagic Design Atem network protocol implementation in swift 5.1 using NIO 2
MIT License
58 stars 27 forks source link

Does not compile with latest xcode #22

Open paulkilroy opened 1 year ago

paulkilroy commented 1 year ago

Just needs new NIO library:

.package(url: "https://github.com/apple/swift-nio.git", from: "2.40.0"),

Looks great other than that.. Thank you!