Stored property of Sendable
-conforming class has non-sendable type any TrackerController
#895
Labels
type:defect
Bugs or weaknesses. The issue has to contain steps to reproduce.
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):
The text was updated successfully, but these errors were encountered: