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

Disable warnings as errors on Swift 6 and main #2793

Merged
merged 8 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. Disable warnings as errors on Swift 6 and main

    Motivation:
    
    The Swift 6 compiler emits a number of warnings about sendability which
    we haven't dealt with yet. The CI failing on warnings may mask other
    compilation issues or test failures.
    
    Modifications:
    
    - Disable warnings as errors on Swift 6 and main
    
    Result:
    
    Swift 6 and main CI should pass
    glbrntt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    15f5953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe294c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c69c021 View commit details
    Browse the repository at this point in the history
  4. Update limits

    glbrntt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    82fdc03 View commit details
    Browse the repository at this point in the history
  5. add some slack

    glbrntt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4d7e4e1 View commit details
    Browse the repository at this point in the history
  6. more fixes

    glbrntt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1b1bda8 View commit details
    Browse the repository at this point in the history
  7. fixup

    glbrntt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a7e5ef8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0af2d1c View commit details
    Browse the repository at this point in the history