Swiftpack.co - devxoul/SwinjectSafeAuto as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by devxoul.
devxoul/SwinjectSafeAuto 1.0.1
SwinjectSafeAuto allows to auto-register services to the container and verify the required services are properly registered.
⭐️ 15
🕓 3 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/devxoul/SwinjectSafeAuto.git", from: "1.0.1")

SwinjectSafeAuto

SwinjectSafeAuto allows to auto-register services to the container and verify the required services are properly registered.

This project is inspired by SwinjectAutoregistration.

Features

  • Auto-register services to the container.
  • Verify that required services are properly registered to the container.

Usage

container.autoregister(NetworkingProtocol.self, initializer: Networking.init)
container.autoregister(MyServiceProtocol.self, initializer: MyService.init)

// This method will throw an error in DEBUG build when the required services are not properly reigstered.
try! container.verify()

// You can safely resolve services after verification.
container.resolve(MyServiceProtocol.self)

Limitation

  • SwinjectSafeAuto cannot verify manually-registered services using container.register().
  • SwinjectSafeAuto cannot be used with SwinjectAutoregistration in the same project.

License

SwinjectSafeAuto is under MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 15
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3 years ago
  • Fix a potential thread safety issue (cf7809d059e410a443a0ce968effa34d3bd7469f)

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics