Bump up to macos 15 #1164
test.yml
on: push
CodeGen Tests
2m 19s
Lucid-iOS Tests
3m 26s
Annotations
8 errors and 10 warnings
Lucid-iOS Tests:
LucidTests/Stores/BaseStoreTests.swift#L2058
test_store_should_set_1000_entities_in_under_1_second, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "entity".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L350
test_continuous_obvserver_should_get_filtered_results_matching_entities_that_meet_contract_requirements, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "continuous", "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L160
test_core_manager_get_should_filter_results_when_enity_does_not_meet_contract_requirements, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L128
test_core_manager_get_should_return_complete_results_when_entity_meets_contract_requirements, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L641
test_core_manager_get_should_return_empty_results_when_no_entities_meet_contract_requirements_in_remote_store_for_remote_data_source, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L599
test_core_manager_get_should_return_local_result_when_no_entities_meet_contract_requirements_in_remote_store_for_remote_or_local_data_source, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L2396
test_manager_should_send_entity_update_to_provider_with_different_query_when_entity_is_not_found, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "continuous".
|
Lucid-iOS Tests
Process completed with exit code 1.
|
Lucid-iOS Tests:
Lucid/Core/Store.swift#L795
non-sendable type 'Result<AnySequence<E>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Lucid-iOS Tests:
Lucid/Core/Store.swift#L837
non-sendable type 'Result<AnySequence<E.Identifier>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Lucid-iOS Tests:
Lucid/Core/APIClientQueue.swift#L470
'AnyActor' is deprecated: Use 'any Actor' with 'DistributedActor.asLocalActor' instead
|
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
|
Lucid-iOS Tests:
Lucid/Stores/RecoverableStore.swift#L117
non-sendable type 'Result<AnySequence<E>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Lucid-iOS Tests:
Lucid/Stores/RecoverableStore.swift#L155
non-sendable type 'Result<AnySequence<E.Identifier>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
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
|
Lucid-iOS Tests:
Lucid/Core/RelationshipController.swift#L452
passing argument of non-sendable type 'AnySequence<RelationshipManager.AnyEntity>' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
|
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
|
Lucid-iOS Tests:
Lucid/Core/CoreDataConversion.swift#L312
forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
|