Skip to content

feat: Create TrackTimeline to properly synchronize pause/resume/start/stop video/audio buffers #2346

feat: Create TrackTimeline to properly synchronize pause/resume/start/stop video/audio buffers

feat: Create TrackTimeline to properly synchronize pause/resume/start/stop video/audio buffers #2346

Triggered via pull request June 8, 2024 14:41
Status Failure
Total duration 45s
Artifacts

validate-ios.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
SwiftFormat
Process completed with exit code 1.
SwiftLint: package/ios/Core/Extensions/CMTime+invert.swift#L9
Sorted Imports Violation: Imports should be sorted (sorted_imports)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L45
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L46
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L9
Sorted Imports Violation: Imports should be sorted (sorted_imports)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L43
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L48
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L63
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L63
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
SwiftLint: package/ios/Core/Extensions/CMSampleBuffer+copyWithTimestampOffset.swift#L21
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftFormat
swiftformat 0.53.10 is already installed and up-to-date. To reinstall 0.53.10, run: brew reinstall swiftformat