Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate strict concurrency checking in swiftlint module #5726

Draft
wants to merge 19 commits into
base: swift-6
Choose a base branch
from

Commits on Aug 10, 2024

  1. Keep only command-line related functions in swiftlint module (#5745)

    Swift 6 doesn't allow importing executable targets. So we need to
    move testable logic into a framework.
    SimplyDanny authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9471d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd821b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd82482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5749c6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ff1efb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8494dbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2ce6f6 View commit details
    Browse the repository at this point in the history
  8. Revert async parallelMap

    SimplyDanny committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4efbd15 View commit details
    Browse the repository at this point in the history
  9. Immutable descriptions

    SimplyDanny committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f85b492 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    SimplyDanny committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6d5d5ec View commit details
    Browse the repository at this point in the history
  11. Remove some @unchecked

    SimplyDanny committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    ad801f3 View commit details
    Browse the repository at this point in the history
  12. More Sendable

    SimplyDanny committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    fce598f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91cb966 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c97889 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Use lock

    SimplyDanny committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4a2e7bd View commit details
    Browse the repository at this point in the history
  2. Update template

    SimplyDanny committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    17b0841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b024100 View commit details
    Browse the repository at this point in the history
  4. Accept build warnings

    SimplyDanny committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4d274b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d23317c View commit details
    Browse the repository at this point in the history