Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 78b7a08a0265329035b20dfd56c0d85647de7950
https://github.com/WebKit/WebKit/commit/78b7a08a0265329035b20dfd56c0d85647de7950
Author: Adrian Taylor <[email protected]>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M CMakeLists.txt
M Source/cmake/OptionsMac.cmake
Log Message:
-----------
[Swift GTK] Find swiftc with xcrun
https://bugs.webkit.org/show_bug.cgi?id=315041
rdar://177373441
Reviewed by Geoffrey Garen.
We need to find the path to the Swift compiler. For the sake of non-Apple
platforms we mostly do that by searching for swiftc in the path, but on Apple
platforms we ideally need to use 'xcrun swiftc' to find the swiftc belonging to
the SDK. That's what we do here.
Canonical link: https://commits.webkit.org/313492@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications