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

Upgrading to 0.55.1 through Homebrew fails #5591

Closed kapitoshka438 closed 1 month ago

kapitoshka438 commented 1 month ago

New Issue Checklist

Describe the bug

brew bundle
swiftlint 0.53.0 -> 0.55.1
swiftlint: A full installation of Xcode.app 15.3 is required to compile
this software. Installing just the Command Line Tools is not sufficient.
Xcode 15.3 cannot be installed on macOS 13.
You must upgrade your version of macOS.
Error: swiftlint: An unsatisfied requirement failed this build.
Upgrading swiftlint has failed!

Environment

MacOS Ventura 13.6.1 Mac mini Intel Core i7 (amd64)

For Silicon based environment the error is different:

brew bundle check || brew bundle
Skipping swiftlint (no bottle for Apple Silicon)
Skipping swiftlint (no bottle for Apple Silicon)
SimplyDanny commented 1 month ago

Should be good now. Please try and report back.

kapitoshka438 commented 1 month ago

It works now thank you