Swiftpm - swift-build + lldb

On unstable lldb does not seem to work on macOS. It complains about shell expansion

error: shell expansion failed (reason: could not get support executable for lldb-argdumper)

Additionally due to changes in how swift is packaged, to successfully compile swift packages I need to run nix-shell, not a deal breaker. It would be nice if I could find something compatible with flakes.

1 Like