Open Gio2018 opened 5 months ago
Hi @Gio2018, thanks for the report!
Could you please help me understand the problem a bit better:
TrackerController
instance wrapped in a Sendable
class? I don't see in your code if you have a Sendable
implementation somewhere.
Describe the bug Adding a property that conforms to
TrackerController
to aSendable
type produces the warning described in the title. The warning needs to be addressed in order to prepare the code for Swift 6.To Reproduce in this code, removing
@preconcurrency
fromimport SnowplowTracker
produces the warning.Expected behavior The warning should not appear.
Device information (please complete the following information):