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-configuration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: apple/swift-configuration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 23, 2025

  1. SPI needs the docc-plugin installed to build the docs - this fixes th…

    …at scenario (#1)
    
    adds in docc-plugin package when attempting to build docs for Swift
    Package Index
    heckj authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    9aca76f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Use the general runner pool for PRs (#2)

    ### Motivation
    
    PRs should use the "general" macOS runner pool to ensure less waiting,
    "nightly" is meant to be for scheduled jobs only.
    
    ### Modifications
    
    Updated from "nightly" to "general" pool for PRs.
    
    ### Result
    
    Less waiting on macOS CI in PRs.
    
    ### Test Plan
    
    N/A - this issue happened due to me copy-pasting the GH workflow YAML
    from the 'main' workflow.
    czechboy0 authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    7e5bc11 View commit details
    Browse the repository at this point in the history
Loading