Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 04b145579526f622e26806ea4959f64dee8c9d49
      
https://github.com/WebKit/WebKit/commit/04b145579526f622e26806ea4959f64dee8c9d49
  Author: Tadeu Zagallo <[email protected]>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    M Source/WTF/wtf/RetainReleaseSwift.h
    A Source/WTF/wtf/SwiftBridging.h
    M Source/WebGPU/WebGPU/Buffer.swift
    M Tools/Scripts/webkitpy/style/checkers/cpp.py

  Log Message:
  -----------
  [WebGPU] swift/bridging not found when using different toolchains
https://bugs.webkit.org/show_bug.cgi?id=293963
rdar://152511571

Reviewed by Mike Wyrzykowski.

When compiling with a different toolchain, the Swift compiler doesn't find the
the `swift/bridging` header under the toolchain's `usr/include` folder. That
issue has been raised, but in the mean time we work around this by checking in
a copy of the header from Swift's open source repo.

* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/RetainReleaseSwift.h:
* Source/WTF/wtf/SwiftBridging.h: Added.
* Source/WebGPU/WebGPU/Buffer.swift:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to