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