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: apple/swift-openapi-urlsession
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fac6f7
Choose a base ref
...
head repository: apple/swift-openapi-urlsession
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 279aa6b
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 14, 2025

  1. Enable Swift 6.1 jobs in CI (#73)

    Motivation:
    
    Swift 6.1 has been released, we should add it to our CI coverage.
    
    Modifications:
    
    Add additional Swift 6.1 jobs where appropriate in main.yml,
    pull_request.yml
    
    Result:
    
    Improved test coverage.
    rnro authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    4e9dd38 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Drop Swift 5.9 (#74)

    Motivation:
    
    Swift 5.9 is no longer supported, we should bump the tools version and
    remove it from our CI.
    
    Modifications:
    
    * Bump the Swift tools version to Swift 5.10
    * Remove Swift 5.9 jobs where appropriate in main.yml, pull_request.yml
    
    Result:
    
    Code reflects our support window.
    rnro authored May 7, 2025
    Configuration menu
    Copy the full SHA
    b799051 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Enable release mode builds (#77)

    ### Motivation:
    
    Some errors do not show up in debug builds. Enabling release mode builds
    improves the CI coverage.
    
    ### Modifications:
    
    Enable release mode builds for pull requests and scheduled builds on
    main.
    
    ### Result:
    
    Improved CI coverage.
    josephnoir authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    1079229 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Android support (#70)

    ### Motivation
    
    This package wasn't building on Android, causing various dependent
    packages to also fail to build.
    
    ### Modifications
    
    Add the necessary `import(Android)` to successfully build.
    
    ### Result
    
    The package can now be built for Android.
    
    ### Test Plan
    
    ~~Added CI to build and run against an Android emulator using
    [swift-android-action](https://github.com/marketplace/actions/swift-android-action).~~
    marcprux authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    279aa6b View commit details
    Browse the repository at this point in the history
Loading