Build Information
Successful build of SwiftDependencyUpdater, reference main (917c39
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 11:48:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/swift-dependency-updater.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/Nef10/swift-dependency-updater
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 917c39b Bump swift-argument-parser from 1.4.0 to 1.5.0
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
917c39b55e102dda1da62f0d1bff7f8c5b0af13d
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/swift-dependency-updater.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Nef10/Releases.git
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/apple/swift-argument-parser
[1/1196] Fetching rainbow
[241/1496] Fetching rainbow, shellout
[1314/1660] Fetching rainbow, shellout, releases
[1442/17040] Fetching rainbow, shellout, releases, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow.git from cache (1.86s)
Fetched https://github.com/Nef10/ShellOut.git from cache (1.86s)
Fetched https://github.com/Nef10/Releases.git from cache (1.88s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.88s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (2.81s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.39s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.89s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (4.97s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (0.52s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.1.0
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/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/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
warning: 'releases': Conflicting identity for shellout: dependency 'github.com/johnsundell/shellout' and dependency 'github.com/nef10/shellout' both point to the same package identity 'shellout'. The dependencies are introduced through the following chains: (A) /host/spi-builder-workspace->github.com/nef10/releases->github.com/johnsundell/shellout (B) /host/spi-builder-workspace->github.com/nef10/shellout. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. 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/37] Compiling Rainbow StringGenerator.swift
[12/38] Compiling Rainbow String+Rainbow.swift
[13/38] Compiling Rainbow Style.swift
[14/38] Emitting module ArgumentParserToolInfo
[15/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/39] Wrapping AST for ArgumentParserToolInfo for debugging
[18/77] Compiling ArgumentParser EnumerableFlag.swift
[19/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/77] Emitting module Require
[21/77] Compiling Require Require.swift
[22/78] Compiling ArgumentParser OptionGroup.swift
[23/78] Compiling ArgumentParser AsyncParsableCommand.swift
[24/78] Compiling ArgumentParser CommandConfiguration.swift
[25/78] Compiling ArgumentParser CommandGroup.swift
[27/78] Compiling ArgumentParser ExpressibleByArgument.swift
[28/78] Compiling ArgumentParser ParsableArguments.swift
[29/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/78] Compiling ArgumentParser ParsableCommand.swift
[31/78] Compiling ArgumentParser ArgumentDecoder.swift
[33/83] Compiling ArgumentParser ArgumentVisibility.swift
[34/83] Compiling ArgumentParser CompletionKind.swift
[35/83] Compiling ArgumentParser Errors.swift
[36/83] Compiling ArgumentParser Flag.swift
[37/83] Compiling ArgumentParser NameSpecification.swift
[38/83] Compiling ArgumentParser Option.swift
[43/83] Emitting module Rainbow
[44/83] Compiling Rainbow OutputTarget.swift
[45/83] Compiling Rainbow Rainbow.swift
[46/84] Emitting module ArgumentParser
[48/84] Compiling ArgumentParser CompletionsGenerator.swift
[49/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/84] Compiling ArgumentParser Argument.swift
[52/84] Compiling ArgumentParser ArgumentHelp.swift
[54/84] Emitting module ShellOut
[55/84] Compiling ShellOut ShellOut.swift
[56/85] Wrapping AST for Require for debugging
[57/85] Wrapping AST for ShellOut for debugging
[58/85] Wrapping AST for Rainbow for debugging
[60/90] Compiling Releases Array+Version.swift
[61/90] Emitting module Releases
[62/90] Compiling Releases ReleasesError.swift
[63/90] Compiling Releases Version.swift
[64/90] Compiling Releases Releases.swift
[65/90] Compiling ArgumentParser CollectionExtensions.swift
[66/90] Compiling ArgumentParser Platform.swift
[67/90] Compiling ArgumentParser SequenceExtensions.swift
[68/90] Compiling ArgumentParser StringExtensions.swift
[69/90] Compiling ArgumentParser Tree.swift
[71/91] Compiling ArgumentParser DumpHelpGenerator.swift
[72/91] Compiling ArgumentParser HelpCommand.swift
[73/91] Compiling ArgumentParser HelpGenerator.swift
[74/91] Compiling ArgumentParser MessageInfo.swift
[75/91] Compiling ArgumentParser UsageGenerator.swift
[76/91] Compiling ArgumentParser Name.swift
[77/91] Compiling ArgumentParser Parsed.swift
[78/91] Compiling ArgumentParser ParsedValues.swift
[79/91] Compiling ArgumentParser ParserError.swift
[80/91] Compiling ArgumentParser SplitArguments.swift
[81/91] Compiling ArgumentParser ArgumentDefinition.swift
[82/91] Compiling ArgumentParser ArgumentSet.swift
[83/91] Compiling ArgumentParser CommandParser.swift
[84/91] Compiling ArgumentParser InputKey.swift
[85/91] Compiling ArgumentParser InputOrigin.swift
[85/92] Wrapping AST for Releases for debugging
[87/92] Wrapping AST for ArgumentParser for debugging
[89/107] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[90/107] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[91/107] Emitting module SwiftDependencyUpdaterLibrary
[92/108] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
[93/108] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[94/108] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
[95/108] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
[96/108] Compiling SwiftDependencyUpdaterLibrary Update.swift
[97/108] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
[98/108] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
[99/108] Compiling SwiftDependencyUpdaterLibrary Git.swift
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Services/GitHub.swift:85:70: warning: passing non-Sendable parameter 'completionHandler' to function expecting a '@Sendable' closure
82 |
83 | extension URLSession: URLSessionProvider {
84 | func myUploadTask(with request: URLRequest, from bodyData: Data?, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionUploadTaskProvider {
| `- note: parameter 'completionHandler' is implicitly non-Sendable
85 | uploadTask(with: request, from: bodyData, completionHandler: completionHandler)
| `- warning: passing non-Sendable parameter 'completionHandler' to function expecting a '@Sendable' closure
86 | }
87 | }
[100/108] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
/host/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Services/GitHub.swift:85:70: warning: passing non-Sendable parameter 'completionHandler' to function expecting a '@Sendable' closure
82 |
83 | extension URLSession: URLSessionProvider {
84 | func myUploadTask(with request: URLRequest, from bodyData: Data?, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionUploadTaskProvider {
| `- note: parameter 'completionHandler' is implicitly non-Sendable
85 | uploadTask(with: request, from: bodyData, completionHandler: completionHandler)
| `- warning: passing non-Sendable parameter 'completionHandler' to function expecting a '@Sendable' closure
86 | }
87 | }
[101/108] Compiling SwiftDependencyUpdaterLibrary String.swift
[102/108] Compiling SwiftDependencyUpdaterLibrary Version.swift
[103/108] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
[104/108] Compiling SwiftDependencyUpdaterLibrary ResolvedPackage.swift
[105/109] Wrapping AST for SwiftDependencyUpdaterLibrary for debugging
[107/111] Compiling SwiftDependencyUpdater main.swift
[108/111] Emitting module SwiftDependencyUpdater
[109/112] Wrapping AST for SwiftDependencyUpdater for debugging
[110/112] Write Objects.LinkFileList
[111/112] Linking swift-dependency-updater
Build complete! (51.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "1.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/ShellOut.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "releases",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/Releases.git"
}
],
"manifest_display_name" : "SwiftDependencyUpdater",
"name" : "SwiftDependencyUpdater",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SwiftDependencyUpdaterLibrary",
"targets" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-dependency-updater",
"targets" : [
"SwiftDependencyUpdater"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftDependencyUpdaterLibraryTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdaterLibraryTests",
"path" : "Tests/SwiftDependencyUpdaterLibraryTests",
"sources" : [
"DependencyTests.swift",
"Extensions/XCTest+Execution.swift",
"Extensions/XCTestCase.swift",
"ExtensionsTests/CollectionTests.swift",
"ExtensionsTests/StringTests.swift",
"HelpTests.swift",
"PackageDescriptionTest.swift",
"ResolvedPackageTests.swift",
"Services/GitHubTests.swift",
"Services/GitTests.swift",
"SubCommands/GitHubCommandTests.swift",
"SubCommands/ListCommandTests.swift",
"SubCommands/UpdateCommandTests.swift",
"SwiftPackageTests.swift",
"SwiftPackageUpdateTests.swift",
"TestUtils.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : "test"
},
{
"c99name" : "SwiftDependencyUpdaterLibrary",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdaterLibrary",
"path" : "Sources/SwiftDependencyUpdaterLibrary",
"product_dependencies" : [
"ArgumentParser",
"ShellOut",
"Rainbow",
"Releases"
],
"product_memberships" : [
"SwiftDependencyUpdaterLibrary",
"swift-dependency-updater"
],
"sources" : [
"Dependency.swift",
"Extensions/Collection.swift",
"Extensions/String.swift",
"Extensions/Version.swift",
"PackageDescription.swift",
"ResolvedPackage.swift",
"Services/Git.swift",
"Services/GitHub.swift",
"SubCommands/GitHubCommand.swift",
"SubCommands/ListCommand.swift",
"SubCommands/UpdateCommand.swift",
"SwiftDependencyUpdater.swift",
"SwiftPackage.swift",
"SwiftPackageUpdate.swift",
"Update.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftDependencyUpdater",
"module_type" : "SwiftTarget",
"name" : "SwiftDependencyUpdater",
"path" : "Sources/SwiftDependencyUpdater",
"product_memberships" : [
"swift-dependency-updater"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftDependencyUpdaterLibrary"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.