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.1 for macOS (SPM) on 29 Apr 2025 09:03:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
Fetching https://github.com/elegantchaos/ChaosByteStreams
[1/116] Fetching chaosbytestreams
Fetched https://github.com/elegantchaos/ChaosByteStreams from cache (0.66s)
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams
Working copy of https://github.com/elegantchaos/ChaosByteStreams resolved at 1.0.6
========================================
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",
  "dependencies": [
    {
      "identity": "runner",
      "name": "Runner",
      "url": "https://github.com/elegantchaos/Runner.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Runner",
      "dependencies": [
        {
          "identity": "chaosbytestreams",
          "name": "ChaosByteStreams",
          "url": "https://github.com/elegantchaos/ChaosByteStreams",
          "version": "1.0.6",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChaosByteStreams",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Runner.git
[7/676] Fetching runner
Fetched https://github.com/elegantchaos/Runner.git from cache (0.78s)
Fetching https://github.com/elegantchaos/ChaosByteStreams from cache
Fetched https://github.com/elegantchaos/ChaosByteStreams from cache (0.42s)
Computing version for https://github.com/elegantchaos/ChaosByteStreams
Computed https://github.com/elegantchaos/ChaosByteStreams at 1.0.6 (0.89s)
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at main (e5b8e0f)
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams
Working copy of https://github.com/elegantchaos/ChaosByteStreams resolved at 1.0.6
warning: '.resolve-product-dependencies': dependency 'runner' is not used by any target
Found 1 product dependencies
  - ChaosByteStreams
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/Runner.git
https://github.com/elegantchaos/Runner.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Emitting module ChaosByteStreams
[5/7] Compiling ChaosByteStreams String+ByteStreams.swift
[6/7] Compiling ChaosByteStreams DataBuffer.swift
[7/7] Compiling ChaosByteStreams Data+ByteStreams.swift
[8/14] Compiling Runner Runner.swift
[9/14] Compiling Runner Session.swift
[10/14] Compiling Runner URL+SystemPath.swift
[11/14] Compiling Runner Error.swift
[12/14] Compiling Runner RunState.swift
[13/14] Emitting module Runner
[14/14] Compiling Runner Output.swift
Build complete! (5.87s)
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.