Fix concurrency warnings #892
Annotations
10 errors and 11 warnings
Tests/Tests/ViewTypes/VideoPlayerTests.swift#L24
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/VideoPlayerTests.swift#L52
main actor-isolated property 'player' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/VideoPlayerTests.swift#L53
main actor-isolated property 'player' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/VideoPlayerTests.swift#L54
main actor-isolated property 'player' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/TableTests.swift#L19
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/TableTests.swift#L54
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/DatePickerTests.swift#L18
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/DatePickerTests.swift#L49
main actor-isolated property 'date' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/DatePickerTests.swift#L50
main actor-isolated property 'date' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/DatePickerTests.swift#L51
main actor-isolated property 'date' can not be referenced from a non-isolated autoclosure
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pkgxdev/setup@v1, nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Tests/Tests/ViewTypes/VideoPlayerTests.swift#L16
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/TableTests.swift#L15
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/TableTests.swift#L50
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L13
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L32
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L51
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L76
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/TextEditorTests.swift#L15
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/ListWithSidebarStyleTests.swift#L15
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
The logs for this run have expired and are no longer available.
Loading