-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
running on macOS 15.5 (24F74), M3 Max
==> swift build --disable-sandbox -c release --build-path /private/tmp/carton-20250517-51483-qceh24
Last 15 lines from /Users/kkn/Library/Logs/Homebrew/carton/01.swift:
/private/tmp/carton-20250517-51483-qceh24/checkouts/websocket-kit/Sources/WebSocketKit/WebSocketClient.swift:148:57: error: value of type 'ChannelPipeline.SynchronousOperations' has no member 'removeHandler'
146 | completionHandler: { context in
147 | upgradePromise.succeed(())
148 | channel.pipeline.syncOperations.removeHandler(httpUpgradeRequestHandlerBox.value, promise: nil)
| `- error: value of type 'ChannelPipeline.SynchronousOperations' has no member 'removeHandler'
149 | }
150 | )
/private/tmp/carton-20250517-51483-qceh24/checkouts/websocket-kit/Sources/WebSocketKit/WebSocketClient.swift:148:116: error: 'nil' requires a contextual type
146 | completionHandler: { context in
147 | upgradePromise.succeed(())
148 | channel.pipeline.syncOperations.removeHandler(httpUpgradeRequestHandlerBox.value, promise: nil)
| `- error: 'nil' requires a contextual type
149 | }
150 | )