SafeDI
SafeDI copied to clipboard
Compile-time safe dependency injection in Swift
Results
2
SafeDI issues
Sort by
recently updated
recently updated
newest added
**Goals** Make it less painful to debug when you refer to a type in an `Instantiator` by two different names. **Design** Give a more actionable error when we have a...
enhancement
When SafeDI was written, [it was not possible for a Swift Package Plugin to depend on the output of a plugin run in a dependent module](https://github.com/dfed/SafeDI/blob/0c3e9589170c1a1028c98c4aa08a447e2e850930/Plugins/SafeDIGenerator/SafeDIGenerateDependencyTree.swift#L15-L19). In Swift 6, [this...
enhancement