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 main (e5b8e0), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 01:57:12 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Runner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] Compiling ChaosByteStreams DataBuffer.swift
[5/7] Compiling ChaosByteStreams String+ByteStreams.swift
[6/7] Emitting module ChaosByteStreams
[7/7] Compiling ChaosByteStreams Data+ByteStreams.swift
[8/14] Compiling Runner URL+SystemPath.swift
[9/14] Compiling Runner Session.swift
[10/14] Compiling Runner Runner.swift
[11/14] Compiling Runner RunState.swift
[12/14] Compiling Runner Error.swift
[13/14] Emitting module Runner
[14/14] Compiling Runner Output.swift
Build complete! (5.96s)
Fetching https://github.com/elegantchaos/ChaosByteStreams
[1/116] Fetching chaosbytestreams
Fetched https://github.com/elegantchaos/ChaosByteStreams from cache (0.61s)
Computing version for https://github.com/elegantchaos/ChaosByteStreams
Computed https://github.com/elegantchaos/ChaosByteStreams at 1.0.6 (1.01s)
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.