I was failing to install liblisa-semantics-tool [1] because xed-sys v0.5.1+xed-2023.12.19 was failing with a "FileNotFoundError: [Errno 2] No such file or directory: 'llvm-ar'".
Installing llvm with brew install llvm resolved the issue.
In that project's dependencies [2] I don't see xed-sys nor llvm, so I'm guessing the problem is xed-sys is missing a dependency.
- https://github.com/libLISA/liblisa/tree/main/cli/liblisa-semantics-tool
- https://github.com/libLISA/liblisa/blob/main/cli/liblisa-semantics-tool/Cargo.toml