Avatar
URLSessionはqueueの引数をnilで作ると直列で云々と書かれているのでそれの影響かもですね。 (URLSessionAdapterはsharedとかじゃなく独自にURLSessionをinitしてるらしい)
If nil, the session creates a serial operation queue for performing all delegate method calls and completion handler calls.
https://developer.apple.com/documentation/foundation/urlsession/1411597-init https://github.com/ishkawa/APIKit/blob/1a5e7ae0aed3f19c1ed9903792ead248f97fa38a/Sources/APIKit/SessionAdapter/URLSessionAdapter.swift#L24