Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.98k stars 523 forks source link

Xcode 16 compiler warnings extending UIKit types with AlamofireExtended #478

Open adamjansch opened 2 months ago

adamjansch commented 2 months ago

ℹ Please fill out this template when filing an issue. All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

Per our *CONTRIBUTING guidelines, we use GitHub for bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag alamofireimage.

Please remove this line and everything above it before submitting.

What did you do?

I built AlamofireImage 4.3.0 (installed via Cocoapods) with Xcode 16 beta 3 (16A5202i)

What did you expect to happen?

No compiler warnings from AlamofireImage.

What happened instead?

Received 3 compiler warnings from AlamofireImage:

2024-06-12 Xcode - AlamoFire warnings in Xcode 16

Alamofire Environment

Alamofire version: 4.3.0 Xcode version: 16.0 beta 3 (16A5202i) Swift version: 5 Platform(s) running AlamofireImage: iOS/Mac Catalyst **macOS version running Xcode: Sonoma 14.5

Demo Project

None