Alan Zeino
Alan Zeino
If you clone the repo today, you cannot just run `make bootstrap` after clone, because it runs `bin/carthage.sh` which assumes you already have carthage installed: ``` // Makefile carthage-bootstrap: bin/carthage.sh...
Attempting to update the repo so that the `build.sh` script that is run in the GitHub Action succeeds.
Minor compatibility fixes
Just a heads up that we are considering removing support for these considering recent issues running these tools on Apple Silicon, Apple's changes to xcframeworks, Swift Package Manager gaining steam...
In this example in `0.55.5`: ``` public protocol FooProtocol { func foo(bar: Bar) -> () throws -> Void } ``` When applying `redundantVoidReturnType`, it will always return: ``` public protocol...