Build Information
Failed to build CommandShell with Swift 5.9 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.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
[1/152] Fetching semanticversion
[153/1999] Fetching semanticversion, logger
[2000/13376] Fetching semanticversion, logger, swift-argument-parser
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetched https://github.com/elegantchaos/SemanticVersion.git (0.66s)
Fetched https://github.com/elegantchaos/Logger.git (0.66s)
Fetching https://github.com/elegantchaos/Matchable.git
Fetched https://github.com/apple/swift-argument-parser (0.67s)
[1/113] Fetching matchable
[114/678] Fetching matchable, xctestextensions
Fetched https://github.com/elegantchaos/Matchable.git (0.25s)
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.34s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.34s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.58s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.61s)
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/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
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/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.1
Building for debugging...
[1/20] Emitting module ArgumentParserToolInfo
[2/20] Compiling Logger OSLogHandler.swift
[3/21] Compiling SemanticVersion SemanticVersion.swift
[4/21] Emitting module SemanticVersion
[6/23] Compiling Logger PrintHandler.swift
[7/23] Compiling Logger NSLogHandler.swift
[8/23] Wrapping AST for SemanticVersion for debugging
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/25] Wrapping AST for ArgumentParserToolInfo for debugging
[14/59] Compiling Logger UserDefaultsManagerSettings.swift
[15/59] Compiling Logger ManagerSettings.swift
[16/59] Compiling Logger Handler.swift
[17/59] Compiling ArgumentParser ArgumentHelp.swift
[18/59] Compiling ArgumentParser CompletionKind.swift
[19/59] Emitting module Logger
[20/59] 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
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[1/41] 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/41] Emitting module Logger
error: fatalError
BUILD FAILURE 5.9 linux