tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

Cleanup and modernize #60

Closed tgrapperon closed 1 year ago

tgrapperon commented 1 year ago

This fixes a few Sendability issues. Two requirements of ProxyBindable had to be deprecated, but conformance to this protocol is mostly internal, so it shouldn't affect users. Let me know if you encounter any issue! It also removes the dummy spacers that were used to make local property wrapper work.