Closed YamatoOtaka closed 4 years ago
I noticed this issue because Carthage build was failing due to a compilation error in SwinjectStoryboardOption
SwinjectStoryboardOption
internal struct SwinjectStoryboardOption: ServiceKeyOption { ^ Swinject.ServiceKeyOption:3:10: note: protocol requires function 'hash(into:)' with type '(inout Hasher) -> ()' func hash(into: inout Hasher) ^ ** ARCHIVE FAILED **
I checked that it can be compiled without problems if it conforms to ServiceKeyOption protocol. I would appreciate your feedback🙏
ServiceKeyOption
Oh, it was already supported. https://github.com/Swinject/SwinjectStoryboard/pull/135 When is the next release?
Description
I noticed this issue because Carthage build was failing due to a compilation error in
SwinjectStoryboardOption
I checked that it can be compiled without problems if it conforms to
ServiceKeyOption
protocol. I would appreciate your feedback🙏