Carthage で SwiftDate を更新したらエラー “Task failed with exit code 65:” が発生する

環境

Version
Xcode 9.2
Carthage 0.29.0
SwiftDate 4.5.1

Carthage 経由でインストールしていた SwiftDate を 4.5.1 へ更新したときに以下のようなエラーが起きました。

*** Building scheme "SwiftDate-iOS" in SwiftDate.xcodeproj
*** Building scheme "SwiftDate" in SwiftDate.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project ...

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: ...

続きを読む