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: ian-twilightcoder/swift-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swiftlang/swift-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 12 files changed
  • 6 contributors

Commits on Dec 3, 2025

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

Commits on Dec 4, 2025

  1. Don't rely on SystemPrefix to set IOS_UNZIPPERED_TWIN_PREFIX_PATH

    Mac Catalyst shouldn't have a SystemPrefix set in its SDK variant, so don't rely on that to set IOS_UNZIPPERED_TWIN_PREFIX_PATH, hard code it instead. Set MACOS_UNZIPPERED_TWIN_PREFIX_PATH too for completeness.
    
    rdar://165798693
    ian-twilightcoder committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    364cc2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request swiftlang#951 from bripeticca/bp/exposeinitsfortes…

    …ting
    
    Expose `SwiftBuildMessage` info inits for testing
    bripeticca authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ab57912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc9d321 View commit details
    Browse the repository at this point in the history
  4. Remove some workarounds used to support very old SDKs

    Only OS version 26 and above SDKs (and DriverKit version 25) are supported now.
    jakepetroules committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    b14a3bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request swiftlang#953 from ian-twilightcoder/twin-prefix

    Don't rely on SystemPrefix to set IOS_UNZIPPERED_TWIN_PREFIX_PATH
    ian-twilightcoder authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    bf620f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Merge pull request swiftlang#959 from bkhouri/t/main/gh955_support_th…

    …read_sanitizer_on_windows_arm
    bkhouri authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    6731317 View commit details
    Browse the repository at this point in the history
Loading