Factory 2.5 Was Just Released
Factory 2.5 Was Just ReleasedHere's what's new in one of Swift's most used dependency injection systems.Michael Long ∙ May 19, 2025 ∙ 3 min read![]() ∙ View on Medium![]() Factory 2.5 has been released with the FactoryKit migration in place, support for container parallelization under the Swift Testing framework, new support for Observation, ParameterFactory scope caching, and new helpers for previews and mocking. As well as a brand new logo. Let's take a look. Factory has had a long running issue with SPM in that Factory is the name of the project, the name of the import module, and the name of the Factory struct used to define dependencies. import Factory extension Container { var myService: Factory<MyServiceType> { Factory(self) { MyService() } } } As of Factory 2.5, the… Continue reading This is a member-only story and can only be read on Medium. Sent to sikubaycom.s3cr3tz@blogger.com by Michael Long on Medium Unsubscribe from this newsletter or unsubscribe from all newsletters from Medium Manage your email settings 3500 South DuPont Highway, Suite IQ-101, Dover, DE 19901 Careers·Help Center·Privacy Policy·Terms of service |