[ 
https://issues.apache.org/jira/browse/THRIFT-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Edge updated THRIFT-5155:
-----------------------------------
    Description: 
Xcode 11.3 (Swift 5.1) generates deprecation warnings for:
 * Hashable protocol conformance using new Hasher type
 * Use of `withUnsafeBytes`

`TAsyncResult<T>` is also redundant with the advent of `Result<T, Error>` in 
the stdlib.

The linked PR addresses all of the above and removes old versions of Swift from 
the CI job.

  was:
Xcode 11.3 (Swift 5.1) generates deprecation warnings for:
 * Hashable protocol conformance using new Hasher type
 * Use of `withUnsafeBytes`

`TAsyncResult<T>` is also redundant with the advent of `Result<T, Error>` in 
the stdlib.


> Swift 5.1 support
> -----------------
>
>                 Key: THRIFT-5155
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5155
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Swift - Compiler, Swift - Library
>            Reporter: Alexander Edge
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Xcode 11.3 (Swift 5.1) generates deprecation warnings for:
>  * Hashable protocol conformance using new Hasher type
>  * Use of `withUnsafeBytes`
> `TAsyncResult<T>` is also redundant with the advent of `Result<T, Error>` in 
> the stdlib.
> The linked PR addresses all of the above and removes old versions of Swift 
> from the CI job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to