fix: capture weak self reference in dispatchqueue execute blocks (#220) #240
liveness_unit_tests.yml
on: push
Liveness iOS Unit Tests
12m 55s
Annotations
7 warnings
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel.swift#L37
main actor-isolated property 'sessionConfiguration' cannot be used to satisfy nonisolated requirement from protocol 'FaceDetectionSessionConfigurationWrapper'; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel+VideoSegmentProcessor.swift#L17
call to main actor-isolated instance method 'sendFinalVideoEvent()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel+VideoSegmentProcessor.swift#L11
main actor-isolated instance method 'process(initalSegment:currentSeparableSegment:)' cannot be used to satisfy nonisolated requirement from protocol 'VideoSegmentProcessor'; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel+FaceDetectionResultHandler.swift#L15
main actor-isolated instance method 'process(newResult:)' cannot be used to satisfy nonisolated requirement from protocol 'FaceDetectionResultHandler'; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel.swift#L37
main actor-isolated property 'sessionConfiguration' cannot be used to satisfy nonisolated requirement from protocol 'FaceDetectionSessionConfigurationWrapper'; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel+VideoSegmentProcessor.swift#L11
main actor-isolated instance method 'process(initalSegment:currentSeparableSegment:)' cannot be used to satisfy nonisolated requirement from protocol 'VideoSegmentProcessor'; this is an error in the Swift 6 language mode
|
|
Liveness iOS Unit Tests:
Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionViewModel+FaceDetectionResultHandler.swift#L15
main actor-isolated instance method 'process(newResult:)' cannot be used to satisfy nonisolated requirement from protocol 'FaceDetectionResultHandler'; this is an error in the Swift 6 language mode
|