You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ 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.
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:
Extension declares a conformance of imported type 'UIButton' to imported protocol 'AlamofireExtended'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'UIImage' to imported protocol 'AlamofireExtended'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'UIImageView' to imported protocol 'AlamofireExtended'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
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:
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
The text was updated successfully, but these errors were encountered: