The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ALSA, reference 0.1.0 (1adfdc), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 06:11:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.2 (4.74s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-alsa",
      "name": "ALSA",
      "url": "https://github.com/Vaidios/swift-alsa.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-alsa",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Vaidios/swift-alsa.git
[1/205] Fetching swift-alsa
Fetched https://github.com/Vaidios/swift-alsa.git from cache (1.00s)
Creating working copy for https://github.com/Vaidios/swift-alsa.git
Working copy of https://github.com/Vaidios/swift-alsa.git resolved at 0.1.0 (1adfdc4)
warning: '.resolve-product-dependencies': dependency 'swift-alsa' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Vaidios/swift-alsa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/11] Write sources
[2/11] Copying applaus.wav
[3/11] Write Example-entitlement.plist
[4/11] Write sources
[7/11] Write swift-version--6988338F2F200930.txt
[9/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/24] Emitting module ArgumentParserToolInfo
[11/62] Compiling ArgumentParser BashCompletionsGenerator.swift
[12/62] Compiling ArgumentParser CompletionsGenerator.swift
[13/62] Compiling ArgumentParser FishCompletionsGenerator.swift
[14/62] Compiling ArgumentParser ZshCompletionsGenerator.swift
[15/62] Compiling ArgumentParser Argument.swift
[16/62] Compiling ArgumentParser InputOrigin.swift
[17/62] Compiling ArgumentParser Name.swift
[18/62] Compiling ArgumentParser Parsed.swift
[19/62] Compiling ArgumentParser ParsedValues.swift
[20/66] Compiling ArgumentParser ArgumentHelp.swift
[21/66] Compiling ArgumentParser ArgumentVisibility.swift
[22/66] Compiling ArgumentParser CompletionKind.swift
[23/66] Compiling ArgumentParser Errors.swift
[24/66] Compiling ArgumentParser Flag.swift
[25/66] Compiling ArgumentParser NameSpecification.swift
[26/66] Compiling ArgumentParser Option.swift
[27/66] Compiling ArgumentParser OptionGroup.swift
[28/66] Compiling ArgumentParser ArgumentDefinition.swift
[29/66] Compiling ArgumentParser ArgumentSet.swift
[30/66] Compiling ArgumentParser CommandParser.swift
[31/66] Compiling ArgumentParser InputKey.swift
[32/66] Compiling ArgumentParser Platform.swift
[33/66] Compiling ArgumentParser SequenceExtensions.swift
[34/66] Compiling ArgumentParser StringExtensions.swift
[35/66] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/66] Emitting module ALSA
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[37/66] Compiling ALSA ALSADeviceInfo.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[40/66] Compiling ALSA HardwareParameters.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[41/67] Compiling ALSA PCMDevice.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[42/67] Compiling ALSA PCMDevice+Ext.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[43/67] Compiling ALSA PCMFormat.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[44/67] Compiling ALSA ALSADevices.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[45/67] Compiling ALSA PCMStream.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[46/67] Compiling ALSA PCMAccess.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
[47/67] Compiling ArgumentParser ParsableArguments.swift
[48/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/67] Compiling ArgumentParser ParsableCommand.swift
[50/67] Compiling ArgumentParser ArgumentDecoder.swift
[51/67] Compiling ArgumentParser AsyncParsableCommand.swift
[52/67] Compiling ArgumentParser CommandConfiguration.swift
[53/67] Compiling ArgumentParser EnumerableFlag.swift
[54/67] Compiling ArgumentParser ExpressibleByArgument.swift
[55/67] Compiling ArgumentParser ParserError.swift
[56/67] Compiling ArgumentParser SplitArguments.swift
[57/67] Compiling ArgumentParser DumpHelpGenerator.swift
[58/67] Compiling ArgumentParser HelpCommand.swift
[59/67] Emitting module ArgumentParser
[60/67] Compiling ArgumentParser HelpGenerator.swift
[61/67] Compiling ArgumentParser MessageInfo.swift
[62/67] Compiling ArgumentParser UsageGenerator.swift
[63/67] Compiling ArgumentParser CollectionExtensions.swift
[64/67] Compiling ALSA WAVFile.swift
/Users/admin/builder/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 *
/Users/admin/builder/spi-builder-workspace/Sources/ALSA/ALSA.swift:1:8: error: could not build Objective-C module 'CALSA'
 1 | import CALSA
   |        `- error: could not build Objective-C module 'CALSA'
 2 | import Foundation
 3 |
BUILD FAILURE 6.3 macosSpm