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/ListCellTests.swift#L13
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ListCellTests.swift#L16
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ListCellTests.swift#L29
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ListCellTests.swift#L32
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L17
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L36
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
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 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L13
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L32
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L51
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/SearchFieldTests.swift#L76
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/MapTests.swift#L12
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/NavigationSplitViewTests.swift#L16
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/NavigationSplitViewTests.swift#L45
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/PlatformVersionTests.swift#L199
unnecessary check for 'tvOS'; enclosing scope ensures guard will always be true
|
The logs for this run have expired and are no longer available.
Loading