RESOLVED FIXED306015
Build broken on MacOS 14 / Xcode 15.4 / Clang 15 after 305889@main
https://bugs.webkit.org/show_bug.cgi?id=306015
Summary Build broken on MacOS 14 / Xcode 15.4 / Clang 15 after 305889@main
Carlos Alberto Lopez Perez
Reported 2026-01-22 02:04:53 PST
The ToT WebKit build is failing in MacOS 14 In file included from /Users/runner/webkit/WebKitBuild/Release/DerivedSources/WebKit/unified-sources/UnifiedSource46-nonARC.mm:3: /Users/runner/webkit/Source/WebKit/UIProcess/DigitalCredentials/WKDigitalCredentialsPicker.mm:375:35: error: no matching constructor for initialization of 'WebCore::DigitalCredentialsResponseData' auto responseObject = WebCore::DigitalCredentialsResponseData(IdentityCredentialProtocol::OrgIsoMdoc, object->toJSONString()); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I think this build failure might have been triggered by 305889@main because this code was previously not compiled on this MacOS version (guard DIGITAL_CREDENTIALS_UI) but now is (guard WEB_AUTHN)
Attachments
Carlos Alberto Lopez Perez
Comment 1 2026-01-22 02:15:41 PST
EWS
Comment 2 2026-01-22 07:31:29 PST
Committed 306011@main (aad7216e6cd8): <https://commits.webkit.org/306011@main> Reviewed commits have been landed. Closing PR #57038 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-01-22 07:32:14 PST
Note You need to log in before you can comment on or make changes to this bug.