Skip to content

Homebrew installation of 0.56.0 is killed while generating shell completions #456

Description

@sadysnaat

Description

Installing Orchard 0.56.0 through the openai/tools Homebrew tap fails while Homebrew generates Bash completions. The Orchard process is terminated with SIGKILL and the formula is not installed.

Environment

  • macOS 26.5 (Darwin 25.5.0)
  • Apple Silicon (arm64)
  • Homebrew prefix: /opt/homebrew
  • Orchard formula: openai/tools/orchard 0.56.0

Steps to reproduce

brew install openai/tools/orchard

Observed output

Error: Failure while executing; `\{"SHELL" => "bash"\} /opt/homebrew/Cellar/orchard/0.56.0/bin/orchard completion bash` was terminated by uncaught signal KILL.

Running the downloaded 0.56.0 ARM64 binary directly also exits with status 137 for commands such as --help, while the completion command produces no output. As an additional data point, codesign --verify --verbose=4 orchard reports that the binary is valid on disk but does not satisfy its designated requirement.

The 0.55.0 ARM64 release does not show the same behavior on this machine.

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