nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.62k stars 623 forks source link

Xcode source editor extension install issues #1704

Open martin-slalom opened 1 month ago

martin-slalom commented 1 month ago

I've been trying, unsuccessfully, to install the application via brew as well as just manually downloading the SwiftFormat.for.Xcode.app.zip.

With the brew approach I get

$ brew install --cask swiftformat-for-xcode
==> Downloading https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.10/SwiftFormat.for.Xcode.app.zip
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/66302557/ada58188-9b8e-4930-a981-43e06afda1b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credent
                   -=O=-                                           #              #             #              #                                                                              
Error: SHA256 mismatch
Expected: 51ee673ae9aa1730760d07415c203a8db282f33821b71f5c484631b7dc8a3bc2
  Actual: e5298375bf3489649e73b7e6d7103769df263a5e30f765f45209c668f4427fe7
    File: /Users/.../Library/Caches/Homebrew/downloads/af551a3e5ca8f8ce1adf833abcefb689e345665829e4bdb9476d45395e6f18bc--SwiftFormat.for.Xcode.app.zip
To retry an incomplete download, remove the file above.

With manual "zip" approach

image

I've tried, updating/upgrading/cleaning brew all resulting in the same issue. I'm at a loss, anyone else having these issues?