Swift 6 began generating a warning that `await` is required when accessing `let` properties on actors where the type is not `Sendable`. (If the type is `Sendable`, they are automatically inferred to be `nonisolated`.) This resolves that specific warning, but would generate different warnings under strict concurrency checking or Swift 6 mode. The ultimate solution should be to audit these types for sendability. |
||
|---|---|---|
| .. | ||
| TSAttachmentUpload.swift | ||
| TSAttachmentUploadManager.swift | ||
| TSAttachmentUploadShims.swift | ||
| TSResourceUploadManager.swift | ||
| UploadProgress.swift | ||