Fix concurrency warnings #892
Annotations
10 errors and 11 warnings
Tests/Tests/ViewTypes/SecureFieldTests.swift#L13
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L56
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' 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/ScrollViewTests.swift#L13
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L53
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L91
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' in a synchronous nonisolated context
|
Tests/Tests/ViewTypes/NavigationStackTests.swift#L17
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' 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#L37
call to main actor-isolated global function 'XCTAssertViewIntrospection(of:view:extraAssertions:file:line:)' 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/ViewTypes/SecureFieldTests.swift#L44
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L45
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L46
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L85
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L86
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/SecureFieldTests.swift#L87
main actor-isolated property 'text' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L38
main actor-isolated property 'showsVerticalScrollIndicator' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L39
main actor-isolated property 'showsVerticalScrollIndicator' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Tests/Tests/ViewTypes/ScrollViewTests.swift#L76
main actor-isolated property 'showsVerticalScrollIndicator' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
This job failed
Loading