The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Rocket, reference 1.3.0 (32af35), with Swift 6.1 for Linux on 27 Apr 2025 11:56:59 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/rocket.git
Reference: 1.3.0
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/shibapm/rocket
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 32af356 Version 1.3.0
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
32af356776108ee7289884874a0eb63ceacb9e5d
SUCCESS checkout https://github.com/shibapm/rocket.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/rocket.git
https://github.com/shibapm/rocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Logger"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    }
  ],
  "manifest_display_name" : "Rocket",
  "name" : "Rocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "rocket",
      "targets" : [
        "Rocket"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketLib",
      "module_type" : "SwiftTarget",
      "name" : "RocketLib",
      "path" : "Sources/RocketLib",
      "product_dependencies" : [
        "Logger",
        "SwiftShell"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "Checks.swift",
        "Checks/Check.swift",
        "Checks/CleanGitStatusCheck.swift",
        "ChecksParser.swift",
        "CurrentVersionProvider.swift",
        "Executors/BranchExecutor.swift",
        "Executors/CommitExecutor.swift",
        "Executors/DefaultExecutor.swift",
        "Executors/GitAddExecutor.swift",
        "Executors/HideDevDependenciesExecutor.swift",
        "Executors/PushExecutor.swift",
        "Executors/ScriptExecutor.swift",
        "Executors/ScriptLauncher.swift",
        "Executors/ScriptLauncherExecutor.swift",
        "Executors/StepDescriptionPrinter.swift",
        "Executors/StepExecutor.swift",
        "Executors/SwiftScriptExecutor.swift",
        "Executors/TagExecutor.swift",
        "Executors/UnhideDevDependenciesExecutor.swift",
        "Executors/Utils/DevDependenciesModifier.swift",
        "Executors/Utils/NoVerifyParameterInserter.swift",
        "Executors/Utils/NoVerifyParameterInserterExecutor.swift",
        "Executors/Utils/ScriptLauncherContainer.swift",
        "NewVersionProvider.swift",
        "Parameters/BranchParameters.swift",
        "Parameters/CommitParameters.swift",
        "Parameters/Dictionary+CodingKeys.swift",
        "Parameters/GitAddParameters.swift",
        "Parameters/ModifyDevDependenciesParameters.swift",
        "Parameters/PushParameters.swift",
        "Parameters/ScriptParameters.swift",
        "Parameters/StepParameter.swift",
        "Parameters/SwiftScriptParameters.swift",
        "Parameters/TagParameters.swift",
        "RocketFileFinder.swift",
        "Step.swift",
        "StepsParser.swift",
        "VersionBumpOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rocket",
      "module_type" : "SwiftTarget",
      "name" : "Rocket",
      "path" : "Sources/Rocket",
      "product_dependencies" : [
        "Yams",
        "Logger",
        "PackageConfig"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[1139/5559] Fetching logger, swiftshell, packageconfig
[2351/15848] Fetching logger, swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/Logger from cache (0.40s)
[6987/15732] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.40s)
[2227/10869] Fetching packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.20s)
Fetched https://github.com/jpsim/Yams from cache (1.24s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.81s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.55s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.58s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.66s)
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Building for debugging...
[0/23] Write sources
[6/23] Compiling reader.c
[7/23] Compiling writer.c
[8/23] Compiling parser.c
[9/23] Compiling api.c
[10/23] Compiling emitter.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[12/23] Compiling scanner.c
[14/61] Emitting module SwiftShell
[15/62] Emitting module PackageConfig
[16/62] Emitting module Yams
[17/64] Compiling Yams Tag.swift
[18/64] Compiling Yams YamlAnchorProviding.swift
[19/64] Compiling Yams Resolver.swift
[20/64] Compiling SwiftShell Process.swift
[21/64] Compiling Yams String+Yams.swift
[22/64] Emitting module Logger
[23/64] Compiling Logger Logger.swift
[24/65] Compiling PackageConfig Writer.swift
[25/65] Compiling PackageConfig PackageConfiguration.swift
[26/65] Compiling PackageConfig Error.swift
[27/65] Compiling PackageConfig Loader.swift
[28/65] Compiling SwiftShell String.swift
[30/65] Compiling Yams YamlError.swift
[31/65] Compiling Yams YamlTagProviding.swift
[32/65] Compiling Yams Anchor.swift
[33/65] Compiling Yams Constructor.swift
[34/65] Compiling Yams Decoder.swift
[35/65] Compiling Yams Node.Alias.swift
[36/65] Compiling Yams Node.Mapping.swift
[37/65] Compiling Yams Node.Scalar.swift
[38/65] Compiling Yams Node.Sequence.swift
[39/65] Compiling Yams Node.swift
[40/65] Compiling Yams Parser.swift
[41/65] Compiling Yams Emitter.swift
[42/65] Compiling Yams Encoder.swift
[43/65] Compiling Yams Mark.swift
[44/65] Compiling Yams RedundancyAliasingStrategy.swift
[45/65] Compiling Yams Representer.swift
[46/65] Compiling SwiftShell Context.swift
[47/65] Compiling SwiftShell Files.swift
[50/66] Compiling PackageConfig Package.swift
[51/66] Compiling PackageConfig PackageConfig.swift
[52/66] Compiling SwiftShell Stream.swift
[53/66] Compiling SwiftShell Array.swift
[54/66] Compiling SwiftShell Lazy-split.swift
[55/67] Wrapping AST for Logger for debugging
[57/67] Wrapping AST for Yams for debugging
[58/67] Wrapping AST for SwiftShell for debugging
[60/102] Emitting module RocketLib
/host/spi-builder-workspace/Sources/RocketLib/StepsParser.swift:11:24: warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |     }
10 |
11 |     private static let defaultSteps: [Any] = [
   |                        |- warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'defaultSteps' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[61/106] Compiling RocketLib BranchExecutor.swift
[62/106] Compiling RocketLib CommitExecutor.swift
[63/106] Compiling RocketLib DefaultExecutor.swift
[64/106] Compiling RocketLib GitAddExecutor.swift
[65/106] Compiling RocketLib HideDevDependenciesExecutor.swift
[66/106] Compiling RocketLib NoVerifyParameterInserter.swift
[67/106] Compiling RocketLib NoVerifyParameterInserterExecutor.swift
[68/106] Compiling RocketLib ScriptLauncherContainer.swift
[69/106] Compiling RocketLib NewVersionProvider.swift
[70/106] Compiling RocketLib BranchParameters.swift
[71/106] Compiling RocketLib ScriptParameters.swift
[72/106] Compiling RocketLib StepParameter.swift
[73/106] Compiling RocketLib SwiftScriptParameters.swift
[74/106] Compiling RocketLib TagParameters.swift
[75/106] Compiling RocketLib CommitParameters.swift
[76/106] Compiling RocketLib Dictionary+CodingKeys.swift
[77/106] Compiling RocketLib GitAddParameters.swift
[78/106] Compiling RocketLib ModifyDevDependenciesParameters.swift
[79/106] Compiling RocketLib PushParameters.swift
[80/106] Compiling RocketLib Checks.swift
[81/106] Compiling RocketLib Check.swift
[82/106] Compiling RocketLib CleanGitStatusCheck.swift
[83/106] Compiling RocketLib ChecksParser.swift
[84/106] Compiling RocketLib CurrentVersionProvider.swift
[85/106] Compiling RocketLib PushExecutor.swift
[86/106] Compiling RocketLib ScriptExecutor.swift
[87/106] Compiling RocketLib ScriptLauncher.swift
[88/106] Compiling RocketLib ScriptLauncherExecutor.swift
[89/106] Compiling RocketLib StepDescriptionPrinter.swift
[90/106] Compiling RocketLib StepExecutor.swift
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
24 |
25 |         let process = Process()
26 |         process.launchPath = swift
   |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                 `- note: use 'executableURL' instead
27 |         process.arguments = args
28 |
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:43:17: warning: 'launch()' is deprecated: renamed to 'run'
41 | struct ProcessLauncher: ProcessLaunching {
42 |     func launchProcess(process: Process) {
43 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run'
   |                 `- note: use 'run' instead
44 |         process.waitUntilExit()
45 |     }
[91/106] Compiling RocketLib SwiftScriptExecutor.swift
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
24 |
25 |         let process = Process()
26 |         process.launchPath = swift
   |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                 `- note: use 'executableURL' instead
27 |         process.arguments = args
28 |
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:43:17: warning: 'launch()' is deprecated: renamed to 'run'
41 | struct ProcessLauncher: ProcessLaunching {
42 |     func launchProcess(process: Process) {
43 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run'
   |                 `- note: use 'run' instead
44 |         process.waitUntilExit()
45 |     }
[92/106] Compiling RocketLib TagExecutor.swift
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
24 |
25 |         let process = Process()
26 |         process.launchPath = swift
   |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                 `- note: use 'executableURL' instead
27 |         process.arguments = args
28 |
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:43:17: warning: 'launch()' is deprecated: renamed to 'run'
41 | struct ProcessLauncher: ProcessLaunching {
42 |     func launchProcess(process: Process) {
43 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run'
   |                 `- note: use 'run' instead
44 |         process.waitUntilExit()
45 |     }
[93/106] Compiling RocketLib UnhideDevDependenciesExecutor.swift
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
24 |
25 |         let process = Process()
26 |         process.launchPath = swift
   |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                 `- note: use 'executableURL' instead
27 |         process.arguments = args
28 |
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:43:17: warning: 'launch()' is deprecated: renamed to 'run'
41 | struct ProcessLauncher: ProcessLaunching {
42 |     func launchProcess(process: Process) {
43 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run'
   |                 `- note: use 'run' instead
44 |         process.waitUntilExit()
45 |     }
[94/106] Compiling RocketLib DevDependenciesModifier.swift
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:26:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
24 |
25 |         let process = Process()
26 |         process.launchPath = swift
   |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                 `- note: use 'executableURL' instead
27 |         process.arguments = args
28 |
/host/spi-builder-workspace/Sources/RocketLib/Executors/SwiftScriptExecutor.swift:43:17: warning: 'launch()' is deprecated: renamed to 'run'
41 | struct ProcessLauncher: ProcessLaunching {
42 |     func launchProcess(process: Process) {
43 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run'
   |                 `- note: use 'run' instead
44 |         process.waitUntilExit()
45 |     }
[95/106] Compiling RocketLib RocketFileFinder.swift
/host/spi-builder-workspace/Sources/RocketLib/StepsParser.swift:11:24: warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |     }
10 |
11 |     private static let defaultSteps: [Any] = [
   |                        |- warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'defaultSteps' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[96/106] Compiling RocketLib Step.swift
/host/spi-builder-workspace/Sources/RocketLib/StepsParser.swift:11:24: warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |     }
10 |
11 |     private static let defaultSteps: [Any] = [
   |                        |- warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'defaultSteps' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[97/106] Compiling RocketLib StepsParser.swift
/host/spi-builder-workspace/Sources/RocketLib/StepsParser.swift:11:24: warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |     }
10 |
11 |     private static let defaultSteps: [Any] = [
   |                        |- warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'defaultSteps' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[98/106] Compiling RocketLib VersionBumpOption.swift
/host/spi-builder-workspace/Sources/RocketLib/StepsParser.swift:11:24: warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |     }
10 |
11 |     private static let defaultSteps: [Any] = [
   |                        |- warning: static property 'defaultSteps' is not concurrency-safe because non-'Sendable' type '[Any]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'defaultSteps' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[99/107] Wrapping AST for RocketLib for debugging
[101/107] Compiling PackageConfig DynamicLibraries.swift
[102/108] Wrapping AST for PackageConfig for debugging
[103/108] Write Objects.LinkFileList
[104/108] Linking libPackageConfig.so
[106/110] Emitting module Rocket
[107/110] Compiling Rocket main.swift
[108/111] Wrapping AST for Rocket for debugging
[109/111] Write Objects.LinkFileList
[110/111] Linking rocket
Build complete! (39.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Logger"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    }
  ],
  "manifest_display_name" : "Rocket",
  "name" : "Rocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "rocket",
      "targets" : [
        "Rocket"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketLib",
      "module_type" : "SwiftTarget",
      "name" : "RocketLib",
      "path" : "Sources/RocketLib",
      "product_dependencies" : [
        "Logger",
        "SwiftShell"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "Checks.swift",
        "Checks/Check.swift",
        "Checks/CleanGitStatusCheck.swift",
        "ChecksParser.swift",
        "CurrentVersionProvider.swift",
        "Executors/BranchExecutor.swift",
        "Executors/CommitExecutor.swift",
        "Executors/DefaultExecutor.swift",
        "Executors/GitAddExecutor.swift",
        "Executors/HideDevDependenciesExecutor.swift",
        "Executors/PushExecutor.swift",
        "Executors/ScriptExecutor.swift",
        "Executors/ScriptLauncher.swift",
        "Executors/ScriptLauncherExecutor.swift",
        "Executors/StepDescriptionPrinter.swift",
        "Executors/StepExecutor.swift",
        "Executors/SwiftScriptExecutor.swift",
        "Executors/TagExecutor.swift",
        "Executors/UnhideDevDependenciesExecutor.swift",
        "Executors/Utils/DevDependenciesModifier.swift",
        "Executors/Utils/NoVerifyParameterInserter.swift",
        "Executors/Utils/NoVerifyParameterInserterExecutor.swift",
        "Executors/Utils/ScriptLauncherContainer.swift",
        "NewVersionProvider.swift",
        "Parameters/BranchParameters.swift",
        "Parameters/CommitParameters.swift",
        "Parameters/Dictionary+CodingKeys.swift",
        "Parameters/GitAddParameters.swift",
        "Parameters/ModifyDevDependenciesParameters.swift",
        "Parameters/PushParameters.swift",
        "Parameters/ScriptParameters.swift",
        "Parameters/StepParameter.swift",
        "Parameters/SwiftScriptParameters.swift",
        "Parameters/TagParameters.swift",
        "RocketFileFinder.swift",
        "Step.swift",
        "StepsParser.swift",
        "VersionBumpOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rocket",
      "module_type" : "SwiftTarget",
      "name" : "Rocket",
      "path" : "Sources/Rocket",
      "product_dependencies" : [
        "Yams",
        "Logger",
        "PackageConfig"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.