The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DockerProcess, reference master (b70b1c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:19:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/DockerProcess.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/DockerProcess
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b70b1ce Added static lib type
Cloned https://github.com/saltzmanjoelh/DockerProcess.git
Revision (git rev-parse @):
b70b1ce0197ce06fc8c7027e513d73b5f1ab6f0b
SUCCESS checkout https://github.com/saltzmanjoelh/DockerProcess.git at master
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/76] Fetching processrunner
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.61s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (1.30s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "dockerprocess",
      "name": "DockerProcess",
      "url": "https://github.com/saltzmanjoelh/DockerProcess.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DockerProcess",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "processrunner",
          "name": "ProcessRunner",
          "url": "https://github.com/saltzmanjoelh/ProcessRunner.git",
          "version": "1.0.11",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProcessRunner",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/saltzmanjoelh/DockerProcess.git
[1/645] Fetching dockerprocess
Fetched https://github.com/saltzmanjoelh/DockerProcess.git from cache (0.91s)
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git from cache
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.41s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.47s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Creating working copy for https://github.com/saltzmanjoelh/DockerProcess.git
Working copy of https://github.com/saltzmanjoelh/DockerProcess.git resolved at master (b70b1ce)
warning: '.resolve-product-dependencies': dependency 'dockerprocess' is not used by any target
Found 1 product dependencies
  - ProcessRunner
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/saltzmanjoelh/DockerProcess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/9] Compiling ProcessRunner ProcessRunner.swift
[5/9] Emitting module ProcessRunner
[5/9] Write Objects.LinkFileList
[6/12] Archiving libProcessRunner.a
[8/12] Compiling DockerProcess DockerRunnable.swift
[9/12] Emitting module DockerProcess
[10/12] Compiling DockerProcess DockerProcess.swift
[10/12] Write Objects.LinkFileList
[11/12] Archiving libDockerProcess.a
Build complete! (4.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "processrunner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saltzmanjoelh/ProcessRunner.git"
    }
  ],
  "manifest_display_name" : "DockerProcess",
  "name" : "DockerProcess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DockerProcess",
      "targets" : [
        "DockerProcess"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DockerProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "DockerProcessTests",
      "path" : "Tests/DockerProcessTests",
      "product_dependencies" : [
        "ProcessRunner"
      ],
      "sources" : [
        "DockerProcessTests.swift"
      ],
      "target_dependencies" : [
        "DockerProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DockerProcess",
      "module_type" : "SwiftTarget",
      "name" : "DockerProcess",
      "path" : "Sources/DockerProcess",
      "product_dependencies" : [
        "ProcessRunner"
      ],
      "product_memberships" : [
        "DockerProcess"
      ],
      "sources" : [
        "DockerProcess.swift",
        "DockerRunnable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.