Build Information
Failed to build StreamDeck, reference main (e8819d
), with Swift 5.9 for Linux on 30 Mar 2025 23:33:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.60.1
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 e8819d0 Allow actions to opt out of the long press timer
Cloned https://github.com/emorydunn/StreamDeckPlugin.git
Revision (git rev-parse @):
e8819d0b53567be24c39eadb0d52f829d2ffab0f
SUCCESS checkout https://github.com/emorydunn/StreamDeckPlugin.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/emorydunn/StreamDeckPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[2051/16843] Fetching swift-docc-plugin, swift-argument-parser
[16844/86568] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git (0.70s)
[4142/71775] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin (4.82s)
Fetched https://github.com/apple/swift-syntax.git (4.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.32s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (1.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.37s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3349] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.41s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
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.3
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.5.0
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/20] Compiling _SwiftSyntaxCShims dummy.c
[5/45] Compiling SwiftSyntax509 Empty.swift
[6/45] Emitting module SwiftSyntax509
[8/47] Compiling SwiftSyntax510 Empty.swift
[9/47] Emitting module SwiftSyntax510
[12/49] Compiling SwiftSyntax600 Empty.swift
[13/49] Emitting module SwiftSyntax600
[13/50] Wrapping AST for SwiftSyntax509 for debugging
[16/51] Wrapping AST for SwiftSyntax510 for debugging
[18/51] Wrapping AST for SwiftSyntax600 for debugging
[20/51] Emitting module ArgumentParserToolInfo
[21/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/155] Compiling ArgumentParser OptionGroup.swift
[25/155] Compiling ArgumentParser AsyncParsableCommand.swift
[26/155] Compiling ArgumentParser CommandConfiguration.swift
[27/155] Compiling ArgumentParser CommandGroup.swift
[28/155] Compiling ArgumentParser EnumerableFlag.swift
[30/160] Compiling ArgumentParser ArgumentVisibility.swift
[31/162] Emitting module ArgumentParser
[32/162] Compiling SDPlusLayout ModifiedItem.swift
[33/162] Compiling SDPlusLayout Properties.swift
[34/162] Compiling ArgumentParser Flag.swift
[35/162] Compiling ArgumentParser NameSpecification.swift
[36/162] Compiling ArgumentParser CompletionKind.swift
[37/162] Compiling ArgumentParser Errors.swift
[38/162] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/162] Compiling ArgumentParser Argument.swift
[40/162] Compiling ArgumentParser ArgumentHelp.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))"
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:100: error: cannot infer contextual base in reference to member 'hex'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~
/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))"
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:100: error: cannot infer contextual base in reference to member 'hex'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~
/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))"
~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SDPlusLayout/Color/Gradient.swift:51:100: error: cannot infer contextual base in reference to member 'hex'
"\(stop.position.formatted(.number.precision(.fractionLength(0..<2)))): \(stop.color.formatted(.hex))"
~^~~
[43/162] Compiling ArgumentParser BashCompletionsGenerator.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 {
^
[44/162] Compiling ArgumentParser CompletionsGenerator.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 {
^
[45/162] Compiling ArgumentParser FishCompletionsGenerator.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 {
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/162] 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 {
^
[58/162] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[59/162] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[60/162] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[61/162] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[62/162] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
error: fatalError
BUILD FAILURE 5.9 linux