Sitemap
The Swift Cooperative

Authors publishing advanced articles on Swift and SwiftUI application development.

Member-only story

Factory 2.5 Was Just Released

3 min readMay 19, 2025

--

Logo ©2025, Michael Long

FactoryKit

import Factory

extension Container {
var myService: Factory<MyServiceType> {
Factory(self) { MyService() }
}
}
import FactoryKit

extension Container {
var myService: Factory<MyServiceType> {
Factory(self) { MyService() }
}
}

--

--

The Swift Cooperative
The Swift Cooperative

Published in The Swift Cooperative

Authors publishing advanced articles on Swift and SwiftUI application development.

Michael Long
Michael Long

Written by Michael Long

I write about Apple, Swift, and SwiftUI in particular, and technology in general. I'm also a Lead iOS Engineer at InRhythm, a modern digital consulting firm.

Responses (4)