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

[Concurrency] - Make GravatarProfileFetchResult sendable #251

Closed pinarol closed 5 months ago

pinarol commented 5 months ago

Closes part of https://github.com/Automattic/Gravatar-SDK-iOS/issues/130

Description

Fixes this warning that appears when strict concurrency is enabled.

Screenshot 2024-05-16 at 15 53 55

Testing Steps

CI green.