Build Information
Failed to build CommandShell with Swift 5.8 for Linux.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.28.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/CommandShell.git
Reference: v2.1.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/elegantchaos/CommandShell
* tag v2.1.5 -> FETCH_HEAD
HEAD is now at 63f783a Added better version output, and --about command.
Cloned https://github.com/elegantchaos/CommandShell.git
Revision (git rev-parse @):
63f783a6546fed0723b2eb8b8fa12e27277b0ea2
SUCCESS checkout https://github.com/elegantchaos/CommandShell.git at v2.1.5
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/elegantchaos/SemanticVersion.git
[1/113] Fetching matchable
[109/265] Fetching matchable, semanticversion
Fetching https://github.com/elegantchaos/Logger.git
Fetched https://github.com/elegantchaos/SemanticVersion.git (0.23s)
[109/11490] Fetching matchable, swift-argument-parser
[1475/13337] Fetching matchable, swift-argument-parser, logger
Fetched https://github.com/elegantchaos/Logger.git (0.26s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[9438/11490] Fetching matchable, swift-argument-parser
Fetched https://github.com/elegantchaos/Matchable.git (0.71s)
[11378/11942] Fetching swift-argument-parser, xctestextensions
[108/565] Fetching xctestextensions
Fetched https://github.com/apple/swift-argument-parser (0.72s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.26s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.9 (0.35s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.35s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.36s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.39s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.35s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.0
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.4.9
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.1
Building for debugging...
[1/20] Emitting module SemanticVersion
[2/20] Compiling SemanticVersion SemanticVersion.swift
[5/22] Compiling Logger OSLogHandler.swift
[6/22] Compiling Logger PrintHandler.swift
[6/23] Wrapping AST for SemanticVersion for debugging
[8/23] Compiling Logger NSLogHandler.swift
[9/23] Emitting module ArgumentParserToolInfo
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/25] Wrapping AST for ArgumentParserToolInfo for debugging
[14/59] Compiling ArgumentParser Option.swift
[15/59] Compiling ArgumentParser OptionGroup.swift
[16/59] Compiling ArgumentParser CommandConfiguration.swift
[17/59] Compiling ArgumentParser EnumerableFlag.swift
[18/59] Compiling ArgumentParser ExpressibleByArgument.swift
[19/63] Compiling Logger ManagerSettings.swift
[20/63] Compiling ArgumentParser ParsedValues.swift
[21/63] Compiling ArgumentParser ParserError.swift
[22/63] Compiling ArgumentParser SplitArguments.swift
[23/63] Compiling ArgumentParser DumpHelpGenerator.swift
[24/63] Compiling Logger Handler.swift
[25/63] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/63] Compiling ArgumentParser CompletionsGenerator.swift
[27/63] Emitting module Logger
[28/63] Compiling Logger Manager.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:65:38: error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
let dictionary = Thread.main.threadDictionary
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
[29/63] Emitting module ArgumentParser
[32/63] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/63] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/63] Compiling ArgumentParser Argument.swift
[35/63] Compiling Logger UserDefaultsManagerSettings.swift
[0/1] Planning build
Building for debugging...
[1/29] Compiling Logger Manager.swift
/host/spi-builder-workspace/.build/checkouts/Logger/Sources/Logger/Manager.swift:65:38: error: value of type '(Thread) -> () -> ()' has no member 'threadDictionary'
let dictionary = Thread.main.threadDictionary
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
[2/29] Emitting module Logger
BUILD FAILURE 5.8 linux