With the following Cartfile:
github "grpc/grpc-swift" == 0.9.1
Running:
$ carthage bootstrap --platform iOS
I get errors with the SwiftPM dependencies in .build/checkouts. The same kind that was supposed to be fixed by @byuarus with fix-carthage-paths.rb.
@MrMage: does it work for you?