Don't clip the avatar in the ChatView toolbar #691
Annotations
1 error, 10 warnings, and 10 notices
|
Run automated tests
fatal error: module 'CocoaLumberjack' in AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/26OGD10FV5QIH/CocoaLumberjack-1R3F6OOYTCMCZ.pcm' (imported by AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/26OGD10FV5QIH/monalxmpp-1MRFFWIM7ETN4.pcm') is not defined in any loaded module map file; maybe you need to load '/Users/runner/Library/Developer/Xcode/DerivedData/Monal-bfjgmclbptemhrdfqrkgnedawgqo/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator/CocoaLumberjack.modulemap'?
|
|
Run automated tests:
Monal/Classes/ChatView.swift#L601
result of call to 'done(on:flags:_:)' is unused
|
|
Run automated tests:
Monal/Classes/ChatView.swift#L723
trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
|
|
Run automated tests:
Monal/Classes/ChatView.swift#L377
passing argument of non-sendable type 'xmpp' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
|
|
Run automated tests:
Monal/Classes/MemberList.swift#L288
'init(destination:tag:selection:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
|
|
Run automated tests:
Monal/Classes/MLChannelContact.m#L161
nil returned from a method that is expected to return a non-null value [nullability.NullReturnedFromNonnull]
|
|
Run automated tests
ld: ignoring duplicate libraries: '-lc++'
|
|
Run automated tests:
rust/LibMonalRustSwiftBridge/Sources/LibMonalRustSwiftBridge/SwiftBridgeCore.swift#L29
extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'RustXcframework' introduce this conformance in the future
|
|
Run automated tests:
rust/LibMonalRustSwiftBridge/Sources/LibMonalRustSwiftBridge/SwiftBridgeCore.swift#L24
extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'RustXcframework' introduce this conformance in the future
|
|
Run automated tests:
rust/LibMonalRustSwiftBridge/Sources/LibMonalRustSwiftBridge/SwiftBridgeCore.swift#L29
extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'RustXcframework' introduce this conformance in the future
|
|
Run automated tests:
rust/LibMonalRustSwiftBridge/Sources/LibMonalRustSwiftBridge/SwiftBridgeCore.swift#L24
extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'RustXcframework' introduce this conformance in the future
|
|
Run automated tests
✔ testHandlerMandatoryArgument (0.066 seconds)
|
|
Run automated tests
✔ testHandlerInstanceHandler (0.068 seconds)
|
|
Run automated tests
✔ testHandlerGivenOptionalArgument (0.058 seconds)
|
|
Run automated tests
✔ testHandlerBlockArgument (0.089 seconds)
|
|
Run automated tests
✔ testGenKey32 (87.595 seconds)
|
|
Run automated tests
✔ testGenKey16 (70.478 seconds)
|
|
Run automated tests
✔ testGenIV (84.929 seconds)
|
|
Run automated tests
✔ testEncrypt32 (0.069 seconds)
|
|
Run automated tests
✔ testEncrypt16 (0.148 seconds)
|
|
Run automated tests
Skipped MonalUITests.MonalUITests.test_0008_AddContact
|