Update CI #49
Annotations
3 errors and 10 warnings
|
Test platform platform=iOS Simulator,name=iPhone 15:
Tests/RearrangeTests/UITextRangeTests.swift#L12
call to main actor-isolated instance method 'textRange(with:)' in a synchronous nonisolated context
|
Test platform platform=iOS Simulator,name=iPhone 15
The operation was canceled.
|
Test platform platform=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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=iOS Simulator,name=iPhone 15:
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