The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HaishinKit, reference 2.2.5 (dc880c), with Swift 6.0 for Linux on 28 Mar 2026 13:11:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HaishinKit/HaishinKit.swift.git
Reference: 2.2.5
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/HaishinKit/HaishinKit.swift
 * tag               2.2.5      -> FETCH_HEAD
HEAD is now at dc880cb Fix compilation error
Cloned https://github.com/HaishinKit/HaishinKit.swift.git
Revision (git rev-parse @):
dc880cb540b8feeb98f64e8b7dcfaaf320b6b2bd
SUCCESS checkout https://github.com/HaishinKit/HaishinKit.swift.git at 2.2.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/HaishinKit/HaishinKit.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/shogo4405/Logboard.git
[1/1592] Fetching logboard
[1593/3763] Fetching logboard, swift-docc-plugin
Fetched https://github.com/shogo4405/Logboard.git from cache (1.11s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/shogo4405/Logboard.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.014jf2/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.9.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.KnkVrP/logboard-manifest"])
/Package.swift:26:13: error: unexpected ',' separator
24 |             name: "Logboard",
25 |             dependencies: [],
26 |             )
   |             `- error: unexpected ',' separator
27 |     ]
28 | ) in https://github.com/shogo4405/Logboard.git
error: 'spi-builder-workspace': binary target 'libsrt' could not be mapped to an artifact with expected name 'libsrt'
BUILD FAILURE 6.0 linux