Build Information
Failed to build StreamDeck, reference main (57f3ff), with Swift 5.10 for Linux on 7 Nov 2025 07:40:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/StreamDeckPlugin.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/emorydunn/StreamDeckPlugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 57f3ffd Set version in docs
Cloned https://github.com/emorydunn/StreamDeckPlugin.git
Revision (git rev-parse @):
57f3ffdc486bb21d29275b3300a867dbe5481789
SUCCESS checkout https://github.com/emorydunn/StreamDeckPlugin.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/emorydunn/StreamDeckPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
[239/18846] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.67s)
[7676/16686] Fetching swift-argument-parser
[8344/89405] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.50s)
[13090/72719] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.10s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3572] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.08s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.6.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/44] Write sources
[24/44] Compiling _SwiftSyntaxCShims dummy.c
[25/44] Write swift-version-24593BA9C3E375BF.txt
[27/71] Emitting module SwiftSyntax509
[28/71] Compiling SwiftSyntax509 Empty.swift
[29/72] Emitting module SwiftSyntax601
[30/72] Compiling SwiftSyntax601 Empty.swift
[31/73] Emitting module SwiftSyntax510
[32/73] Compiling SwiftSyntax510 Empty.swift
[34/74] Wrapping AST for SwiftSyntax509 for debugging
[37/74] Emitting module SwiftSyntax600
[38/74] Compiling SwiftSyntax600 Empty.swift
[38/75] Wrapping AST for SwiftSyntax601 for debugging
[40/75] Wrapping AST for SwiftSyntax510 for debugging
[41/75] Wrapping AST for SwiftSyntax600 for debugging
[43/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[44/139] Emitting module ArgumentParserToolInfo
[46/184] Compiling ArgumentParser Argument.swift
[47/184] Compiling ArgumentParser ArgumentDiscussion.swift
[48/184] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/184] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/184] Compiling ArgumentParser AsyncParsableCommand.swift
[51/184] Compiling ArgumentParser CommandConfiguration.swift
[52/186] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:18: error: cannot find type 'FormatStyle' in scope
public extension FormatStyle where Self == Color.FormatStyle {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:89: error: 'FormatInput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:34:41: error: no type named 'FormatStyle' in module 'Foundation'
extension Color.FormatStyle: Foundation.FormatStyle {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:30: error: 'where' clause cannot be applied to a non-generic top-level declaration
public extension FormatStyle where Self == Color.FormatStyle {
^
[53/186] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:18: error: cannot find type 'FormatStyle' in scope
public extension FormatStyle where Self == Color.FormatStyle {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:89: error: 'FormatInput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:34:41: error: no type named 'FormatStyle' in module 'Foundation'
extension Color.FormatStyle: Foundation.FormatStyle {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:30: error: 'where' clause cannot be applied to a non-generic top-level declaration
public extension FormatStyle where Self == Color.FormatStyle {
^
[54/186] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:18: error: cannot find type 'FormatStyle' in scope
public extension FormatStyle where Self == Color.FormatStyle {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:89: error: 'FormatInput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:34:41: error: no type named 'FormatStyle' in module 'Foundation'
extension Color.FormatStyle: Foundation.FormatStyle {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:30: error: 'where' clause cannot be applied to a non-generic top-level declaration
public extension FormatStyle where Self == Color.FormatStyle {
^
[55/186] Compiling ArgumentParser ArgumentHelp.swift
[56/186] Compiling ArgumentParser OptionGroup.swift
[57/186] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:190:40: error: cannot infer contextual base in reference to member 'hex'
try container.encode(self.formatted(.hex))
~^~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:21: error: value of type 'Double' has no member 'formatted'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:32: error: cannot infer contextual base in reference to member 'number'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:50: error: cannot infer contextual base in reference to member 'fractionLength'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~~~~~~~~~
[58/186] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:190:40: error: cannot infer contextual base in reference to member 'hex'
try container.encode(self.formatted(.hex))
~^~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:21: error: value of type 'Double' has no member 'formatted'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:32: error: cannot infer contextual base in reference to member 'number'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:50: error: cannot infer contextual base in reference to member 'fractionLength'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~~~~~~~~~
[59/186] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color.swift:190:40: error: cannot infer contextual base in reference to member 'hex'
try container.encode(self.formatted(.hex))
~^~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:21: error: value of type 'Double' has no member 'formatted'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:32: error: cannot infer contextual base in reference to member 'number'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:50: error: cannot infer contextual base in reference to member 'fractionLength'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/186] Emitting module SDPlusLayout
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:54:18: error: cannot find type 'FormatStyle' in scope
public extension FormatStyle where Self == Color.FormatStyle {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:38: error: no type named 'FormatStyle' in module 'Foundation'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:68: error: 'FormatOutput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:27:89: error: 'FormatInput' is not a member type of type 'F'
public func formatted<F: Foundation.FormatStyle>(_ style: F) -> F.FormatOutput where F.FormatInput == Color {
~ ^
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Color+FormatStyle.swift:34:41: error: no type named 'FormatStyle' in module 'Foundation'
extension Color.FormatStyle: Foundation.FormatStyle {
^
[61/186] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/186] Compiling ArgumentParser CompletionsGenerator.swift
[63/186] Emitting module ArgumentParser
[64/192] Compiling ArgumentParser CollectionExtensions.swift
[65/192] Compiling ArgumentParser Mutex.swift
[66/192] Compiling ArgumentParser Platform.swift
[67/192] Compiling ArgumentParser SequenceExtensions.swift
[68/192] Compiling ArgumentParser StringExtensions.swift
[69/192] Compiling ArgumentParser SwiftExtensions.swift
[70/192] Compiling SDPlusLayout ModifiedItem.swift
[71/192] Compiling SDPlusLayout Properties.swift
error: fatalError
BUILD FAILURE 5.10 linux