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
295185
[WebKitSwift] Some files within the module unnecessarily import itself
https://bugs.webkit.org/show_bug.cgi?id=295185
Summary
[WebKitSwift] Some files within the module unnecessarily import itself
Abrar Rahman Protyasha
Reported
2025-06-29 18:15:48 PDT
`import WebKitSwift` from files under `Source/WebKit/WebKitSwift/` is redundant, so let's drop that. ``` Source/WebKit/WebKitSwift/IdentityDocumentServices/ISO18013MobileDocumentRequest+Extras.swift:28:8: warning: file 'ISO18013MobileDocumentRequest+Extras.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentController.swift:29:8: warning: file 'WKIdentityDocumentPresentmentController.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentMobileDocumentRequest+Extras.swift:28:8: warning: file 'WKIdentityDocumentPresentmentMobileDocumentRequest+Extras.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentMobileDocumentRequest.swift:28:8: warning: file 'WKIdentityDocumentPresentmentMobileDocumentRequest.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentRawRequest.swift:27:8: warning: file 'WKIdentityDocumentPresentmentRawRequest.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentRequest.swift:27:8: warning: file 'WKIdentityDocumentPresentmentRequest.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentPresentmentResponse.swift:27:8: warning: file 'WKIdentityDocumentPresentmentResponse.swift' is part of module 'WebKitSwift'; ignoring import Source/WebKit/WebKitSwift/IdentityDocumentServices/WKIdentityDocumentRawRequestValidator.swift:28:8: warning: file 'WKIdentityDocumentRawRequestValidator.swift' is part of module 'WebKitSwift'; ignoring import ```
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-06-29 18:15:56 PDT
<
rdar://problem/154631961
>
Abrar Rahman Protyasha
Comment 2
2025-06-29 18:18:17 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/47360
EWS
Comment 3
2025-06-30 11:17:52 PDT
Committed
296812@main
(3c41afd934ce): <
https://commits.webkit.org/296812@main
> Reviewed commits have been landed. Closing PR #47360 and removing active labels.
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