Signal-iOS/SignalServiceKit
Adam Sharp f00c613f38 Mark actor properties nonisolated where it isn't inferred
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.
2024-11-15 19:10:46 -05:00
..
Account Fully Swiftify StorageServiceManager 2024-11-07 17:32:41 -08:00
Attachments enable internal imports by default 2024-09-29 20:03:17 -05:00
Badge Add missed-call badging to the Calls Tab 2024-02-27 14:55:15 -08:00
Calls Use failable insert methods everywhere possible in backups 2024-11-12 07:35:44 -08:00
ChangePhoneNumber Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Concurrency Asyncify CDNDownloadOperation 2024-10-18 13:20:24 -05:00
Contacts Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Cryptography Migrate to new Media/Message backup auth credentials 2024-11-01 15:46:58 -05:00
Curve25519 enable internal imports by default 2024-09-29 20:03:17 -05:00
DateProvider Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
DebuggerUtils Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
DebugLogs Remove debug toggle 2024-11-05 12:59:28 -06:00
Dependencies Add recordIkm encryption scheme migration to Storage Service 2024-11-07 15:33:03 -08:00
Devices Report progress for backup import/export 2024-11-14 08:57:00 -08:00
DisappearingMessagesConfiguration Remove MockDB in favor of InMemoryDB 2024-10-07 19:06:08 -07:00
Environment Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
GroupMembers Restore TSGroupMember from backups 2024-11-06 06:50:44 -08:00
Groups Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Jobs Audit OWSOperation for sendability 2024-11-15 19:04:36 -05:00
Locking Add TSMutex to replace UnfairLock 2024-11-15 16:31:03 -05:00
Logging misc cleanup 2024-10-07 11:19:29 -05:00
Megaphones Prefix donations-related types with Donations 2024-10-25 10:14:56 -07:00
MessageBackup Bench memory usage in backups 2024-11-15 13:47:15 -08:00
Messages Audit AttachmentDownloadManagerImpl.ProgressStates for sendability 2024-11-15 19:08:11 -05:00
Mocks Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Network Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Notifications Prune a couple ImplRef properties off SSKEnvironment 2024-11-07 17:33:17 -08:00
OWSAsserts Add support for passing a PrefixedLogger to owsFail* methods 2024-10-07 11:06:47 -07:00
Payments Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
PinnedThreadManager Parametrize transaction type in DB v2 protocol 2024-10-04 16:12:52 -07:00
Preconditions Add Preconditions 2023-11-07 17:06:14 -06:00
Profiles Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
PromiseKit remove UIView+Promise and make an async version 2024-11-05 10:46:46 -06:00
protobuf Update backup proto with view once quote type 2024-11-14 08:55:47 -08:00
Protocols Remove the SubscriptionManager protocol 2024-10-25 10:13:10 -07:00
Protos Add recordIkm encryption scheme migration to Storage Service 2024-11-07 15:33:03 -08:00
Randomness fix test comment 2024-08-01 14:43:34 -05:00
Registration Parametrize transaction type in DB v2 protocol 2024-10-04 16:12:52 -07:00
RemoteAttestation remove Dependencies protocol entirely 2024-10-12 00:26:22 -05:00
Resources Add retrying to MessageBackupAvatarFetcher 2024-11-12 13:29:36 -08:00
Schedulers Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
SecureValueRecovery Add recordIkm encryption scheme migration to Storage Service 2024-11-07 15:33:03 -08:00
Security remove NSObject and Dependencies extension computed vars for SignalServiceKit 2024-10-11 23:12:59 -05:00
Storage Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
StorageService Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
Stories move FailedStorySendDisplayController protocol to SignalMessaging 2024-03-06 12:47:06 -06:00
Subscriptions Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
tests Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
TestUtils Prune a couple ImplRef properties off SSKEnvironment 2024-11-07 17:33:17 -08:00
Threading remove MainActor assumptions from ReadyFlag and propagate upwards 2024-09-26 20:56:20 -05:00
UISupport Parametrize transaction type in DB v2 protocol 2024-10-04 16:12:52 -07:00
Upload Mark actor properties nonisolated where it isn't inferred 2024-11-15 19:10:46 -05:00
Usernames Clean up some noisy lines 2024-11-01 17:33:38 -05:00
Util Audit OWSOperation for sendability 2024-11-15 19:04:36 -05:00
VoiceMessage Directly adopt KeyValueStore in SDSKeyValueStore 2024-11-15 14:54:30 -08:00
ZkParams Clean up MessageBackupAuthCredentialManager 2024-11-11 16:03:41 -06:00
.gitignore
.travis.yml
SignalServiceKit-Prefix.pch misc cleanup 2024-10-07 11:19:29 -05:00
SignalServiceKit.h Drop ObjC from KeyValueStore 2024-11-15 09:17:55 -08:00
SSKEnvironment.swift Prune a couple ImplRef properties off SSKEnvironment 2024-11-07 17:33:17 -08:00
TSConstants.swift Remove unused CDS code 2024-11-06 18:58:22 -06:00