Build Information
Failed to build ALSA, reference 0.1.0 (1adfdc), with Swift 6.3 for Linux on 22 Apr 2026 14:31:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/Vaidios/swift-alsa.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/Vaidios/swift-alsa
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 1adfdc4 Create LICENSE
Cloned https://github.com/Vaidios/swift-alsa.git
Revision (git rev-parse @):
1adfdc4241b12c49a587ccd4567fda8e30591343
SUCCESS checkout https://github.com/Vaidios/swift-alsa.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Vaidios/swift-alsa.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Fetching https://github.com/apple/swift-argument-parser
[1/17447] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.33s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Copying applaus.wav
[3/14] Write sources
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/27] Compiling ALSA PCMStream.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[10/28] Compiling ALSA PCMFormat.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[11/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/28] Emitting module ArgumentParserToolInfo
[13/29] Wrapping AST for ArgumentParserToolInfo for debugging
[15/75] Emitting module ArgumentParser
[16/81] Compiling ArgumentParser InputOrigin.swift
[17/81] Compiling ArgumentParser Name.swift
[18/81] Compiling ArgumentParser Parsed.swift
[19/81] Compiling ArgumentParser ParsedValues.swift
[20/81] Compiling ArgumentParser ParserError.swift
[21/81] Compiling ArgumentParser SplitArguments.swift
[22/81] Compiling ArgumentParser Foundation.swift
[23/81] Compiling ArgumentParser Mutex.swift
[24/81] Compiling ArgumentParser Platform.swift
[25/81] Compiling ArgumentParser SequenceExtensions.swift
[26/81] Compiling ArgumentParser StringExtensions.swift
[27/81] Compiling ArgumentParser SwiftExtensions.swift
[28/81] Compiling ArgumentParser ParentCommand.swift
[29/81] Compiling ArgumentParser AsyncParsableCommand.swift
[30/81] Compiling ArgumentParser CommandConfiguration.swift
[31/81] Compiling ArgumentParser CommandGroup.swift
[32/81] Compiling ArgumentParser EnumerableFlag.swift
[33/81] Compiling ArgumentParser ExpressibleByArgument.swift
[34/81] Compiling ArgumentParser ParsableArguments.swift
[35/81] Compiling ArgumentParser ArgumentVisibility.swift
[36/81] Compiling ArgumentParser CompletionKind.swift
[37/81] Compiling ArgumentParser Errors.swift
[38/81] Compiling ArgumentParser Flag.swift
[39/81] Compiling ArgumentParser NameSpecification.swift
[40/81] Compiling ArgumentParser Option.swift
[41/81] Compiling ArgumentParser OptionGroup.swift
[42/81] Compiling ALSA PCMAccess.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[43/81] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[44/81] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[45/81] Compiling ALSA PCMDevice.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[46/81] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[47/81] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[48/81] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[49/81] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/81] Emitting module ALSA
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
[51/81] Compiling ALSA WAVFile.swift
/host/spi-builder-workspace/Sources/CALSA/module.modulemap:2:12: error: header '/usr/include/alsa/asoundlib.h' not found
1 | module CALSA [system] {
2 | header "/usr/include/alsa/asoundlib.h"
| `- error: header '/usr/include/alsa/asoundlib.h' not found
3 | link "asound"
4 | export *
/host/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build C module 'CALSA'
1 | import CALSA
| `- error: could not build C module 'CALSA'
2 | import Foundation
3 |
BUILD FAILURE 6.3 linux