Skip to content

Remove unused assets (or replace with SF Symbols) (#2453) #1027

Remove unused assets (or replace with SF Symbols) (#2453)

Remove unused assets (or replace with SF Symbols) (#2453) #1027

Triggered via push January 3, 2025 16:33
Status Success
Total duration 13m 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Extensions/URL+Extension.swift#L53
capture of 'exportSession' with non-sendable type 'AVAssetExportSession' in a `@Sendable` closure; this is an error in the Swift 6 language mode
build: deltachat-ios/AppDelegate.swift#L132
'setMinimumBackgroundFetchInterval' was deprecated in iOS 13.0: Use a BGAppRefreshTask in the BackgroundTasks framework instead
build: deltachat-ios/Chat/ChatViewController.swift#L788
Prefer Type Checking Violation: Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
build
The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('117').