docker run -it --rm --cap-add=SYS_PTRACE --security-opt seccomp=unconfined swift:5.1 bash -c 'echo "print(1)" > /tmp/test.swift && cd /tmp && swiftc test.swift && lldb --batch -o "break set -n main" -o run -o cont ./test'