The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Shell, reference 0.1.4 (998263), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 13:14:01 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/helje5/Shell.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/Shell
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at 9982634 Improve tests
Cloned https://github.com/helje5/Shell.git
Revision (git rev-parse @):
9982634c51b506d42fcb11b1c85e7ccc145679bd
SUCCESS checkout https://github.com/helje5/Shell.git at 0.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/helje5/Shell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Shell Shell.swift
[4/6] Compiling Shell EnvironmentTrampoline.swift
[5/6] Emitting module Shell
[6/6] Compiling Shell ProcessHelper.swift
Build complete! (3.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Shell",
  "name" : "Shell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Shell",
      "targets" : [
        "Shell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellTests",
      "path" : "Tests/ShellTests",
      "sources" : [
        "ShellTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Shell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Shell",
      "module_type" : "SwiftTarget",
      "name" : "Shell",
      "path" : "Sources/Shell",
      "product_memberships" : [
        "Shell"
      ],
      "sources" : [
        "EnvironmentTrampoline.swift",
        "ProcessHelper.swift",
        "Shell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.