The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftDependencyUpdater, reference v0.0.8 (4ed238), with Swift 5.10 for Linux on 18 Aug 2025 04:01:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/swift-dependency-updater.git
Reference: v0.0.8
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/Nef10/swift-dependency-updater
 * tag               v0.0.8     -> FETCH_HEAD
HEAD is now at 4ed2381 Update SwiftLint config for 0.57.0 (#244)
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
4ed2381ae13fd56ea35d0abc1b1e1d87426035d2
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at v0.0.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Nef10/swift-dependency-updater.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/Nef10/Releases.git
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow.git
[1/164] Fetching releases
[36/464] Fetching releases, shellout
[330/1799] Fetching releases, shellout, rainbow
[1665/17463] Fetching releases, shellout, rainbow, swift-argument-parser
Fetched https://github.com/Nef10/Releases.git from cache (1.02s)
Fetched https://github.com/Nef10/ShellOut.git from cache (1.02s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.02s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.03s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (0.37s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.18s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (0.36s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.33s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.96s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.0 (0.43s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/Nef10/Releases.git
Working copy of https://github.com/Nef10/Releases.git resolved at 5.0.1
Creating working copy for https://github.com/Nef10/ShellOut.git
Working copy of https://github.com/Nef10/ShellOut.git resolved at 2.3.1
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
warning: 'releases': 'releases' dependency on 'https://github.com/JohnSundell/ShellOut.git' conflicts with dependency on 'https://github.com/Nef10/ShellOut.git' which has the same identity 'shellout'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/41] Emitting module Rainbow
[12/42] Compiling Rainbow String+ConditionalStyling.swift
[13/42] Compiling Rainbow String+Rainbow.swift
[14/42] Compiling Rainbow StringGenerator.swift
[15/42] Compiling Rainbow Style.swift
[16/42] Emitting module ArgumentParserToolInfo
[17/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/43] Wrapping AST for ArgumentParserToolInfo for debugging
[20/81] Emitting module ArgumentParser
[21/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/86] Compiling ArgumentParser CompletionsGenerator.swift
[23/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/86] Compiling ArgumentParser ParsedValues.swift
[26/86] Compiling ArgumentParser ParserError.swift
[27/86] Compiling ArgumentParser Argument.swift
[28/86] Compiling ArgumentParser ArgumentHelp.swift
[29/86] Compiling ArgumentParser Name.swift
[30/86] Compiling ArgumentParser Parsed.swift
[35/86] Compiling ArgumentParser SplitArguments.swift
[36/86] Compiling ArgumentParser CollectionExtensions.swift
[37/86] Compiling ArgumentParser Platform.swift
[38/86] Compiling ArgumentParser SequenceExtensions.swift
[39/86] Compiling ArgumentParser StringExtensions.swift
[40/86] Compiling ArgumentParser Tree.swift
[41/86] Compiling Require Require.swift
[42/86] Emitting module Require
[43/87] Compiling Rainbow StyledStringBuilder.swift
[44/88] Emitting module ShellOut
[45/88] Compiling ShellOut ShellOut.swift
[55/89] Compiling ArgumentParser ArgumentDefinition.swift
[56/89] Compiling ArgumentParser ArgumentSet.swift
[57/89] Compiling ArgumentParser CommandParser.swift
[58/89] Compiling ArgumentParser InputKey.swift
[59/89] Compiling ArgumentParser InputOrigin.swift
[59/89] Wrapping AST for Require for debugging
[60/89] Wrapping AST for Rainbow for debugging
[61/89] Wrapping AST for ShellOut for debugging
[63/94] Compiling ArgumentParser ArgumentVisibility.swift
[64/94] Compiling ArgumentParser CompletionKind.swift
[65/94] Compiling ArgumentParser Errors.swift
[66/94] Compiling ArgumentParser Flag.swift
[67/94] Compiling ArgumentParser NameSpecification.swift
[68/94] Compiling ArgumentParser Option.swift
[69/94] Compiling ArgumentParser ExpressibleByArgument.swift
[70/94] Compiling ArgumentParser ParsableArguments.swift
[71/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/94] Compiling ArgumentParser ParsableCommand.swift
[73/94] Compiling ArgumentParser ArgumentDecoder.swift
[74/94] Compiling ArgumentParser OptionGroup.swift
[75/94] Compiling ArgumentParser AsyncParsableCommand.swift
[76/94] Compiling ArgumentParser CommandConfiguration.swift
[77/94] Compiling ArgumentParser CommandGroup.swift
[78/94] Compiling ArgumentParser EnumerableFlag.swift
[79/94] Compiling ArgumentParser DumpHelpGenerator.swift
[80/94] Compiling ArgumentParser HelpCommand.swift
[81/94] Compiling ArgumentParser HelpGenerator.swift
[82/94] Compiling ArgumentParser MessageInfo.swift
[83/94] Compiling ArgumentParser UsageGenerator.swift
[85/95] Compiling Releases Array+Version.swift
[86/95] Emitting module Releases
[87/95] Compiling Releases Releases.swift
[87/95] Wrapping AST for ArgumentParser for debugging
[89/95] Compiling Releases Version.swift
[90/95] Compiling Releases ReleasesError.swift
[91/96] Wrapping AST for Releases for debugging
[93/111] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:153:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV55]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV55>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:153:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:166:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV56]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV56>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:166:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:179:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV59]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV59>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:179:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
[94/111] Compiling SwiftDependencyUpdaterLibrary ResolvedPackageParser.swift
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:153:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV55]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV55>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:153:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:166:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV56]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV56>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:166:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:179:49: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(Dictionary<String, [PackageDependencyV59]>.Values.Element) throws -> (any PackageDependency)?' (aka '(Array<PackageDependencyV59>) throws -> Optional<any PackageDependency>')
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/PackageDescription.swift:179:49: error: cannot infer key path type from context; consider explicitly specifying a root type
        dependencyMap.flatMap(\.values).flatMap(\.self)
                                                ^
                                                 <#Root#>
[95/112] Compiling SwiftDependencyUpdaterLibrary String.swift
[96/112] Compiling SwiftDependencyUpdaterLibrary Version.swift
[97/112] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[98/112] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[99/112] Emitting module SwiftDependencyUpdaterLibrary
[100/112] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
[101/112] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[102/112] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
[103/112] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
[104/112] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
[105/112] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
[106/112] Compiling SwiftDependencyUpdaterLibrary Git.swift
[107/112] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
[108/112] Compiling SwiftDependencyUpdaterLibrary Update.swift
error: fatalError
BUILD FAILURE 5.10 linux