Build Information
Failed to build SoundPulseButton, reference main (f994bb), with Swift 6.3 for Linux on 16 Apr 2026 17:12:03 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.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/mikhailkogan17/SoundPulseButton.git
Reference: main
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/mikhailkogan17/SoundPulseButton
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f994bb0 Fixed crash of level calculation in AudioLevelRepository
Cloned https://github.com/mikhailkogan17/SoundPulseButton.git
Revision (git rev-parse @):
f994bb0a833b6209a990b7e66120bbb569402da5
SUCCESS checkout https://github.com/mikhailkogan17/SoundPulseButton.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/mikhailkogan17/SoundPulseButton.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.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/Lakr233/ColorfulX
[1/1726] Fetching colorfulx
Fetched https://github.com/Lakr233/ColorfulX from cache (0.71s)
Computing version for https://github.com/Lakr233/ColorfulX
Computed https://github.com/Lakr233/ColorfulX at 5.8.3 (1.16s)
Fetching https://github.com/Lakr233/SpringInterpolation.git
Fetching https://github.com/Lakr233/ColorVector.git
Fetching https://github.com/Lakr233/MSDisplayLink.git
[1/77] Fetching colorvector
[78/205] Fetching colorvector, msdisplaylink
[206/404] Fetching colorvector, msdisplaylink, springinterpolation
Fetched https://github.com/Lakr233/ColorVector.git from cache (0.30s)
Fetched https://github.com/Lakr233/SpringInterpolation.git from cache (0.31s)
Fetched https://github.com/Lakr233/MSDisplayLink.git from cache (0.31s)
Computing version for https://github.com/Lakr233/MSDisplayLink.git
Computed https://github.com/Lakr233/MSDisplayLink.git at 2.1.0 (0.82s)
Computing version for https://github.com/Lakr233/SpringInterpolation.git
Computed https://github.com/Lakr233/SpringInterpolation.git at 1.4.0 (0.40s)
Computing version for https://github.com/Lakr233/ColorVector.git
Computed https://github.com/Lakr233/ColorVector.git at 1.0.5 (0.39s)
Creating working copy for https://github.com/Lakr233/ColorfulX
Working copy of https://github.com/Lakr233/ColorfulX resolved at 5.8.3
Creating working copy for https://github.com/Lakr233/ColorVector.git
Working copy of https://github.com/Lakr233/ColorVector.git resolved at 1.0.5
Creating working copy for https://github.com/Lakr233/SpringInterpolation.git
Working copy of https://github.com/Lakr233/SpringInterpolation.git resolved at 1.4.0
Creating working copy for https://github.com/Lakr233/MSDisplayLink.git
Working copy of https://github.com/Lakr233/MSDisplayLink.git resolved at 2.1.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/33] Emitting module MSDisplayLink
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[8/33] Compiling ColorVector ColorVector+XYZ.swift
[9/33] Compiling MSDisplayLink DisplayLinkDriver.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[10/34] Compiling SpringInterpolation SpringInterpolation+AppKit.swift
[11/34] Compiling SpringInterpolation SpringInterpolation+Configuration.swift
[12/34] Emitting module SpringInterpolation
[13/34] Compiling ColorVector ColorVector+RGB.swift
[14/34] Compiling ColorVector ColorConversion+LAB_LCH.swift
[15/34] Compiling ColorVector ColorConversion+LAB_XYZ.swift
[16/34] Compiling SpringInterpolation SpringInterpolation+Parameters.swift
[17/34] Compiling SpringInterpolation SpringInterpolation+Context.swift
[18/34] Compiling SpringInterpolation SpringInterpolation.swift
[19/34] Compiling SpringInterpolation SpringInterpolation2D.swift
[20/35] Compiling ColorVector ColorConversion+LCH_LAB.swift
[21/35] Compiling ColorVector ColorConversion+RGB_XYZ.swift
[22/35] Compiling MSDisplayLink DisplayLinkDriver+CV.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[23/35] Compiling MSDisplayLink DisplayLinkDriver+Helper.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[24/35] Compiling MSDisplayLink DisplayLinkDriver+CA.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[25/35] Compiling MSDisplayLink DisplayLinkCallbackContext.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[26/35] Compiling MSDisplayLink DisplayLink+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[27/35] Compiling MSDisplayLink DisplayLink.swift
/host/spi-builder-workspace/.build/checkouts/MSDisplayLink/Sources/MSDisplayLink/DisplayLink+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @MainActor
[28/35] Compiling ColorVector ColorConversion.swift
[29/35] Compiling ColorVector ColorVector+LAB.swift
[30/35] Compiling ColorVector ColorConversion+XYZ_LAB.swift
[31/35] Compiling ColorVector ColorConversion+XYZ_RGB.swift
[32/35] Emitting module ColorVector
[33/35] Compiling ColorVector ColorVector+LCH.swift
BUILD FAILURE 6.3 linux