Skip to content

Conversation

nekrich
Copy link
Member

@nekrich nekrich commented Jul 3, 2025

Pull Request Template

Description

Try to make CodeQL happy.

  • Bump swift-tools-version to 6.1.
  • Specify Swift lang version as enum case.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe): CI & CodeQL

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Additional Context

Add any other context or screenshots about the pull request here.

@nekrich nekrich force-pushed the chore/codeql-warnings branch from df18a6a to df796b7 Compare July 3, 2025 12:36
@nekrich nekrich force-pushed the chore/codeql-warnings branch from df796b7 to c2dfc50 Compare July 3, 2025 12:38

swiftLanguageVersions: [
.version("6")
swiftLanguageModes: [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swiftLanguageVersions is deprecated. Need to use swiftLanguageModes from now on.

@nekrich nekrich marked this pull request as ready for review July 3, 2025 12:48
@nekrich nekrich requested a review from PaulTaykalo as a code owner July 3, 2025 12:48
@nekrich nekrich enabled auto-merge (squash) July 3, 2025 12:49
@nekrich nekrich merged commit f581f99 into main Jul 3, 2025
6 checks passed
@nekrich nekrich deleted the chore/codeql-warnings branch July 3, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants