The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Rocket, reference 1.3.0 (32af35), with Swift 6.1 for Android on 28 May 2025 14:42:06 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
[1/580] Fetching packageconfig
[581/5443] Fetching packageconfig, swiftshell
[1505/5559] Fetching packageconfig, swiftshell, logger
[5557/16216] Fetching packageconfig, swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.24s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.24s)
Fetched https://github.com/kareman/SwiftShell from cache (1.25s)
Fetched https://github.com/jpsim/Yams from cache (1.29s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.91s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.42s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.99s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.85s)
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.4.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Building for debugging...
[0/23] Write sources
[6/23] Compiling writer.c
[7/23] Compiling reader.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/62] Compiling Yams Tag.swift
[15/62] Compiling Yams YamlAnchorProviding.swift
[16/64] Emitting module SwiftShell
[17/65] Compiling PackageConfig Error.swift
[18/65] Compiling PackageConfig Package.swift
[19/65] Compiling PackageConfig Loader.swift
[20/65] Compiling PackageConfig Writer.swift
[21/65] Compiling PackageConfig PackageConfig.swift
[22/65] Compiling PackageConfig PackageConfiguration.swift
[23/65] Compiling Yams Resolver.swift
[24/65] Compiling Yams String+Yams.swift
[25/65] Emitting module Logger
[26/65] Compiling Logger Logger.swift
[27/65] Compiling Yams YamlError.swift
[28/65] Compiling Yams YamlTagProviding.swift
[29/66] Compiling SwiftShell Lazy-split.swift
[30/66] Compiling SwiftShell Stream.swift
[31/66] Compiling SwiftShell Context.swift
[32/66] Compiling SwiftShell Array.swift
[33/66] Compiling SwiftShell Files.swift
[34/66] Compiling SwiftShell Process.swift
[35/66] Compiling SwiftShell Bash.swift
[36/66] Compiling SwiftShell Command.swift
[37/66] Emitting module Yams
[40/66] Compiling Yams Constructor.swift
[41/66] Compiling Yams Decoder.swift
[42/66] Compiling Yams Emitter.swift
[43/66] Compiling Yams Encoder.swift
[44/66] Compiling Yams Mark.swift
[45/66] Compiling Yams Node.Alias.swift
[46/66] Compiling Yams Node.Mapping.swift
[47/66] Compiling Yams Parser.swift
[48/66] Compiling Yams RedundancyAliasingStrategy.swift
[49/66] Compiling Yams Representer.swift
[50/66] Compiling Yams Node.Scalar.swift
[51/66] Compiling Yams Node.Sequence.swift
[52/66] Compiling Yams Node.swift
[54/67] Compiling SwiftShell String.swift
[56/68] Wrapping AST for Logger for debugging
[57/68] Wrapping AST for SwiftShell for debugging
[58/68] Wrapping AST for Yams for debugging
[60/103] Compiling RocketLib ScriptParameters.swift
[61/103] Compiling RocketLib StepParameter.swift
[62/103] Compiling RocketLib SwiftScriptParameters.swift
[63/103] Compiling RocketLib TagParameters.swift
[64/107] Compiling RocketLib BranchExecutor.swift
[65/107] Compiling RocketLib CommitExecutor.swift
[66/107] Compiling RocketLib DefaultExecutor.swift
[67/107] Compiling RocketLib GitAddExecutor.swift
[68/107] Compiling RocketLib HideDevDependenciesExecutor.swift
[69/107] Compiling RocketLib PushExecutor.swift
[70/107] Compiling RocketLib ScriptExecutor.swift
[71/107] Compiling RocketLib ScriptLauncher.swift
[72/107] Compiling RocketLib ScriptLauncherExecutor.swift
[73/107] Compiling RocketLib StepDescriptionPrinter.swift
[74/107] Compiling RocketLib CommitParameters.swift
[75/107] Compiling RocketLib Dictionary+CodingKeys.swift
[76/107] Compiling RocketLib GitAddParameters.swift
[77/107] Compiling RocketLib ModifyDevDependenciesParameters.swift
[78/107] Compiling RocketLib PushParameters.swift
[79/107] 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 |     }
[80/107] 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 |     }
[81/107] 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 |     }
[82/107] 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 |     }
[83/107] 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 |     }
[84/107] 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,
[85/107] Compiling RocketLib Checks.swift
[86/107] Compiling RocketLib Check.swift
[87/107] Compiling RocketLib CleanGitStatusCheck.swift
[88/107] Compiling RocketLib ChecksParser.swift
[89/107] Compiling RocketLib CurrentVersionProvider.swift
[90/107] Compiling RocketLib NoVerifyParameterInserter.swift
[91/107] Compiling RocketLib NoVerifyParameterInserterExecutor.swift
[92/107] Compiling RocketLib ScriptLauncherContainer.swift
[93/107] Compiling RocketLib NewVersionProvider.swift
[94/107] Compiling RocketLib BranchParameters.swift
[95/107] 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/107] 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/107] 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/107] 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/108] Wrapping AST for RocketLib for debugging
[101/108] Emitting module PackageConfig
[102/108] Compiling PackageConfig DynamicLibraries.swift
[103/109] Wrapping AST for PackageConfig for debugging
[104/109] Write Objects.LinkFileList
[105/109] Linking libPackageConfig.so
[107/111] Emitting module Rocket
[108/111] Compiling Rocket main.swift
[109/112] Wrapping AST for Rocket for debugging
[110/112] Write Objects.LinkFileList
[111/112] Linking rocket
Build complete! (60.62s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.