The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CommandShell with Swift 5.8 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/CommandShell.git
Reference: v2.1.5
Cloned https://github.com/elegantchaos/CommandShell.git into spi-builder-workspace
SUCCESS checkout https://github.com/elegantchaos/CommandShell.git at v2.1.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/apple/swift-argument-parser
[1/1847] Fetching logger
[131/2412] Fetching logger, xctestextensions
Fetching https://github.com/elegantchaos/Matchable.git
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.26s)
[1/10844] Fetching swift-argument-parser
[1628/10957] Fetching swift-argument-parser, matchable
Fetched https://github.com/elegantchaos/Matchable.git (0.18s)
Fetching https://github.com/elegantchaos/SemanticVersion.git
[3471/10844] Fetching swift-argument-parser
[10845/10996] Fetching swift-argument-parser, semanticversion
Fetched https://github.com/elegantchaos/SemanticVersion.git (0.23s)
Fetched https://github.com/elegantchaos/Logger.git (0.73s)
Fetched https://github.com/apple/swift-argument-parser (0.74s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.9 (0.32s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.31s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.32s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.29s)
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/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
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
Building for debugging...
[1/20] Compiling Logger PrintHandler.swift
[2/21] Compiling Logger OSLogHandler.swift
[3/21] Compiling SemanticVersion SemanticVersion.swift
[4/21] Emitting module SemanticVersion
[6/23] Compiling Logger NSLogHandler.swift
[7/23] Wrapping AST for SemanticVersion for debugging
[9/23] Emitting module ArgumentParserToolInfo
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/25] Wrapping AST for ArgumentParserToolInfo for debugging
[14/59] Compiling Logger Handler.swift
[15/59] Compiling ArgumentParser ArgumentHelp.swift
[16/59] Compiling ArgumentParser CompletionKind.swift
[17/59] Emitting module Logger
[18/59] Compiling Logger ManagerSettings.swift
[19/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
                         ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
[20/59] Compiling ArgumentParser ParsedValues.swift
[21/59] Compiling ArgumentParser ParserError.swift
[22/59] Compiling ArgumentParser SplitArguments.swift
[23/59] Compiling ArgumentParser DumpHelpGenerator.swift
[24/59] Compiling ArgumentParser HelpCommand.swift
[25/59] Compiling ArgumentParser HelpGenerator.swift
[26/59] Compiling ArgumentParser MessageInfo.swift
[27/59] Compiling ArgumentParser UsageGenerator.swift
[28/63] Compiling Logger UserDefaultsManagerSettings.swift
[29/63] Compiling ArgumentParser ArgumentSet.swift
[30/63] Compiling ArgumentParser CommandParser.swift
[31/63] Compiling ArgumentParser InputOrigin.swift
[32/63] Compiling ArgumentParser Name.swift
[33/63] Compiling ArgumentParser Parsed.swift
[34/63] Compiling ArgumentParser CollectionExtensions.swift
[35/63] Compiling ArgumentParser SequenceExtensions.swift
[36/63] Compiling ArgumentParser StringExtensions.swift
[37/63] Compiling ArgumentParser Tree.swift
[38/63] Compiling ArgumentParser Option.swift
[39/63] Compiling ArgumentParser OptionGroup.swift
[40/63] Compiling ArgumentParser CommandConfiguration.swift
[41/63] Compiling ArgumentParser EnumerableFlag.swift
[42/63] Compiling ArgumentParser ExpressibleByArgument.swift
[43/63] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/63] Compiling ArgumentParser CompletionsGenerator.swift
[45/63] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/63] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/63] Compiling ArgumentParser Argument.swift
[50/63] Compiling ArgumentParser Errors.swift
[51/63] Compiling ArgumentParser Flag.swift
[52/63] Compiling ArgumentParser NameSpecification.swift
[53/63] Emitting module ArgumentParser
[54/63] Compiling ArgumentParser ParsableArguments.swift
[55/63] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/63] Compiling ArgumentParser ParsableCommand.swift
[57/63] Compiling ArgumentParser ArgumentDecoder.swift
[58/63] Compiling ArgumentParser ArgumentDefinition.swift
BUILD FAILURE 5.8 linux

Build Machine: Linux 2