Supported OS version. #545
Annotations
5 errors and 5 warnings
bundle install:
Tests/Media/IORecorderTests.swift#L8
cannot find type 'IORecorderDelegate' in scope
|
bundle install:
Tests/Media/IORecorderTests.swift#L8
cannot find type 'IORecorderDelegate' in scope
|
bundle install:
Tests/Media/IORecorderTests.swift#L11
cannot assign value of type 'IORecorderTests' to type '(any IOStreamRecorderDelegate)?'
|
bundle install:
Tests/Media/IORecorderTests.swift#L33
cannot assign value of type 'IORecorderTests' to type '(any IOStreamRecorderDelegate)?'
|
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:
Tests/MPEG/HEVCDecoderConfigurationRecordTests.swift#L11
variable 'formatDescription' was never mutated; consider changing to 'let' constant
|
bundle install:
Tests/RTMP/AMFFoundationTests.swift#L13
immutable value 'array_0' was never used; consider replacing with '_' or removing it
|
Loading