Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ jobs:
- name: Verify SourceKit dynamic loading behavior
run: bash tools/verify-sourcekit-loading.sh bazel-bin/swiftlint .

bazel_macos:
name: Bazel, macOS 14, Xcode 16.2 # default
runs-on: macos-14
steps:
- *checkout-step
- name: Build SwiftLint with Bazel
run: make --debug bazel_release
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app


plugins_linux:
name: SPM plugins, Linux, Swift ${{ matrix.version }}
runs-on: ubuntu-24.04
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

### Breaking

* SwiftLint now requires a Swift 6.1 or higher compiler to build. The
* SwiftLint now requires a Swift 6.1 or higher for development (to run tests). The
executable can still be built with a Swift 6 compiler. The
[Swift Package Manager plugins](https://github.com/SimplyDanny/SwiftLintPlugins) continue
to work with all versions down to Swift 5.9.
[SimplyDanny](https://github.com/SimplyDanny)
Expand Down