Merge remote-tracking branch 'origin/main' into vijays/make-entities-… #1205
Annotations
2 errors and 10 warnings
Run Lucid-iOS Tests:
LucidTests/Stores/BaseStoreTests.swift#L1726
test_that_merging_function_is_called_when_a_matching_record_exists, XCTAssertTrue failed
|
Run Lucid-iOS Tests
Process completed with exit code 1.
|
Run Lucid-iOS Tests:
Lucid/Utils/AnySequence.swift#L57
extension declares a conformance of imported type 'AnySequence' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Run Lucid-iOS Tests:
Lucid/Utils/AnySequence.swift#L64
extension declares a conformance of imported type 'AnySequence' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Run Lucid-iOS Tests:
Lucid/Utils/AnySequence.swift#L64
conformance to 'Sendable' must occur in the same source file as generic struct 'AnySequence'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
|
Run Lucid-iOS Tests:
Swift.AnySequence (internal)#L3
stored property '_box' of 'Sendable'-conforming generic struct 'AnySequence' has non-sendable type '_AnySequenceBox<Element>'; this is an error in the Swift 6 language mode
|
Run Lucid-iOS Tests:
Lucid/Utils/Publisher+Extensions.swift#L344
extension declares a conformance of imported type 'Array' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Run Lucid-iOS Tests:
Lucid/Core/APIClientQueue.swift#L470
'AnyActor' is deprecated: Use 'any Actor' with 'DistributedActor.asLocalActor' instead
|
Run Lucid-iOS Tests:
Lucid/Core/APIClientQueue.swift#L470
'AnyActor' is deprecated: Use 'any Actor' with 'DistributedActor.asLocalActor' instead
|
Run Lucid-iOS Tests:
Lucid/Stores/CoreDataStore.swift#L53
passing argument of non-sendable type 'UserDefaults' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
|
Run Lucid-iOS Tests:
Lucid/Core/RelationshipController.swift#L344
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
|
Run Lucid-iOS Tests:
Lucid/Core/RelationshipController.swift#L397
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
|
Loading