Support Strict Concurrency and Swift 6.0 beta 1 #670
Annotations
10 errors and 10 warnings
Tests/IO/IOStreamRecorderTests.swift#L8
cannot find type 'IOStreamRecorderDelegate' in scope
|
Tests/RTMP/RTMPChunkBufferTests.swift#L94
cannot find 'RTMPChunk' in scope
|
Tests/RTMP/RTMPChunkBufferTests.swift#L103
cannot find 'RTMPChunk' in scope
|
Tests/Screen/ScreenObjectTests.swift#L28
'render' is inaccessible due to 'private' protection level
|
Tests/Screen/ScreenObjectTests.swift#L9
call to global actor 'ScreenActor'-isolated initializer 'init()' in a synchronous nonisolated context
|
Tests/Screen/ScreenObjectTests.swift#L11
call to global actor 'ScreenActor'-isolated initializer 'init()' in a synchronous nonisolated context
|
Tests/Screen/ScreenObjectTests.swift#L12
global actor 'ScreenActor'-isolated property 'size' can not be mutated from a non-isolated context
|
Tests/Screen/ScreenObjectTests.swift#L13
global actor 'ScreenActor'-isolated property 'horizontalAlignment' can not be mutated from a non-isolated context
|
Tests/Screen/ScreenObjectTests.swift#L15
call to global actor 'ScreenActor'-isolated initializer 'init()' in a synchronous nonisolated context
|
Tests/Screen/ScreenObjectTests.swift#L16
global actor 'ScreenActor'-isolated property 'size' can not be mutated from a non-isolated context
|
Sources/Util/Constants.swift#L7
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/RTMP/RTMPStream.swift#L748
non-sendable type 'AVAudioEngine?' in parameter of the protocol requirement satisfied by actor-isolated instance method 'attachAudioEngine' cannot cross actor boundary
|
Sources/Util/Constants.swift#L7
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/Codec/VideoCodec.swift#L149
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/Codec/VideoCodec.swift#L172
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/Util/Constants.swift#L7
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/IO/IOMixer.swift#L296
main actor-isolated class property 'didEnterBackgroundNotification' can not be referenced on a non-isolated actor instance; this is an error in Swift 6
|
Sources/IO/IOMixer.swift#L304
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced on a non-isolated actor instance; this is an error in Swift 6
|
Sources/Util/Constants.swift#L7
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/Util/Constants.swift#L7
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
This job failed
Loading