Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 16770f3f0a661dd1b43b2aecb43ee74a9dafa409
https://github.com/WebKit/WebKit/commit/16770f3f0a661dd1b43b2aecb43ee74a9dafa409
Author: Ryosuke Niwa <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit.xcscheme
Log Message:
-----------
Safer C++ static analysis fails in testapi
https://bugs.webkit.org/show_bug.cgi?id=319743
Reviewed by Elliott Williams.
The bug is caused by Xcode running clang static analyzer over C-family sources
but not running swiftc over Swift files so linking fails due to missing symbols
in Swift.
Exclude testapi in xcodebuild when analyzing.
* WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit.xcscheme:
Canonical link: https://commits.webkit.org/317816@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications