Skip to content

problem installing carton #14

@Vithanco

Description

@Vithanco

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 | )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions