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

[stable-3.14] Fix Swift 6-related CI errors with macOS VFS module #7357

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Fix swift 6 concurrency error regarding use of authAttemptState

    Cannot pass a local variable into a concurrently executing Task. It's
    not a real issue as we are using a semaphore to wait before using this
    variable for anything outside of the Task block, but still.
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and backportbot[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f3dde19 View commit details
    Browse the repository at this point in the history
  2. Run post-auth state check with main actor task

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra authored and backportbot[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1b75056 View commit details
    Browse the repository at this point in the history