AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Warnings resolve? #228

Closed tereks closed 4 years ago

tereks commented 4 years ago

Hi, any chance these two warning will be resolved? 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'DefinitionKey' to 'Hashable' by implementing 'hash(into:)' instead Coercion of implicitly unwrappable value of type 'DependencyContainer.Context?' to 'Any' does not unwrap optional

ilyapuchka commented 4 years ago

resolved with 7.1.0