Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grpc/grpc-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: grpc/grpc-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Choose a head ref
  • 2 commits
  • 148 files changed
  • 1 contributor

Commits on May 13, 2025

  1. Add explicit availability annotations (#2234)

    Motivation:
    
    gRPC is moving from specifying the platforms in the package manifest to
    annotating code with availability annotations.
    
    Modifications:
    
    - Explicitly annotate public API
    - Add '-require-explicit-availability' to CI
    - Drop platforms
    
    Result:
    
    - gRPC can be used by packages which don't specify their platforms in
    the manifest
    glbrntt authored May 13, 2025
    Configuration menu
    Copy the full SHA
    90d9094 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Normalise CI flags (#2240)

    Motivation:
    
    `-require-explicit-sendable` is ineffective without `-Xfrontend` but
    combining it with `-warnings-as-errors` surfaces a warning from SwiftPM.
    
    Modifications:
    
    - remove `-require-explicit-sendable`, it's not doing anything
    - add `-require-explicit-availability` to nightly jobs
    
    Result:
    
    More consistent CI flags
    glbrntt authored May 15, 2025
    Configuration menu
    Copy the full SHA
    369172a View commit details
    Browse the repository at this point in the history
Loading