Fix concurrency warnings #891
Annotations
10 errors and 11 warnings
Tests/Tests/TestUtils.swift#L18
call to main actor-isolated initializer 'init(rootView:)' in a synchronous nonisolated context
|
Tests/Tests/TestUtils.swift#L20
call to main actor-isolated initializer 'init(rootView:)' 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#L32
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ListWithGroupedStyleTests.swift#L17
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ListWithGroupedStyleTests.swift#L26
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/TextFieldTests.swift#L61
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L61
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/NavigationStackTests.swift#L20
call to main actor-isolated initializer 'init(root:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/NavigationStackTests.swift#L40
call to main actor-isolated initializer 'init(root:)' 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. 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/TestUtils.swift#L9
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
|
Tests/Tests/PlatformVersionTests.swift#L31
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/PlatformVersionTests.swift#L73
unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/TestUtils.swift#L9
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
|
Tests/Tests/TestUtils.swift#L14
main actor-isolated property 'windows' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Tests/Tests/TestUtils.swift#L14
main actor-isolated property 'connectedScenes' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Tests/Tests/TestUtils.swift#L14
main actor-isolated class property 'shared' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Tests/Tests/TestUtils.swift#L16
main actor-isolated property 'windows' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/TestUtils.swift#L16
main actor-isolated class property 'shared' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
The logs for this run have expired and are no longer available.
Loading