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

Enable Swift 6 language mode in GRPCCore #2046

Merged
merged 6 commits into from
Sep 10, 2024

Commits on Sep 5, 2024

  1. Enable Swift 6 language mode in GRPCCore

    Motivation:
    
    v2 should use Swift 6 language mode to take full advantage of the
    compilers data race checking.
    
    Modifications:
    
    - Enable Swift 6 language more for the code module
    - Add a bunch of missing explicit 'Sendable's
    
    Result:
    
    - Compiles with Swift 6 lang mode
    glbrntt committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4ecc0fa View commit details
    Browse the repository at this point in the history
  2. fixup tests

    glbrntt committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f57344e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    de14b67 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    fe732af View commit details
    Browse the repository at this point in the history
  2. format

    glbrntt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dbe070e View commit details
    Browse the repository at this point in the history
  3. fix stream type

    glbrntt committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e959374 View commit details
    Browse the repository at this point in the history