Conformed the AmiiboLiveClient and the filter types in the library target to the Sendable protocol.

This commit is contained in:
2025-10-02 03:24:42 +02:00
parent 903220050c
commit 09dcc9987a
6 changed files with 6 additions and 6 deletions
@@ -15,7 +15,7 @@ import OpenAPIRuntime
import OpenAPIURLSession
/// A type that implements a live client to the online service.
public struct AmiiboLiveClient {
public struct AmiiboLiveClient: Sendable {
// MARK: Properties