Build Information
Failed to build MuxUploadSDK, reference main (ffcf66), with Swift 6.0 for Linux on 10 Apr 2026 01:56:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/muxinc/swift-upload-sdk.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/muxinc/swift-upload-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ffcf664 Version bumps
Cloned https://github.com/muxinc/swift-upload-sdk.git
Revision (git rev-parse @):
ffcf664d5172b7df94b1803865a276d2edd4d88a
SUCCESS checkout https://github.com/muxinc/swift-upload-sdk.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/muxinc/swift-upload-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/29] Compiling MuxUploadSDK Reporter.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[6/29] Compiling MuxUploadSDK UploadFailedEvent.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[7/29] Compiling MuxUploadSDK UploadSucceededEvent.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[8/32] Compiling MuxUploadSDK Error+InternalErrors.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[9/32] Compiling MuxUploadSDK HttpError.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[10/32] Compiling MuxUploadSDK InputStandardizationFailedEvent.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[11/32] Compiling MuxUploadSDK InputStandardizationSucceededEvent.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[12/32] Compiling MuxUploadSDK UploadInput.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[13/32] Compiling MuxUploadSDK DirectUpload+AVFoundation.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[14/32] Compiling MuxUploadSDK DirectUpload.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[15/32] Compiling MuxUploadSDK DirectUploadManager.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[16/32] Compiling MuxUploadSDK DirectUploadOptions.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[17/32] Compiling MuxUploadSDK PHAsset+DirectUpload.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[18/32] Compiling MuxUploadSDK SDKLogger.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[19/32] Compiling MuxUploadSDK SemanticVersion.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[20/32] Compiling MuxUploadSDK ChunkWorker.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[21/32] Compiling MuxUploadSDK UploadInputInspector.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[22/32] Compiling MuxUploadSDK UploadInputStandardizationWorker.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[23/32] Compiling MuxUploadSDK UploadInputStandardizer.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[24/32] Compiling MuxUploadSDK ChunkedFile.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/32] Emitting module MuxUploadSDK
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[26/32] Compiling MuxUploadSDK Bundle+Reporting.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[27/32] Compiling MuxUploadSDK FileManager+FileOperations.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[28/32] Compiling MuxUploadSDK NSMutableURLRequest+Reporting.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[29/32] Compiling MuxUploadSDK UploadInputFormatInspectionResult.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[30/32] Compiling MuxUploadSDK ChunkedFileUploader.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[31/32] Compiling MuxUploadSDK UploadInfo.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
[32/32] Compiling MuxUploadSDK UploadPersistence.swift
/host/spi-builder-workspace/Sources/MuxUploadSDK/InputInspection/UploadInputFormatInspectionResult.swift:5:8: error: no such module 'AVFoundation'
3 | //
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 | import Foundation
7 |
BUILD FAILURE 6.0 linux