WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
315451
[GTK][WPE] Bump wkdev-sdk to a Swift-enabled version
https://bugs.webkit.org/show_bug.cgi?id=315451
Summary
[GTK][WPE] Bump wkdev-sdk to a Swift-enabled version
Nikolas Zimmermann
Reported
2026-05-24 00:07:44 PDT
.
Attachments
Add attachment
proposed patch, testcase, etc.
Nikolas Zimmermann
Comment 1
2026-05-24 00:09:15 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/65559
EWS
Comment 2
2026-05-27 11:11:50 PDT
Committed
313985@main
(cb4071b9f2f0): <
https://commits.webkit.org/313985@main
> Reviewed commits have been landed. Closing PR #65559 and removing active labels.
WebKit Commit Bot
Comment 3
2026-05-27 22:22:25 PDT
Re-opened since this is blocked by
bug 315728
Nikolas Zimmermann
Comment 4
2026-05-29 03:30:16 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/66014
EWS
Comment 5
2026-05-29 05:10:42 PDT
Committed
314133@main
(ec528c8f3066): <
https://commits.webkit.org/314133@main
> Reviewed commits have been landed. Closing PR #66014 and removing active labels.
alan
Comment 6
2026-05-29 07:18:21 PDT
This broke my build. OpenSource/Tools/Scripts/swift/swiftc-wrapper.sh: line 66: syntax error near unexpected token `)' ninja: build stopped: subcommand failed.
alan
Comment 7
2026-05-29 07:21:47 PDT
apparently this fixes it (but I have no idea if it's the correct change) diff --git a/Tools/Scripts/swift/swiftc-wrapper.sh b/Tools/Scripts/swift/swiftc-wrapper.sh index d6997f826792..b64fa3f977c0 100755 --- a/Tools/Scripts/swift/swiftc-wrapper.sh +++ b/Tools/Scripts/swift/swiftc-wrapper.sh @@ -59,6 +59,7 @@ for arg in "$@"; do "-include") skip_next=1 ;; "-fuse-ld="*) args+=("-Xcc" "$arg") + ;; # swiftc does not understand clang-specific include flags like # -isystem / -iquote / -idirafter; wrap them (and their following # path argument) as -Xcc so they reach the Clang importer instead
Nikolas Zimmermann
Comment 8
2026-05-29 07:49:21 PDT
Sorry, will fix ASAP.
alan
Comment 9
2026-05-29 07:55:32 PDT
thank you.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug