Swift完美的Dockerdebugging构build过程

我正在Swift完美的服务器编程woking。 我的代码在MacOS上成功编译并能够在本地主机上运行。 但是,当我在Perfect Assistant中尝试使用Linux时,会出现以下错误

unable to execute command: Killed <unknown>:0: error: compile command failed due to signal (use -v to see invocation) Failed: systemError(1, "sh: no job control in this shell\n<unknown>:0: error: build had 1 command failures\nswift-build: error: exit(1): /swift-3.0.2-RELEASE-ubuntu16.04/usr/bin/swift-build-tool -f /perfectbuild/.build_lin/release.yaml\n") 

厌倦了弄清楚问题出在哪里以及如何debugging。 我也是docker工人。 请指导我这一点。

当我尝试使linux可执行文件时,我收到以下错误

 docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \".build_lin/debug/S-server\": stat .build_lin/debug/S-server: no such file or directory".