The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDependencyUpdater, reference main (cdfaf1), with Swift 6.1 for macOS (SPM) on 24 Apr 2026 00:40:03 UTC.

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/swift-dependency-updater.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/swift-dependency-updater
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cdfaf16 Bump release-drafter from 7.1.1 to 7.2.0 (#298)
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
cdfaf16793b996b1b33fe809a91e27bf9f05de95
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/swift-dependency-updater.git
https://github.com/Nef10/swift-dependency-updater.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "1.8.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.1",
            "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" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write sources
[6/15] Write swift-dependency-updater-entitlement.plist
[9/15] Write sources
[11/15] Write swift-version-2F0A5646E1D333AE.txt
[13/36] Emitting module ArgumentParserToolInfo
[14/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/83] Compiling Rainbow Style.swift
[16/84] Compiling Rainbow StringGenerator.swift
[17/84] Compiling Rainbow String+Rainbow.swift
[18/84] Compiling Rainbow String+ConditionalStyling.swift
[19/84] Emitting module ArgumentParser
[20/89] Compiling ArgumentParser InputKey.swift
[21/89] Compiling ArgumentParser InputOrigin.swift
[22/89] Compiling ArgumentParser Name.swift
[23/89] Compiling ArgumentParser Parsed.swift
[24/89] Compiling ArgumentParser ParsedValues.swift
[25/89] Compiling ArgumentParser ArgumentHelp.swift
[26/89] Compiling ArgumentParser ArgumentVisibility.swift
[27/89] Compiling ArgumentParser CompletionKind.swift
[28/89] Compiling ArgumentParser Errors.swift
[29/89] Compiling ArgumentParser Flag.swift
[30/89] Compiling ArgumentParser CodingKeyValidator.swift
[31/89] Compiling ArgumentParser NonsenseFlagsValidator.swift
[32/89] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/89] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/89] Compiling ArgumentParser UniqueNamesValidator.swift
[35/89] Compiling ArgumentParser Platform.swift
[36/89] Compiling ArgumentParser SequenceExtensions.swift
[37/89] Compiling ArgumentParser StringExtensions.swift
[38/89] Compiling ArgumentParser SwiftExtensions.swift
[39/89] Compiling ArgumentParser Tree.swift
[40/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/89] Compiling ArgumentParser CompletionsGenerator.swift
[42/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/89] Compiling ArgumentParser Argument.swift
[45/89] Compiling ArgumentParser ArgumentDiscussion.swift
[46/89] Compiling ArgumentParser CommandConfiguration.swift
[47/89] Compiling ArgumentParser CommandGroup.swift
[48/89] Compiling ArgumentParser EnumerableFlag.swift
[49/89] Compiling ArgumentParser ExpressibleByArgument.swift
[50/89] Compiling ArgumentParser ParsableArguments.swift
[51/89] Compiling ArgumentParser NameSpecification.swift
[52/89] Compiling ArgumentParser Option.swift
[53/89] Compiling ArgumentParser OptionGroup.swift
[54/89] Compiling ArgumentParser ParentCommand.swift
[55/89] Compiling ArgumentParser AsyncParsableCommand.swift
[56/89] Compiling ArgumentParser ParserError.swift
[57/89] Compiling ArgumentParser SplitArguments.swift
[58/89] Compiling ArgumentParser DumpHelpGenerator.swift
[59/89] Compiling ArgumentParser HelpCommand.swift
[60/89] Compiling ArgumentParser HelpGenerator.swift
[61/89] Compiling Rainbow StyledStringBuilder.swift
[62/89] Emitting module Require
[63/89] Compiling Require Require.swift
[66/89] Emitting module ShellOut
[67/89] Compiling ShellOut ShellOut.swift
[72/89] Compiling ArgumentParser ParsableCommand.swift
[73/89] Compiling ArgumentParser ArgumentDecoder.swift
[74/89] Compiling ArgumentParser ArgumentDefinition.swift
[75/89] Compiling ArgumentParser ArgumentSet.swift
[76/89] Compiling ArgumentParser CommandParser.swift
[77/89] Emitting module Rainbow
[78/89] Compiling ArgumentParser MessageInfo.swift
[80/89] Compiling ArgumentParser UsageGenerator.swift
[82/89] Compiling ArgumentParser CollectionExtensions.swift
[83/89] Compiling ArgumentParser Foundation.swift
[84/89] Compiling ArgumentParser Mutex.swift
[87/94] Compiling Releases ReleasesError.swift
[88/94] Emitting module Releases
[89/94] Compiling Releases Releases.swift
[90/94] Compiling Releases Array+Version.swift
[91/94] Compiling Releases Version.swift
[92/109] Compiling SwiftDependencyUpdaterLibrary SwiftPackageUpdate.swift
[93/110] Compiling SwiftDependencyUpdaterLibrary SwiftDependencyUpdater.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift:5:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | public struct SwiftDependencyUpdater: ParsableCommand {
 4 |
 5 |     public static var configuration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         commandName: "swift-dependency-updater",
 7 |         abstract: "A CLI tool to update Swift Pacakge Manager dependencies",
[94/110] Compiling SwiftDependencyUpdaterLibrary SwiftPackage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SwiftPackage.swift:5:10: warning: associated value 'invalidUpdate' of 'Sendable'-conforming enum 'SwiftPackageError' has non-sendable type 'Update'; this is an error in the Swift 6 language mode
  3 |
  4 | enum SwiftPackageError: Error, Equatable {
  5 |     case invalidUpdate(String, Update)
    |          `- warning: associated value 'invalidUpdate' of 'Sendable'-conforming enum 'SwiftPackageError' has non-sendable type 'Update'; this is an error in the Swift 6 language mode
  6 |     case resultCountMismatch(String, Int)
  7 |     case noResultMatch(String, [String?])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:10:6: note: consider making enum 'Update' conform to the 'Sendable' protocol
  8 | }
  9 |
 10 | enum Update: Equatable {
    |      `- note: consider making enum 'Update' conform to the 'Sendable' protocol
 11 |
 12 |     case withoutChangingRequirements(Version)
[95/110] Compiling SwiftDependencyUpdaterLibrary UpdateCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/UpdateCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct UpdateCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "update", abstract: "Updates dependencies")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
[96/110] Compiling SwiftDependencyUpdaterLibrary Git.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Services/GitHub.swift:102:70: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 99 |     }
100 | #else
101 |     func myUploadTask(with request: URLRequest, from bodyData: Data?, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionUploadTaskProvider {
    |                                                                       `- note: parameter 'completionHandler' is implicitly non-sendable
102 |         uploadTask(with: request, from: bodyData, completionHandler: completionHandler)
    |                                                                      `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
103 |     }
104 | #endif
[97/110] Compiling SwiftDependencyUpdaterLibrary GitHub.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Services/GitHub.swift:102:70: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
 99 |     }
100 | #else
101 |     func myUploadTask(with request: URLRequest, from bodyData: Data?, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionUploadTaskProvider {
    |                                                                       `- note: parameter 'completionHandler' is implicitly non-sendable
102 |         uploadTask(with: request, from: bodyData, completionHandler: completionHandler)
    |                                                                      `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
103 |     }
104 | #endif
[98/110] Compiling SwiftDependencyUpdaterLibrary Dependency.swift
[99/110] Compiling SwiftDependencyUpdaterLibrary Collection.swift
[100/110] Compiling SwiftDependencyUpdaterLibrary String.swift
[101/110] Compiling SwiftDependencyUpdaterLibrary Version.swift
[102/110] Compiling SwiftDependencyUpdaterLibrary GitHubCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/GitHubCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct GitHubCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "github", abstract: "Updates dependencies and creates a PR for each one")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/ListCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct ListCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "list", abstract: "Lists all dependencies and possible updates")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
[103/110] Compiling SwiftDependencyUpdaterLibrary ListCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/GitHubCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct GitHubCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "github", abstract: "Updates dependencies and creates a PR for each one")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/ListCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct ListCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "list", abstract: "Lists all dependencies and possible updates")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
[104/110] Emitting module SwiftDependencyUpdaterLibrary
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/GitHubCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct GitHubCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "github", abstract: "Updates dependencies and creates a PR for each one")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/ListCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct ListCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "list", abstract: "Lists all dependencies and possible updates")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SubCommands/UpdateCommand.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct UpdateCommand: ParsableCommand {
 5 |
 6 |     static var configuration = CommandConfiguration(commandName: "update", abstract: "Updates dependencies")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Argument(help: "Path of the swift package")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift:5:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | public struct SwiftDependencyUpdater: ParsableCommand {
 4 |
 5 |     public static var configuration = CommandConfiguration(
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 |         commandName: "swift-dependency-updater",
 7 |         abstract: "A CLI tool to update Swift Pacakge Manager dependencies",
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/SwiftPackage.swift:5:10: warning: associated value 'invalidUpdate' of 'Sendable'-conforming enum 'SwiftPackageError' has non-sendable type 'Update'; this is an error in the Swift 6 language mode
  3 |
  4 | enum SwiftPackageError: Error, Equatable {
  5 |     case invalidUpdate(String, Update)
    |          `- warning: associated value 'invalidUpdate' of 'Sendable'-conforming enum 'SwiftPackageError' has non-sendable type 'Update'; this is an error in the Swift 6 language mode
  6 |     case resultCountMismatch(String, Int)
  7 |     case noResultMatch(String, [String?])
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:10:6: note: consider making enum 'Update' conform to the 'Sendable' protocol
  8 | }
  9 |
 10 | enum Update: Equatable {
    |      `- note: consider making enum 'Update' conform to the 'Sendable' protocol
 11 |
 12 |     case withoutChangingRequirements(Version)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:6:10: warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  4 |
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  7 |     case updatedVersionNotFound(String, Version, Version)
  8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Releases'
  1 | import Foundation
  2 | import Releases
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Releases'
  3 | import ShellOut
  4 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:6:10: warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  4 |
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  7 |     case updatedVersionNotFound(String, Version, Version)
  8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:7:10: warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
  7 |     case updatedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  8 | }
  9 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:7:10: warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
  7 |     case updatedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  8 | }
  9 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
[105/110] Compiling SwiftDependencyUpdaterLibrary PackageDescription.swift
[106/110] Compiling SwiftDependencyUpdaterLibrary ResolvedPackageParser.swift
[107/110] Compiling SwiftDependencyUpdaterLibrary Update.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:6:10: warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  4 |
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  7 |     case updatedVersionNotFound(String, Version, Version)
  8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Releases'
  1 | import Foundation
  2 | import Releases
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Releases'
  3 | import ShellOut
  4 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:6:10: warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  4 |
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'resolvedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  7 |     case updatedVersionNotFound(String, Version, Version)
  8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:7:10: warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
  7 |     case updatedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  8 | }
  9 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDependencyUpdaterLibrary/Update.swift:7:10: warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  5 | enum UpdateError: Error, Equatable {
  6 |     case resolvedVersionNotFound(String, Version, Version)
  7 |     case updatedVersionNotFound(String, Version, Version)
    |          `- warning: associated value 'updatedVersionNotFound' of 'Sendable'-conforming enum 'UpdateError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
  8 | }
  9 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Releases/Sources/Version.swift:10:15: note: struct 'Version' does not conform to the 'Sendable' protocol
  8 |
  9 | /// Structure representing a released version
 10 | public struct Version: Codable {
    |               `- note: struct 'Version' does not conform to the 'Sendable' protocol
 11 |     /// The major version of the release
 12 |     public var major: Int
[108/112] Compiling SwiftDependencyUpdater main.swift
[109/112] Emitting module SwiftDependencyUpdater
[109/112] Write Objects.LinkFileList
[110/112] Linking swift-dependency-updater
[111/112] Applying swift-dependency-updater
Build complete! (18.85s)
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/Nef10/Releases.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/300] Fetching shellout
[232/1742] Fetching shellout, rainbow
[290/1906] Fetching shellout, rainbow, releases
Fetched https://github.com/onevcat/Rainbow.git from cache (0.83s)
Fetched https://github.com/Nef10/ShellOut.git from cache (0.83s)
Fetched https://github.com/Nef10/Releases.git from cache (0.83s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (1.92s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.63s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (3.11s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.56s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.57s)
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.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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.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 complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "1.8.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.1",
            "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" : "/Users/admin/builder/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"
}
Done.