The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyShell, reference main (c9ae9d), with Swift 6.1 for macOS (SPM) on 9 May 2026 23:54:55 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maniramezan/SwiftyShell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maniramezan/SwiftyShell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c9ae9de Add ripgrep command family (#11)
Cloned https://github.com/maniramezan/SwiftyShell.git
Revision (git rev-parse @):
c9ae9de43a726fde363910fa41975662182f573c
SUCCESS checkout https://github.com/maniramezan/SwiftyShell.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/maniramezan/SwiftyShell.git
https://github.com/maniramezan/SwiftyShell.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "SwiftyShell",
  "name" : "SwiftyShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyShell",
      "targets" : [
        "SwiftyShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShellTests",
      "path" : "Tests/SwiftyShellTests",
      "sources" : [
        "Brew/BrewTests.swift",
        "Common/ChmodTests.swift",
        "Common/CommonTestSupport.swift",
        "Common/CpTests.swift",
        "Common/JqTests.swift",
        "Common/LsTests.swift",
        "Common/MkdirTests.swift",
        "Common/MvTests.swift",
        "Common/PwdTests.swift",
        "Common/RmTests.swift",
        "Common/UnzipTests.swift",
        "Common/ZipTests.swift",
        "Common/ZipUnzipTests.swift",
        "Core/CommandFamilyTests.swift",
        "Core/CommandTests.swift",
        "Core/FileModeTests.swift",
        "Core/ShellErrorTests.swift",
        "Core/SpawnTests.swift",
        "Core/WorkflowTests.swift",
        "Fzf/FzfTests.swift",
        "Git/GitCommandFamilyTests.swift",
        "Git/GitParserTests.swift",
        "Git/GitTests.swift",
        "Grep/GrepTests.swift",
        "Pipelines/PipelineTests.swift",
        "Rg/RgTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShell",
      "path" : "Sources/SwiftyShell",
      "product_dependencies" : [
        "Subprocess",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftyShell"
      ],
      "sources" : [
        "Brew/Brew.swift",
        "Common/Chmod.swift",
        "Common/Cp.swift",
        "Common/Jq.swift",
        "Common/Ls.swift",
        "Common/Mkdir.swift",
        "Common/Mv.swift",
        "Common/Pwd.swift",
        "Common/Rm.swift",
        "Common/Unzip.swift",
        "Common/Zip.swift",
        "Core/Command.swift",
        "Core/CommandExecutor.swift",
        "Core/CommandFamily.swift",
        "Core/FileMode.swift",
        "Core/MockExecutor.swift",
        "Core/MockSpawnedProcess.swift",
        "Core/OutputDestination.swift",
        "Core/Pipeline.swift",
        "Core/ProcessSignal.swift",
        "Core/ShellContext.swift",
        "Core/ShellError.swift",
        "Core/ShellOutput.swift",
        "Core/SpawnedProcess.swift",
        "Core/TeardownStrategy.swift",
        "Core/ToolConfiguration.swift",
        "Core/Workflow.swift",
        "Fzf/Fzf.swift",
        "Fzf/FzfTypes.swift",
        "Git/Git.swift",
        "Git/GitCommands.swift",
        "Git/GitParsers.swift",
        "Git/GitStatus.swift",
        "Git/GitStatusWorkflow.swift",
        "Git/GitStructuredResults.swift",
        "Git/GitSubmodule.swift",
        "Grep/Grep.swift",
        "Internal/Execution/SubprocessExecutor.swift",
        "Rg/Rg.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[5/8] Compiling CSystem shims.c
[6/8] Write swift-version-2F0A5646E1D333AE.txt
[7/36] Compiling _SubprocessCShims process_shims.c
[9/36] Compiling SystemPackage FilePathTempPosix.swift
[10/36] Compiling SystemPackage FilePathTempWindows.swift
[11/36] Compiling SystemPackage FilePathWindows.swift
[12/39] Compiling SystemPackage FilePathString.swift
[13/39] Compiling SystemPackage FilePathSyntax.swift
[14/39] Compiling SystemPackage FilePathTemp.swift
[15/39] Compiling SystemPackage Errno.swift
[16/39] Compiling SystemPackage ErrnoWindows.swift
[17/39] Compiling SystemPackage FileDescriptor.swift
[18/39] Compiling SystemPackage FileHelpers.swift
[19/39] Compiling SystemPackage FileOperations.swift
[20/39] Compiling SystemPackage FilePath.swift
[21/39] Compiling SystemPackage FilePermissions.swift
[22/39] Compiling SystemPackage Backcompat.swift
[23/39] Compiling SystemPackage CInterop.swift
[24/39] Compiling SystemPackage Constants.swift
[25/39] Compiling SystemPackage Exports.swift
[26/39] Compiling SystemPackage Mocking.swift
[27/39] Emitting module SystemPackage
[28/39] Compiling SystemPackage MachPort.swift
[29/39] Compiling SystemPackage PlatformString.swift
[30/39] Compiling SystemPackage SystemString.swift
[31/39] Compiling SystemPackage RawBuffer.swift
[32/39] Compiling SystemPackage Syscalls.swift
[33/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[34/39] Compiling SystemPackage FilePathComponentView.swift
[35/39] Compiling SystemPackage FilePathComponents.swift
[36/39] Compiling SystemPackage FilePathParsing.swift
[37/39] Compiling SystemPackage Util+StringArray.swift
[38/39] Compiling SystemPackage Util.swift
[39/39] Compiling SystemPackage UtilConsumers.swift
[40/61] Emitting module Subprocess
[41/63] Compiling Subprocess API.swift
[42/63] Compiling Subprocess AsyncBufferSequence.swift
[43/63] Compiling Subprocess Buffer.swift
[44/63] Compiling Subprocess Configuration.swift
[45/63] Compiling Subprocess Error.swift
[46/63] Compiling Subprocess Execution.swift
[47/63] Compiling Subprocess Teardown.swift
[48/63] Compiling Subprocess Thread.swift
[49/63] Compiling Subprocess Output+Foundation.swift
[50/63] Compiling Subprocess Span+SubprocessFoundation.swift
[51/63] Compiling Subprocess Subprocess+Windows.swift
[52/63] Compiling Subprocess Result.swift
[53/63] Compiling Subprocess AsyncIO+Dispatch.swift
[54/63] Compiling Subprocess AsyncIO+Linux.swift
[55/63] Compiling Subprocess AsyncIO+Windows.swift
[56/63] Compiling Subprocess Subprocess+Linux.swift
[57/63] Compiling Subprocess Subprocess+Unix.swift
[58/63] Compiling Subprocess Input.swift
[59/63] Compiling Subprocess Output.swift
[60/63] Compiling Subprocess Subprocess+BSD.swift
[61/63] Compiling Subprocess Subprocess+Darwin.swift
[62/63] Compiling Subprocess Span+Subprocess.swift
[63/63] Compiling Subprocess Input+Foundation.swift
[64/100] Emitting module SwiftyShell
[65/103] Compiling SwiftyShell Ls.swift
[66/103] Compiling SwiftyShell Mkdir.swift
[67/103] Compiling SwiftyShell Mv.swift
[68/103] Compiling SwiftyShell Pwd.swift
[69/103] Compiling SwiftyShell FzfTypes.swift
[70/103] Compiling SwiftyShell Git.swift
[71/103] Compiling SwiftyShell GitCommands.swift
[72/103] Compiling SwiftyShell GitParsers.swift
[73/103] Compiling SwiftyShell GitStatus.swift
[74/103] Compiling SwiftyShell GitStatusWorkflow.swift
[75/103] Compiling SwiftyShell GitStructuredResults.swift
[76/103] Compiling SwiftyShell GitSubmodule.swift
[77/103] Compiling SwiftyShell MockSpawnedProcess.swift
[78/103] Compiling SwiftyShell OutputDestination.swift
[79/103] Compiling SwiftyShell Pipeline.swift
[80/103] Compiling SwiftyShell ProcessSignal.swift
[81/103] Compiling SwiftyShell TeardownStrategy.swift
[82/103] Compiling SwiftyShell ToolConfiguration.swift
[83/103] Compiling SwiftyShell Workflow.swift
[84/103] Compiling SwiftyShell Fzf.swift
[85/103] Compiling SwiftyShell ShellContext.swift
[86/103] Compiling SwiftyShell ShellError.swift
[87/103] Compiling SwiftyShell ShellOutput.swift
[88/103] Compiling SwiftyShell SpawnedProcess.swift
[89/103] Compiling SwiftyShell CommandExecutor.swift
[90/103] Compiling SwiftyShell CommandFamily.swift
[91/103] Compiling SwiftyShell FileMode.swift
[92/103] Compiling SwiftyShell MockExecutor.swift
[93/103] Compiling SwiftyShell Rm.swift
[94/103] Compiling SwiftyShell Unzip.swift
[95/103] Compiling SwiftyShell Zip.swift
[96/103] Compiling SwiftyShell Command.swift
[97/103] Compiling SwiftyShell Brew.swift
[98/103] Compiling SwiftyShell Chmod.swift
[99/103] Compiling SwiftyShell Cp.swift
[100/103] Compiling SwiftyShell Jq.swift
[101/103] Compiling SwiftyShell Grep.swift
[102/103] Compiling SwiftyShell SubprocessExecutor.swift
[103/103] Compiling SwiftyShell Rg.swift
Build complete! (26.41s)
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system from cache
[1/2287] Fetching swift-docc-plugin
[230/5391] Fetching swift-docc-plugin, swift-subprocess
Fetched https://github.com/apple/swift-system from cache (0.94s)
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.17s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.4.0 (1.70s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (3.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.4.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "manifest_display_name" : "SwiftyShell",
  "name" : "SwiftyShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyShell",
      "targets" : [
        "SwiftyShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShellTests",
      "path" : "Tests/SwiftyShellTests",
      "sources" : [
        "Brew/BrewTests.swift",
        "Common/ChmodTests.swift",
        "Common/CommonTestSupport.swift",
        "Common/CpTests.swift",
        "Common/JqTests.swift",
        "Common/LsTests.swift",
        "Common/MkdirTests.swift",
        "Common/MvTests.swift",
        "Common/PwdTests.swift",
        "Common/RmTests.swift",
        "Common/UnzipTests.swift",
        "Common/ZipTests.swift",
        "Common/ZipUnzipTests.swift",
        "Core/CommandFamilyTests.swift",
        "Core/CommandTests.swift",
        "Core/FileModeTests.swift",
        "Core/ShellErrorTests.swift",
        "Core/SpawnTests.swift",
        "Core/WorkflowTests.swift",
        "Fzf/FzfTests.swift",
        "Git/GitCommandFamilyTests.swift",
        "Git/GitParserTests.swift",
        "Git/GitTests.swift",
        "Grep/GrepTests.swift",
        "Pipelines/PipelineTests.swift",
        "Rg/RgTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyShell",
      "path" : "Sources/SwiftyShell",
      "product_dependencies" : [
        "Subprocess",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftyShell"
      ],
      "sources" : [
        "Brew/Brew.swift",
        "Common/Chmod.swift",
        "Common/Cp.swift",
        "Common/Jq.swift",
        "Common/Ls.swift",
        "Common/Mkdir.swift",
        "Common/Mv.swift",
        "Common/Pwd.swift",
        "Common/Rm.swift",
        "Common/Unzip.swift",
        "Common/Zip.swift",
        "Core/Command.swift",
        "Core/CommandExecutor.swift",
        "Core/CommandFamily.swift",
        "Core/FileMode.swift",
        "Core/MockExecutor.swift",
        "Core/MockSpawnedProcess.swift",
        "Core/OutputDestination.swift",
        "Core/Pipeline.swift",
        "Core/ProcessSignal.swift",
        "Core/ShellContext.swift",
        "Core/ShellError.swift",
        "Core/ShellOutput.swift",
        "Core/SpawnedProcess.swift",
        "Core/TeardownStrategy.swift",
        "Core/ToolConfiguration.swift",
        "Core/Workflow.swift",
        "Fzf/Fzf.swift",
        "Fzf/FzfTypes.swift",
        "Git/Git.swift",
        "Git/GitCommands.swift",
        "Git/GitParsers.swift",
        "Git/GitStatus.swift",
        "Git/GitStatusWorkflow.swift",
        "Git/GitStructuredResults.swift",
        "Git/GitSubmodule.swift",
        "Grep/Grep.swift",
        "Internal/Execution/SubprocessExecutor.swift",
        "Rg/Rg.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.