The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftLAME with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hidden-spectrum/SwiftLAME.git
Reference: 0.1.0
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/hidden-spectrum/SwiftLAME
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 45d1b02 Initial release 0.1.0
Cloned https://github.com/hidden-spectrum/SwiftLAME.git
Revision (git rev-parse @):
45d1b021c2bd2bbd38b9669934c0584cda0d1b6b
SUCCESS checkout https://github.com/hidden-spectrum/SwiftLAME.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/hidden-spectrum/SwiftLAME.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/29] Compiling tabinit.c
[1/29] Compiling gain_analysis.c
[2/29] Compiling fft.c
[3/29] Compiling id3tag.c
[4/29] Compiling psymodel.c
[5/29] Compiling layer3.c
[6/29] Compiling lame.c
[7/29] Compiling layer2.c
[8/29] Compiling layer1.c
[9/29] Compiling decode_i386.c
[10/29] Compiling interface.c
[11/29] Compiling dct64_i386.c
[12/29] Compiling version.c
/host/spi-builder-workspace/Sources/LAME/libmp3lame/vector/xmm_quantize_sub.c:30:10: fatal error: 'util.h' file not found
#include "util.h"
         ^~~~~~~~
1 error generated.
[13/29] Compiling xmm_quantize_sub.c
[13/29] Compiling reservoir.c
[13/29] Compiling set_get.c
[13/29] Compiling vbrquantize.c
[13/29] Compiling common.c
[13/29] Compiling util.c
[13/29] Compiling takehiro.c
[13/29] Compiling tables.c
[0/1] Planning build
Building for debugging...
[0/16] Compiling common.c
/host/spi-builder-workspace/Sources/LAME/libmp3lame/vector/xmm_quantize_sub.c:30:10: fatal error: 'util.h' file not found
#include "util.h"
         ^~~~~~~~
1 error generated.
[1/16] Compiling xmm_quantize_sub.c
[1/16] Compiling reservoir.c
[1/16] Compiling vbrquantize.c
[1/16] Compiling tables.c
[1/16] Compiling set_get.c
[1/16] Compiling util.c
[1/16] Compiling takehiro.c
BUILD FAILURE 5.9 linux