Build Information
Failed to build telnyx-webrtc-ios, reference 2.0.1 (e422ae
), with Swift 5.10 for tvOS using Xcode 15.4 on 2 Jun 2025 18:31:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme telnyx-webrtc-ios -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/team-telnyx/telnyx-webrtc-ios.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/team-telnyx/telnyx-webrtc-ios
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at e422aed Merge pull request #238 from team-telnyx/release/2.0.1
Cloned https://github.com/team-telnyx/telnyx-webrtc-ios.git
Revision (git rev-parse @):
e422aedd6303320df4b8ee6615db7ed056bc956d
SUCCESS checkout https://github.com/team-telnyx/telnyx-webrtc-ios.git at 2.0.1
========================================
Build
========================================
Selected platform: tvOS
Swift version: 5.10
Building package at path: $PWD
https://github.com/team-telnyx/telnyx-webrtc-ios.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.6",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "webrtc",
"requirement" : {
"range" : [
{
"lower_bound" : "124.0.0",
"upper_bound" : "125.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "telnyx-webrtc-ios",
"name" : "telnyx-webrtc-ios",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "telnyx-webrtc-ios",
"targets" : [
"TelnyxRTC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TelnyxRTC",
"module_type" : "SwiftTarget",
"name" : "TelnyxRTC",
"path" : "TelnyxRTC",
"product_dependencies" : [
"Starscream",
"WebRTC"
],
"product_memberships" : [
"telnyx-webrtc-ios"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/TelnyxRTC/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Telnyx/Extensions/Dictionary+Extensions.swift",
"Telnyx/InternalConfig.swift",
"Telnyx/Models/CallQualityMetrics.swift",
"Telnyx/Models/Params.swift",
"Telnyx/Models/TxCallInfo.swift",
"Telnyx/Models/TxCallOptions.swift",
"Telnyx/Models/TxConfig.swift",
"Telnyx/Models/TxError.swift",
"Telnyx/Models/TxPushConfig.swift",
"Telnyx/Models/TxPushIPConfig.swift",
"Telnyx/Models/TxServerConfiguration.swift",
"Telnyx/Services/Socket.swift",
"Telnyx/Services/SocketDelegate.swift",
"Telnyx/TxClient.swift",
"Telnyx/TxClientDelegate.swift",
"Telnyx/TxClientSocketDelegate.swift",
"Telnyx/Utils/FileLoger.swift",
"Telnyx/Utils/Logger.swift",
"Telnyx/Utils/MOSCalculator.swift",
"Telnyx/Utils/NetworkMonitor.swift",
"Telnyx/Utils/TxLogger.swift",
"Telnyx/Verto/AnswerMessage.swift",
"Telnyx/Verto/AttachCallMessage.swift",
"Telnyx/Verto/ByeMessage.swift",
"Telnyx/Verto/DisablePushMessage.swift",
"Telnyx/Verto/GatewayMessage.swift",
"Telnyx/Verto/InfoMessage.swift",
"Telnyx/Verto/InviteMessage.swift",
"Telnyx/Verto/LoginMessage.swift",
"Telnyx/Verto/Message.swift",
"Telnyx/Verto/Method.swift",
"Telnyx/Verto/ModifyMessage.swift",
"Telnyx/Verto/Stats/DebugReportDataMessage.swift",
"Telnyx/Verto/Stats/DebugReportStartMessage.swift",
"Telnyx/Verto/Stats/DebugReportStopMessage.swift",
"Telnyx/Verto/Stats/StatsMessage.swift",
"Telnyx/WebRTC/Call.swift",
"Telnyx/WebRTC/Extensions/RTCBundlePolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCConfiguration+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCContinualGatheringPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceCandidate+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceConnectionState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceGatheringState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceServer+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceTransportPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCMediaStream+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCMediaStreamTrack+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCRtcpMuxPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCSdpSemantics+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCSignalingState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTClsCertPolicy+Extension.swift",
"Telnyx/WebRTC/Peer.swift",
"Telnyx/WebRTC/Stats/WebRTCEventHandler.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsEvent.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsReporter.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TelnyxRTC",
"schemes" : [
"TelnyxRTC",
"TelnyxRTCTests",
"TelnyxWebRTCDemo"
],
"targets" : [
"TelnyxRTC",
"TelnyxRTCTests",
"TelnyxWebRTCDemo",
"TelnyxWebRTCDemoUITests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"telnyx-webrtc-ios"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme telnyx-webrtc-ios -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme telnyx-webrtc-ios -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
telnyx-webrtc-ios: /Users/admin/builder/spi-builder-workspace
WebRTC: https://github.com/stasel/WebRTC.git @ 124.0.0
Starscream: https://github.com/daltoniam/Starscream.git @ 4.0.8
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
Target 'telnyx-webrtc-ios' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'WebRTC' in project 'WebRTC' (no dependencies)
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream_Starscream' in project 'Starscream' (no dependencies)
Target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2b387d246e4c1148a9f2f6e86712c320
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b387d246e4c1148a9f2f6e86712c320.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'telnyx-webrtc-ios' from project 'telnyx-webrtc-ios')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'telnyx-webrtc-ios' from project 'telnyx-webrtc-ios')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'WebRTC' from project 'WebRTC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'TelnyxRTC' from project 'telnyx-webrtc-ios')
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
telnyx-webrtc-ios: /Users/admin/builder/spi-builder-workspace
Starscream: https://github.com/daltoniam/Starscream.git @ 4.0.8
WebRTC: https://github.com/stasel/WebRTC.git @ 124.0.0
resolved source packages: telnyx-webrtc-ios, Starscream, WebRTC
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.6",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "webrtc",
"requirement" : {
"range" : [
{
"lower_bound" : "124.0.0",
"upper_bound" : "125.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "telnyx-webrtc-ios",
"name" : "telnyx-webrtc-ios",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "telnyx-webrtc-ios",
"targets" : [
"TelnyxRTC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TelnyxRTC",
"module_type" : "SwiftTarget",
"name" : "TelnyxRTC",
"path" : "TelnyxRTC",
"product_dependencies" : [
"Starscream",
"WebRTC"
],
"product_memberships" : [
"telnyx-webrtc-ios"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/TelnyxRTC/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Telnyx/Extensions/Dictionary+Extensions.swift",
"Telnyx/InternalConfig.swift",
"Telnyx/Models/CallQualityMetrics.swift",
"Telnyx/Models/Params.swift",
"Telnyx/Models/TxCallInfo.swift",
"Telnyx/Models/TxCallOptions.swift",
"Telnyx/Models/TxConfig.swift",
"Telnyx/Models/TxError.swift",
"Telnyx/Models/TxPushConfig.swift",
"Telnyx/Models/TxPushIPConfig.swift",
"Telnyx/Models/TxServerConfiguration.swift",
"Telnyx/Services/Socket.swift",
"Telnyx/Services/SocketDelegate.swift",
"Telnyx/TxClient.swift",
"Telnyx/TxClientDelegate.swift",
"Telnyx/TxClientSocketDelegate.swift",
"Telnyx/Utils/FileLoger.swift",
"Telnyx/Utils/Logger.swift",
"Telnyx/Utils/MOSCalculator.swift",
"Telnyx/Utils/NetworkMonitor.swift",
"Telnyx/Utils/TxLogger.swift",
"Telnyx/Verto/AnswerMessage.swift",
"Telnyx/Verto/AttachCallMessage.swift",
"Telnyx/Verto/ByeMessage.swift",
"Telnyx/Verto/DisablePushMessage.swift",
"Telnyx/Verto/GatewayMessage.swift",
"Telnyx/Verto/InfoMessage.swift",
"Telnyx/Verto/InviteMessage.swift",
"Telnyx/Verto/LoginMessage.swift",
"Telnyx/Verto/Message.swift",
"Telnyx/Verto/Method.swift",
"Telnyx/Verto/ModifyMessage.swift",
"Telnyx/Verto/Stats/DebugReportDataMessage.swift",
"Telnyx/Verto/Stats/DebugReportStartMessage.swift",
"Telnyx/Verto/Stats/DebugReportStopMessage.swift",
"Telnyx/Verto/Stats/StatsMessage.swift",
"Telnyx/WebRTC/Call.swift",
"Telnyx/WebRTC/Extensions/RTCBundlePolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCConfiguration+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCContinualGatheringPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceCandidate+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceConnectionState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceGatheringState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceServer+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCIceTransportPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCMediaStream+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCMediaStreamTrack+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCRtcpMuxPolicy+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCSdpSemantics+Extension.swift",
"Telnyx/WebRTC/Extensions/RTCSignalingState+Extension.swift",
"Telnyx/WebRTC/Extensions/RTClsCertPolicy+Extension.swift",
"Telnyx/WebRTC/Peer.swift",
"Telnyx/WebRTC/Stats/WebRTCEventHandler.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsEvent.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsReporter.swift",
"Telnyx/WebRTC/Stats/WebRTCStatsTag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"telnyx-webrtc-ios"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme telnyx-webrtc-ios -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme telnyx-webrtc-ios -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
telnyx-webrtc-ios: /Users/admin/builder/spi-builder-workspace
Starscream: https://github.com/daltoniam/Starscream.git @ 4.0.8
WebRTC: https://github.com/stasel/WebRTC.git @ 124.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
Target 'telnyx-webrtc-ios' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'WebRTC' in project 'WebRTC'
Target 'WebRTC' in project 'WebRTC' (no dependencies)
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream' in project 'Starscream'
➜ Explicit dependency on target 'Starscream_Starscream' in project 'Starscream'
Target 'Starscream_Starscream' in project 'Starscream' (no dependencies)
Target 'telnyx-webrtc-ios_TelnyxRTC' in project 'telnyx-webrtc-ios' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2b387d246e4c1148a9f2f6e86712c320
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b387d246e4c1148a9f2f6e86712c320.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'WebRTC' from project 'WebRTC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'TelnyxRTC' from project 'telnyx-webrtc-ios')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'telnyx-webrtc-ios' from project 'telnyx-webrtc-ios')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc/WebRTC/WebRTC.xcframework'. (in target 'telnyx-webrtc-ios' from project 'telnyx-webrtc-ios')
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS