Update CI #49
Annotations
2 errors and 10 warnings
Test platform platform=macOS,variant=Mac Catalyst:
Tests/RearrangeTests/UITextRangeTests.swift#L12
call to main actor-isolated instance method 'textRange(with:)' in a synchronous nonisolated context
|
Test platform platform=macOS,variant=Mac Catalyst
Process completed with exit code 65.
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L6
call to main actor-isolated instance method 'offset(from:to:)' in a synchronous nonisolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L6
main actor-isolated property 'beginningOfDocument' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L6
main actor-isolated property 'start' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L7
call to main actor-isolated instance method 'offset(from:to:)' in a synchronous nonisolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L7
main actor-isolated property 'start' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Sources/Rearrange/UITextRange+Convenience.swift#L7
main actor-isolated property 'end' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Tests/RearrangeTests/UITextRangeTests.swift#L8
call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Tests/RearrangeTests/UITextRangeTests.swift#L10
main actor-isolated property 'text' can not be mutated from a non-isolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Tests/RearrangeTests/UITextRangeTests.swift#L13
call to main actor-isolated instance method 'textRange(from:to:)' in a synchronous nonisolated context; this is an error in Swift 6
|
Test platform platform=macOS,variant=Mac Catalyst:
Tests/RearrangeTests/UITextRangeTests.swift#L13
main actor-isolated property 'beginningOfDocument' can not be referenced from a non-isolated autoclosure; this is an error in Swift 6
|
Loading