Upgrading to 1.8.0 or 1.8.1 results in Call to main actor-isolated initializer 'init(__:)' in a synchronous nonisolated context
#46
Closed
Description
Describe the Bug
Upgrading a pre-swift 6 xcode project with LNPopupUI to 1.8.0 or 1.8.1 results in Call to main actor-isolated initializer 'init(__:)' in a synchronous nonisolated context
To Reproduce
Steps to reproduce the behavior:
- Upgrade LNPopupUI via Xcode Package Manager to either 1.8.0 or 1.8.1
- Xcode 15.4
- strict concurrency set to
Minimal
Expected Behavior
LNPopupUI compiles
Additional Context
no issue with 1.7.7