Hi!
I have a problem with binary builds.
Binaries downloaded and expanded correctly, but then Xcode crashes with code 11 and error "opening import file for module 'Result' permission denied"
But it works fine when the user is the same (on both machines) and Carthage update called at least once.
Seems as Swift somehow saves path to binaries inside DerivedData, so it works if path the same and stops working if this path is empty.
Thanks,
Yehor