Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7c011bbd7964df82dcc95cf5048b8ef55283910f https://github.com/WebKit/WebKit/commit/7c011bbd7964df82dcc95cf5048b8ef55283910f Author: Adrian Taylor <adrian_tay...@apple.com> Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths: M Tools/SwiftBrowser/Source/Views/ContentView.swift M Tools/TestWebKitAPI/Tests/WebKit Swift/URLSchemeHandlerTests.swift M Tools/TestWebKitAPI/Tests/WebKit Swift/WKWebViewSwiftOverlayTests.swift M Tools/TestWebKitAPI/Tests/WebKit Swift/WebPageNavigationTests.swift M Tools/TestWebKitAPI/Tests/WebKit Swift/WebPageTests.swift M Tools/TestWebKitAPI/Tests/WebKit Swift/WebPageTransferableTests.swift Log Message: ----------- Avoid unsafe on early Swift 6 https://bugs.webkit.org/show_bug.cgi?id=299002 rdar://160755507 Reviewed by Richard Robinson. This disables the relevant tests on compilers earlier than 6.2, and for the one instance of this in production code we use an #if. This does not make a change to Foundation+Extras.swift as a equivalent change is about to land in https://github.com/WebKit/WebKit/pull/50711/ Canonical link: https://commits.webkit.org/300144@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes