Newtype for Swift

Not really, this still lacks an easy way to do protocol forwarding to the inner value. Something like

newtype Foo: Equatable, Hashable = Int

would remove a lot of the friction.

3 Likes