The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build StreamDeck, reference 0.5.1 (f6d1a5), with Swift 5.9 for Linux on 17 Oct 2024 05:20:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/StreamDeckPlugin.git
Reference: 0.5.1
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
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at f6d1a5f GitHub Actions are still grumpy
Cloned https://github.com/emorydunn/StreamDeckPlugin.git
Revision (git rev-parse @):
f6d1a5ff8545106bf18720817bfa9f2833b7babc
SUCCESS checkout https://github.com/emorydunn/StreamDeckPlugin.git at 0.5.1
========================================
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-1":/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:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
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/2038] Fetching swift-docc-plugin
[2039/14291] Fetching swift-docc-plugin, swift-argument-parser
[14292/80194] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin (3.63s)
Fetched https://github.com/apple/swift-argument-parser.git (3.63s)
Fetched https://github.com/apple/swift-syntax.git (3.67s)
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.31s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.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.35s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3150] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.36s)
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
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-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/36] Compiling SwiftSyntax509 Empty.swift
[5/36] Emitting module SwiftSyntax509
[7/38] Wrapping AST for SwiftSyntax509 for debugging
[9/83] Emitting module ArgumentParserToolInfo
[10/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/123] Compiling ArgumentParser OptionGroup.swift
[14/123] Compiling ArgumentParser AsyncParsableCommand.swift
[15/125] Compiling ArgumentParser Errors.swift
[16/125] Compiling ArgumentParser Flag.swift
[17/125] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/125] Compiling ArgumentParser CompletionsGenerator.swift
[19/125] Compiling ArgumentParser NameSpecification.swift
[20/125] Compiling ArgumentParser Option.swift
[21/125] Compiling ArgumentParser Argument.swift
/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/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/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))"
                                                                                                                       ~^~~
[22/125] Compiling ArgumentParser ArgumentHelp.swift
/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/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/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))"
                                                                                                                       ~^~~
[25/125] Compiling SDPlusLayout ModifiedItem.swift
[26/125] Compiling SDPlusLayout Properties.swift
[27/125] Compiling ArgumentParser EnumerableFlag.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/130] Compiling ArgumentParser ArgumentVisibility.swift
[29/130] Compiling ArgumentParser CompletionKind.swift
[30/130] 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 {
                                        ^
[31/130] 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.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/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 {
                             ^
[32/130] Compiling ArgumentParser ZshCompletionsGenerator.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.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/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: fatalError
BUILD FAILURE 5.9 linux