-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 3 files changed
- 5 contributors
Commits on Feb 19, 2026
-
Fix build warnings in the workflow for iOS (#173)
IMHO, it would be better to use `$(xcrun -f swift)` ("find" mode) instead of `xcrun swift` ("run" mode). `xcrun swift` is fine with packages that do not contain `executableTarget`, but it causes the following errors with packages that contain `executableTarget`: ``` clang: warning: using sysroot for 'MacOSX' but targeting 'iPhone' [-Wincompatible-sysroot] ``` To prevent this, we can use `$(xcrun -f swift)` instead of `xcrun swift`. Related discussion: https://forums.swift.org/t/getting-incompatible-sysroot-warning-when-compiling-for-ios-with-sdk-and-target-set/80584Configuration menu - View commit details
-
Copy full SHA for 2b7c740 - Browse repository at this point
Copy the full SHA 2b7c740View commit details -
Use local copy on action invocation (#236)
* Use local copy on action invocation Fixes #220 * Moving jobs with scripts into actions Publishing as an action bundles the directory contents with the action, so we can use helper scripts directly * Fix command to copy flake8 config file * fix uses * test failures
Configuration menu - View commit details
-
Copy full SHA for c6fcbaf - Browse repository at this point
Copy the full SHA c6fcbafView commit details -
Check if the locally installed Android NDK matches the wanted NDK ver…
…sion (#235) * Check if the locally installed Android NDK matches the configured NDK version We were never actually checking `android_ndk_versions` if ANDROID_NDK_HOME was set, as that environment variable always will be on the github runners. Also, since GitHub often has other NDKs installed too, check if a matching one is installed and use it, plus add some log output so we can verify all this easily from now on. * [CI] Add back Android flag needed to build it, and build against NDK 28c instead
Configuration menu - View commit details
-
Copy full SHA for 555b802 - Browse repository at this point
Copy the full SHA 555b802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ad4ac - Browse repository at this point
Copy the full SHA 27ad4acView commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bca81f7 - Browse repository at this point
Copy the full SHA bca81f7View commit details
Commits on Mar 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d7f8c78 - Browse repository at this point
Copy the full SHA d7f8c78View commit details
Commits on Mar 6, 2026
-
Update the Xcode versions - 26.3 and 26.4b2 (#245)
* Drop Xcode 26.0
Configuration menu - View commit details
-
Copy full SHA for 61db691 - Browse repository at this point
Copy the full SHA 61db691View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.0.7...0.0.8