Update widget on widget-entry-changes (#2426) #924
Annotations
10 warnings
build:
DcWebxdcWidget/DcWebxdcWidget.swift#L55
initialization of immutable value 'chatId' was never used; consider replacing with assignment to '_' or removing it
|
build:
DcWebxdcWidget/DcWebxdcWidget.swift#L56
initialization of immutable value 'ignore' was never used; consider replacing with assignment to '_' or removing it
|
build:
DcWebxdcWidget/DcWebxdcWidget.swift#L58
immutable value 'limit' was never used; consider removing it
|
build:
deltachat-ios/Controller/Settings/AdvancedViewController.swift#L142
switch must be exhaustive; this is an error in the Swift 6 language mode
|
build:
deltachat-ios/Controller/WebViewViewController.swift#L2
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
|
build:
deltachat-ios/Controller/WebViewViewController.swift#L2
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
|
build:
deltachat-ios/Helper/NotificationManager.swift#L96
capture of 'notification' with non-sendable type 'Notification' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
build:
deltachat-ios/Helper/NotificationManager.swift#L134
capture of 'notification' with non-sendable type 'Notification' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
build:
deltachat-ios/Helper/NotificationManager.swift#L166
capture of 'notification' with non-sendable type 'Notification' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
build:
deltachat-ios/Controller/Settings/AdvancedViewController.swift#L142
switch must be exhaustive; this is an error in the Swift 6 language mode
|