Build Information
Successful build of AgoraUIKit_macOS, reference 4.0.6 (c76400
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 08:34:18 UTC.
Swift 6 data race errors: 114
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AgoraUIKit_macOS-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStats stats: AgoraRtcRemoteAudioStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:93:15: note: add 'nonisolated' to 'rtcEngine(_:remoteAudioStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStats stats: AgoraRtcRemoteAudioStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:132:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioMuted:byUid:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioMuted muted: Bool, byUid uid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:132:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioMuted:byUid:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioMuted muted: Bool, byUid uid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:108:15: warning: main actor-isolated instance method 'rtcEngine(_:reportAudioVolumeIndicationOfSpeakers:totalVolume:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportAudioVolumeIndicationOfSpeakers speakers: [AgoraRtcAudioVolumeInfo], totalVolume: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:108:15: note: add 'nonisolated' to 'rtcEngine(_:reportAudioVolumeIndicationOfSpeakers:totalVolume:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportAudioVolumeIndicationOfSpeakers speakers: [AgoraRtcAudioVolumeInfo], totalVolume: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:135:15: warning: main actor-isolated instance method 'rtcEngine(_:activeSpeaker:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, activeSpeaker speakerUid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:135:15: note: add 'nonisolated' to 'rtcEngine(_:activeSpeaker:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, activeSpeaker speakerUid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:15:15: warning: main actor-isolated instance method 'rtcEngineRemoteAudioMixingDidStart' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineRemoteAudioMixingDidStart(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:15:15: note: add 'nonisolated' to 'rtcEngineRemoteAudioMixingDidStart' to make this instance method not isolated to the actor
open func rtcEngineRemoteAudioMixingDidStart(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:18:15: warning: main actor-isolated instance method 'rtcEngineRemoteAudioMixingDidFinish' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineRemoteAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:18:15: note: add 'nonisolated' to 'rtcEngineRemoteAudioMixingDidFinish' to make this instance method not isolated to the actor
open func rtcEngineRemoteAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:204:15: warning: main actor-isolated instance method 'rtcEngine(_:audioQualityOfUid:quality:delay:lost:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioQualityOfUid uid: UInt, quality: AgoraNetworkQuality, delay: UInt, lost: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:204:15: note: add 'nonisolated' to 'rtcEngine(_:audioQualityOfUid:quality:delay:lost:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioQualityOfUid uid: UInt, quality: AgoraNetworkQuality, delay: UInt, lost: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:198:15: warning: main actor-isolated instance method 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:198:15: note: add 'nonisolated' to 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:207:15: warning: main actor-isolated instance method 'rtcEngineIntraRequestReceived' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineIntraRequestReceived(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:207:15: note: add 'nonisolated' to 'rtcEngineIntraRequestReceived' to make this instance method not isolated to the actor
open func rtcEngineIntraRequestReceived(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:216:15: warning: main actor-isolated instance method 'rtcEngine(_:uplinkNetworkInfoUpdate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, uplinkNetworkInfoUpdate networkInfo: AgoraUplinkNetworkInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:216:15: note: add 'nonisolated' to 'rtcEngine(_:uplinkNetworkInfoUpdate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, uplinkNetworkInfoUpdate networkInfo: AgoraUplinkNetworkInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:219:15: warning: main actor-isolated instance method 'rtcEngine(_:downlinkNetworkInfoUpdate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, downlinkNetworkInfoUpdate networkInfo: AgoraDownlinkNetworkInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:219:15: note: add 'nonisolated' to 'rtcEngine(_:downlinkNetworkInfoUpdate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, downlinkNetworkInfoUpdate networkInfo: AgoraDownlinkNetworkInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:228:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:228:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:222:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioPublishStateChange channelId: String, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:222:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioPublishStateChange channelId: String, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:111:15: warning: main actor-isolated instance method 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalUserRegisteredWithUserId uid: UInt, userAccount: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:111:15: note: add 'nonisolated' to 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalUserRegisteredWithUserId uid: UInt, userAccount: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:114:15: warning: main actor-isolated instance method 'rtcEngine(_:didUserInfoUpdatedWithUserId:userInfo:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didUserInfoUpdatedWithUserId uid: UInt, userInfo: AgoraUserInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:114:15: note: add 'nonisolated' to 'rtcEngine(_:didUserInfoUpdatedWithUserId:userInfo:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didUserInfoUpdatedWithUserId uid: UInt, userInfo: AgoraUserInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:186:15: warning: main actor-isolated instance method 'rtcEngine(_:didRhythmPlayerStateChanged:errorCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRhythmPlayerStateChanged state: AgoraRhythmPlayerState, errorCode: AgoraRhythmPlayerError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:186:15: note: add 'nonisolated' to 'rtcEngine(_:didRhythmPlayerStateChanged:errorCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRhythmPlayerStateChanged state: AgoraRhythmPlayerState, errorCode: AgoraRhythmPlayerError) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:165:15: warning: main actor-isolated instance method 'rtcEngine(_:firstRemoteVideoFrameOfUid:size:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteVideoFrameOfUid uid: UInt, size: CGSize, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:165:15: note: add 'nonisolated' to 'rtcEngine(_:firstRemoteVideoFrameOfUid:size:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteVideoFrameOfUid uid: UInt, size: CGSize, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:153:15: warning: main actor-isolated instance method 'rtcEngine(_:videoSizeChangedOf:uid:size:rotation:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoSizeChangedOf sourceType: AgoraVideoSourceType, uid: UInt, size: CGSize, rotation: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:153:15: note: add 'nonisolated' to 'rtcEngine(_:videoSizeChangedOf:uid:size:rotation:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoSizeChangedOf sourceType: AgoraVideoSourceType, uid: UInt, size: CGSize, rotation: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:168:15: warning: main actor-isolated instance method 'rtcEngine(_:contentInspectResult:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, contentInspectResult result: AgoraContentInspectResult) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:168:15: note: add 'nonisolated' to 'rtcEngine(_:contentInspectResult:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, contentInspectResult result: AgoraContentInspectResult) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:192:15: warning: main actor-isolated instance method 'rtcEngine(_:snapshotTaken:filePath:width:height:errCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, snapshotTaken uid: UInt, filePath: String, width: Int, height: Int, errCode: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:192:15: note: add 'nonisolated' to 'rtcEngine(_:snapshotTaken:filePath:width:height:errCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, snapshotTaken uid: UInt, filePath: String, width: Int, height: Int, errCode: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:205:17: warning: main actor-isolated instance method 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
public func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:205:17: note: add 'nonisolated' to 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' to make this instance method not isolated to the actor
public func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:152:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteVideoStateChangedOfUid:state:reason:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:152:15: note: add 'nonisolated' to 'rtcEngine(_:remoteVideoStateChangedOfUid:state:reason:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:67:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteAudioStateChangedOfUid:state:reason:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:67:15: note: add 'nonisolated' to 'rtcEngine(_:remoteAudioStateChangedOfUid:state:reason:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:126:15: warning: main actor-isolated instance method 'rtcEngine(_:channelMediaRelayStateDidChange:error:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, channelMediaRelayStateDidChange state: AgoraChannelMediaRelayState, error: AgoraChannelMediaRelayError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:126:15: note: add 'nonisolated' to 'rtcEngine(_:channelMediaRelayStateDidChange:error:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, channelMediaRelayStateDidChange state: AgoraChannelMediaRelayState, error: AgoraChannelMediaRelayError) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:99:15: warning: main actor-isolated instance method 'rtcEngine(_:didReceive:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didReceive event: AgoraChannelMediaRelayEvent) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:99:15: note: add 'nonisolated' to 'rtcEngine(_:didReceive:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didReceive event: AgoraChannelMediaRelayEvent) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:195:15: warning: main actor-isolated instance method 'rtcEngine(_:didProxyConnected:withUid:proxyType:localProxyIp:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didProxyConnected channel: String, withUid uid: UInt, proxyType: AgoraProxyType, localProxyIp: String, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:195:15: note: add 'nonisolated' to 'rtcEngine(_:didProxyConnected:withUid:proxyType:localProxyIp:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didProxyConnected channel: String, withUid uid: UInt, proxyType: AgoraProxyType, localProxyIp: String, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:171:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteUserStateChangedOfUid uid: UInt, state: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:171:15: note: add 'nonisolated' to 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteUserStateChangedOfUid uid: UInt, state: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:90:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteVideoStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStats stats: AgoraRtcRemoteVideoStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:90:15: note: add 'nonisolated' to 'rtcEngine(_:remoteVideoStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStats stats: AgoraRtcRemoteVideoStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:120:15: warning: main actor-isolated instance method 'rtcEngine(_:didRemoteSubscribeFallbackToAudioOnly:byUid:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRemoteSubscribeFallbackToAudioOnly isFallbackOrRecover: Bool, byUid uid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:120:15: note: add 'nonisolated' to 'rtcEngine(_:didRemoteSubscribeFallbackToAudioOnly:byUid:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRemoteSubscribeFallbackToAudioOnly isFallbackOrRecover: Bool, byUid uid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:201:15: warning: main actor-isolated instance method 'rtcEngine(_:videoTransportStatsOfUid:delay:lost:rxKBitRate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:201:15: note: add 'nonisolated' to 'rtcEngine(_:videoTransportStatsOfUid:delay:lost:rxKBitRate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:231:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:231:15: note: add 'nonisolated' to 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:225:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoPublishStateChange channelId: String, sourceType: AgoraVideoSourceType, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:225:15: note: add 'nonisolated' to 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoPublishStateChange channelId: String, sourceType: AgoraVideoSourceType, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:138:15: warning: main actor-isolated instance method 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingChangedToState url: String, state: AgoraRtmpStreamingState, errCode: AgoraRtmpStreamingErrorCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:138:15: note: add 'nonisolated' to 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingChangedToState url: String, state: AgoraRtmpStreamingState, errCode: AgoraRtmpStreamingErrorCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:180:15: warning: main actor-isolated instance method 'rtcEngine(_:rtmpStreamingEventWithUrl:eventCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingEventWithUrl url: String, eventCode: AgoraRtmpStreamingEvent) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:180:15: note: add 'nonisolated' to 'rtcEngine(_:rtmpStreamingEventWithUrl:eventCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingEventWithUrl url: String, eventCode: AgoraRtmpStreamingEvent) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:135:15: warning: main actor-isolated instance method 'rtcEngine(_:streamPublishedWithUrl:errorCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamPublishedWithUrl url: String, errorCode: AgoraErrorCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:135:15: note: add 'nonisolated' to 'rtcEngine(_:streamPublishedWithUrl:errorCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamPublishedWithUrl url: String, errorCode: AgoraErrorCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:102:15: warning: main actor-isolated instance method 'rtcEngine(_:streamUnpublishedWithUrl:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamUnpublishedWithUrl url: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:102:15: note: add 'nonisolated' to 'rtcEngine(_:streamUnpublishedWithUrl:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamUnpublishedWithUrl url: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:27:15: warning: main actor-isolated instance method 'rtcEngineTranscodingUpdated' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineTranscodingUpdated(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:27:15: note: add 'nonisolated' to 'rtcEngineTranscodingUpdated' to make this instance method not isolated to the actor
open func rtcEngineTranscodingUpdated(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:159:15: warning: main actor-isolated instance method 'rtcEngine(_:streamInjectedStatusOfUrl:uid:status:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamInjectedStatusOfUrl url: String, uid: UInt, status: AgoraInjectStreamStatus) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:159:15: note: add 'nonisolated' to 'rtcEngine(_:streamInjectedStatusOfUrl:uid:status:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamInjectedStatusOfUrl url: String, uid: UInt, status: AgoraInjectStreamStatus) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:123:15: warning: main actor-isolated instance method 'rtcEngine(_:audioMixingStateChanged:reasonCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingStateChanged state: AgoraAudioMixingStateType, reasonCode: AgoraAudioMixingReasonCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:123:15: note: add 'nonisolated' to 'rtcEngine(_:audioMixingStateChanged:reasonCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingStateChanged state: AgoraAudioMixingStateType, reasonCode: AgoraAudioMixingReasonCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:147:15: warning: main actor-isolated instance method 'rtcEngine(_:audioMixingPositionChanged:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingPositionChanged position: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:147:15: note: add 'nonisolated' to 'rtcEngine(_:audioMixingPositionChanged:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingPositionChanged position: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:62:17: warning: main actor-isolated instance method 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraCameraSourcePushDelegate'; this is an error in the Swift 6 language mode
public func myVideoCapture(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:62:17: note: add 'nonisolated' to 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' to make this instance method not isolated to the actor
public func myVideoCapture(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:14:29: note: add '@preconcurrency' to the 'AgoraCameraSourcePushDelegate' conformance to defer isolation checking to run time
extension AgoraVideoViewer: AgoraCameraSourcePushDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:101:10: note: mark the protocol requirement 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' 'async' to allow actor-isolated conformances
func myVideoCapture(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: warning: static property 'floating' is not concurrency-safe because non-'Sendable' type 'AgoraVideoViewer.Style' may have shared mutable state; this is an error in the Swift 6 language mode
public static let floating = Style.pinned
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:129:17: note: consider making enum 'Style' conform to the 'Sendable' protocol
public enum Style: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: note: add '@MainActor' to make static property 'floating' part of global actor 'MainActor'
public static let floating = Style.pinned
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let floating = Style.pinned
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:117:16: warning: main actor-isolated property 'rtmController' cannot be used to satisfy nonisolated requirement from protocol 'SingleVideoViewDelegate'; this is an error in the Swift 6 language mode
public var rtmController: AgoraRtmController?
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:102:38: note: add '@preconcurrency' to the 'SingleVideoViewDelegate' conformance to defer isolation checking to run time
open class AgoraVideoViewer: MPView, SingleVideoViewDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift:21:9: note: requirement 'rtmController' declared here
var rtmController: AgoraRtmController? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.swift:92:21: warning: main actor-isolated instance method 'sendMuteRequest(to:mute:device:isForceful:)' cannot be used to satisfy nonisolated requirement from protocol 'SingleVideoViewDelegate'; this is an error in the Swift 6 language mode
@objc open func sendMuteRequest(to rtcId: UInt, mute: Bool, device: MutingDevices, isForceful: Bool = false) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.swift:92:21: note: add 'nonisolated' to 'sendMuteRequest(to:mute:device:isForceful:)' to make this instance method not isolated to the actor
@objc open func sendMuteRequest(to rtcId: UInt, mute: Bool, device: MutingDevices, isForceful: Bool = false) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift:37:10: note: mark the protocol requirement 'sendMuteRequest(to:mute:device:isForceful:)' 'async' to allow actor-isolated conformances
func sendMuteRequest(to rtcId: UInt, mute: Bool, device: AgoraVideoViewer.MutingDevices, isForceful: Bool)
^
async
SwiftCompile normal arm64 Compiling\ AgoraVideoViewer.swift,\ AgoraViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: warning: static property 'floating' is not concurrency-safe because non-'Sendable' type 'AgoraVideoViewer.Style' may have shared mutable state; this is an error in the Swift 6 language mode
public static let floating = Style.pinned
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:129:17: note: consider making enum 'Style' conform to the 'Sendable' protocol
public enum Style: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: note: add '@MainActor' to make static property 'floating' part of global actor 'MainActor'
public static let floating = Style.pinned
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:135:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let floating = Style.pinned
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:117:16: warning: main actor-isolated property 'rtmController' cannot be used to satisfy nonisolated requirement from protocol 'SingleVideoViewDelegate'; this is an error in the Swift 6 language mode
public var rtmController: AgoraRtmController?
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:102:38: note: add '@preconcurrency' to the 'SingleVideoViewDelegate' conformance to defer isolation checking to run time
open class AgoraVideoViewer: MPView, SingleVideoViewDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift:21:9: note: requirement 'rtmController' declared here
var rtmController: AgoraRtmController? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.swift:92:21: warning: main actor-isolated instance method 'sendMuteRequest(to:mute:device:isForceful:)' cannot be used to satisfy nonisolated requirement from protocol 'SingleVideoViewDelegate'; this is an error in the Swift 6 language mode
@objc open func sendMuteRequest(to rtcId: UInt, mute: Bool, device: MutingDevices, isForceful: Bool = false) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.swift:92:21: note: add 'nonisolated' to 'sendMuteRequest(to:mute:device:isForceful:)' to make this instance method not isolated to the actor
@objc open func sendMuteRequest(to rtcId: UInt, mute: Bool, device: MutingDevices, isForceful: Bool = false) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift:37:10: note: mark the protocol requirement 'sendMuteRequest(to:mute:device:isForceful:)' 'async' to allow actor-isolated conformances
func sendMuteRequest(to rtcId: UInt, mute: Bool, device: AgoraVideoViewer.MutingDevices, isForceful: Bool)
^
async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AgoraVideoViewer+Permissions.swift,\ AgoraVideoViewer+RtcEngineDelegateOverflow.swift,\ AgoraVideoViewer+Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.swift:51:21: warning: capture of 'callback' with non-sendable type '(Result<String, any Error>) -> Void' in a '@Sendable' closure
callback(.failure(err))
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.swift:51:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
callback(.failure(err))
^
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+MuteRequests.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 Compiling\ UIButton+Extensions.swift,\ iOS+macOS+typealiases.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/UIButton+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/iOS+macOS+typealiases.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/UIButton+Extensions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/iOS+macOS+typealiases.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+RtmDelegateOverflows.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 Compiling\ AgoraSettings.swift,\ AgoraSingleVideoView+RtmDelegate.swift,\ AgoraSingleVideoView+RtmOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmOptions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:40:27: warning: static property 'cameraButton' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cameraButton = BuiltinButtons(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:40:27: note: add '@MainActor' to make static property 'cameraButton' part of global actor 'MainActor'
public static let cameraButton = BuiltinButtons(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:40:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cameraButton = BuiltinButtons(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:42:27: warning: static property 'micButton' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let micButton = BuiltinButtons(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:42:27: note: add '@MainActor' to make static property 'micButton' part of global actor 'MainActor'
public static let micButton = BuiltinButtons(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:42:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let micButton = BuiltinButtons(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:44:27: warning: static property 'flipButton' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flipButton = BuiltinButtons(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:44:27: note: add '@MainActor' to make static property 'flipButton' part of global actor 'MainActor'
public static let flipButton = BuiltinButtons(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flipButton = BuiltinButtons(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:47:27: warning: static property 'beautifyButton' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let beautifyButton = BuiltinButtons(rawValue: 1 << 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:47:27: note: add '@MainActor' to make static property 'beautifyButton' part of global actor 'MainActor'
public static let beautifyButton = BuiltinButtons(rawValue: 1 << 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:47:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let beautifyButton = BuiltinButtons(rawValue: 1 << 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:50:27: warning: static property 'screenShareButton' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let screenShareButton = BuiltinButtons(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:50:27: note: add '@MainActor' to make static property 'screenShareButton' part of global actor 'MainActor'
public static let screenShareButton = BuiltinButtons(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:50:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let screenShareButton = BuiltinButtons(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:52:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.BuiltinButtons' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: BuiltinButtons = [cameraButton, micButton, flipButton, screenShareButton]
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:37:19: note: consider making struct 'BuiltinButtons' conform to the 'Sendable' protocol
public struct BuiltinButtons: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:52:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: BuiltinButtons = [cameraButton, micButton, flipButton, screenShareButton]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:52:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: BuiltinButtons = [cameraButton, micButton, flipButton, screenShareButton]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:85:27: warning: static property 'allTrue' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.ExternalVideoSettings' may have shared mutable state; this is an error in the Swift 6 language mode
public static let allTrue: ExternalVideoSettings = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:83:19: note: consider making struct 'ExternalVideoSettings' conform to the 'Sendable' protocol
public struct ExternalVideoSettings {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:85:27: note: add '@MainActor' to make static property 'allTrue' part of global actor 'MainActor'
public static let allTrue: ExternalVideoSettings = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:85:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let allTrue: ExternalVideoSettings = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:89:27: warning: static property 'allFalse' is not concurrency-safe because non-'Sendable' type 'AgoraSettings.ExternalVideoSettings' may have shared mutable state; this is an error in the Swift 6 language mode
public static let allFalse: ExternalVideoSettings = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:83:19: note: consider making struct 'ExternalVideoSettings' conform to the 'Sendable' protocol
public struct ExternalVideoSettings {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:89:27: note: add '@MainActor' to make static property 'allFalse' part of global actor 'MainActor'
public static let allFalse: ExternalVideoSettings = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:89:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let allFalse: ExternalVideoSettings = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:213:16: warning: static property 'buttonIconSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var buttonIconSize: CGFloat = 20
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:213:16: note: convert 'buttonIconSize' to a 'let' constant to make 'Sendable' shared state immutable
static var buttonIconSize: CGFloat = 20
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:213:16: note: add '@MainActor' to make static property 'buttonIconSize' part of global actor 'MainActor'
static var buttonIconSize: CGFloat = 20
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSettings.swift:213:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var buttonIconSize: CGFloat = 20
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmDelegate.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView+RtmOptions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+AgoraRtmDelegate.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 Compiling\ AgoraCameraSourcePush.swift,\ AgoraCollectionViewer.swift,\ AgoraConnectionData.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCollectionViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraConnectionData.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:151:28: warning: call to main actor-isolated instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
localVideoPreview?.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:46:15: note: calls to instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' from outside of its actor context are implicitly asynchronous
open func insertCaptureVideoPreviewLayer(previewLayer: AVCaptureVideoPreviewLayer) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:46:15: note: main actor isolation inferred from inheritance from class 'NSView'
open func insertCaptureVideoPreviewLayer(previewLayer: AVCaptureVideoPreviewLayer) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:157:33: warning: main actor-isolated property 'previewLayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.localVideoPreview?.previewLayer?.removeFromSuperlayer()
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:42:27: note: property declared here
open private(set) var previewLayer: AVCaptureVideoPreviewLayer?
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:156:15: note: add '@MainActor' to make instance method 'updateVideoPreview(to:)' part of global actor 'MainActor'
open func updateVideoPreview(to videoPreview: CustomVideoSourcePreview) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:160:22: warning: call to main actor-isolated instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
videoPreview.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:46:15: note: calls to instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' from outside of its actor context are implicitly asynchronous
open func insertCaptureVideoPreviewLayer(previewLayer: AVCaptureVideoPreviewLayer) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:46:15: note: main actor isolation inferred from inheritance from class 'NSView'
open func insertCaptureVideoPreviewLayer(previewLayer: AVCaptureVideoPreviewLayer) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:156:15: note: add '@MainActor' to make instance method 'updateVideoPreview(to:)' part of global actor 'MainActor'
open func updateVideoPreview(to videoPreview: CustomVideoSourcePreview) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:182:36: warning: capture of 'self' with non-sendable type 'AgoraCameraSourcePush?' in a '@Sendable' closure
guard let strongSelf = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:107:12: note: class 'AgoraCameraSourcePush' does not conform to the 'Sendable' protocol
open class AgoraCameraSourcePush: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:185:41: warning: capture of 'device' with non-sendable type 'AVCaptureDevice' in a '@Sendable' closure
strongSelf.setCaptureDevice(device, ofSession: strongSelf.captureSession)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: class 'AVCaptureDevice' does not conform to the 'Sendable' protocol
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
import AVFoundation
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:198:13: warning: capture of 'self' with non-sendable type 'AgoraCameraSourcePush?' in a '@Sendable' closure
self?.captureSession.startRunning()
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:107:12: note: class 'AgoraCameraSourcePush' does not conform to the 'Sendable' protocol
open class AgoraCameraSourcePush: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:205:13: warning: capture of 'self' with non-sendable type 'AgoraCameraSourcePush?' in a '@Sendable' closure
self?.captureSession.stopRunning()
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:107:12: note: class 'AgoraCameraSourcePush' does not conform to the 'Sendable' protocol
open class AgoraCameraSourcePush: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:151:28: warning: sending 'previewLayer' risks causing data races; this is an error in the Swift 6 language mode
localVideoPreview?.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:151:28: note: sending task-isolated 'previewLayer' to main actor-isolated instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' risks causing data races between main actor-isolated and task-isolated uses
localVideoPreview?.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:160:22: warning: sending 'previewLayer' risks causing data races; this is an error in the Swift 6 language mode
videoPreview.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:160:22: note: sending task-isolated 'previewLayer' to main actor-isolated instance method 'insertCaptureVideoPreviewLayer(previewLayer:)' risks causing data races between main actor-isolated and task-isolated uses
videoPreview.insertCaptureVideoPreviewLayer(previewLayer: previewLayer)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:244:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
guard let weakSelf = self else { return }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:244:34: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
guard let weakSelf = self else { return }
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:252:50: warning: sending 'pixelBuffer' risks causing data races; this is an error in the Swift 6 language mode
weakSelf, didOutputSampleBuffer: pixelBuffer,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:252:50: note: task-isolated 'pixelBuffer' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
weakSelf, didOutputSampleBuffer: pixelBuffer,
^~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCollectionViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraConnectionData.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 Compiling\ AgoraVideoViewer+AgoraExtensions.swift,\ AgoraVideoViewer+AgoraRtcEngineDelegate.swift,\ AgoraVideoViewer+Buttons.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Buttons.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraExtensions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:42:15: warning: main actor-isolated instance method 'rtcEngine(_:didOccurWarning:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurWarning warningCode: AgoraWarningCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:42:15: note: add 'nonisolated' to 'rtcEngine(_:didOccurWarning:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurWarning warningCode: AgoraWarningCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:10:29: note: add '@preconcurrency' to the 'AgoraRtcEngineDelegate' conformance to defer isolation checking to run time
extension AgoraVideoViewer: AgoraRtcEngineDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:45:15: warning: main actor-isolated instance method 'rtcEngine(_:didOccurError:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurError errorCode: AgoraErrorCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:45:15: note: add 'nonisolated' to 'rtcEngine(_:didOccurError:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurError errorCode: AgoraErrorCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:33:15: warning: main actor-isolated instance method 'rtcEngineMediaEngineDidLoaded' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineMediaEngineDidLoaded(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:33:15: note: add 'nonisolated' to 'rtcEngineMediaEngineDidLoaded' to make this instance method not isolated to the actor
open func rtcEngineMediaEngineDidLoaded(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:39:15: warning: main actor-isolated instance method 'rtcEngineMediaEngineDidStartCall' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineMediaEngineDidStartCall(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:39:15: note: add 'nonisolated' to 'rtcEngineMediaEngineDidStartCall' to make this instance method not isolated to the actor
open func rtcEngineMediaEngineDidStartCall(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:271:15: warning: main actor-isolated instance method 'rtcEngineRequestToken' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineRequestToken(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:271:15: note: add 'nonisolated' to 'rtcEngineRequestToken' to make this instance method not isolated to the actor
open func rtcEngineRequestToken(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:292:15: warning: main actor-isolated instance method 'rtcEngine(_:tokenPrivilegeWillExpire:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, tokenPrivilegeWillExpire token: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:292:15: note: add 'nonisolated' to 'rtcEngine(_:tokenPrivilegeWillExpire:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, tokenPrivilegeWillExpire token: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:144:15: warning: main actor-isolated instance method 'rtcEngine(_:licenseValidationFailure:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, licenseValidationFailure error: AgoraLicenseVerifyCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:144:15: note: add 'nonisolated' to 'rtcEngine(_:licenseValidationFailure:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, licenseValidationFailure error: AgoraLicenseVerifyCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:36:15: warning: main actor-isolated instance method 'rtcEngineConnectionDidInterrupted' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineConnectionDidInterrupted(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:36:15: note: add 'nonisolated' to 'rtcEngineConnectionDidInterrupted' to make this instance method not isolated to the actor
open func rtcEngineConnectionDidInterrupted(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:9:15: warning: main actor-isolated instance method 'rtcEngineConnectionDidLost' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineConnectionDidLost(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:9:15: note: add 'nonisolated' to 'rtcEngineConnectionDidLost' to make this instance method not isolated to the actor
open func rtcEngineConnectionDidLost(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:30:15: warning: main actor-isolated instance method 'rtcEngineConnectionDidBanned' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineConnectionDidBanned(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:30:15: note: add 'nonisolated' to 'rtcEngineConnectionDidBanned' to make this instance method not isolated to the actor
open func rtcEngineConnectionDidBanned(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:51:15: warning: main actor-isolated instance method 'rtcEngine(_:networkTypeChanged:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, networkTypeChanged type: AgoraNetworkType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:51:15: note: add 'nonisolated' to 'rtcEngine(_:networkTypeChanged:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, networkTypeChanged type: AgoraNetworkType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:213:15: warning: main actor-isolated instance method 'rtcEngine(_:permissionError:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, permissionError type: AgoraPermissionType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:213:15: note: add 'nonisolated' to 'rtcEngine(_:permissionError:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, permissionError type: AgoraPermissionType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:237:15: warning: main actor-isolated instance method 'rtcEngine(_:connectionChangedTo:reason:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, connectionChangedTo state: AgoraConnectionState, reason: AgoraConnectionChangedReason) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:237:15: note: add 'nonisolated' to 'rtcEngine(_:connectionChangedTo:reason:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, connectionChangedTo state: AgoraConnectionState, reason: AgoraConnectionChangedReason) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:177:15: warning: main actor-isolated instance method 'rtcEngine(_:wlAccMessage:action:wlAccMsg:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccMessage reason: AgoraWlAccReason, action: AgoraWlAccAction, wlAccMsg: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:177:15: note: add 'nonisolated' to 'rtcEngine(_:wlAccMessage:action:wlAccMsg:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccMessage reason: AgoraWlAccReason, action: AgoraWlAccAction, wlAccMsg: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:174:15: warning: main actor-isolated instance method 'rtcEngine(_:wlAccStats:averageStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccStats currentStats: AgoraWlAccStats, averageStats: AgoraWlAccStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:174:15: note: add 'nonisolated' to 'rtcEngine(_:wlAccStats:averageStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccStats currentStats: AgoraWlAccStats, averageStats: AgoraWlAccStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:75:15: warning: main actor-isolated instance method 'rtcEngine(_:reportRtcStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportRtcStats stats: AgoraChannelStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:75:15: note: add 'nonisolated' to 'rtcEngine(_:reportRtcStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportRtcStats stats: AgoraChannelStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:78:15: warning: main actor-isolated instance method 'rtcEngine(_:lastmileQuality:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileQuality quality: AgoraNetworkQuality) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:78:15: note: add 'nonisolated' to 'rtcEngine(_:lastmileQuality:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileQuality quality: AgoraNetworkQuality) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:81:15: warning: main actor-isolated instance method 'rtcEngine(_:lastmileProbeTest:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileProbeTest result: AgoraLastmileProbeResult) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:81:15: note: add 'nonisolated' to 'rtcEngine(_:lastmileProbeTest:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileProbeTest result: AgoraLastmileProbeResult) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:71:15: warning: main actor-isolated instance method 'rtcEngine(_:device:type:stateChanged:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, device deviceId: String, type deviceType: AgoraMediaDeviceType, stateChanged state: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:71:15: note: add 'nonisolated' to 'rtcEngine(_:device:type:stateChanged:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, device deviceId: String, type deviceType: AgoraMediaDeviceType, stateChanged state: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:210:15: warning: main actor-isolated instance method 'rtcEngine(_:didOccur:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccur errorType: AgoraEncryptionErrorType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:210:15: note: add 'nonisolated' to 'rtcEngine(_:didOccur:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccur errorType: AgoraEncryptionErrorType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:189:15: warning: main actor-isolated instance method 'rtcEngine(_:uploadLogResultRequestId:success:reason:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, uploadLogResultRequestId requestId: String, success: Bool, reason: AgoraUploadErrorReason) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:189:15: note: add 'nonisolated' to 'rtcEngine(_:uploadLogResultRequestId:success:reason:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, uploadLogResultRequestId requestId: String, success: Bool, reason: AgoraUploadErrorReason) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:182:15: warning: main actor-isolated instance method 'rtcEngine(_:didJoinChannel:withUid:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:182:15: note: add 'nonisolated' to 'rtcEngine(_:didJoinChannel:withUid:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:150:15: warning: main actor-isolated instance method 'rtcEngine(_:didRejoinChannel:withUid:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRejoinChannel channel: String, withUid uid: UInt, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:150:15: note: add 'nonisolated' to 'rtcEngine(_:didRejoinChannel:withUid:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRejoinChannel channel: String, withUid uid: UInt, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:17:15: warning: main actor-isolated instance method 'rtcEngine(_:didClientRoleChanged:newRole:newRoleOptions:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:17:15: note: add 'nonisolated' to 'rtcEngine(_:didClientRoleChanged:newRole:newRoleOptions:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:183:15: warning: main actor-isolated instance method 'rtcEngine(_:didClientRoleChangeFailed:currentRole:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didClientRoleChangeFailed reason: AgoraClientRoleChangeFailedReason, currentRole: AgoraClientRole) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:183:15: note: add 'nonisolated' to 'rtcEngine(_:didClientRoleChangeFailed:currentRole:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didClientRoleChangeFailed reason: AgoraClientRoleChangeFailedReason, currentRole: AgoraClientRole) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:48:15: warning: main actor-isolated instance method 'rtcEngine(_:didLeaveChannelWith:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLeaveChannelWith stats: AgoraChannelStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:48:15: note: add 'nonisolated' to 'rtcEngine(_:didLeaveChannelWith:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLeaveChannelWith stats: AgoraChannelStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:156:15: warning: main actor-isolated instance method 'rtcEngine(_:networkQuality:txQuality:rxQuality:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, networkQuality uid: UInt, txQuality: AgoraNetworkQuality, rxQuality: AgoraNetworkQuality) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:156:15: note: add 'nonisolated' to 'rtcEngine(_:networkQuality:txQuality:rxQuality:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, networkQuality uid: UInt, txQuality: AgoraNetworkQuality, rxQuality: AgoraNetworkQuality) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:258:15: warning: main actor-isolated instance method 'rtcEngine(_:firstLocalAudioFramePublished:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalAudioFramePublished elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:258:15: note: add 'nonisolated' to 'rtcEngine(_:firstLocalAudioFramePublished:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalAudioFramePublished elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:87:15: warning: main actor-isolated instance method 'rtcEngine(_:localAudioStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, localAudioStats stats: AgoraRtcLocalAudioStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:87:15: note: add 'nonisolated' to 'rtcEngine(_:localAudioStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, localAudioStats stats: AgoraRtcLocalAudioStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:231:15: warning: main actor-isolated instance method 'rtcEngine(_:localAudioStateChanged:error:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:231:15: note: add 'nonisolated' to 'rtcEngine(_:localAudioStateChanged:error:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:57:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioRouteChanged:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioRouteChanged routing: AgoraAudioOutputRouting) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:57:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioRouteChanged:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioRouteChanged routing: AgoraAudioOutputRouting) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:12:15: warning: main actor-isolated instance method 'rtcEngineLocalAudioMixingDidFinish' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineLocalAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:12:15: note: add 'nonisolated' to 'rtcEngineLocalAudioMixingDidFinish' to make this instance method not isolated to the actor
open func rtcEngineLocalAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:96:15: warning: main actor-isolated instance method 'rtcEngineDidAudioEffectFinish(_:soundId:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineDidAudioEffectFinish(_ engine: AgoraRtcEngineKit, soundId: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:96:15: note: add 'nonisolated' to 'rtcEngineDidAudioEffectFinish(_:soundId:)' to make this instance method not isolated to the actor
open func rtcEngineDidAudioEffectFinish(_ engine: AgoraRtcEngineKit, soundId: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:24:15: warning: main actor-isolated instance method 'rtcEngineCameraDidReady' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineCameraDidReady(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:24:15: note: add 'nonisolated' to 'rtcEngineCameraDidReady' to make this instance method not isolated to the actor
open func rtcEngineCameraDidReady(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:21:15: warning: main actor-isolated instance method 'rtcEngineVideoDidStop' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineVideoDidStop(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:21:15: note: add 'nonisolated' to 'rtcEngineVideoDidStop' to make this instance method not isolated to the actor
open func rtcEngineVideoDidStop(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:105:15: warning: main actor-isolated instance method 'rtcEngine(_:firstLocalVideoFramePublishedWithElapsed:sourceType:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFramePublishedWithElapsed elapsed: Int, sourceType: AgoraVideoSourceType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:105:15: note: add 'nonisolated' to 'rtcEngine(_:firstLocalVideoFramePublishedWithElapsed:sourceType:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFramePublishedWithElapsed elapsed: Int, sourceType: AgoraVideoSourceType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:117:15: warning: main actor-isolated instance method 'rtcEngine(_:firstLocalVideoFrameWith:elapsed:sourceType:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFrameWith size: CGSize, elapsed: Int, sourceType: AgoraVideoSourceType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:117:15: note: add 'nonisolated' to 'rtcEngine(_:firstLocalVideoFrameWith:elapsed:sourceType:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFrameWith size: CGSize, elapsed: Int, sourceType: AgoraVideoSourceType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:84:15: warning: main actor-isolated instance method 'rtcEngine(_:localVideoStats:sourceType:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, localVideoStats stats: AgoraRtcLocalVideoStats, sourceType: AgoraVideoSourceType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:84:15: note: add 'nonisolated' to 'rtcEngine(_:localVideoStats:sourceType:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, localVideoStats stats: AgoraRtcLocalVideoStats, sourceType: AgoraVideoSourceType) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:54:15: warning: main actor-isolated instance method 'rtcEngine(_:didLocalPublishFallbackToAudioOnly:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalPublishFallbackToAudioOnly isFallbackOrRecover: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:54:15: note: add 'nonisolated' to 'rtcEngine(_:didLocalPublishFallbackToAudioOnly:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalPublishFallbackToAudioOnly isFallbackOrRecover: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:48:15: warning: main actor-isolated instance method 'rtcEngine(_:didJoinedOfUid:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:48:15: note: add 'nonisolated' to 'rtcEngine(_:didJoinedOfUid:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:100:15: warning: main actor-isolated instance method 'rtcEngine(_:didOfflineOfUid:reason:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:100:15: note: add 'nonisolated' to 'rtcEngine(_:didOfflineOfUid:reason:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:162:15: warning: main actor-isolated instance method 'rtcEngine(_:receiveStreamMessageFromUid:streamId:data:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, receiveStreamMessageFromUid uid: UInt, streamId: Int, data: Data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:162:15: note: add 'nonisolated' to 'rtcEngine(_:receiveStreamMessageFromUid:streamId:data:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, receiveStreamMessageFromUid uid: UInt, streamId: Int, data: Data) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:234:15: warning: main actor-isolated instance method 'rtcEngine(_:didOccurStreamMessageErrorFromUid:streamId:error:missed:cached:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurStreamMessageErrorFromUid uid: UInt, streamId: Int, error: Int, missed: Int, cached: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:234:15: note: add 'nonisolated' to 'rtcEngine(_:didOccurStreamMessageErrorFromUid:streamId:error:missed:cached:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didOccurStreamMessageErrorFromUid uid: UInt, streamId: Int, error: Int, missed: Int, cached: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:129:15: warning: main actor-isolated instance method 'rtcEngine(_:firstRemoteAudioFrameOfUid:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameOfUid uid: UInt, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:129:15: note: add 'nonisolated' to 'rtcEngine(_:firstRemoteAudioFrameOfUid:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameOfUid uid: UInt, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:241:15: warning: main actor-isolated instance method 'rtcEngine(_:firstRemoteAudioFrameDecodedOfUid:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameDecodedOfUid uid: UInt, elapsed: Int) {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:241:15: note: add 'nonisolated' to 'rtcEngine(_:firstRemoteAudioFrameDecodedOfUid:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameDecodedOfUid uid: UInt, elapsed: Int) {}
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:93:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteAudioStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStats stats: AgoraRtcRemoteAudioStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:93:15: note: add 'nonisolated' to 'rtcEngine(_:remoteAudioStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStats stats: AgoraRtcRemoteAudioStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:132:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioMuted:byUid:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioMuted muted: Bool, byUid uid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:132:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioMuted:byUid:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioMuted muted: Bool, byUid uid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:108:15: warning: main actor-isolated instance method 'rtcEngine(_:reportAudioVolumeIndicationOfSpeakers:totalVolume:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportAudioVolumeIndicationOfSpeakers speakers: [AgoraRtcAudioVolumeInfo], totalVolume: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:108:15: note: add 'nonisolated' to 'rtcEngine(_:reportAudioVolumeIndicationOfSpeakers:totalVolume:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, reportAudioVolumeIndicationOfSpeakers speakers: [AgoraRtcAudioVolumeInfo], totalVolume: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:135:15: warning: main actor-isolated instance method 'rtcEngine(_:activeSpeaker:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, activeSpeaker speakerUid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:135:15: note: add 'nonisolated' to 'rtcEngine(_:activeSpeaker:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, activeSpeaker speakerUid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:15:15: warning: main actor-isolated instance method 'rtcEngineRemoteAudioMixingDidStart' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineRemoteAudioMixingDidStart(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:15:15: note: add 'nonisolated' to 'rtcEngineRemoteAudioMixingDidStart' to make this instance method not isolated to the actor
open func rtcEngineRemoteAudioMixingDidStart(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:18:15: warning: main actor-isolated instance method 'rtcEngineRemoteAudioMixingDidFinish' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineRemoteAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:18:15: note: add 'nonisolated' to 'rtcEngineRemoteAudioMixingDidFinish' to make this instance method not isolated to the actor
open func rtcEngineRemoteAudioMixingDidFinish(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:204:15: warning: main actor-isolated instance method 'rtcEngine(_:audioQualityOfUid:quality:delay:lost:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioQualityOfUid uid: UInt, quality: AgoraNetworkQuality, delay: UInt, lost: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:204:15: note: add 'nonisolated' to 'rtcEngine(_:audioQualityOfUid:quality:delay:lost:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioQualityOfUid uid: UInt, quality: AgoraNetworkQuality, delay: UInt, lost: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:198:15: warning: main actor-isolated instance method 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:198:15: note: add 'nonisolated' to 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:207:15: warning: main actor-isolated instance method 'rtcEngineIntraRequestReceived' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineIntraRequestReceived(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:207:15: note: add 'nonisolated' to 'rtcEngineIntraRequestReceived' to make this instance method not isolated to the actor
open func rtcEngineIntraRequestReceived(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:216:15: warning: main actor-isolated instance method 'rtcEngine(_:uplinkNetworkInfoUpdate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, uplinkNetworkInfoUpdate networkInfo: AgoraUplinkNetworkInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:216:15: note: add 'nonisolated' to 'rtcEngine(_:uplinkNetworkInfoUpdate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, uplinkNetworkInfoUpdate networkInfo: AgoraUplinkNetworkInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:219:15: warning: main actor-isolated instance method 'rtcEngine(_:downlinkNetworkInfoUpdate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, downlinkNetworkInfoUpdate networkInfo: AgoraDownlinkNetworkInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:219:15: note: add 'nonisolated' to 'rtcEngine(_:downlinkNetworkInfoUpdate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, downlinkNetworkInfoUpdate networkInfo: AgoraDownlinkNetworkInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:228:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:228:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:222:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioPublishStateChange channelId: String, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:222:15: note: add 'nonisolated' to 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioPublishStateChange channelId: String, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:111:15: warning: main actor-isolated instance method 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalUserRegisteredWithUserId uid: UInt, userAccount: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:111:15: note: add 'nonisolated' to 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalUserRegisteredWithUserId uid: UInt, userAccount: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:114:15: warning: main actor-isolated instance method 'rtcEngine(_:didUserInfoUpdatedWithUserId:userInfo:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didUserInfoUpdatedWithUserId uid: UInt, userInfo: AgoraUserInfo) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:114:15: note: add 'nonisolated' to 'rtcEngine(_:didUserInfoUpdatedWithUserId:userInfo:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didUserInfoUpdatedWithUserId uid: UInt, userInfo: AgoraUserInfo) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:186:15: warning: main actor-isolated instance method 'rtcEngine(_:didRhythmPlayerStateChanged:errorCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRhythmPlayerStateChanged state: AgoraRhythmPlayerState, errorCode: AgoraRhythmPlayerError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:186:15: note: add 'nonisolated' to 'rtcEngine(_:didRhythmPlayerStateChanged:errorCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRhythmPlayerStateChanged state: AgoraRhythmPlayerState, errorCode: AgoraRhythmPlayerError) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:165:15: warning: main actor-isolated instance method 'rtcEngine(_:firstRemoteVideoFrameOfUid:size:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteVideoFrameOfUid uid: UInt, size: CGSize, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:165:15: note: add 'nonisolated' to 'rtcEngine(_:firstRemoteVideoFrameOfUid:size:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteVideoFrameOfUid uid: UInt, size: CGSize, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:153:15: warning: main actor-isolated instance method 'rtcEngine(_:videoSizeChangedOf:uid:size:rotation:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoSizeChangedOf sourceType: AgoraVideoSourceType, uid: UInt, size: CGSize, rotation: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:153:15: note: add 'nonisolated' to 'rtcEngine(_:videoSizeChangedOf:uid:size:rotation:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoSizeChangedOf sourceType: AgoraVideoSourceType, uid: UInt, size: CGSize, rotation: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:168:15: warning: main actor-isolated instance method 'rtcEngine(_:contentInspectResult:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, contentInspectResult result: AgoraContentInspectResult) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:168:15: note: add 'nonisolated' to 'rtcEngine(_:contentInspectResult:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, contentInspectResult result: AgoraContentInspectResult) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:192:15: warning: main actor-isolated instance method 'rtcEngine(_:snapshotTaken:filePath:width:height:errCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, snapshotTaken uid: UInt, filePath: String, width: Int, height: Int, errCode: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:192:15: note: add 'nonisolated' to 'rtcEngine(_:snapshotTaken:filePath:width:height:errCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, snapshotTaken uid: UInt, filePath: String, width: Int, height: Int, errCode: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:205:17: warning: main actor-isolated instance method 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
public func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:205:17: note: add 'nonisolated' to 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' to make this instance method not isolated to the actor
public func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:152:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteVideoStateChangedOfUid:state:reason:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:152:15: note: add 'nonisolated' to 'rtcEngine(_:remoteVideoStateChangedOfUid:state:reason:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:67:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteAudioStateChangedOfUid:state:reason:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift:67:15: note: add 'nonisolated' to 'rtcEngine(_:remoteAudioStateChangedOfUid:state:reason:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:126:15: warning: main actor-isolated instance method 'rtcEngine(_:channelMediaRelayStateDidChange:error:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, channelMediaRelayStateDidChange state: AgoraChannelMediaRelayState, error: AgoraChannelMediaRelayError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:126:15: note: add 'nonisolated' to 'rtcEngine(_:channelMediaRelayStateDidChange:error:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, channelMediaRelayStateDidChange state: AgoraChannelMediaRelayState, error: AgoraChannelMediaRelayError) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:99:15: warning: main actor-isolated instance method 'rtcEngine(_:didReceive:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didReceive event: AgoraChannelMediaRelayEvent) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:99:15: note: add 'nonisolated' to 'rtcEngine(_:didReceive:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didReceive event: AgoraChannelMediaRelayEvent) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:195:15: warning: main actor-isolated instance method 'rtcEngine(_:didProxyConnected:withUid:proxyType:localProxyIp:elapsed:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didProxyConnected channel: String, withUid uid: UInt, proxyType: AgoraProxyType, localProxyIp: String, elapsed: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:195:15: note: add 'nonisolated' to 'rtcEngine(_:didProxyConnected:withUid:proxyType:localProxyIp:elapsed:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didProxyConnected channel: String, withUid uid: UInt, proxyType: AgoraProxyType, localProxyIp: String, elapsed: Int) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:171:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteUserStateChangedOfUid uid: UInt, state: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:171:15: note: add 'nonisolated' to 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteUserStateChangedOfUid uid: UInt, state: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:90:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteVideoStats:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStats stats: AgoraRtcRemoteVideoStats) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:90:15: note: add 'nonisolated' to 'rtcEngine(_:remoteVideoStats:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStats stats: AgoraRtcRemoteVideoStats) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:120:15: warning: main actor-isolated instance method 'rtcEngine(_:didRemoteSubscribeFallbackToAudioOnly:byUid:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRemoteSubscribeFallbackToAudioOnly isFallbackOrRecover: Bool, byUid uid: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:120:15: note: add 'nonisolated' to 'rtcEngine(_:didRemoteSubscribeFallbackToAudioOnly:byUid:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didRemoteSubscribeFallbackToAudioOnly isFallbackOrRecover: Bool, byUid uid: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:201:15: warning: main actor-isolated instance method 'rtcEngine(_:videoTransportStatsOfUid:delay:lost:rxKBitRate:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:201:15: note: add 'nonisolated' to 'rtcEngine(_:videoTransportStatsOfUid:delay:lost:rxKBitRate:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, videoTransportStatsOfUid uid: UInt, delay: UInt, lost: UInt, rxKBitRate: UInt) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:231:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:231:15: note: add 'nonisolated' to 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoSubscribeStateChange channelId: String, uid: UInt32, oldState: AgoraStreamSubscribeState, newState: AgoraStreamSubscribeState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:225:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoPublishStateChange channelId: String, sourceType: AgoraVideoSourceType, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:225:15: note: add 'nonisolated' to 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, didVideoPublishStateChange channelId: String, sourceType: AgoraVideoSourceType, oldState: AgoraStreamPublishState, newState: AgoraStreamPublishState, elapseSinceLastState: Int32) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:138:15: warning: main actor-isolated instance method 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingChangedToState url: String, state: AgoraRtmpStreamingState, errCode: AgoraRtmpStreamingErrorCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:138:15: note: add 'nonisolated' to 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingChangedToState url: String, state: AgoraRtmpStreamingState, errCode: AgoraRtmpStreamingErrorCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:180:15: warning: main actor-isolated instance method 'rtcEngine(_:rtmpStreamingEventWithUrl:eventCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingEventWithUrl url: String, eventCode: AgoraRtmpStreamingEvent) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:180:15: note: add 'nonisolated' to 'rtcEngine(_:rtmpStreamingEventWithUrl:eventCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingEventWithUrl url: String, eventCode: AgoraRtmpStreamingEvent) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:135:15: warning: main actor-isolated instance method 'rtcEngine(_:streamPublishedWithUrl:errorCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamPublishedWithUrl url: String, errorCode: AgoraErrorCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:135:15: note: add 'nonisolated' to 'rtcEngine(_:streamPublishedWithUrl:errorCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamPublishedWithUrl url: String, errorCode: AgoraErrorCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:102:15: warning: main actor-isolated instance method 'rtcEngine(_:streamUnpublishedWithUrl:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamUnpublishedWithUrl url: String) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:102:15: note: add 'nonisolated' to 'rtcEngine(_:streamUnpublishedWithUrl:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamUnpublishedWithUrl url: String) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:27:15: warning: main actor-isolated instance method 'rtcEngineTranscodingUpdated' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngineTranscodingUpdated(_ engine: AgoraRtcEngineKit) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:27:15: note: add 'nonisolated' to 'rtcEngineTranscodingUpdated' to make this instance method not isolated to the actor
open func rtcEngineTranscodingUpdated(_ engine: AgoraRtcEngineKit) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:159:15: warning: main actor-isolated instance method 'rtcEngine(_:streamInjectedStatusOfUrl:uid:status:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamInjectedStatusOfUrl url: String, uid: UInt, status: AgoraInjectStreamStatus) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:159:15: note: add 'nonisolated' to 'rtcEngine(_:streamInjectedStatusOfUrl:uid:status:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, streamInjectedStatusOfUrl url: String, uid: UInt, status: AgoraInjectStreamStatus) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:123:15: warning: main actor-isolated instance method 'rtcEngine(_:audioMixingStateChanged:reasonCode:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingStateChanged state: AgoraAudioMixingStateType, reasonCode: AgoraAudioMixingReasonCode) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:123:15: note: add 'nonisolated' to 'rtcEngine(_:audioMixingStateChanged:reasonCode:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingStateChanged state: AgoraAudioMixingStateType, reasonCode: AgoraAudioMixingReasonCode) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:147:15: warning: main actor-isolated instance method 'rtcEngine(_:audioMixingPositionChanged:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraRtcEngineDelegate'; this is an error in the Swift 6 language mode
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingPositionChanged position: Int) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift:147:15: note: add 'nonisolated' to 'rtcEngine(_:audioMixingPositionChanged:)' to make this instance method not isolated to the actor
open func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingPositionChanged position: Int) {
^
nonisolated
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Buttons.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AgoraVideoViewer+Utilities.swift,\ AgoraVideoViewer+VideoControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+VideoControl.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Utilities.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+VideoControl.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AgoraUIKit+AgoraRtmController+SendHelpers.swift,\ AgoraUIKit+MD5.swift,\ AgoraUIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+SendHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+SendHelpers.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+MD5.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AgoraAppGroupDataHelper.swift (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+SendHelpers.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+Tokens.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 Compiling\ AgoraVideoViewer+JoinChannel.swift,\ AgoraVideoViewer+LocalVideo.swift,\ AgoraVideoViewer+Ordering.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Ordering.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:140:17: warning: capture of 'callback' with non-sendable type '((AgoraRtmController?) -> Void)?' in a '@Sendable' closure
callback?(self.rtmController)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:140:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
callback?(self.rtmController)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:136:22: warning: main actor-isolated property 'rtmController' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
self.rtmController = AgoraRtmController(delegate: self)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:117:16: note: mutation of this property is only permitted within the actor
public var rtmController: AgoraRtmController?
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:137:25: warning: main actor-isolated property 'rtmController' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
if self.rtmController == nil {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:117:16: note: property declared here
public var rtmController: AgoraRtmController?
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:138:38: warning: call to main actor-isolated static method 'agoraPrint(_:message:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
AgoraVideoViewer.agoraPrint(.error, message: "Error initialising RTM")
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Utilities.swift:32:26: note: calls to static method 'agoraPrint(_:message:)' from outside of its actor context are implicitly asynchronous
internal static func agoraPrint(_ tag: PrintType, message: Any) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Utilities.swift:32:26: note: main actor isolation inferred from inheritance from class 'NSView'
internal static func agoraPrint(_ tag: PrintType, message: Any) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+JoinChannel.swift:140:32: warning: main actor-isolated property 'rtmController' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
callback?(self.rtmController)
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift:117:16: note: property declared here
public var rtmController: AgoraRtmController?
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:62:17: warning: main actor-isolated instance method 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' cannot be used to satisfy nonisolated requirement from protocol 'AgoraCameraSourcePushDelegate'; this is an error in the Swift 6 language mode
public func myVideoCapture(
^
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:62:17: note: add 'nonisolated' to 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' to make this instance method not isolated to the actor
public func myVideoCapture(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+LocalVideo.swift:14:29: note: add '@preconcurrency' to the 'AgoraCameraSourcePushDelegate' conformance to defer isolation checking to run time
extension AgoraVideoViewer: AgoraCameraSourcePushDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraCameraSourcePush.swift:101:10: note: mark the protocol requirement 'myVideoCapture(_:didOutputSampleBuffer:rotation:timeStamp:)' 'async' to allow actor-isolated conformances
func myVideoCapture(
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Ordering.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for AgoraUIKit (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriver\ Compilation\ Requirements AgoraUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AgoraUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AgoraUIKit+AgoraRtmController+SendHelpers.swift, AgoraUIKit+MD5.swift, AgoraUIKit.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriver\ Compilation AgoraRtmControl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AgoraRtmControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation AgoraAppGroupDataHelper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AgoraAppGroupDataHelper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AgoraUIKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-Swift.h (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/AgoraUIKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftmodule (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftdoc (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.abi.json (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftsourceinfo (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o normal (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o normal (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o
SwiftDriverJobDiscovery normal arm64 Compiling UIButton+Extensions.swift, iOS+macOS+typealiases.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer+AgoraExtensions.swift, AgoraVideoViewer+AgoraRtcEngineDelegate.swift, AgoraVideoViewer+Buttons.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
ExtractAppIntentsMetadata (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AgoraRtmControl --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.AgoraRtmControl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/AgoraRtmControl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/AgoraRtmControl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraRtmControl.build/Objects-normal/arm64/AgoraRtmControl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 01:34:17.905 appintentsmetadataprocessor[1019:4738] Starting appintentsmetadataprocessor export
2025-04-27 01:34:17.951 appintentsmetadataprocessor[1019:4738] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AgoraAppGroupDataHelper --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.AgoraAppGroupDataHelper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/AgoraAppGroupDataHelper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/AgoraAppGroupDataHelper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraAppGroupDataHelper.build/Objects-normal/arm64/AgoraAppGroupDataHelper.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 01:34:17.905 appintentsmetadataprocessor[1020:4748] Starting appintentsmetadataprocessor export
2025-04-27 01:34:17.951 appintentsmetadataprocessor[1020:4748] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AgoraSingleVideoView.swift, AgoraUIKit+AgoraRtmController+Extensions.swift, AgoraUIKit+AgoraRtmController+MuteRequests.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer.swift, AgoraViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraSettings.swift, AgoraSingleVideoView+RtmDelegate.swift, AgoraSingleVideoView+RtmOptions.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer+Utilities.swift, AgoraVideoViewer+VideoControl.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer+Permissions.swift, AgoraVideoViewer+RtcEngineDelegateOverflow.swift, AgoraVideoViewer+Token.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraCameraSourcePush.swift, AgoraCollectionViewer.swift, AgoraConnectionData.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer+JoinChannel.swift, AgoraVideoViewer+LocalVideo.swift, AgoraVideoViewer+Ordering.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriver\ Compilation AgoraUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AgoraUIKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o normal (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o
ExtractAppIntentsMetadata (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AgoraUIKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.AgoraUIKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/AgoraUIKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/AgoraUIKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 01:34:18.031 appintentsmetadataprocessor[1023:4770] Starting appintentsmetadataprocessor export
2025-04-27 01:34:18.065 appintentsmetadataprocessor[1023:4770] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1afa04fc3f6adb2da94f77956d804a1502c924cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1afa04fc3f6adb2da94f77956d804a1502c924cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1afa04fc3f6adb2da94f77956d804a1502c924cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1afa04fc3f6adb2da94f77956d804a1502c924cd, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "agorartcengine_macos",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "4.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AgoraIO/AgoraRtcEngine_macOS"
},
{
"identity" : "agorartm_macos",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "1.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AgoraIO/AgoraRtm_macOS"
}
],
"manifest_display_name" : "AgoraUIKit_macOS",
"name" : "AgoraUIKit_macOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AgoraUIKit",
"targets" : [
"AgoraUIKit",
"AgoraRtmControl"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AgoraAppGroupDataHelper",
"targets" : [
"AgoraAppGroupDataHelper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AgoraUIKit_Tests",
"module_type" : "SwiftTarget",
"name" : "AgoraUIKit-Tests",
"path" : "Tests/Agora-UIKit-Tests",
"sources" : [
"RtcEncodingTests.swift",
"RtmMessagingTests.swift",
"RtmUserIdHandlingTests.swift"
],
"target_dependencies" : [
"AgoraUIKit",
"AgoraRtmControl"
],
"type" : "test"
},
{
"c99name" : "AgoraUIKit",
"module_type" : "SwiftTarget",
"name" : "AgoraUIKit",
"path" : "Sources/Agora-Video-UIKit",
"product_dependencies" : [
"RtcBasic"
],
"product_memberships" : [
"AgoraUIKit"
],
"sources" : [
"AgoraCameraSourcePush.swift",
"AgoraCollectionViewer.swift",
"AgoraConnectionData.swift",
"AgoraSettings.swift",
"AgoraSingleVideoView+RtmDelegate.swift",
"AgoraSingleVideoView+RtmOptions.swift",
"AgoraSingleVideoView.swift",
"AgoraUIKit+AgoraRtmController+Extensions.swift",
"AgoraUIKit+AgoraRtmController+MuteRequests.swift",
"AgoraUIKit+AgoraRtmController+SendHelpers.swift",
"AgoraUIKit+MD5.swift",
"AgoraUIKit.swift",
"AgoraVideoViewer+AgoraExtensions.swift",
"AgoraVideoViewer+AgoraRtcEngineDelegate.swift",
"AgoraVideoViewer+Buttons.swift",
"AgoraVideoViewer+JoinChannel.swift",
"AgoraVideoViewer+LocalVideo.swift",
"AgoraVideoViewer+Ordering.swift",
"AgoraVideoViewer+Permissions.swift",
"AgoraVideoViewer+RtcEngineDelegateOverflow.swift",
"AgoraVideoViewer+Token.swift",
"AgoraVideoViewer+Utilities.swift",
"AgoraVideoViewer+VideoControl.swift",
"AgoraVideoViewer.swift",
"AgoraViewer.swift",
"UIButton+Extensions.swift",
"iOS+macOS+typealiases.swift"
],
"target_dependencies" : [
"AgoraRtmControl"
],
"type" : "library"
},
{
"c99name" : "AgoraRtmControl",
"module_type" : "SwiftTarget",
"name" : "AgoraRtmControl",
"path" : "Sources/AgoraRtmControl",
"product_dependencies" : [
"AgoraRtmKit"
],
"product_memberships" : [
"AgoraUIKit"
],
"sources" : [
"AgoraRtmController+AgoraRtmDelegate.swift",
"AgoraRtmController+MuteRequests.swift",
"AgoraRtmController+RtmDelegateOverflows.swift",
"AgoraRtmController+SendHelpers.swift",
"AgoraRtmController+Tokens.swift",
"AgoraRtmController.swift"
],
"type" : "library"
},
{
"c99name" : "AgoraAppGroupDataHelper",
"module_type" : "SwiftTarget",
"name" : "AgoraAppGroupDataHelper",
"path" : "Sources/AgoraAppGroupDataHelper",
"product_memberships" : [
"AgoraAppGroupDataHelper"
],
"sources" : [
"AgoraAppGroupDataHelper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.