Possible fix for compilation issue in Swift 5 (#11)

This PR contains the work done to amend the issue #9 which, basically, provides a separate functions declaration for the `APIClient` protocol and the `AmiiboService` service type on Swift 5.

Reviewed-on: #11
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #11.
This commit is contained in:
2025-09-11 22:49:58 +00:00
committed by Javier Cicchelli
parent 0af0e3056d
commit 19583290be
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())