Bug 240285

Summary: [Xcode] Fix dependency cycles caused by Safari header imports
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Elliott Williams 2022-05-10 12:16:18 PDT
There are a number of locations where we include an internally-available header produced by a target that depends on WebKit. These _usually_ don't fail the build when the build order in manually specified, but cause problems when building with "dependency order" target-level parallelism. They are true cycles, so we need to fix them.
Comment 1 Elliott Williams 2022-05-10 13:59:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/581
Comment 2 Elliott Williams 2022-05-10 14:20:56 PDT
rdar://90491841
Comment 3 EWS 2022-05-31 14:48:27 PDT
Committed r295067 (251162@main): <https://commits.webkit.org/251162@main>

Reviewed commits have been landed. Closing PR #581 and removing active labels.