You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2025. It is now read-only.
I'm having some issues using precompiled binaries for Raspbian stretch
Running it on: Linux orangepizero 4.14.65-sunxi #68 SMP Tue Aug 21 19:57:06 CEST 2018 armv7l GNU/Linux
swift invocation returns: error: failed to stop process at REPL breakpoint
swift -v invocation returns:
Swift version 4.1.1 (swift-4.1.1-RELEASE)
Target: armv7-unknown-linux-gnueabihf
/usr/bin/lldb "--repl=-disable-objc-interop -color-diagnostics"
error: failed to launch REPL process: process launch failed: 'A' packet returned an error: -1
sudo swift -v returns:
Swift version 4.1.1 (swift-4.1.1-RELEASE)
Target: armv7-unknown-linux-gnueabihf
/usr/bin/lldb "--repl=-disable-objc-interop -color-diagnostics"
error: failed to stop process at REPL breakpoint
However, I managed to compile some swift projects without crashes, but this REPL message worry me. Is it ok to work with it?
I'm having some issues using precompiled binaries for Raspbian stretch
Running it on:
Linux orangepizero 4.14.65-sunxi #68 SMP Tue Aug 21 19:57:06 CEST 2018 armv7l GNU/Linuxswiftinvocation returns:error: failed to stop process at REPL breakpointswift -vinvocation returns:sudo swift -vreturns:However, I managed to compile some swift projects without crashes, but this REPL message worry me. Is it ok to work with it?