-
Notifications
You must be signed in to change notification settings - Fork 697
Open
Description
Hi, I'm using SwiftNIO 2.10.1 as a library attached to tvOS app's UI test to provide mocked backend. Since I'm distributing it as a framework I would really like not to have it rebuild with every new Swift version. To have it working SwiftNIO would have to support Library Evolution. I tried turning it on, but had a lot of errors like this:
'let' property '_storage' may not be initialized directly; use "self.init(...)" or "self = ..." instead
in multiple files. I'm not sure how to fix it by myself. Is there a plan to have Library Evolution implemented in SwiftNIO?
Metadata
Metadata
Assignees
Labels
No labels