nicklockwood / Expression

A cross-platform Swift library for evaluating mathematical expressions at runtime
MIT License
829 stars 51 forks source link

Swift 5 support #20

Closed sebgiroux closed 5 years ago

sebgiroux commented 5 years ago

Hi,

It seems like there is a warning on Swift 5:

Expression.swift:153:20: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Expression.Symbol' to 'Hashable' by implementing 'hash(into:)' instead

Thanks

nicklockwood commented 5 years ago

Fixed in 0.13.1.