realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.46k stars 2.2k forks source link

Latest releases (0.54.0 and 0.55.0) are not available via Homebrew #5576

Closed jessesquires closed 1 month ago

jessesquires commented 1 month ago

Installing swiftlint via homebrew installs 0.53.0.

Both 0.54.0 and 0.55.0 are not available via homebrew.

jessesquires commented 1 month ago

Ah, it looks like this is a known issue.

Thread on Homebrew: https://github.com/Homebrew/homebrew-core/pull/153931#issuecomment-2106369230

Perhaps we can leave this issue open here until the Swiftlint updates land in Homebrew. (In case anyone else comes here wondering what's going on.)

SimplyDanny commented 1 month ago

0.54.0 is blocked by some build issues, but 0.55.0 should actually be good to go. However, as this version comes with a lot of changes and people cannot go back in case of any issues with Homebrew easily, we decided to have some artificial delay between the official release and the Homebrew update.

The issues that came in already have almost all been fixed. So we can hopefully come up with a 0.55.1 release in the next days which will also be published to Homebrew. Cross your fingers that this time it builds successfully there. 😉

jessesquires commented 1 month ago

Thanks so much for the update @SimplyDanny! 🙌🏼 I appreciate it!

jessesquires commented 1 month ago

@SimplyDanny

Cross your fingers that this time it builds successfully there.

Would it make sense to preemptively open a PR for homebrew with 0.55.0 (with no intentions of merging) just to catch potential problems early?

jessesquires commented 1 month ago

For those following along, the homebrew PR is now open for 0.55.1

https://github.com/Homebrew/homebrew-core/pull/171923

jessesquires commented 1 month ago

ok looks like 0.55.1 is now in homebrew! 🎉