XCode Error unable to execute command: Segmentation fault: 11

Hello,

I get the following error using Unity 5.3.1f1 and XCode 8.1:

clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: arm-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: error: unable to execute command: Segmentation fault: 11
clang: note: diagnostic msg: Error generating preprocessed source(s).

What am I doing wrong?

Edit 2.12.16:
I tryed to compile with a recent Unity version, but XCode 8.1 throws same errors.

I found a fix for my problem:

I’m using a virtual machine and opened the project directly in the shared folder. I moved the project to the documents and now it works!