Skip to content

chore(deps): bump github.com/realm/swiftlint from 0.63.2 to 0.64.0 in /Tools - #24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Tools/github.com/realm/swiftlint-0.64.0
Closed

chore(deps): bump github.com/realm/swiftlint from 0.63.2 to 0.64.0 in /Tools#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/Tools/github.com/realm/swiftlint-0.64.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown

Bumps github.com/realm/swiftlint from 0.63.2 to 0.64.0.

Release notes

Sourced from github.com/realm/swiftlint's releases.

0.64.0: All Windows Opened

Breaking

  • The ignored_literal_argument_functions option of the force_unwrapping rule now uses the configured value as-is instead of always merging in the five built-in defaults (URL(string:), NSURL(string:), UIImage(named:), NSImage(named:), Data(hexString:)). Those five functions remain the default when the option is not configured, but setting ignored_literal_argument_functions to any explicit list — including [] — now fully replaces the defaults. Configurations that add functions on top of the defaults must now explicitly include the five previously-default functions in their list. SimplyDanny #6675

Experimental

  • None.

Enhancements

  • SwiftLint can now be built and run on Windows. It is expected to work in the same way as on other platforms. The only restrictions are missing support for ?[] glob patterns in include/exclude patterns and the requirement for \n as line ending in all linted files.
    compnerd roman-bcny SimplyDanny #6351 #6352

  • Rename allow_implicit_init to include_implicit_init for the optional_data_string_conversion rule to convey its purpose more clearly.
    SimplyDanny #6670

  • Improve linting performance by 10-15%, especially when running with many threads, by optimizing cache locking and reducing contention. Depending on the project and level of concurrency, the performance improvement can be even higher (3-4x).
    SimplyDanny

  • Rewrite the following rules with SwiftSyntax:

    • file_types_order

    SimplyDanny

  • Fix false positive in accessibility_label_for_image rule for images inside SwiftUI Label's icon: closure, which are inherently labeled by the Label's text content.
    sutheesh #6420

... (truncated)

Commits
  • 4626bdf Release 0.64.0
  • 402ef46 Prepare 0.64.0 release
  • b7a3b44 Fix Windows artifact names
  • 31c44be Fix changelog entry
  • ee9d111 Add Windows binaries/installers as release artifacts
  • bd8aa66 Directly compress binary without copying it
  • d9e9bd1 Clearly name Linux artifacts
  • 6e9eab2 Accept icons in labels in accessibility_label_for_image (#6594)
  • 1d93547 Update Swift (SDK) version on Linux runners
  • 360fa7c Support building and running with Bazel action (#6781)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/realm/swiftlint](https://github.com/realm/SwiftLint) from 0.63.2 to 0.64.0.
- [Release notes](https://github.com/realm/SwiftLint/releases)
- [Commits](realm/SwiftLint@0.63.2...0.64.0)

---
updated-dependencies:
- dependency-name: github.com/realm/swiftlint
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Author

Superseded by #26.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot
dependabot Bot deleted the dependabot/swift/Tools/github.com/realm/swiftlint-0.64.0 branch July 6, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants