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: swiftlang/swift-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
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
  • 7 commits
  • 21 files changed
  • 4 contributors

Commits on Jun 17, 2025

  1. Use -Isystem and -Fsystem for swift-api-digester

    swift-api-digester now supports -Isystem and -Fsystem in the driver and tool. Use those arguments instead of -I and -F so that system paths are used for both baselines and checks.
    
    rdar://152747822
    ian-twilightcoder committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    1757341 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Cherry-pick: Revert change to avoid dead code striping with debug dyl…

    …ib (rdar://154656898) (#646)
    
    We don't need this right now. Turned out to be more restrictive than necessary.
    
    Cherry-picked from release/6.2
    jonathanpenn authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    163cc7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70c3e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #596 from ian-twilightcoder/swift-api-digester-sys…

    …tem-paths
    
    Use -Isystem and -Fsystem for swift-api-digester
    ian-twilightcoder authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    9ecff9d View commit details
    Browse the repository at this point in the history
  4. Validate MODULE_DEPENDENCIES using tracing from Clang

    This currently only checks Clang compilations with modules because there
    were some issues with introducing a new task action for non-modular Clang
    compilations.
    
    rdar://150313957
    bob-wilson authored and mirza-garibovic committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2c1c48a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0715c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Add a hostRuntimeEnvironment test helper function

    This may fix the few tests which are failing due to missing DLLs on Windows in certain environments.
    jakepetroules committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    e1ed897 View commit details
    Browse the repository at this point in the history
Loading