The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build BluetoothConnector, reference master (56a534), with Swift 5.9 for Linux on 20 May 2025 03:58:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lapfelix/bluetoothconnector.git
Reference: master
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/lapfelix/bluetoothconnector
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 56a5343 Merge pull request #30 from korak1111/master
Cloned https://github.com/lapfelix/bluetoothconnector.git
Revision (git rev-parse @):
56a5343cc83c84bfc1c28e9e06f7428d8ca7ed98
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lapfelix/bluetoothconnector.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/lapfelix/bluetoothconnector.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/15325] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git (0.95s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (1.47s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/7] Emitting module ArgumentParserToolInfo
[3/7] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/9] Wrapping AST for ArgumentParserToolInfo for debugging
[7/46] Emitting module ArgumentParser
[8/51] Compiling ArgumentParser ArgumentVisibility.swift
[9/51] Compiling ArgumentParser CompletionKind.swift
[10/51] Compiling ArgumentParser Errors.swift
[11/51] Compiling ArgumentParser Flag.swift
[12/51] Compiling ArgumentParser NameSpecification.swift
[13/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/51] Compiling ArgumentParser CompletionsGenerator.swift
[15/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/51] Compiling ArgumentParser Argument.swift
[18/51] Compiling ArgumentParser ArgumentHelp.swift
[19/51] Compiling ArgumentParser Name.swift
[20/51] Compiling ArgumentParser Parsed.swift
[21/51] Compiling ArgumentParser ParsedValues.swift
[22/51] Compiling ArgumentParser ParserError.swift
[23/51] Compiling ArgumentParser SplitArguments.swift
[24/51] Compiling ArgumentParser ArgumentDefinition.swift
[25/51] Compiling ArgumentParser ArgumentSet.swift
[26/51] Compiling ArgumentParser CommandParser.swift
[27/51] Compiling ArgumentParser InputKey.swift
[28/51] Compiling ArgumentParser InputOrigin.swift
[29/51] Compiling ArgumentParser CollectionExtensions.swift
[30/51] Compiling ArgumentParser Platform.swift
[31/51] Compiling ArgumentParser SequenceExtensions.swift
[32/51] Compiling ArgumentParser StringExtensions.swift
[33/51] Compiling ArgumentParser Tree.swift
[34/51] Compiling ArgumentParser ExpressibleByArgument.swift
[35/51] Compiling ArgumentParser ParsableArguments.swift
[36/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/51] Compiling ArgumentParser ParsableCommand.swift
[38/51] Compiling ArgumentParser ArgumentDecoder.swift
[39/51] Compiling ArgumentParser Option.swift
[40/51] Compiling ArgumentParser OptionGroup.swift
[41/51] Compiling ArgumentParser AsyncParsableCommand.swift
[42/51] Compiling ArgumentParser CommandConfiguration.swift
[43/51] Compiling ArgumentParser EnumerableFlag.swift
[44/51] Compiling ArgumentParser DumpHelpGenerator.swift
[45/51] Compiling ArgumentParser HelpCommand.swift
[46/51] Compiling ArgumentParser HelpGenerator.swift
[47/51] Compiling ArgumentParser MessageInfo.swift
[48/51] Compiling ArgumentParser UsageGenerator.swift
[50/53] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/55] Emitting module BluetoothConnector
/host/spi-builder-workspace/Sources/BluetoothConnector/main.swift:1:8: error: no such module 'IOBluetooth'
import IOBluetooth
       ^
[53/55] Compiling BluetoothConnector main.swift
/host/spi-builder-workspace/Sources/BluetoothConnector/main.swift:1:8: error: no such module 'IOBluetooth'
import IOBluetooth
       ^
error: fatalError
BUILD FAILURE 5.9 linux