You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running swift run carton dev or swift run carton bundle
/.build/carton/checkouts/carton/Sources/WebDriver/CommandWebDriverService.swift:8:45: error: type 'any EventLoopGroup' has no member 'singletonMultiThreadedEventLoopGroup' let bootstrap = ServerBootstrap(group: .singletonMultiThreadedEventLoopGroup)
I keep getting this error. I can't figure out why everything builds up until that point.
The text was updated successfully, but these errors were encountered:
When running
swift run carton dev
orswift run carton bundle
/.build/carton/checkouts/carton/Sources/WebDriver/CommandWebDriverService.swift:8:45: error: type 'any EventLoopGroup' has no member 'singletonMultiThreadedEventLoopGroup' let bootstrap = ServerBootstrap(group: .singletonMultiThreadedEventLoopGroup)
I keep getting this error. I can't figure out why everything builds up until that point.
The text was updated successfully, but these errors were encountered: