Reply to "Swiftlint" Error Message in the Terminal Change you SwiftLint script in your project to: alias swiftlint="/opt/homebrew/bin/swiftlint" if swiftlint >/dev/null; then swiftlint else echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint" fi Developer Tools & Services Xcode Sep ’22