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 Runner, reference v2.1.3 (e5b8e0), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 01:56:59 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/elegantchaos/Runner.git
Reference: v2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Runner
 * tag               v2.1.3     -> FETCH_HEAD
HEAD is now at e5b8e0f output streams should be public
Cloned https://github.com/elegantchaos/Runner.git
Revision (git rev-parse @):
e5b8e0fc4b5119b238935343dc60171c0140ee1f
SUCCESS checkout https://github.com/elegantchaos/Runner.git at v2.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/Runner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Emitting module ChaosByteStreams
[5/7] Compiling ChaosByteStreams DataBuffer.swift
[6/7] Compiling ChaosByteStreams Data+ByteStreams.swift
[7/7] Compiling ChaosByteStreams String+ByteStreams.swift
[8/14] Compiling Runner Error.swift
[9/14] Compiling Runner Runner.swift
[10/14] Compiling Runner Session.swift
[11/14] Compiling Runner RunState.swift
[12/14] Emitting module Runner
[13/14] Compiling Runner URL+SystemPath.swift
[14/14] Compiling Runner Output.swift
Build complete! (6.13s)
Fetching https://github.com/elegantchaos/ChaosByteStreams
[1/116] Fetching chaosbytestreams
Fetched https://github.com/elegantchaos/ChaosByteStreams from cache (0.64s)
Computing version for https://github.com/elegantchaos/ChaosByteStreams
Computed https://github.com/elegantchaos/ChaosByteStreams at 1.0.6 (1.08s)
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams
Working copy of https://github.com/elegantchaos/ChaosByteStreams resolved at 1.0.6
Build complete.
{
  "dependencies" : [
    {
      "identity" : "chaosbytestreams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/ChaosByteStreams"
    }
  ],
  "manifest_display_name" : "Runner",
  "name" : "Runner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Runner",
      "targets" : [
        "Runner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RunnerTests",
      "module_type" : "SwiftTarget",
      "name" : "RunnerTests",
      "path" : "Tests/RunnerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RunnerTests/Resources/args.sh",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RunnerTests/Resources/long-running.sh",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RunnerTests/Resources/non-zero-status.sh",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RunnerTests/Resources/zero-status.sh",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RunnerTests.swift"
      ],
      "target_dependencies" : [
        "Runner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Runner",
      "module_type" : "SwiftTarget",
      "name" : "Runner",
      "path" : "Sources/Runner",
      "product_dependencies" : [
        "ChaosByteStreams"
      ],
      "product_memberships" : [
        "Runner"
      ],
      "sources" : [
        "Error.swift",
        "Output.swift",
        "RunState.swift",
        "Runner.swift",
        "Session.swift",
        "URL+SystemPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.