Build Information
Failed to build ImageSequencer, reference main (134452
), with Swift 6.1 for Linux on 28 Apr 2025 13:19:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ImageSequencer.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/ImageSequencer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1344527 Presenter in sample app updates to accommodate new API
Cloned https://github.com/samst-one/ImageSequencer.git
Revision (git rev-parse @):
1344527d6dceb9ef6c95646fe4acffb3e9b37e6d
SUCCESS checkout https://github.com/samst-one/ImageSequencer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/samst-one/ImageSequencer.git
https://github.com/samst-one/ImageSequencer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "ImageSequencer",
"name" : "ImageSequencer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "ImageSequencer",
"targets" : [
"ImageSequencer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ImageSequencerTests",
"module_type" : "SwiftTarget",
"name" : "ImageSequencerTests",
"path" : "Tests/ImageSequencerTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ImageSequencerTests/Images/cat_1080.jpeg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ImageSequencerTests/Images/cat_1080_portrait.jpeg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AVOutputSettingsTests.swift",
"CancelRenderTests.swift",
"FinishRenderTests.swift",
"PixelBufferAttributesTests.swift",
"RenderImagesTests.swift",
"StartRenderTests.swift",
"System.swift"
],
"target_dependencies" : [
"ImageSequencer"
],
"type" : "test"
},
{
"c99name" : "ImageSequencer",
"module_type" : "SwiftTarget",
"name" : "ImageSequencer",
"path" : "Sources/ImageSequencer",
"product_memberships" : [
"ImageSequencer"
],
"sources" : [
"Implementation/DefaultImageSequencerController.swift",
"Implementation/Frameworks/AVFoundation/AssetWriter.swift",
"Implementation/Frameworks/AVFoundation/AssetWriterInput.swift",
"Implementation/Frameworks/AVFoundation/AssetWriterInputPixelBufferAdaptor.swift",
"Implementation/Frameworks/AVFoundation/OutputSettings.swift",
"Implementation/Frameworks/AVFoundation/PixelBufferOperations.swift",
"Implementation/Frameworks/CoreImage/Canvas.swift",
"Implementation/Frameworks/CoreImage/PixelBufferAttributes.swift",
"Implementation/Use Cases/CancelRenderUseCase.swift",
"Implementation/Use Cases/FinishRenderUseCase.swift",
"Implementation/Use Cases/RenderImagesUseCase.swift",
"Implementation/Use Cases/StartRenderUseCase.swift",
"Public/Factory.swift",
"Public/ImageSequencerController.swift",
"Public/RenderSettings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/17] Compiling ImageSequencer AssetWriterInput.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[4/17] Compiling ImageSequencer AssetWriterInputPixelBufferAdaptor.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[5/17] Compiling ImageSequencer OutputSettings.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[6/17] Compiling ImageSequencer PixelBufferOperations.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[7/18] Compiling ImageSequencer Canvas.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[8/18] Compiling ImageSequencer PixelBufferAttributes.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[9/18] Compiling ImageSequencer Factory.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[10/18] Compiling ImageSequencer ImageSequencerController.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[11/18] Compiling ImageSequencer CancelRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[12/18] Compiling ImageSequencer FinishRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[13/18] Compiling ImageSequencer RenderImagesUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[14/18] Compiling ImageSequencer StartRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/18] Emitting module ImageSequencer
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[16/18] Compiling ImageSequencer DefaultImageSequencerController.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[17/18] Compiling ImageSequencer AssetWriter.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[18/18] Compiling ImageSequencer RenderSettings.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/ImageSequencerTests/ImageSequencer.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling ImageSequencer CancelRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[3/16] Compiling ImageSequencer FinishRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[4/17] Compiling ImageSequencer Canvas.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[5/17] Compiling ImageSequencer PixelBufferAttributes.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/17] Emitting module ImageSequencer
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[7/17] Compiling ImageSequencer AssetWriterInput.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[8/17] Compiling ImageSequencer AssetWriterInputPixelBufferAdaptor.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[9/17] Compiling ImageSequencer DefaultImageSequencerController.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[10/17] Compiling ImageSequencer AssetWriter.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[11/17] Compiling ImageSequencer OutputSettings.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[12/17] Compiling ImageSequencer PixelBufferOperations.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[13/17] Compiling ImageSequencer RenderImagesUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[14/17] Compiling ImageSequencer StartRenderUseCase.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[15/17] Compiling ImageSequencer Factory.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[16/17] Compiling ImageSequencer ImageSequencerController.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
[17/17] Compiling ImageSequencer RenderSettings.swift
/host/spi-builder-workspace/Sources/ImageSequencer/Implementation/Frameworks/AVFoundation/AssetWriter.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 |
3 | protocol AssetWriter {
BUILD FAILURE 6.1 linux