Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 906987bb68bf5bff9a31b82f4eaa18cfb9d553a2
      
https://github.com/WebKit/WebKit/commit/906987bb68bf5bff9a31b82f4eaa18cfb9d553a2
  Author: David Kilzer <[email protected]>
  Date:   2026-07-27 (Mon, 27 Jul 2026)

  Changed paths:
    M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [TestWebKitAPI] Fix missing dependency on _WebKit_SwiftUI for the 
TestWebKitAPI Swift module
<https://bugs.webkit.org/show_bug.cgi?id=320366>
<rdar://183330983>

Reviewed by Richard Robinson.

Link `_WebKit_SwiftUI.framework` into the `TestWebKitAPI` target.  The
target's Swift module imports both `WebKit` and `SwiftUI`, which pulls
in the `_WebKit_SwiftUI` cross-import overlay, so the module's Swift
dependency scan requires the overlay framework to be linked.  Without
it, the build emits a warning that the `TestWebKitAPI` module is
missing a dependency on `_WebKit_SwiftUI`.  The sibling
`TestWebKitAPIBundle` target already links it.

No new tests since this change is not directly testable.

* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/318008@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to