The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShellInterface, reference master (0e196e), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:43:53 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/hectr/swift-shell-interface.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-shell-interface
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0e196e9 Release 0.3.0
Cloned https://github.com/hectr/swift-shell-interface.git
Revision (git rev-parse @):
0e196e919ba13128d1b161dbb6024902b0385fdd
SUCCESS checkout https://github.com/hectr/swift-shell-interface.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hectr/swift-shell-interface.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/12] Compiling ShellInterface TaskFailure.swift
[4/12] Compiling ShellInterface ReadPipe.swift
[5/12] Compiling ShellInterface TaskResult.swift
[6/12] Compiling ShellInterface ExpandFilePath.swift
[7/12] Compiling ShellInterface TaskContext.swift
[8/12] Compiling ShellInterface LaunchTask.swift
[9/12] Compiling ShellInterface ExecuteCommand.swift
[10/12] Compiling ShellInterface BuildProcess.swift
[11/12] Emitting module ShellInterface
[12/12] Compiling ShellInterface ExpandVariablesInString.swift
Build complete! (4.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShellInterface",
  "name" : "ShellInterface",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ShellInterface",
      "targets" : [
        "ShellInterface"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellInterfaceTests",
      "path" : "Tests/ShellInterfaceTests",
      "sources" : [
        "BuildProcessTests.swift",
        "ExecuteCommandTests.swift",
        "ExpandFilePathTests.swift",
        "ExpandVariablesInStringTests.swift",
        "LaunchTaskTests.swift",
        "Models/TaskContextTests.swift",
        "Models/TaskFailureTests.swift",
        "Models/TaskResultTests.swift",
        "ReadPipeTests.swift"
      ],
      "target_dependencies" : [
        "ShellInterface"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShellInterface",
      "module_type" : "SwiftTarget",
      "name" : "ShellInterface",
      "path" : "Sources/ShellInterface",
      "product_memberships" : [
        "ShellInterface"
      ],
      "sources" : [
        "BuildProcess.swift",
        "ExecuteCommand.swift",
        "ExpandFilePath.swift",
        "ExpandVariablesInString.swift",
        "LaunchTask.swift",
        "Models/TaskContext.swift",
        "Models/TaskFailure.swift",
        "Models/TaskResult.swift",
        "ReadPipe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.