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.0 for macOS (SPM) on 29 Nov 2024 09:44:28 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/rocket.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[104/1076] Fetching logger, shellout
[277/5939] Fetching logger, shellout, swiftshell
[1384/15875] Fetching logger, shellout, swiftshell, yams
[2100/30615] Fetching logger, shellout, swiftshell, yams, quick
[13417/76393] Fetching logger, shellout, swiftshell, yams, quick, swiftformat
[29229/95668] Fetching logger, shellout, swiftshell, yams, quick, swiftformat, nimble
Fetched https://github.com/JohnSundell/ShellOut.git from cache (10.39s)
Fetched https://github.com/kareman/SwiftShell from cache (10.39s)
Fetched https://github.com/Quick/Nimble from cache (10.39s)
Fetched https://github.com/Quick/Quick from cache (10.39s)
Fetched https://github.com/jpsim/Yams from cache (10.39s)
Fetched https://github.com/shibapm/Logger from cache (10.39s)
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/f-meloni/TestSpy
[22432/45778] Fetching swiftformat
[22433/46287] Fetching swiftformat, komondor
[22434/48335] Fetching swiftformat, komondor, testspy
[22587/48915] Fetching swiftformat, komondor, testspy, packageconfig
Fetched https://github.com/shibapm/Komondor.git from cache (2.14s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (2.14s)
Fetched https://github.com/f-meloni/TestSpy from cache (2.14s)
Computing version for https://github.com/shibapm/PackageConfig.git
[22889/45778] Fetching swiftformat
Computed https://github.com/shibapm/PackageConfig.git at 1.1.2 (2.46s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.57s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.58s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.0.5 (0.57s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.2
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.0.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rocket",
      "name": "Rocket",
      "url": "https://github.com/shibapm/rocket.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rocket",
      "dependencies": [
        {
          "identity": "yams",
          "name": "Yams",
          "url": "https://github.com/jpsim/Yams",
          "version": "5.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
          "dependencies": [
          ]
        },
        {
          "identity": "logger",
          "name": "Logger",
          "url": "https://github.com/shibapm/Logger",
          "version": "0.2.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
          "dependencies": [
          ]
        },
        {
          "identity": "swiftshell",
          "name": "SwiftShell",
          "url": "https://github.com/kareman/SwiftShell",
          "version": "5.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "dependencies": [
          ]
        },
        {
          "identity": "packageconfig",
          "name": "PackageConfig",
          "url": "https://github.com/shibapm/PackageConfig.git",
          "version": "1.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PackageConfig",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/shibapm/rocket.git
[1/1386] Fetching rocket
Fetched https://github.com/shibapm/rocket.git from cache (0.89s)
Fetching https://github.com/shibapm/PackageConfig.git from cache
Fetching https://github.com/shibapm/Logger from cache
Fetching https://github.com/kareman/SwiftShell from cache
Fetching https://github.com/jpsim/Yams from cache
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.50s)
Fetched https://github.com/shibapm/Logger from cache (0.54s)
Fetched https://github.com/jpsim/Yams from cache (0.54s)
Fetched https://github.com/kareman/SwiftShell from cache (0.54s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.02s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.02s)
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.1.3 (0.58s)
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.1.3
Creating working copy for https://github.com/shibapm/rocket.git
Working copy of https://github.com/shibapm/rocket.git resolved at 1.3.0 (32af356)
Found 4 product dependencies
  - Yams
  - Logger
  - SwiftShell
  - PackageConfig
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/shibapm/rocket.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Building for debugging...
[0/19] Write sources
[5/19] Write rocket-entitlement.plist
[7/19] Write swift-version--7754E27361AE5C74.txt
[8/39] Compiling reader.c
[9/39] Compiling writer.c
[10/39] Compiling parser.c
[11/39] Compiling api.c
[12/39] Compiling emitter.c
[13/39] Compiling scanner.c
[15/54] Emitting module Logger
[16/54] Compiling SwiftShell String.swift
[17/54] Compiling Yams Tag.swift
[18/54] Compiling Yams String+Yams.swift
[19/55] Compiling SwiftShell Context.swift
[20/55] Compiling Logger Logger.swift
[21/55] Compiling PackageConfig Writer.swift
[22/55] Compiling PackageConfig PackageConfiguration.swift
[23/55] Compiling SwiftShell Lazy-split.swift
[24/55] Compiling SwiftShell Files.swift
[25/55] Compiling SwiftShell Stream.swift
[26/55] Compiling SwiftShell Process.swift
[27/55] Compiling SwiftShell Array.swift
[28/55] Compiling PackageConfig PackageConfig.swift
[29/55] Compiling PackageConfig Loader.swift
[30/55] Compiling PackageConfig Package.swift
[31/55] Emitting module PackageConfig
[32/55] Compiling PackageConfig Error.swift
[33/55] Compiling PackageConfig DynamicLibraries.swift
[33/55] Write Objects.LinkFileList
[35/55] Compiling Yams Resolver.swift
[36/55] Compiling SwiftShell Bash.swift
[37/55] Emitting module SwiftShell
[38/55] Compiling SwiftShell Command.swift
[39/55] Compiling Yams YamlError.swift
[40/55] Compiling Yams Node.swift
[41/55] Compiling Yams Parser.swift
[42/55] Compiling Yams Representer.swift
[43/55] Compiling Yams Constructor.swift
[44/55] Compiling Yams Decoder.swift
[45/55] Compiling Yams Node.Scalar.swift
[46/55] Compiling Yams Node.Sequence.swift
[47/55] Emitting module Yams
[48/55] Compiling Yams Mark.swift
[49/55] Compiling Yams Node.Mapping.swift
[50/55] Compiling Yams Emitter.swift
[51/55] Compiling Yams Encoder.swift
[51/91] Linking libPackageConfig.dylib
[53/91] Compiling RocketLib ModifyDevDependenciesParameters.swift
[54/91] Compiling RocketLib PushParameters.swift
[55/91] Compiling RocketLib ScriptParameters.swift
[56/91] Compiling RocketLib StepParameter.swift
[57/94] Compiling RocketLib GitAddExecutor.swift
[58/94] Compiling RocketLib HideDevDependenciesExecutor.swift
[59/94] Compiling RocketLib PushExecutor.swift
[60/94] Compiling RocketLib ScriptExecutor.swift
[61/94] Compiling RocketLib SwiftScriptParameters.swift
[62/94] Compiling RocketLib TagParameters.swift
[63/94] Compiling RocketLib RocketFileFinder.swift
[64/94] Compiling RocketLib NoVerifyParameterInserter.swift
[65/94] Compiling RocketLib NoVerifyParameterInserterExecutor.swift
[66/94] Compiling RocketLib ScriptLauncherContainer.swift
[67/94] Compiling RocketLib NewVersionProvider.swift
[68/94] Compiling RocketLib ScriptLauncher.swift
[69/94] Compiling RocketLib ScriptLauncherExecutor.swift
[70/94] Compiling RocketLib StepDescriptionPrinter.swift
[71/94] Compiling RocketLib StepExecutor.swift
[72/94] Emitting module RocketLib
/Users/admin/builder/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: annotate 'defaultSteps' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[73/94] Compiling RocketLib BranchParameters.swift
[74/94] Compiling RocketLib CommitParameters.swift
[75/94] Compiling RocketLib Dictionary+CodingKeys.swift
[76/94] Compiling RocketLib GitAddParameters.swift
[77/94] Compiling RocketLib Checks.swift
[78/94] Compiling RocketLib Check.swift
[79/94] Compiling RocketLib CleanGitStatusCheck.swift
[80/94] Compiling RocketLib ChecksParser.swift
[81/94] Compiling RocketLib CurrentVersionProvider.swift
[82/94] Compiling RocketLib BranchExecutor.swift
[83/94] Compiling RocketLib CommitExecutor.swift
[84/94] Compiling RocketLib DefaultExecutor.swift
[85/94] Compiling RocketLib SwiftScriptExecutor.swift
[86/94] Compiling RocketLib TagExecutor.swift
[87/94] Compiling RocketLib UnhideDevDependenciesExecutor.swift
[88/94] Compiling RocketLib DevDependenciesModifier.swift
[89/94] Compiling RocketLib Step.swift
/Users/admin/builder/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: annotate 'defaultSteps' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[90/94] Compiling RocketLib StepsParser.swift
/Users/admin/builder/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: annotate 'defaultSteps' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[91/94] Compiling RocketLib VersionBumpOption.swift
/Users/admin/builder/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: annotate 'defaultSteps' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         Step.hideDependencies.rawValue,
13 |         Step.gitAdd.rawValue,
[92/96] Emitting module Rocket
[93/96] Compiling Rocket main.swift
[93/96] Write Objects.LinkFileList
[94/96] Linking rocket
[95/96] Applying rocket
Build complete! (35.84s)
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" : "/Users/admin/builder/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"
}
Done.