Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
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.
Attachments
Issue Links
- is duplicated by
-
THRIFT-5070 Swift: Hashable.hashValue is deprecated as a protocol requirement
- Closed
- links to