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

Successful build of SwiftDependencyUpdater, reference main (f3334d), with Swift 6.0 for Linux on 13 Dec 2025 11:59:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 f3334d5 Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
f3334d5a92ce737193ba944119ec3ec6247ec4a5
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-1":/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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/Nef10/Releases.git
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
[1/1362] Fetching rainbow
[2/1526] Fetching rainbow, releases
[32/1826] Fetching rainbow, releases, shellout
[1758/18747] Fetching rainbow, releases, shellout, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow.git from cache (0.29s)
[2764/17385] Fetching releases, shellout, swift-argument-parser
Fetched https://github.com/Nef10/ShellOut.git from cache (0.69s)
Fetched https://github.com/Nef10/Releases.git from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.71s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (0.83s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.23s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.0 (2.92s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.67s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.68s)
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/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.6.2
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/Nef10/Releases.git
Working copy of https://github.com/Nef10/Releases.git resolved at 5.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 GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/42] Emitting module Rainbow
[13/43] Compiling Rainbow BackgroundColor.swift
[14/43] Compiling Rainbow CodesParser.swift
[15/43] Compiling Rainbow StringGenerator.swift
[16/43] Compiling Rainbow Style.swift
[17/43] Compiling Rainbow String+ConditionalStyling.swift
[18/43] Compiling Rainbow String+Rainbow.swift
[19/43] Emitting module ArgumentParserToolInfo
[20/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/44] Wrapping AST for ArgumentParserToolInfo for debugging
[23/88] Compiling ArgumentParser CommandConfiguration.swift
[24/88] Compiling ArgumentParser CommandGroup.swift
[25/88] Compiling Require Require.swift
[26/88] Emitting module Require
[27/89] Compiling ArgumentParser EnumerableFlag.swift
[28/89] Compiling ArgumentParser ExpressibleByArgument.swift
[29/89] Compiling ArgumentParser Name.swift
[30/89] Compiling ArgumentParser Parsed.swift
[31/89] Compiling ArgumentParser InputKey.swift
[32/89] Compiling ArgumentParser InputOrigin.swift
[34/89] Compiling Rainbow StyledStringBuilder.swift
[35/89] Compiling ArgumentParser CollectionExtensions.swift
[36/89] Compiling ArgumentParser Mutex.swift
[37/89] Compiling ArgumentParser Platform.swift
[38/89] Compiling ArgumentParser SequenceExtensions.swift
[39/89] Compiling ArgumentParser StringExtensions.swift
[40/89] Compiling ArgumentParser SwiftExtensions.swift
[41/96] Emitting module ShellOut
[42/96] Compiling ShellOut ShellOut.swift
[43/97] Wrapping AST for Require for debugging
[45/97] Emitting module ArgumentParser
[46/97] Wrapping AST for Rainbow for debugging
[47/97] Wrapping AST for ShellOut for debugging
[49/102] Emitting module Releases
[50/102] Compiling Releases Array+Version.swift
[51/102] Compiling Releases ReleasesError.swift
[52/102] Compiling Releases Version.swift
[53/102] Compiling Releases Releases.swift
[54/103] Compiling ArgumentParser Tree.swift
[55/103] Compiling ArgumentParser CodingKeyValidator.swift
[56/103] Compiling ArgumentParser NonsenseFlagsValidator.swift
[57/103] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/103] Compiling ArgumentParser PositionalArgumentsValidator.swift
[59/103] Compiling ArgumentParser UniqueNamesValidator.swift
[60/103] Wrapping AST for Releases for debugging
[62/103] Compiling ArgumentParser BashCompletionsGenerator.swift
[63/103] Compiling ArgumentParser CompletionsGenerator.swift
[64/103] Compiling ArgumentParser FishCompletionsGenerator.swift
[65/103] Compiling ArgumentParser ZshCompletionsGenerator.swift
[66/103] Compiling ArgumentParser Argument.swift
[67/103] Compiling ArgumentParser ArgumentDiscussion.swift
[68/103] Compiling ArgumentParser ArgumentHelp.swift
[69/103] Compiling ArgumentParser OptionGroup.swift
[70/103] Compiling ArgumentParser AsyncParsableCommand.swift
[79/103] Compiling ArgumentParser ParsedValues.swift
[80/103] Compiling ArgumentParser ParserError.swift
[81/103] Compiling ArgumentParser SplitArguments.swift
[82/103] Compiling ArgumentParser DumpHelpGenerator.swift
[83/103] Compiling ArgumentParser HelpCommand.swift
[84/103] Compiling ArgumentParser HelpGenerator.swift
[85/103] Compiling ArgumentParser MessageInfo.swift
[86/103] Compiling ArgumentParser UsageGenerator.swift
[87/103] Compiling ArgumentParser ArgumentVisibility.swift
[88/103] Compiling ArgumentParser CompletionKind.swift
[89/103] Compiling ArgumentParser Errors.swift
[90/103] Compiling ArgumentParser Flag.swift
[91/103] Compiling ArgumentParser NameSpecification.swift
[92/103] Compiling ArgumentParser Option.swift
[93/103] Compiling ArgumentParser ParsableArguments.swift
[94/103] Compiling ArgumentParser ParsableCommand.swift
[95/103] Compiling ArgumentParser ArgumentDecoder.swift
[96/103] Compiling ArgumentParser ArgumentDefinition.swift
[97/103] Compiling ArgumentParser ArgumentSet.swift
[98/103] Compiling ArgumentParser CommandParser.swift
[99/104] Wrapping AST for ArgumentParser for debugging
[101/119] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
[102/119] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[103/119] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
[104/119] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
[105/120] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
[106/120] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
[107/120] Compiling SwiftDependencyUpdaterLibrary Git.swift
[108/120] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
[109/120] Compiling SwiftDependencyUpdaterLibrary Update.swift
[110/120] Emitting module SwiftDependencyUpdaterLibrary
[111/120] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[112/120] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[113/120] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
[114/120] Compiling SwiftDependencyUpdaterLibrary ResolvedPackageParser.swift
[115/120] Compiling SwiftDependencyUpdaterLibrary String.swift
[116/120] Compiling SwiftDependencyUpdaterLibrary Version.swift
[117/121] Wrapping AST for SwiftDependencyUpdaterLibrary for debugging
[119/123] Compiling SwiftDependencyUpdater main.swift
[120/123] Emitting module SwiftDependencyUpdater
[121/124] Wrapping AST for SwiftDependencyUpdater for debugging
[122/124] Write Objects.LinkFileList
[123/124] Linking swift-dependency-updater
Build complete! (41.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "1.7.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.2.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",
        "ResolvedPackageParser.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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.