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 macOS (SPM) on 18 Aug 2025 04:03:31 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Nef10/swift-dependency-updater.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[8/14] Write swift-dependency-updater-entitlement.plist
[10/14] Write swift-version-33747A42983211AE.txt
[12/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/35] Emitting module ArgumentParserToolInfo
[14/74] Compiling Rainbow Style.swift
[15/75] Compiling ArgumentParser NameSpecification.swift
[16/75] Compiling ArgumentParser Option.swift
[17/75] Compiling ArgumentParser OptionGroup.swift
[18/75] Compiling ArgumentParser AsyncParsableCommand.swift
[19/79] Compiling ArgumentParser CommandConfiguration.swift
[20/79] Compiling ArgumentParser CommandGroup.swift
[21/79] Compiling ArgumentParser EnumerableFlag.swift
[22/79] Compiling ArgumentParser ExpressibleByArgument.swift
[23/79] Compiling ArgumentParser InputOrigin.swift
[24/79] Compiling ArgumentParser Name.swift
[25/79] Compiling ArgumentParser Parsed.swift
[26/79] Compiling ArgumentParser ParsedValues.swift
[27/79] Compiling Rainbow StringGenerator.swift
[28/79] Compiling Rainbow String+Rainbow.swift
[29/79] Compiling ArgumentParser ArgumentHelp.swift
[30/79] Compiling ArgumentParser ArgumentVisibility.swift
[31/79] Compiling ArgumentParser CompletionKind.swift
[32/79] Compiling ArgumentParser Errors.swift
[33/79] Compiling ArgumentParser Flag.swift
[34/79] Compiling ArgumentParser ParsableArguments.swift
[35/79] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/79] Compiling ArgumentParser ParsableCommand.swift
[37/79] Compiling ArgumentParser ArgumentDecoder.swift
[38/79] Emitting module ArgumentParser
[39/79] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/79] Compiling ArgumentParser CompletionsGenerator.swift
[41/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/79] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/79] Compiling ArgumentParser Argument.swift
[44/79] Compiling ArgumentParser Platform.swift
[45/79] Compiling ArgumentParser SequenceExtensions.swift
[46/79] Compiling ArgumentParser StringExtensions.swift
[47/79] Compiling ArgumentParser Tree.swift
[48/79] Emitting module Require
[49/79] Compiling Require Require.swift
[50/79] Emitting module Rainbow
[51/79] Compiling Rainbow StyledStringBuilder.swift
[56/79] Compiling Rainbow String+ConditionalStyling.swift
[63/79] Compiling ArgumentParser ArgumentDefinition.swift
[64/79] Compiling ArgumentParser ArgumentSet.swift
[65/79] Compiling ArgumentParser CommandParser.swift
[66/79] Compiling ArgumentParser InputKey.swift
[67/79] Compiling ArgumentParser ParserError.swift
[68/79] Compiling ArgumentParser SplitArguments.swift
[69/79] Compiling ArgumentParser DumpHelpGenerator.swift
[70/79] Compiling ArgumentParser HelpCommand.swift
[71/79] Compiling ArgumentParser HelpGenerator.swift
[72/79] Compiling ArgumentParser MessageInfo.swift
[73/79] Compiling ArgumentParser UsageGenerator.swift
[74/79] Compiling ArgumentParser CollectionExtensions.swift
[75/79] Compiling ShellOut ShellOut.swift
[76/79] Emitting module ShellOut
[77/84] Compiling Releases ReleasesError.swift
[78/84] Emitting module Releases
[79/84] Compiling Releases Version.swift
[80/84] Compiling Releases Releases.swift
[81/84] Compiling Releases Array+Version.swift
[82/99] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[83/99] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
[84/99] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
[85/99] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
[86/100] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[87/100] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[88/100] Emitting module SwiftDependencyUpdaterLibrary
[89/100] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
[90/100] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
[91/100] Compiling SwiftDependencyUpdaterLibrary Git.swift
[92/100] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
[93/100] Compiling SwiftDependencyUpdaterLibrary String.swift
[94/100] Compiling SwiftDependencyUpdaterLibrary Version.swift
[95/100] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
[96/100] Compiling SwiftDependencyUpdaterLibrary ResolvedPackageParser.swift
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
/Users/admin/builder/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)
                                                ^
/Users/admin/builder/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#>
[97/100] Compiling SwiftDependencyUpdaterLibrary Update.swift
error: fatalError
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Nef10/Releases.git
[1/164] Fetching releases
[141/1499] Fetching releases, rainbow
[326/1799] Fetching releases, rainbow, shellout
[1480/17463] Fetching releases, rainbow, shellout, swift-argument-parser
Fetched https://github.com/Nef10/Releases.git from cache (1.41s)
[1792/17299] Fetching rainbow, shellout, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow.git from cache (2.00s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
Fetched https://github.com/Nef10/ShellOut.git from cache (2.00s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (0.44s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.64s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.36s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (1.67s)
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/Nef10/ShellOut.git
Working copy of https://github.com/Nef10/ShellOut.git resolved at 2.3.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/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
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
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.
BUILD FAILURE 5.10 macosSpm