codewinsdotcom/PostgresClientKit

Compilation error on Xcode 11.0 beta 3 (Swift 5.1)

pitfield opened this issue · 0 comments

ConnectionPool.swift:536:24: error: expression type 'Bool' is ambiguous without more context
            { $1.state == .unallocated &&
              ~~~~~~~~~^~~~~~~~~~~~~~~

Appears to be type inference issue in the closure passed to reduce.