Build Information
Failed to build FFmpeg-iOS-Lame, reference main (1808fa
), with Swift 6.1 for Linux on 27 Apr 2025 16:50:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/kewlbear/FFmpeg-iOS-Lame.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/kewlbear/FFmpeg-iOS-Lame
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1808fa5 update support package version
Cloned https://github.com/kewlbear/FFmpeg-iOS-Lame.git
Revision (git rev-parse @):
1808fa5a1263c5e216646cd8421fc7dcb70520cc
SUCCESS checkout https://github.com/kewlbear/FFmpeg-iOS-Lame.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kewlbear/FFmpeg-iOS-Lame.git
https://github.com/kewlbear/FFmpeg-iOS-Lame.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ffmpeg-ios-support",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/FFmpeg-iOS-Support"
}
],
"manifest_display_name" : "FFmpeg-iOS-Lame",
"name" : "FFmpeg-iOS-Lame",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FFmpeg-iOS-Lame",
"targets" : [
"avcodec",
"avutil",
"avformat",
"avfilter",
"avdevice",
"swscale",
"swresample",
"fftools",
"Dummy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swscale",
"module_type" : "BinaryTarget",
"name" : "swscale",
"path" : "remote/archive/swscale.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "swresample",
"module_type" : "BinaryTarget",
"name" : "swresample",
"path" : "remote/archive/swresample.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "mp3lame",
"module_type" : "BinaryTarget",
"name" : "mp3lame",
"path" : "remote/archive/mp3lame.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "fftools",
"module_type" : "BinaryTarget",
"name" : "fftools",
"path" : "remote/archive/fftools.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "avutil",
"module_type" : "BinaryTarget",
"name" : "avutil",
"path" : "remote/archive/avutil.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "avformat",
"module_type" : "BinaryTarget",
"name" : "avformat",
"path" : "remote/archive/avformat.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "avfilter",
"module_type" : "BinaryTarget",
"name" : "avfilter",
"path" : "remote/archive/avfilter.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "avdevice",
"module_type" : "BinaryTarget",
"name" : "avdevice",
"path" : "remote/archive/avdevice.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "avcodec",
"module_type" : "BinaryTarget",
"name" : "avcodec",
"path" : "remote/archive/avcodec.zip",
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "FFmpeg_iOSTests",
"module_type" : "SwiftTarget",
"name" : "FFmpeg-iOSTests",
"path" : "Tests/FFmpeg-iOSTests",
"sources" : [
"FFmpeg-iOSTests.swift"
],
"target_dependencies" : [
"Dummy"
],
"type" : "test"
},
{
"c99name" : "Dummy",
"module_type" : "SwiftTarget",
"name" : "Dummy",
"path" : "Sources/Dummy",
"product_dependencies" : [
"FFmpeg-iOS-Support"
],
"product_memberships" : [
"FFmpeg-iOS-Lame"
],
"sources" : [
"Depend.swift"
],
"target_dependencies" : [
"fftools",
"avcodec",
"avformat",
"avfilter",
"avdevice",
"avutil",
"swscale",
"swresample",
"mp3lame"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/kewlbear/FFmpeg-iOS-Support
[1/36] Fetching ffmpeg-ios-support
Fetched https://github.com/kewlbear/FFmpeg-iOS-Support from cache (0.21s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (0.78s)
Creating working copy for https://github.com/kewlbear/FFmpeg-iOS-Support
Working copy of https://github.com/kewlbear/FFmpeg-iOS-Support resolved at 0.0.2
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
[1397/197562] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
[165219/1155628] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[263496/2707629] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[494314/7568372] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[547684/8284704] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
[947019/30354374] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[1779232/36931490] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[1796371/37006661] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (0.94s)
[2001534/36809099] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (0.97s)
[4393820/36733928] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[12341762/35775862] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (1.05s)
[28933693/34223861] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip (1.19s)
[28949768/33507529] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip (1.20s)
[33523904/34179109] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip (1.36s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip (1.56s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip (1.72s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip (2.93s)
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[5/7] Emitting module Depend
[6/7] Compiling Depend Depend.swift
/host/spi-builder-workspace/.build/checkouts/FFmpeg-iOS-Support/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
18 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/8] Compiling Hook Hook.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[0/1] Planning build
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling Depend Depend.swift
[3/4] Emitting module Depend
/host/spi-builder-workspace/.build/checkouts/FFmpeg-iOS-Support/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
18 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/5] Compiling Hook Hook.m
BUILD FAILURE 6.1 linux