Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
41 stars 5 forks source link

Solve the concurrency warning that appears in XCode 16 beta 2 #297

Closed pinarol closed 4 months ago

pinarol commented 4 months ago

Closes #

Description

It is early for this but it seems like a harmless change even before switching to XCode 16.

Solves this warning that appears on XCode 16 beta 2

Screenshot 2024-06-28 at 15 36 54

Testing Steps

The ImageView extension page from the demo app can be tested.