Replaced OlmKit functions for content scanner with CryptoSDK #2228
Annotations
2 errors and 12 warnings
Unit tests:
MatrixSDKTests/Crypto/Verification/Transactions/SAS/MXSASTransactionV2UnitTests.swift#L81
test_startedState, XCTAssertEqual failed: ("MXSASTransactionState(rawValue: 1)") is not equal to ("MXSASTransactionState(rawValue: 2)")
|
Unit tests
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit tests:
Pods/Pods.xcodeproj#L1
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 13.1.99. (in target 'SwiftyBeaver-macOS' from project 'Pods')
|
Unit tests:
Pods/Realm/Realm/RLMAnalytics.mm#L125
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
Unit tests:
Pods/Realm/Realm/RLMAccessor.mm#L538
incompatible pointer types sending 'id<NSFastEnumeration>' to parameter of type 'NSArray * _Nonnull' [-Wincompatible-pointer-types]
|
Unit tests:
MatrixSDK/Background/MXBackgroundStore.swift#L239
result of 'localUnreadEventCountPerThread(_:withTypeIn:)' has different optionality than expected by protocol 'MXStore'
|
Unit tests:
MatrixSDK/Crypto/MXCryptoV2.swift#L508
'reloadKeys(users:)' is deprecated: The application should not manually force reload keys, use `downloadKeysIfNecessary` instead
|
Unit tests:
MatrixSDK/Crypto/CryptoMachine/MXCryptoMachine.swift#L585
'reloadKeys(users:)' is deprecated: The application should not manually force reload keys, use `downloadKeysIfNecessary` instead
|
Unit tests:
MatrixSDK/Space/MXSpaceService.swift#L501
variable 'directRoomIds' was never mutated; consider changing to 'let' constant
|
Unit tests:
MatrixSDK/Space/MXSpaceFileStore.swift#L68
'archiveRootObject(_:toFile:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead
|
Unit tests:
MatrixSDK/Space/MXSpaceFileStore.swift#L81
'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
|
Unit tests:
MatrixSDK/Data/RoomSummaryStore/CoreData/Models/MXRoomSummaryMO.swift#L96
'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
|
Loading