Build Information
Failed to build CameraCapture, reference main (d84247
), with Swift 6.1 for Linux on 28 Apr 2025 13:20:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samst-one/CameraCapture.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/samst-one/CameraCapture
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d84247a Update README.md
Cloned https://github.com/samst-one/CameraCapture.git
Revision (git rev-parse @):
d84247ac7baff17e76bc5915be102da233e25a48
SUCCESS checkout https://github.com/samst-one/CameraCapture.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/samst-one/CameraCapture.git
https://github.com/samst-one/CameraCapture.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CameraCapture",
"name" : "CameraCapture",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CameraCapture",
"targets" : [
"CameraCapture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CameraCaptureTests",
"module_type" : "SwiftTarget",
"name" : "CameraCaptureTests",
"path" : "Tests/CameraCaptureTests",
"sources" : [
"CameraSettingsToAVSettingsTests.swift",
"DeviceAdaptionTests.swift",
"FocusTests.swift",
"RetrieveAvailableCamerasTests.swift",
"RotateCameraTests.swift",
"SetCameraTests.swift",
"SetFlashStateTests.swift",
"StartCameraTests.swift",
"System.swift",
"TakePhotoTests.swift",
"ZoomTests.swift"
],
"target_dependencies" : [
"CameraCapture"
],
"type" : "test"
},
{
"c99name" : "CameraCapture",
"module_type" : "SwiftTarget",
"name" : "CameraCapture",
"path" : "Sources/CameraCapture",
"product_memberships" : [
"CameraCapture"
],
"sources" : [
"Implementation/AVFoundation/AVCameraController.swift",
"Implementation/AVFoundation/AVCameraSession.swift",
"Implementation/AVFoundation/AVCaptureDelegate.swift",
"Implementation/AVFoundation/AVDataSource.swift",
"Implementation/AVFoundation/AVFlashController.swift",
"Implementation/AVFoundation/AVFocusController.swift",
"Implementation/AVFoundation/AVZoomController.swift",
"Implementation/Adapters.swift",
"Implementation/CameraRepo.swift",
"Implementation/CaptureHandler.swift",
"Implementation/DefaultCamera.swift",
"Implementation/SettingsRepo.swift",
"Implementation/Use Cases/FocusUseCase.swift",
"Implementation/Use Cases/RetrieveAvailableCamerasUseCase.swift",
"Implementation/Use Cases/RotateCameraUseCase.swift",
"Implementation/Use Cases/SetCameraUseCase.swift",
"Implementation/Use Cases/SetFlashStateUseCase.swift",
"Implementation/Use Cases/SetRotationUseCase.swift",
"Implementation/Use Cases/SetZoomUseCase.swift",
"Implementation/Use Cases/StartCameraUseCase.swift",
"Implementation/Use Cases/TakePhotoUseCase.swift",
"Implementation/Views/Presenter.swift",
"Implementation/Views/PreviewView.swift",
"Public API/Camera.swift",
"Public API/CameraFactory.swift",
"Public API/Models/CameraSettings.swift",
"Public API/Models/Device.swift",
"Public API/Models/PhotoCaptureError.swift",
"Public API/Models/ZoomObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Compiling CameraCapture AVFlashController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[4/29] Compiling CameraCapture AVFocusController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[5/29] Compiling CameraCapture AVZoomController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[6/29] Compiling CameraCapture Adapters.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[7/29] Compiling CameraCapture Camera.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[8/29] Compiling CameraCapture CameraFactory.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[9/29] Compiling CameraCapture CameraSettings.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[10/32] Compiling CameraCapture AVCameraController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[11/32] Compiling CameraCapture AVCameraSession.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[12/32] Compiling CameraCapture AVCaptureDelegate.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[13/32] Compiling CameraCapture AVDataSource.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/32] Emitting module CameraCapture
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[15/32] Compiling CameraCapture Device.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[16/32] Compiling CameraCapture PhotoCaptureError.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[17/32] Compiling CameraCapture ZoomObserver.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[18/32] Compiling CameraCapture CameraRepo.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[19/32] Compiling CameraCapture CaptureHandler.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[20/32] Compiling CameraCapture DefaultCamera.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[21/32] Compiling CameraCapture SettingsRepo.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[22/32] Compiling CameraCapture TakePhotoUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[23/32] Compiling CameraCapture Presenter.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[24/32] Compiling CameraCapture PreviewView.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[25/32] Compiling CameraCapture SetFlashStateUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[26/32] Compiling CameraCapture SetRotationUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[27/32] Compiling CameraCapture SetZoomUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[28/32] Compiling CameraCapture StartCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[29/32] Compiling CameraCapture FocusUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[30/32] Compiling CameraCapture RetrieveAvailableCamerasUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[31/32] Compiling CameraCapture RotateCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[32/32] Compiling CameraCapture SetCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/28] Emitting module CameraCapture
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[3/31] Compiling CameraCapture Camera.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[4/31] Compiling CameraCapture CameraFactory.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[5/31] Compiling CameraCapture CameraSettings.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[6/31] Compiling CameraCapture AVFlashController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[7/31] Compiling CameraCapture AVFocusController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[8/31] Compiling CameraCapture AVZoomController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[9/31] Compiling CameraCapture Adapters.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[10/31] Compiling CameraCapture AVCameraController.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[11/31] Compiling CameraCapture AVCameraSession.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[12/31] Compiling CameraCapture AVCaptureDelegate.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[13/31] Compiling CameraCapture AVDataSource.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[14/31] Compiling CameraCapture Device.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[15/31] Compiling CameraCapture PhotoCaptureError.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[16/31] Compiling CameraCapture ZoomObserver.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[17/31] Compiling CameraCapture TakePhotoUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[18/31] Compiling CameraCapture Presenter.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[19/31] Compiling CameraCapture PreviewView.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[20/31] Compiling CameraCapture FocusUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[21/31] Compiling CameraCapture RetrieveAvailableCamerasUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[22/31] Compiling CameraCapture RotateCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[23/31] Compiling CameraCapture SetCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[24/31] Compiling CameraCapture SetFlashStateUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[25/31] Compiling CameraCapture SetRotationUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[26/31] Compiling CameraCapture SetZoomUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[27/31] Compiling CameraCapture StartCameraUseCase.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[28/31] Compiling CameraCapture CameraRepo.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[29/31] Compiling CameraCapture CaptureHandler.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[30/31] Compiling CameraCapture DefaultCamera.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
[31/31] Compiling CameraCapture SettingsRepo.swift
/host/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol CameraController {
BUILD FAILURE 6.1 linux