Skip to content

Add IOStreamObserver and confirmed IOStreamRecorder. #552

Add IOStreamObserver and confirmed IOStreamRecorder.

Add IOStreamObserver and confirmed IOStreamRecorder. #552

Triggered via pull request April 7, 2024 06:52
Status Failure
Total duration 5m 23s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
build: Tests/IO/IORecorderTests.swift#L12
value of type 'IOStreamRecorder' has no member 'outputSettings'
build: Tests/IO/IORecorderTests.swift#L12
reference to member 'audio' cannot be resolved without a contextual type
build: Tests/IO/IORecorderTests.swift#L34
value of type 'IOStreamRecorder' has no member 'outputSettings'
build: Tests/IO/IORecorderTests.swift#L34
reference to member 'audio' cannot be resolved without a contextual type
build
Process completed with exit code 1.
build: Examples/iOS/IngestViewController.swift#L49
'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.
build: Examples/iOS/IngestViewController.swift#L297
'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.
build: Sources/IO/IOAudioResampler.swift#L69
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
build: Sources/IO/IOStream.swift#L390
Contains over First not Nil Violation: Prefer `contains` over `firstIndex(where:) != nil` (contains_over_first_not_nil)
build: Tests/ISO/HEVCDecoderConfigurationRecordTests.swift#L11
variable 'formatDescription' was never mutated; consider changing to 'let' constant