On Fri, Jun 10, 2016 at 9:14 AM, Jeff Ramsey via swift-users <swift-users@swift.org> wrote: > I followed directions here to clone the compiler source and build it on > Ubuntu 14.04: > > https://github.com/apple/swift/blob/master/README.md
Hi Jeff, Which architecture are you running on? Could you run "python" in the terminal, type the following script, and send me the output? import platform print(platform.system()) print(platform.machine()) Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <griboz...@gmail.com>*/ _______________________________________________ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users