Build Information
Failed to build Aperture, reference main (85e924), with Swift 6.3 for Linux on 18 Apr 2026 00:38:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LiYanan2004/Aperture.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/LiYanan2004/Aperture
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85e9247 Fix a few crashes
Cloned https://github.com/LiYanan2004/Aperture.git
Revision (git rev-parse @):
85e9247bcffd5599ff419ac200c3c9095cd7b07c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LiYanan2004/Aperture.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/LiYanan2004/Aperture.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
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/50] Emitting module Aperture
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[4/56] Compiling Aperture CameraAdaptiveStackProxy.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[5/56] Compiling Aperture CameraViewFinder.flip.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[6/56] Compiling Aperture CameraViewFinder.focus.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[7/56] Compiling Aperture CameraViewFinder.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[8/56] Compiling Aperture CameraViewFinder.zoom.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[9/56] Compiling Aperture _FocusTargetBoundingBox.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[10/56] Compiling Aperture Cancellables.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[11/56] Compiling Aperture DeviceType.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[12/56] Compiling Aperture Logging.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[13/56] Compiling Aperture Sequence++.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[14/56] Compiling Aperture CameraPreview.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[15/56] Compiling Aperture FitAspectRatioViewModifier.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[16/56] Compiling Aperture PlatformView.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[17/56] Compiling Aperture ResponsiveButtonStyle.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[18/56] Compiling Aperture SpinningProgressView.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[19/56] Compiling Aperture _AdoptsProposedSizeViewModifier.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[20/56] Compiling Aperture ValueObservation.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[21/56] Compiling Aperture CameraFlipButton.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[22/56] Compiling Aperture CameraShutterButton.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[23/56] Compiling Aperture CameraZoomButton.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[24/56] Compiling Aperture CameraZoomReader.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[25/56] Compiling Aperture CameraOverlayElement.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[26/56] Compiling Aperture LivePhotoBadge.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[27/56] Compiling Aperture CameraAccessoryContainer.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[28/56] Compiling Aperture CameraAdaptiveStack.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[29/56] Compiling Aperture CapturedPhoto.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[30/56] Compiling Aperture PhotoCaptureConfiguration.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[31/56] Compiling Aperture PhotoCaptureDelegate.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[32/56] Compiling Aperture PhotoCaptureOptions.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[33/56] Compiling Aperture PhotoCaptureService.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[34/56] Compiling Aperture PhotoFileDataRepresentationCustomizer.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[35/56] Compiling Aperture AnyEquatable.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[36/56] Compiling Aperture CameraFlash.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[37/56] Compiling Aperture AutomaticCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[38/56] Compiling Aperture BuiltInCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[39/56] Compiling Aperture TelephotoCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[40/56] Compiling Aperture UltraWideAngleCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[41/56] Compiling Aperture WideAngleCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[42/56] Compiling Aperture CameraPosition.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[43/56] Compiling Aperture ContinuityCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[44/56] Compiling Aperture DeskViewCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[45/56] Compiling Aperture ExternalCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[46/56] Compiling Aperture SemanticCamera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[47/56] Compiling Aperture MovieCaptureConfiguration.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[48/56] Compiling Aperture MovieCaptureService.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[49/56] Compiling Aperture OutputService.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[50/56] Compiling Aperture Camera.PhotoCapture.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[51/56] Compiling Aperture Camera.State.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[52/56] Compiling Aperture Camera.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[53/56] Compiling Aperture CameraActor.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[54/56] Compiling Aperture CameraCaptureProfile.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[55/56] Compiling Aperture CameraCoordinator.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
[56/56] Compiling Aperture CameraError.swift
/host/spi-builder-workspace/Sources/Aperture/Capture/Camera.PhotoCapture.swift:9:8: error: no such module 'AVFoundation'
7 |
8 | import Foundation
9 | import AVFoundation
| `- error: no such module 'AVFoundation'
10 |
11 | extension Camera {
BUILD FAILURE 6.3 linux