Build Information
Failed to build telnyx-webrtc-ios, reference main (a2fa34), with Swift 6.1 for Android on 11 Dec 2025 15:46:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/team-telnyx/telnyx-webrtc-ios.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/team-telnyx/telnyx-webrtc-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a2fa342 Merge pull request #309 from team-telnyx/fix/WEBRTC-3144-markdown
Cloned https://github.com/team-telnyx/telnyx-webrtc-ios.git
Revision (git rev-parse @):
a2fa3421e7deb7e7b343c8957c54180c697757f5
SUCCESS checkout https://github.com/team-telnyx/telnyx-webrtc-ios.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/team-telnyx/telnyx-webrtc-ios.git
https://github.com/team-telnyx/telnyx-webrtc-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.8",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "webrtc",
"requirement" : {
"range" : [
{
"lower_bound" : "139.0.0",
"upper_bound" : "140.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stasel/WebRTC.git"
}
],
"manifest_display_name" : "telnyx-webrtc-ios",
"name" : "telnyx-webrtc-ios",
"path" : "/host/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" : "/host/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/Region.swift",
"Telnyx/Models/TxCallInfo.swift",
"Telnyx/Models/TxCallOptions.swift",
"Telnyx/Models/TxCodecCapability.swift",
"Telnyx/Models/TxConfig.swift",
"Telnyx/Models/TxError.swift",
"Telnyx/Models/TxPushConfig.swift",
"Telnyx/Models/TxPushIPConfig.swift",
"Telnyx/Models/TxServerConfiguration.swift",
"Telnyx/Services/AIAssistantManager.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/AI/AIConversationMessage.swift",
"Telnyx/Verto/AnonymousLoginMessage.swift",
"Telnyx/Verto/AnswerMessage.swift",
"Telnyx/Verto/AttachCallMessage.swift",
"Telnyx/Verto/ByeMessage.swift",
"Telnyx/Verto/DisablePushMessage.swift",
"Telnyx/Verto/GatewayMessage.swift",
"Telnyx/Verto/ICERestartMessage.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/RingingAckMessage.swift",
"Telnyx/Verto/Stats/DebugReportDataMessage.swift",
"Telnyx/Verto/Stats/DebugReportStartMessage.swift",
"Telnyx/Verto/Stats/DebugReportStopMessage.swift",
"Telnyx/Verto/Stats/StatsMessage.swift",
"Telnyx/WebRTC/Call+IceRestart.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+IceRestart.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/stasel/WebRTC.git
Fetching https://github.com/daltoniam/Starscream.git
[1/704] Fetching webrtc
[705/5774] Fetching webrtc, starscream
Fetched https://github.com/stasel/WebRTC.git from cache (0.38s)
[1217/5070] Fetching starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (0.78s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 139.0.0 (1.76s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (1.02s)
Creating working copy for https://github.com/stasel/WebRTC.git
Working copy of https://github.com/stasel/WebRTC.git resolved at 139.0.0
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Downloading binary artifact https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip
[1361/1361] Downloading https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip
error: failed downloading 'https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip' which is required by binary target 'WebRTC': /root/.cache/org.swift.swiftpm/artifacts/https___github_com_stasel_WebRTC_releases_download_139_0_0_WebRTC_M139_xcframework_zip already exists in file system
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Downloading binary artifact https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip
[1361/1361] Downloading https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip
error: failed downloading 'https://github.com/stasel/WebRTC/releases/download/139.0.0/WebRTC-M139.xcframework.zip' which is required by binary target 'WebRTC': /root/.cache/org.swift.swiftpm/artifacts/https___github_com_stasel_WebRTC_releases_download_139_0_0_WebRTC_M139_xcframework_zip already exists in file system
BUILD FAILURE 6.1 android