The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProcessRunner, reference 1.0.11 (70e49a), with Swift 6.2 for Linux on 18 Jun 2025 14:53:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/ProcessRunner.git
Reference: 1.0.11
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/saltzmanjoelh/ProcessRunner
 * tag               1.0.11     -> FETCH_HEAD
HEAD is now at 70e49aa Fixed a bug where newlines in stderr would result in an errored task
Cloned https://github.com/saltzmanjoelh/ProcessRunner.git
Revision (git rev-parse @):
70e49aada9d8d504a390e08870ab1f143018de37
SUCCESS checkout https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/saltzmanjoelh/ProcessRunner.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/7] Emitting module ProcessRunner
[4/7] Compiling ProcessRunner ProcessRunner.swift
/host/spi-builder-workspace/Sources/ProcessRunner/ProcessRunner.swift:60:26: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
 58 |         //Launch path
 59 |         executingProcess = Process()
 60 |         executingProcess.launchPath = NSString(string: launchPath).standardizingPath
    |                          |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
    |                          `- note: use 'executableURL' instead
 61 |         guard let path = executingProcess.launchPath,
 62 |             FileManager.default.isExecutableFile(atPath: path) else {
/host/spi-builder-workspace/Sources/ProcessRunner/ProcessRunner.swift:61:43: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
 59 |         executingProcess = Process()
 60 |         executingProcess.launchPath = NSString(string: launchPath).standardizingPath
 61 |         guard let path = executingProcess.launchPath,
    |                                           |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
    |                                           `- note: use 'executableURL' instead
 62 |             FileManager.default.isExecutableFile(atPath: path) else {
 63 |                 throw ProcessRunnerError.InvalidExecutable(path: executingProcess.launchPath)
/host/spi-builder-workspace/Sources/ProcessRunner/ProcessRunner.swift:63:83: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
 61 |         guard let path = executingProcess.launchPath,
 62 |             FileManager.default.isExecutableFile(atPath: path) else {
 63 |                 throw ProcessRunnerError.InvalidExecutable(path: executingProcess.launchPath)
    |                                                                                   |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
    |                                                                                   `- note: use 'executableURL' instead
 64 |         }
 65 |
/host/spi-builder-workspace/Sources/ProcessRunner/ProcessRunner.swift:77:26: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL' [#DeprecatedDeclaration]
 75 |
 76 |         //Current directory
 77 |         executingProcess.currentDirectoryPath = FileManager.default.currentDirectoryPath
    |                          |- warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL' [#DeprecatedDeclaration]
    |                          `- note: use 'currentDirectoryURL' instead
 78 |
 79 |         //Pipes
/host/spi-builder-workspace/Sources/ProcessRunner/ProcessRunner.swift:96:26: warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
 94 |     }
 95 |     public func launch() {
 96 |         executingProcess.launch()
    |                          |- warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
    |                          `- note: use 'run' instead
 97 |     }
 98 |     /**
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/8] Wrapping AST for ProcessRunner for debugging
[6/8] Write Objects.LinkFileList
[7/8] Archiving libProcessRunner.a
Build complete! (9.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProcessRunner",
  "name" : "ProcessRunner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ProcessRunner",
      "targets" : [
        "ProcessRunner"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessRunnerTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessRunnerTests",
      "path" : "Tests/ProcessRunnerTests",
      "sources" : [
        "ProcessRunnerTests.swift"
      ],
      "target_dependencies" : [
        "ProcessRunner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessRunner",
      "module_type" : "SwiftTarget",
      "name" : "ProcessRunner",
      "path" : "Sources/ProcessRunner",
      "product_memberships" : [
        "ProcessRunner"
      ],
      "sources" : [
        "ProcessRunner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.