I am getting a bunch of clang errors when building for --xcode --debug
on a fresh clone using Xcode 10 and Mojave.
Here's one of them:
clang: error: no such file or directory: '/Users/Labs/Documents/swift-source/build/Xcode-DebugAssert/swift-macosx-x86_64/stdlib/public/runtime/Swift.build/Debug/swiftRuntime-macosx-x86_64.build/Objects-normal/undefined_arch/Array.o'
For some reason the undefined_arch
folder isn't created. Has anybody encountered this?