The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DecartSDK, reference v0.1.2 (d2f23f), with Swift 6.2 for Linux on 25 Nov 2025 03:36:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DecartAI/decart-ios.git
Reference: v0.1.2
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/DecartAI/decart-ios
 * tag               v0.1.2     -> FETCH_HEAD
HEAD is now at d2f23f6 fix webrtc config + simulator macro (#11)
Cloned https://github.com/DecartAI/decart-ios.git
Revision (git rev-parse @):
d2f23f6af4e00c18c8a0d3df980f29a2c2e76677
SUCCESS checkout https://github.com/DecartAI/decart-ios.git at v0.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DecartAI/decart-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/stasel/WebRTC.git
[1/704] Fetching webrtc
Fetched https://github.com/stasel/WebRTC.git from cache (0.24s)
Computing version for https://github.com/stasel/WebRTC.git
Computed https://github.com/stasel/WebRTC.git at 140.0.0 (3.08s)
Creating working copy for https://github.com/stasel/WebRTC.git
Working copy of https://github.com/stasel/WebRTC.git resolved at 140.0.0
Downloading binary artifact https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
[1397/41474976] Downloading https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip
Downloaded https://github.com/stasel/WebRTC/releases/download/140.0.0/WebRTC-M140.xcframework.zip (3.76s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] Emitting module DecartSDK
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[4/23] Compiling DecartSDK DecartSDK.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[5/23] Compiling DecartSDK ModelDataTypes.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[6/23] Compiling DecartSDK ModelState.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[7/25] Compiling DecartSDK CaptureDataTypes.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[8/25] Compiling DecartSDK CaptureExtensions.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[9/25] Compiling DecartSDK RealtimeCameraCapture.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[10/25] Compiling DecartSDK RealtimeDataTypes.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[11/25] Compiling DecartSDK RTCPeerConnection+Ext.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[12/25] Compiling DecartSDK SignalingManager.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[13/25] Compiling DecartSDK Logger.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[14/25] Compiling DecartSDK RTCMLVideoViewWrapper.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[15/25] Compiling DecartSDK Models.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[16/25] Compiling DecartSDK ModelsInputFactory.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[17/25] Compiling DecartSDK ProcessClient.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[18/25] Compiling DecartSDK WebSocketClient.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[19/25] Compiling DecartSDK DecartError.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[20/25] Compiling DecartSDK RealtimeClient+Media.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[21/25] Compiling DecartSDK RealtimeClient.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[22/25] Compiling DecartSDK RealtimeConfiguration.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[23/25] Compiling DecartSDK SignalingModel.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[24/25] Compiling DecartSDK WebRTCManager.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
[25/25] Compiling DecartSDK SocketStream.swift
/host/spi-builder-workspace/Sources/DecartSDK/Capture/CaptureExtensions.swift:7:8: error: no such module 'AVFoundation'
 5 | //  Created by Alon Bar-el on 04/11/2025.
 6 | //
 7 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 8 | import WebRTC
 9 |
BUILD FAILURE 6.2 linux