无法为所有软件包生成Objective-C模块“达尔文”错误

lho*_*ell 5 swift swift-package-manager

任何时候swift build从包内的命令行运行时,都会产生清单解析错误。

/usr/local/include/stdbool.h:4:10: error: #include nested too deeply  
#include <stdbool.h>
         ^
<unknown>:0: error: could not build Objective-C module 'Darwin'
Run Code Online (Sandbox Code Playgroud)

我尝试在其中运行的任何程序包中都会发生此错误,即使使用制作的新程序包也是如此swift package init。我不知道这是否包括使用Xcode制作的软件包,因为如果尝试运行,则会发生相同的错误swift package generate-xcodeproj

迅捷版:
Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1) Target: x86_64-apple-darwin17.5.0

有谁知道这可能是什么原因以及如何解决?谢谢!