Fix generated JSONAny Sendable support #420
Annotations
10 warnings and 3 notices
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L273
'@preconcurrency' on conformance to 'WKNavigationDelegate' has no effect
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L250
'@preconcurrency' on conformance to 'WKScriptMessageHandler' has no effect
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutError.swift#L54
associated value 'checkoutExpired(message:code:recoverable:)' of 'Sendable'-conforming enum 'CheckoutError' contains non-Sendable type 'CheckoutErrorCode'
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutError.swift#L52
associated value 'checkoutUnavailable(message:code:recoverable:)' of 'Sendable'-conforming enum 'CheckoutError' contains non-Sendable type 'CheckoutUnavailable'
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L290
instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L274
instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L273
'@preconcurrency' on conformance to 'WKNavigationDelegate' has no effect
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutWebView.swift#L250
'@preconcurrency' on conformance to 'WKScriptMessageHandler' has no effect
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutError.swift#L54
associated value 'checkoutExpired(message:code:recoverable:)' of 'Sendable'-conforming enum 'CheckoutError' contains non-Sendable type 'CheckoutErrorCode'
|
|
platforms/swift/Sources/ShopifyCheckoutKit/CheckoutError.swift#L52
associated value 'checkoutUnavailable(message:code:recoverable:)' of 'Sendable'-conforming enum 'CheckoutError' contains non-Sendable type 'CheckoutUnavailable'
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading