swiftswift85% confidence\u2191 16

value of non-Sendable type

Full error message
warning: capture of 'self' with non-sendable type

Swift 6 strict concurrency: you crossed an actor / task boundary with a non-Sendable value. 1. Mark the type `Sendable` if it's actually safe (all stored properties are Sendable). 2. Use `@unchecked Sendable` only when you guarantee safety manually (e.g., via a lock). 3. Reshape the API: pass Sendable snapshots (struct) instead of reference types.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/803192149e45c927e8de0ac362697397f6fe807f110d967ab75bd9d1f9313364
hash \u00b7 803192149e45c927e8de0ac362697397f6fe807f110d967ab75bd9d1f9313364
value of non-Sendable type — DepScope fix | DepScope