⚠️ Fix Xcode 16 Warnings #461
Annotations
8 warnings
Run brew install xcbeautify
xcbeautify 2.17.0 is already installed and up-to-date.
To reinstall 2.17.0, run:
brew reinstall xcbeautify
|
Beautify logs:
Example/Pods/Kingfisher/Sources/General/KingfisherManager.swift#L760
extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
|
Beautify logs:
Example/Pods/Kingfisher/Sources/General/ImageSource/AVAssetImageDataProvider.swift#L137
'kUTTypeJPEG' was deprecated in iOS 15.0: Use UTTypeJPEG or UTType.jpeg (swift) instead.
|
Beautify logs:
Example/Pods/Kingfisher/Sources/Cache/DiskStorage.swift#L234
capture of 'fileManager' with non-sendable type 'FileManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Beautify logs:
Example/Pods/Kingfisher/Sources/Image/Image.swift#L289
'kUTTypeGIF' was deprecated in iOS 15.0: Use UTTypeGIF or UTType.gif (swift) instead.
|
Beautify logs:
Example/Pods/Keyboard+LayoutGuide/KeyboardLayoutGuide/KeyboardLayoutGuide/Keyboard+LayoutGuide.swift#L147
'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes
|
Beautify logs:
Example/Pods/Alamofire/Source/Request.swift#L1415
capture of 'stream' with non-sendable type 'OutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Beautify logs:
Example/Pods/Alamofire/Source/SessionDelegate.swift#L29
stored property 'fileManager' of 'Sendable'-conforming class 'SessionDelegate' has non-sendable type 'FileManager'; this is an error in the Swift 6 language mode
|
Loading