Skip to content

Work around type-checking error present in XCode 16.0 #218

Work around type-checking error present in XCode 16.0

Work around type-checking error present in XCode 16.0 #218

Triggered via pull request September 17, 2024 22:07
Status Success
Total duration 13m 41s
Artifacts

ios.yml

on: pull_request

Annotations

41 warnings
Code Style: MapboxNavigation/CarPlayManager.swift#L572
FIXMEs should be resolved (Unable to tilt map during rout...) (todo)
Code Style: MapboxNavigation/InstructionPresenter.swift#L239
FIXMEs should be resolved (Can we work with the image dir...) (todo)
Code Style: MapboxNavigation/NavigationMapView.swift#L752
TODOs should be resolved (Change to point-based distance...) (todo)
Code Style: MapboxNavigation/CarPlayNavigationViewController.swift#L271
TODOs should be resolved (handle lanes.) (todo)
Code Style: MapboxNavigation/CarPlayNavigationViewController.swift#L298
TODOs should be resolved (no such method exists, and the...) (todo)
Code Style: MapboxCoreNavigation/NavigationSettings.swift#L79
Prefer the new block based KVO API with keypaths when using Swift 3.2 or later (block_based_kvo)
Code Style: MapboxCoreNavigation/RouteProgress.swift#L26
TODOs should be resolved (Set stepIndex to 0 or last ind...) (todo)
Code Style: MapboxCoreNavigation/DistanceFormatter.swift#L136
Computed properties should first declare the getter and then the setter (computed_accessors_order)
Code Style: MapboxCoreNavigation/DistanceFormatter.swift#L112
`where` clauses are preferred over a single `if` inside a `for` (for_where)
Code Style: MapboxCoreNavigation/RouteController.swift#L174
An object should only remove itself as an observer in `deinit` (notification_center_detachment)
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxCoreNavigation/SimulatedLocationManager.swift#L17
class 'SimulatedLocation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxNavigation/CGSize.swift#L4
extension declares a conformance of imported type 'CGSize' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
Build and Test: MapboxNavigation/ImageDownload.swift#L15
class 'ImageDownloadOperation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxNavigation/UIEdgeInsets.swift#L19
extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Build and Test: MapboxNavigation/RouteMapViewController.swift#L137
'automaticallyAdjustsScrollViewInsets' was deprecated in iOS 11.0: Use UIScrollView's contentInsetAdjustmentBehavior instead
Build and Test: MapboxNavigation/UIEdgeInsets.swift#L19
extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Build and Test: MapboxNavigation/ImageDownload.swift#L15
class 'ImageDownloadOperation' must restate inherited '@unchecked Sendable' conformance
Build and Test: MapboxNavigation/NavigationViewController.swift#L773
'UILocalNotification' was deprecated in iOS 10.0: Use UserNotifications Framework's UNNotificationRequest
Build and Test: MapboxNavigation/NavigationViewController.swift#L779
'cancelAllLocalNotifications()' was deprecated in iOS 10.0: Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests]
Build and Test
xcbeautify 2.11.0 is already installed and up-to-date. To reinstall 2.11.0, run: brew reinstall xcbeautify