sdk-for-apple icon indicating copy to clipboard operation
sdk-for-apple copied to clipboard

Update async-http-client to 1.19.0

Open iMacHumphries opened this issue 1 year ago • 0 comments

What does this PR do?

Updates the min version of async-http-client to 1.19.0 to potentially fix a build issue

[961/962] Compiling Appwrite Client.swift
/usr/local/server/.build/checkouts/sdk-for-swift/Sources/Appwrite/Client.swift:40:83: error: type 'HTTPClient.EventLoopGroupProvider' has no member 'singleton'
    private static var eventLoopGroupProvider = HTTPClient.EventLoopGroupProvider.singleton
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~

/usr/src/code/src/Executor/Executor.php:96
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(408): Executor\Executor-

Test Plan

Check if CI build passes.

iMacHumphries avatar Mar 14 '24 03:03 iMacHumphries