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 Run, reference master (5a2866), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 08:57:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Run.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Run
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5a2866c Fix execute ls test on Linux
Cloned https://github.com/getGuaka/Run.git
Revision (git rev-parse @):
5a2866c0ae4266e0406d85f16adf65a30a626d7f
SUCCESS checkout https://github.com/getGuaka/Run.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/getGuaka/Run.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling Args ProcessInfo.swift
[6/10] Compiling Args Args.swift
[7/10] Compiling Args ArgsParser.swift
[8/10] Compiling Args ArgConvertible.swift
[9/10] Emitting module Args
[10/10] Compiling Args Argument.swift
[11/20] Emitting module Prompt
[12/21] Compiling Prompt PromptPrinter.swift
[13/21] Compiling Prompt PromptReader.swift
[14/21] Compiling Prompt Choose.swift
[15/21] Compiling Prompt Agree.swift
[16/21] Compiling Prompt AgreeSettings.swift
[17/21] Compiling Prompt AskSettings.swift
[18/21] Compiling Prompt PromptSettings.swift
[19/21] Compiling Prompt AskerValidator.swift
[20/21] Compiling Prompt Ask.swift
[21/21] Compiling Prompt ChooseSettings.swift
[22/28] Compiling Run TaskPipe.swift
[23/28] Compiling Run Runner.swift
[24/28] Compiling Run ShortHandRunner.swift
[25/28] Compiling Run RunnerSettings.swift
[26/28] Compiling Run RunResults.swift
[27/28] Emitting module Run
[28/28] Compiling Run CommandExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Run/CommandExecutor.swift:71:13: warning: variable 'outputPipe' was never mutated; consider changing to 'let' constant
 69 |         var childFDActions: posix_spawn_file_actions_t = posix_spawn_file_actions_t()
 70 | #endif
 71 |         var outputPipe: [Int32] = [-1, -1]
    |             `- warning: variable 'outputPipe' was never mutated; consider changing to 'let' constant
 72 |
 73 |         posix_spawn_file_actions_init(&childFDActions)
Build complete! (17.32s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/getGuaka/Prompt.git
Fetching https://github.com/Quick/Quick.git
[1/44] Fetching prompt
[45/14803] Fetching prompt, quick
[341/34387] Fetching prompt, quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (5.94s)
Fetched https://github.com/Quick/Quick.git from cache (5.94s)
Fetched https://github.com/getGuaka/Prompt.git from cache (5.94s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (6.52s)
Fetching https://github.com/getGuaka/Args.git
[1/34] Fetching args
Fetched https://github.com/getGuaka/Args.git from cache (0.55s)
Computing version for https://github.com/getGuaka/Args.git
Computed https://github.com/getGuaka/Args.git at 0.1.1 (1.08s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.50s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.50s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Creating working copy for https://github.com/getGuaka/Args.git
Working copy of https://github.com/getGuaka/Args.git resolved at 0.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "prompt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getGuaka/Prompt.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Run",
  "name" : "Run",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Run",
      "targets" : [
        "Run"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RunTests",
      "module_type" : "SwiftTarget",
      "name" : "RunTests",
      "path" : "Tests/RunTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "RunnerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Run"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Run",
      "module_type" : "SwiftTarget",
      "name" : "Run",
      "path" : "Sources/Run",
      "product_dependencies" : [
        "Prompt"
      ],
      "product_memberships" : [
        "Run"
      ],
      "sources" : [
        "CommandExecutor.swift",
        "RunResults.swift",
        "Runner.swift",
        "RunnerSettings.swift",
        "ShortHandRunner.swift",
        "TaskPipe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.