Timur Shafigullin
Timur Shafigullin
`swift --version` output: ```bash swift-driver version: 1.45.2 swift-driver version: 1.45.2 swift-driver version: 1.45.2 Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) Target: arm64-apple-macosx12.0 ``` `xcodebuild -version` output: ```bash Xcode 13.3 Build version...
> What version had you specified in .swift-version prior to changing it to 5.6? I changed `.swift-version` which is [in the project](https://github.com/krzysztofzablocki/Sourcery/blob/master/.swift-version). It currently lists Swift version 5.3
> I just corrected the file so that the version is now set to **5.5**. Please let me know if this solves your problem? I tried it and first encountered...
> Did the same thing happen using Swift 5.6 installed via swiftenv? Or were you just using the version of swift included as part of Xcode? Yes, the same error...
Hello, you fixed it, or not? I have this problem too
After version 4.21.0, the cache path has been changed to `~/.cache/tuist/Binaries`. Here is an updated workaround: ```bash readonly tuist_cache_path="${HOME}/.cache/tuist/Binaries" for file in $(find "${tuist_cache_path}" -name "*.bundle"); do plist_file=$(find "${file}" -name...
Thanks to @orta and @technicalpickles, I opened a PR with fixes: https://github.com/danger/danger/pull/1491
@jglick Thanks for the review! Updated the logic to use the new parameter only for downloading artifacts. Also checked the test - it passes now.
@jglick Hello 👋 Can you help with the review?
@jglick Hello 👋 Any chance this could get reviewed? We’ve been using the fork together with MinIO for a month now, and it’s been working without any issues.