Bug 237149

Summary: REGRESSION(r290436): fix build failures
Product: WebKit Reporter: Devin Rousso <hi>
Component: New BugsAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, changseok, cmarcelo, esprehn+autocc, ews-watchlist, glenn, hi, kondapallykalyan, pdr, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 237091    
Bug Blocks:    
Attachments:
Description Flags
[fast-cq] Patch none

Description Devin Rousso 2022-02-24 11:53:25 PST
e.g. <https://build.webkit.org/#/builders/368/builds/2908>
```
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:288:31: error: cannot find interface declaration for 'PKPaymentSummaryItem', superclass of 'PKShippingMethod'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:308:37: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:350:175: error: unknown type name 'PKPaymentAuthorizationStatus'; did you mean 'PKPaymentAuthorizationResult'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:350:204: error: interface type 'PKPaymentAuthorizationResult' cannot be passed by value; did you forget * in 'PKPaymentAuthorizationResult'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:350:220: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:351:162: error: unknown type name 'PKPaymentAuthorizationStatus'; did you mean 'PKPaymentAuthorizationResult'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:351:191: error: interface type 'PKPaymentAuthorizationResult' cannot be passed by value; did you forget * in 'PKPaymentAuthorizationResult'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:351:253: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:352:180: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:482:33: error: expected a type
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:483:31: error: unknown type name 'PKPaymentAuthorizationStatus'; did you mean 'PKPaymentAuthorizationResult'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:483:60: error: interface type cannot be statically allocated
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:487:54: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:488:37: error: unknown type name 'PKPaymentSummaryItem'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:520:120: error: unknown type name 'PKPaymentButtonType'; did you mean 'PKPaymentMethodType'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:520:141: error: unknown type name 'PKPaymentButtonStyle'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/cocoa/PassKitSoftLink.mm:84:170: error: unknown type name 'PKPaymentButtonType'; did you mean 'PKPaymentMethodType'?
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/cocoa/PassKitSoftLink.mm:84:196: error: unknown type name 'PKPaymentButtonStyle'
/Volumes/Data/worker/monterey-release/build/Source/WebCore/PAL/pal/cocoa/PassKitSoftLink.mm:84:170: error: unknown type name 'PKPaymentButtonType'; did you mean 'PKPaymentMethodType'?
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```
Comment 1 Devin Rousso 2022-02-24 12:00:38 PST
Created attachment 453121 [details]
[fast-cq] Patch
Comment 2 EWS 2022-02-24 13:17:39 PST
Committed r290456 (247757@main): <https://commits.webkit.org/247757@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 453121 [details].
Comment 3 Radar WebKit Bug Importer 2022-02-24 13:18:21 PST
<rdar://problem/89435878>