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 SwiftOutdated, reference 0.10.1 (52b99e), with Swift 6.1 for Linux on 4 Sep 2025 19:52:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/swift-outdated.git
Reference: 0.10.1
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/kiliankoe/swift-outdated
 * tag               0.10.1     -> FETCH_HEAD
HEAD is now at 52b99ec Merge pull request #52 from kiliankoe/automatically-set-build-version
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
52b99ec6ae9d5b3d48e0a815fcd0114c029f83e6
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at 0.10.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/swift-outdated.git
https://github.com/kiliankoe/swift-outdated.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/ShellOut.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "SwiftOutdated",
  "name" : "SwiftOutdated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "swift-outdated",
      "targets" : [
        "SwiftOutdated"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Outdated",
      "targets" : [
        "Outdated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOutdated",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOutdated",
      "path" : "Sources/SwiftOutdated",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-outdated"
      ],
      "sources" : [
        "SwiftOutdated.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OutdatedTests",
      "module_type" : "SwiftTarget",
      "name" : "OutdatedTests",
      "path" : "Tests/OutdatedTests",
      "product_dependencies" : [
        "Version",
        "Testing"
      ],
      "sources" : [
        "MockGitRemoteProvider.swift",
        "OutdatedPackageTests.swift",
        "PackageResolvedTests.swift",
        "TestSetup.swift",
        "VersionCollectionTests.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Outdated",
      "module_type" : "SwiftTarget",
      "name" : "Outdated",
      "path" : "Sources/Outdated",
      "product_dependencies" : [
        "Logging",
        "Files",
        "Rainbow",
        "ShellOut",
        "SwiftyTextTable",
        "Version"
      ],
      "product_memberships" : [
        "swift-outdated",
        "Outdated"
      ],
      "sources" : [
        "ConcurrentDictionary.swift",
        "GitRemoteProvider.swift",
        "OutdatedPackage.swift",
        "PackageCollection.swift",
        "Pin.swift",
        "Resolved.swift",
        "SwiftPackage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/johnsundell/ShellOut.git
[1/929] Fetching swiftytexttable
[262/2264] Fetching swiftytexttable, rainbow
[1812/2557] Fetching swiftytexttable, rainbow, version
[2558/3537] Fetching swiftytexttable, rainbow, version, shellout
[3538/4785] Fetching swiftytexttable, rainbow, version, shellout, files
Fetched https://github.com/mxcl/Version.git from cache (0.32s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.32s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/26919] Fetching swift-testing
[2/30822] Fetching swift-testing, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[6461/26919] Fetching swift-testing
[14269/42611] Fetching swift-testing, swift-argument-parser
Fetched https://github.com/johnsundell/Files.git from cache (1.35s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.35s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.35s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Fetched https://github.com/apple/swift-testing.git from cache (1.37s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (3.64s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.55s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (2.14s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 6.1.2 (0.67s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71850] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.13s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (6.41s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.3.0 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.73s)
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.3.0
Creating working copy for https://github.com/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 6.1.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[12/25] Write swift-version-24593BA9C3E375BF.txt
[14/55] Emitting module Version
[15/55] Compiling Version Version+Comparable.swift
[16/55] Compiling Version Version.swift
[17/55] Compiling Rainbow Style.swift
[18/56] Compiling Logging LogHandler.swift
[19/56] Compiling Version Version+Codable.swift
[20/56] Compiling Rainbow String+Rainbow.swift
[21/56] Compiling Rainbow StringGenerator.swift
[22/56] Emitting module Rainbow
[23/56] Compiling Rainbow BackgroundColor.swift
[24/56] Compiling Rainbow CodesParser.swift
[25/56] Emitting module ArgumentParserToolInfo
[26/56] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/57] Compiling Version Version+Range.swift
[29/57] Compiling Rainbow XcodeColorsSupport.swift
[29/57] Wrapping AST for ArgumentParserToolInfo for debugging
[31/101] Compiling Rainbow Rainbow.swift
[32/101] Compiling Version Version+Foundation.swift
[33/101] Emitting module Files
[34/101] Compiling Files Files.swift
[35/103] Emitting module Logging
[36/103] Compiling Logging Locks.swift
[37/103] Emitting module ArgumentParser
[40/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/109] Compiling ArgumentParser Argument.swift
[43/109] Compiling ArgumentParser ArgumentDiscussion.swift
[44/110] Compiling Logging MetadataProvider.swift
[45/110] Compiling ArgumentParser OptionGroup.swift
[46/110] Compiling ArgumentParser AsyncParsableCommand.swift
[47/110] Compiling ArgumentParser CommandConfiguration.swift
[48/110] Compiling ArgumentParser CommandGroup.swift
[49/110] Compiling ArgumentParser EnumerableFlag.swift
[50/110] Compiling ArgumentParser ExpressibleByArgument.swift
[51/110] Compiling ShellOut ShellOut.swift
[52/110] Emitting module ShellOut
[53/111] Compiling SwiftyTextTable TextTable.swift
[54/111] Emitting module SwiftyTextTable
[55/112] Compiling Logging Logging.swift
[56/113] Wrapping AST for Version for debugging
[59/113] Wrapping AST for Files for debugging
[61/113] Wrapping AST for ShellOut for debugging
[62/113] Wrapping AST for Rainbow for debugging
[63/113] Wrapping AST for SwiftyTextTable for debugging
[64/113] Wrapping AST for Logging for debugging
[66/121] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/121] Compiling ArgumentParser CompletionsGenerator.swift
[72/121] Compiling ArgumentParser ArgumentHelp.swift
[73/121] Compiling ArgumentParser Tree.swift
[74/121] Compiling ArgumentParser CodingKeyValidator.swift
[75/121] Compiling ArgumentParser NonsenseFlagsValidator.swift
[76/121] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/121] Compiling ArgumentParser PositionalArgumentsValidator.swift
[78/121] Compiling ArgumentParser UniqueNamesValidator.swift
[79/121] Compiling ArgumentParser CollectionExtensions.swift
[80/121] Compiling ArgumentParser Mutex.swift
[81/121] Compiling ArgumentParser Platform.swift
[82/121] Compiling ArgumentParser SequenceExtensions.swift
[83/121] Compiling ArgumentParser StringExtensions.swift
[84/121] Compiling ArgumentParser SwiftExtensions.swift
[85/121] Compiling ArgumentParser InputKey.swift
[86/121] Compiling ArgumentParser InputOrigin.swift
[87/121] Compiling ArgumentParser Name.swift
[88/121] Compiling ArgumentParser Parsed.swift
[89/121] Compiling ArgumentParser ParsedValues.swift
[90/121] Compiling ArgumentParser ParserError.swift
[91/121] Compiling ArgumentParser SplitArguments.swift
[92/121] Compiling ArgumentParser DumpHelpGenerator.swift
[93/121] Compiling ArgumentParser HelpCommand.swift
[94/121] Compiling ArgumentParser HelpGenerator.swift
[95/121] Compiling ArgumentParser MessageInfo.swift
[96/121] Compiling ArgumentParser UsageGenerator.swift
[97/121] Compiling ArgumentParser ArgumentVisibility.swift
[98/121] Compiling ArgumentParser CompletionKind.swift
[99/121] Compiling ArgumentParser Errors.swift
[100/121] Compiling ArgumentParser Flag.swift
[101/121] Compiling ArgumentParser NameSpecification.swift
[102/121] Compiling ArgumentParser Option.swift
[103/121] Compiling ArgumentParser ParsableArguments.swift
[104/121] Compiling ArgumentParser ParsableCommand.swift
[105/121] Compiling ArgumentParser ArgumentDecoder.swift
[106/121] Compiling ArgumentParser ArgumentDefinition.swift
[107/121] Compiling ArgumentParser ArgumentSet.swift
[108/121] Compiling ArgumentParser CommandParser.swift
[109/122] Wrapping AST for ArgumentParser for debugging
[111/122] Emitting module Outdated
[112/122] Compiling Outdated ConcurrentDictionary.swift
[113/122] Compiling Outdated Pin.swift
[114/122] Compiling Outdated PackageCollection.swift
[115/122] Compiling Outdated OutdatedPackage.swift
[116/122] Compiling Outdated Resolved.swift
[117/122] Compiling Outdated GitRemoteProvider.swift
[118/122] Compiling Outdated SwiftPackage.swift
[119/123] Wrapping AST for Outdated for debugging
[121/125] Emitting module SwiftOutdated
[122/125] Compiling SwiftOutdated SwiftOutdated.swift
[123/126] Wrapping AST for SwiftOutdated for debugging
[124/126] Write Objects.LinkFileList
[125/126] Linking swift-outdated
Build complete! (35.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/ShellOut.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "SwiftOutdated",
  "name" : "SwiftOutdated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "swift-outdated",
      "targets" : [
        "SwiftOutdated"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Outdated",
      "targets" : [
        "Outdated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOutdated",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOutdated",
      "path" : "Sources/SwiftOutdated",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-outdated"
      ],
      "sources" : [
        "SwiftOutdated.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OutdatedTests",
      "module_type" : "SwiftTarget",
      "name" : "OutdatedTests",
      "path" : "Tests/OutdatedTests",
      "product_dependencies" : [
        "Version",
        "Testing"
      ],
      "sources" : [
        "MockGitRemoteProvider.swift",
        "OutdatedPackageTests.swift",
        "PackageResolvedTests.swift",
        "TestSetup.swift",
        "VersionCollectionTests.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Outdated",
      "module_type" : "SwiftTarget",
      "name" : "Outdated",
      "path" : "Sources/Outdated",
      "product_dependencies" : [
        "Logging",
        "Files",
        "Rainbow",
        "ShellOut",
        "SwiftyTextTable",
        "Version"
      ],
      "product_memberships" : [
        "swift-outdated",
        "Outdated"
      ],
      "sources" : [
        "ConcurrentDictionary.swift",
        "GitRemoteProvider.swift",
        "OutdatedPackage.swift",
        "PackageCollection.swift",
        "Pin.swift",
        "Resolved.swift",
        "SwiftPackage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.