Improved the APIClient protocol in the library target to provide unspecified error for Swift 5.

This commit is contained in:
2025-09-12 00:46:04 +02:00
parent 0af0e3056d
commit 467bab4434
5 changed files with 419 additions and 2 deletions
@@ -21,7 +21,7 @@ struct AmiiboServiceLiveTests {
private let service: AmiiboService
// MARK: Initialisers
// MARK: Initializers
init() {
self.service = .init(.live())