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: 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/elegantchaos/CommandShell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/apple/swift-argument-parser
[1/113] Fetching matchable
[89/1960] Fetching matchable, logger
[1961/13337] Fetching matchable, logger, swift-argument-parser
Fetching https://github.com/elegantchaos/SemanticVersion.git
Fetched https://github.com/elegantchaos/Matchable.git (0.76s)
Fetched https://github.com/elegantchaos/Logger.git (0.76s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetched https://github.com/apple/swift-argument-parser (0.77s)
[1/152] Fetching semanticversion
[153/717] Fetching semanticversion, xctestextensions
Fetched https://github.com/elegantchaos/SemanticVersion.git (0.22s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.23s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.9 (0.42s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.43s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.42s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.44s)
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/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.1
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
Building for debugging...
[1/20] Emitting module Logger
[2/21] Compiling SemanticVersion SemanticVersion.swift
[3/21] Emitting module SemanticVersion
[6/23] Compiling Logger OSLogHandler.swift
[7/23] Compiling Logger PrintHandler.swift
[8/23] Compiling Logger NSLogHandler.swift
[9/23] Emitting module ArgumentParserToolInfo
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/25] Wrapping AST for SemanticVersion for debugging
[13/25] Wrapping AST for ArgumentParserToolInfo for debugging
[15/59] Compiling Logger ManagerSettings.swift
[16/59] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/59] Compiling ArgumentParser CompletionsGenerator.swift
[18/59] Compiling Logger UserDefaultsManagerSettings.swift
[19/59] Compiling Logger Handler.swift
[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] Emitting module Logger
[2/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
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux