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-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 24, 2026

  1. Remove unsafe flag (#171)

    ### Motivation
    
    Turns out putting an `#if compiler(>=6.2)` isn't enough to avoid having
    to have separate Package.swift files.
    
    ### Modifications
    
    Just drop the unsafe flag.
    
    ### Result
    
    The library can be depended on again.
    
    ### Test Plan
    
    N/A
    czechboy0 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    16c8eb7 View commit details
    Browse the repository at this point in the history
Loading