This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AgoraUIKit_macOS with Swift 6.0 for macOS (Xcode) using Xcode 16.0.

Swift 6 data race errors: 114

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme AgoraUIKit_macOS-Package -destination platform=macos,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

    open func rtcEngine(_ engine: AgoraRtcEngineKit, networkTypeChanged type: AgoraNetworkType) {
              ^
    nonisolated
AgoraRtcKit.AgoraRtcEngineDelegate:12:19: note: 'rtcEngine(_:networkTypeChanged:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, networkTypeChanged type: AgoraNetworkType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:13:19: note: 'rtcEngine(_:permissionError:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, permissionError type: AgoraPermissionType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:14:19: note: 'rtcEngine(_:connectionChangedTo:reason:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, connectionChangedTo state: AgoraConnectionState, reason: AgoraConnectionChangedReason)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:17:19: note: 'rtcEngine(_:wlAccMessage:action:wlAccMsg:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccMessage reason: AgoraWlAccReason, action: AgoraWlAccAction, wlAccMsg: String)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:18:19: note: 'rtcEngine(_:wlAccStats:averageStats:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, wlAccStats currentStats: AgoraWlAccStats, averageStats: AgoraWlAccStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:19:19: note: 'rtcEngine(_:reportRtcStats:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, reportRtcStats stats: AgoraChannelStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:20:19: note: 'rtcEngine(_:lastmileQuality:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileQuality quality: AgoraNetworkQuality)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:21:19: note: 'rtcEngine(_:lastmileProbeTest:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, lastmileProbeTest result: AgoraLastmileProbeResult)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:26:19: note: 'rtcEngine(_:device:type:stateChanged:)' declared here
    optional 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:210:15: warning: main actor-isolated instance method 'rtcEngine(_:didOccur:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:27:19: note: 'rtcEngine(_:didOccur:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didOccur errorType: AgoraEncryptionErrorType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:30:19: note: 'rtcEngine(_:uploadLogResultRequestId:success:reason:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, uploadLogResultRequestId requestId: String, success: Bool, reason: AgoraUploadErrorReason)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:31:19: note: 'rtcEngine(_:didJoinChannel:withUid:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didJoinChannel channel: String, withUid uid: UInt, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:32:19: note: 'rtcEngine(_:didRejoinChannel:withUid:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didRejoinChannel channel: String, withUid uid: UInt, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:33:19: note: 'rtcEngine(_:didClientRoleChanged:newRole:newRoleOptions:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didClientRoleChanged oldRole: AgoraClientRole, newRole: AgoraClientRole, newRoleOptions: AgoraClientRoleOptions?)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:34:19: note: 'rtcEngine(_:didClientRoleChangeFailed:currentRole:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didClientRoleChangeFailed reason: AgoraClientRoleChangeFailedReason, currentRole: AgoraClientRole)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:35:19: note: 'rtcEngine(_:didLeaveChannelWith:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didLeaveChannelWith stats: AgoraChannelStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:38:19: note: 'rtcEngine(_:networkQuality:txQuality:rxQuality:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, networkQuality uid: UInt, txQuality: AgoraNetworkQuality, rxQuality: AgoraNetworkQuality)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:39:19: note: 'rtcEngine(_:firstLocalAudioFramePublished:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalAudioFramePublished elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:40:19: note: 'rtcEngine(_:localAudioStats:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, localAudioStats stats: AgoraRtcLocalAudioStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:41:19: note: 'rtcEngine(_:localAudioStateChanged:error:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, localAudioStateChanged state: AgoraAudioLocalState, error: AgoraAudioLocalError)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:42:19: note: 'rtcEngine(_:didAudioRouteChanged:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioRouteChanged routing: AgoraAudioOutputRouting)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:43:19: note: 'rtcEngineLocalAudioMixingDidFinish' declared here
    optional func rtcEngineLocalAudioMixingDidFinish(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:44:19: note: 'rtcEngineDidAudioEffectFinish(_:soundId:)' declared here
    optional func rtcEngineDidAudioEffectFinish(_ engine: AgoraRtcEngineKit, soundId: Int32)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:45:19: note: 'rtcEngineCameraDidReady' declared here
    optional func rtcEngineCameraDidReady(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:46:19: note: 'rtcEngineVideoDidStop' declared here
    optional func rtcEngineVideoDidStop(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:47:19: note: 'rtcEngine(_:firstLocalVideoFramePublishedWithElapsed:sourceType:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFramePublishedWithElapsed elapsed: Int, sourceType: AgoraVideoSourceType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:48:19: note: 'rtcEngine(_:firstLocalVideoFrameWith:elapsed:sourceType:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstLocalVideoFrameWith size: CGSize, elapsed: Int, sourceType: AgoraVideoSourceType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:51:19: note: 'rtcEngine(_:localVideoStats:sourceType:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, localVideoStats stats: AgoraRtcLocalVideoStats, sourceType: AgoraVideoSourceType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:52:19: note: 'rtcEngine(_:didLocalPublishFallbackToAudioOnly:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalPublishFallbackToAudioOnly isFallbackOrRecover: Bool)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:54:19: note: 'rtcEngine(_:didJoinedOfUid:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didJoinedOfUid uid: UInt, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:55:19: note: 'rtcEngine(_:didOfflineOfUid:reason:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didOfflineOfUid uid: UInt, reason: AgoraUserOfflineReason)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:57:19: note: 'rtcEngine(_:receiveStreamMessageFromUid:streamId:data:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, receiveStreamMessageFromUid uid: UInt, streamId: Int, data: Data)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:58:19: note: 'rtcEngine(_:didOccurStreamMessageErrorFromUid:streamId:error:missed:cached:)' declared here
    optional 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:129:15: warning: main actor-isolated instance method 'rtcEngine(_:firstRemoteAudioFrameOfUid:elapsed:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:59:19: note: 'rtcEngine(_:firstRemoteAudioFrameOfUid:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameOfUid uid: UInt, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:61:19: note: 'rtcEngine(_:firstRemoteAudioFrameDecodedOfUid:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteAudioFrameDecodedOfUid uid: UInt, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:62:19: note: 'rtcEngine(_:remoteAudioStats:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStats stats: AgoraRtcRemoteAudioStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:63:19: note: 'rtcEngine(_:didAudioMuted:byUid:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didAudioMuted muted: Bool, byUid uid: UInt)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:64:19: note: 'rtcEngine(_:reportAudioVolumeIndicationOfSpeakers:totalVolume:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, reportAudioVolumeIndicationOfSpeakers speakers: [AgoraRtcAudioVolumeInfo], totalVolume: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:65:19: note: 'rtcEngine(_:activeSpeaker:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, activeSpeaker speakerUid: UInt)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:66:19: note: 'rtcEngineRemoteAudioMixingDidStart' declared here
    optional func rtcEngineRemoteAudioMixingDidStart(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:67:19: note: 'rtcEngineRemoteAudioMixingDidFinish' declared here
    optional func rtcEngineRemoteAudioMixingDidFinish(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:68:19: note: 'rtcEngine(_:audioQualityOfUid:quality:delay:lost:)' declared here
    optional 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:198:15: warning: main actor-isolated instance method 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:69:19: note: 'rtcEngine(_:audioTransportStatsOfUid:delay:lost:rxKBitRate:)' declared here
    optional 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:207:15: warning: main actor-isolated instance method 'rtcEngineIntraRequestReceived' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:70:19: note: 'rtcEngineIntraRequestReceived' declared here
    optional func rtcEngineIntraRequestReceived(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:71:19: note: 'rtcEngine(_:uplinkNetworkInfoUpdate:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, uplinkNetworkInfoUpdate networkInfo: AgoraUplinkNetworkInfo)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:72:19: note: 'rtcEngine(_:downlinkNetworkInfoUpdate:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, downlinkNetworkInfoUpdate networkInfo: AgoraDownlinkNetworkInfo)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:73:19: note: 'rtcEngine(_:didAudioSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' declared here
    optional 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:222:15: warning: main actor-isolated instance method 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:74:19: note: 'rtcEngine(_:didAudioPublishStateChange:oldState:newState:elapseSinceLastState:)' declared here
    optional 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:111:15: warning: main actor-isolated instance method 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:75:19: note: 'rtcEngine(_:didLocalUserRegisteredWithUserId:userAccount:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didLocalUserRegisteredWithUserId uid: UInt, userAccount: String)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:76:19: note: 'rtcEngine(_:didUserInfoUpdatedWithUserId:userInfo:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didUserInfoUpdatedWithUserId uid: UInt, userInfo: AgoraUserInfo)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:77:19: note: 'rtcEngine(_:didRhythmPlayerStateChanged:errorCode:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didRhythmPlayerStateChanged state: AgoraRhythmPlayerState, errorCode: AgoraRhythmPlayerError)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:80:19: note: 'rtcEngine(_:firstRemoteVideoFrameOfUid:size:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, firstRemoteVideoFrameOfUid uid: UInt, size: CGSize, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:81:19: note: 'rtcEngine(_:videoSizeChangedOf:uid:size:rotation:)' declared here
    optional 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:168:15: warning: main actor-isolated instance method 'rtcEngine(_:contentInspectResult:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:84:19: note: 'rtcEngine(_:contentInspectResult:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, contentInspectResult result: AgoraContentInspectResult)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:85:19: note: 'rtcEngine(_:snapshotTaken:filePath:width:height:errCode:)' declared here
    optional 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+AgoraRtcEngineDelegate.swift:205:17: warning: main actor-isolated instance method 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:86:19: note: 'rtcEngine(_:localVideoStateChangedOf:error:sourceType:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, localVideoStateChangedOf state: AgoraVideoLocalState, error: AgoraLocalVideoStreamError, sourceType: AgoraVideoSourceType)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:89:19: note: 'rtcEngine(_:remoteVideoStateChangedOfUid:state:reason:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStateChangedOfUid uid: UInt, state: AgoraVideoRemoteState, reason: AgoraVideoRemoteReason, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:90:19: note: 'rtcEngine(_:remoteAudioStateChangedOfUid:state:reason:elapsed:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, remoteAudioStateChangedOfUid uid: UInt, state: AgoraAudioRemoteState, reason: AgoraAudioRemoteReason, elapsed: Int)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:91:19: note: 'rtcEngine(_:channelMediaRelayStateDidChange:error:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, channelMediaRelayStateDidChange state: AgoraChannelMediaRelayState, error: AgoraChannelMediaRelayError)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:92:19: note: 'rtcEngine(_:didReceive:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didReceive event: AgoraChannelMediaRelayEvent)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:101:19: note: 'rtcEngine(_:didProxyConnected:withUid:proxyType:localProxyIp:elapsed:)' declared here
    optional 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:171:15: warning: main actor-isolated instance method 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:102:19: note: 'rtcEngine(_:remoteUserStateChangedOfUid:state:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, remoteUserStateChangedOfUid uid: UInt, state: UInt)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:103:19: note: 'rtcEngine(_:remoteVideoStats:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, remoteVideoStats stats: AgoraRtcRemoteVideoStats)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:104:19: note: 'rtcEngine(_:didRemoteSubscribeFallbackToAudioOnly:byUid:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, didRemoteSubscribeFallbackToAudioOnly isFallbackOrRecover: Bool, byUid uid: UInt)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:105:19: note: 'rtcEngine(_:videoTransportStatsOfUid:delay:lost:rxKBitRate:)' declared here
    optional 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:231:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:106:19: note: 'rtcEngine(_:didVideoSubscribeStateChange:uid:oldState:newState:elapseSinceLastState:)' declared here
    optional 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:225:15: warning: main actor-isolated instance method 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:107:19: note: 'rtcEngine(_:didVideoPublishStateChange:sourceType:oldState:newState:elapseSinceLastState:)' declared here
    optional 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:138:15: warning: main actor-isolated instance method 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' cannot be used to satisfy nonisolated protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:108:19: note: 'rtcEngine(_:rtmpStreamingChangedToState:state:errCode:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingChangedToState url: String, state: AgoraRtmpStreamingState, errCode: AgoraRtmpStreamingErrorCode)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:109:19: note: 'rtcEngine(_:rtmpStreamingEventWithUrl:eventCode:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, rtmpStreamingEventWithUrl url: String, eventCode: AgoraRtmpStreamingEvent)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:110:19: note: 'rtcEngine(_:streamPublishedWithUrl:errorCode:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, streamPublishedWithUrl url: String, errorCode: AgoraErrorCode)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:111:19: note: 'rtcEngine(_:streamUnpublishedWithUrl:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, streamUnpublishedWithUrl url: String)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:112:19: note: 'rtcEngineTranscodingUpdated' declared here
    optional func rtcEngineTranscodingUpdated(_ engine: AgoraRtcEngineKit)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:113:19: note: 'rtcEngine(_:streamInjectedStatusOfUrl:uid:status:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, streamInjectedStatusOfUrl url: String, uid: UInt, status: AgoraInjectStreamStatus)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:114:19: note: 'rtcEngine(_:audioMixingStateChanged:reasonCode:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingStateChanged state: AgoraAudioMixingStateType, reasonCode: AgoraAudioMixingReasonCode)
                  ^
/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 protocol requirement; 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
AgoraRtcKit.AgoraRtcEngineDelegate:115:19: note: 'rtcEngine(_:audioMixingPositionChanged:)' declared here
    optional func rtcEngine(_ engine: AgoraRtcEngineKit, audioMixingPositionChanged position: Int)
                  ^
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+AgoraRtcEngineDelegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Buttons.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 /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+AgoraExtensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+AgoraRtcEngineDelegate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Buttons.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+AgoraExtensions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+AgoraRtcEngineDelegate.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Buttons.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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: annotate 'cameraButton' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'micButton' with '@MainActor' if property should only be accessed from the main actor
        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: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: annotate 'screenShareButton' with '@MainActor' if property should only be accessed from the main actor
        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: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: annotate 'flipButton' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'beautifyButton' with '@MainActor' if property should only be accessed from the main actor
        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)
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+SendHelpers.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')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/UIButton+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/iOS+macOS+typealiases.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/UIButton+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/iOS+macOS+typealiases.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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 non-isolated 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: annotate 'buttonIconSize' with '@MainActor' if property should only be accessed from the main actor
    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/iOS+macOS+typealiases.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/UIButton+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/iOS+macOS+typealiases.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/UIButton+Extensions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/iOS+macOS+typealiases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling AgoraRtmController+Tokens.swift (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Emitting module for AgoraUIKit (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
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')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraSingleVideoView.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraUIKit+AgoraRtmController+MuteRequests.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 /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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Permissions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+RtcEngineDelegateOverflow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer+Token.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 /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraVideoViewer.swift /Users/admin/builder/spi-builder-workspace/Sources/Agora-Video-UIKit/AgoraViewer.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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/swift-overrides.hmap -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 -module-name AgoraUIKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Permissions.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+RtcEngineDelegateOverflow.o -index-unit-output-path /AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraVideoViewer+Token.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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; this is an error in the Swift 6 language mode
                    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))
                    ^
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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -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\ Requirements AgoraUIKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer+AgoraExtensions.swift, AgoraVideoViewer+AgoraRtcEngineDelegate.swift, AgoraVideoViewer+Buttons.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraRtmControl.o
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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -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 -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
SwiftDriverJobDiscovery normal arm64 Compiling AgoraVideoViewer.swift, AgoraViewer.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraAppGroupDataHelper.o
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 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+JoinChannel.swift, AgoraVideoViewer+LocalVideo.swift, AgoraVideoViewer+Ordering.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
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
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.LinkFileList (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AgoraUIKit_macOS.build/Debug/AgoraUIKit.build/Objects-normal/arm64/AgoraUIKit.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling AgoraCameraSourcePush.swift, AgoraCollectionViewer.swift, AgoraConnectionData.swift (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling UIButton+Extensions.swift, iOS+macOS+typealiases.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')
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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 -experimental-emit-module-separately -disable-cmo
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.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-15.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-15.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AgoraUIKit.o
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
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AgoraRtmKit' from project 'AgoraRtmKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AgoraAppGroupDataHelper' from project 'AgoraUIKit_macOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RtcBasic' from project 'AgoraRtcKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AgoraRtmControl' from project 'AgoraUIKit_macOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AgoraUIKit' from project 'AgoraUIKit_macOS')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:tvOS Simulator, id:8B1ABE64-0401-443E-812F-247A4FBB5BDB, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:1CFD7C1E-15D0-43C5-AF27-909F7506EEF8, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2F8EA46A-629D-4072-B00C-F903D55C3177, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:91219D42-BD52-4AED-96DD-B55E31EB00BB, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.