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

Fix concurrency warnings #238

Closed etoledom closed 6 months ago

etoledom commented 6 months ago

Closes #159 Closes #160

Description

Conforming some types to Sendable will silence some of the warnings under strict concurrency.

Testing Steps

🍏 CI