File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
1616 ] ,
1717 dependencies: [
1818 // Dependencies declare other packages that this package depends on.
19- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.73 .0 " ) ,
19+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.81 .0 " ) ,
2020 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.5.3 " ) ,
2121 . package ( url: " https://github.com/apple/swift-nio-ssl.git " , from: " 2.25.0 " ) ,
2222 . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.1.1 " )
Original file line number Diff line number Diff line change 1313import Foundation
1414
1515/// Type of reachability test that `LCLPing` supports
16- public enum PingType {
16+ public enum PingType : String , CaseIterable , Identifiable {
17+ public var id : Self { self }
1718 /// Perform reachability ping test through the ICMP protocol.
1819 case icmp
1920
You can’t perform that action at this time.
0 commit comments