In File [Transaction.swift](https://github.com/swift-server/async-http-client/blob/5b4f03de0600da906f9e46e9f636ec26218da080/Sources/AsyncHTTPClient/AsyncAwait/Transaction.swift#L328). The extension of `Transaction` only marked as `@available(macOS 10.15, *)` ```swift @available(macOS 10.15, *) // <-- here extension Transaction: NIOAsyncSequenceProducerDelegate { @usableFromInline func produceMore() { ... ```