REOPENED309224
[Swift in WebKit] Enable a few upcoming Swift compiler features in all targets
https://bugs.webkit.org/show_bug.cgi?id=309224
Summary [Swift in WebKit] Enable a few upcoming Swift compiler features in all targets
Richard Robinson
Reported 2026-03-04 22:21:11 PST
.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-04 22:21:18 PST
Richard Robinson
Comment 2 2026-03-04 22:27:46 PST
EWS
Comment 3 2026-03-05 23:12:37 PST
Committed 308780@main (983a9cf2b6c0): <https://commits.webkit.org/308780@main> Reviewed commits have been landed. Closing PR #59950 and removing active labels.
WebKit Commit Bot
Comment 4 2026-03-06 09:58:49 PST
Re-opened since this is blocked by bug 309356
Ryosuke Niwa
Comment 5 2026-03-06 10:05:03 PST
Sorry, I had to revert this change because it broke macOS safer C++ bot: https://commits.webkit.org/308807@main The error: EmitSwiftModule normal arm64 (in target 'WebKitSwift' from project 'WebKit') cd /Volumes/Data/worker/Apple-Sequoia-Safer-CPP-Checks/build/Source/WebKit <unknown>:0: warning: unknown warning group: 'StrictMemorySafety' <unknown>:0: warning: unknown warning group: 'StrictMemorySafety' /Volumes/Data/worker/Apple-Sequoia-Safer-CPP-Checks/build/Source/WebKit/WebKitSwift/WritingTools/PlatformIntelligenceTextEffectView.swift:404:65: error: unknown attribute 'MainActor' class PlatformIntelligenceRemainderAffordanceTextEffect<Chunk>: @MainActor PlatformIntelligenceTextEffect ^ /Volumes/Data/worker/Apple-Sequoia-Safer-CPP-Checks/build/Source/WebKit/WebKitSwift/WritingTools/PlatformIntelligenceTextEffectView.swift:538:57: error: unknown attribute 'MainActor' class PlatformIntelligenceReplacementTextEffect<Chunk>: @MainActor PlatformIntelligenceTextEffect ^ /Volumes/Data/worker/Apple-Sequoia-Safer-CPP-Checks/build/Source/WebKit/WebKitSwift/WritingTools/PlatformIntelligenceTextEffectView.swift:658:55: error: unknown attribute 'MainActor' class PlatformIntelligencePonderingTextEffect<Chunk>: @MainActor PlatformIntelligenceTextEffect ^
Note You need to log in before you can comment on or make changes to this bug.