Fix concurrency warnings #891
Annotations
10 errors and 11 warnings
Tests/Tests/ViewTypes/SecureFieldTests.swift#L48
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L49
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L50
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L61
call to main actor-isolated initializer 'init(content:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L89
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L90
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L91
main actor-isolated property 'stringValue' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L43
main actor-isolated property 'verticalScroller' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L44
main actor-isolated property 'verticalScroller' can not be referenced from a non-isolated autoclosure
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L81
main actor-isolated property 'verticalScroller' 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Sources/IntrospectionSelector.swift#L11
converting function value of type '@mainactor @sendable (Entry) -> Target?' to '(Entry) throws -> Target?' loses global actor 'MainActor'
|
Sources/IntrospectionSelector.swift#L14
converting function value of type '@mainactor @sendable (Entry) -> Target?' to '(Entry) throws -> Target?' loses global actor 'MainActor'
|
Tests/Tests/ViewTypes/DatePickerWithCompactFieldStyleTests.swift#L15
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/ListWithInsetStyleTests.swift#L15
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/FormWithGroupedStyleTests.swift#L14
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/TextEditorTests.swift#L15
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/ListWithSidebarStyleTests.swift#L15
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/ListWithBorderedStyleTests.swift#L13
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
Tests/Tests/ViewTypes/TextFieldWithVerticalAxisTests.swift#L16
unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
|
The logs for this run have expired and are no longer available.
Loading