square / Cleanse

Lightweight Swift Dependency Injection Framework
Other
1.78k stars 90 forks source link

Fail swiftc-ast script if compilation fails. #157

Closed sebastianv1 closed 4 years ago

sebastianv1 commented 4 years ago

Previously the script would exit with status code 0 which would let Xcode continue compiling. We want to fail swiftc-ast.rb if the normal swift compilation also fails.