The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShellOut, reference main (de07a8), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 06:47:25 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/Maxim-Lanskoy/ShellOut.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Maxim-Lanskoy/ShellOut
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de07a8d Update README.md.
Cloned https://github.com/Maxim-Lanskoy/ShellOut.git
Revision (git rev-parse @):
de07a8d3de6777ec16cb6ee4a1793109f4a3e9b8
SUCCESS checkout https://github.com/Maxim-Lanskoy/ShellOut.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Maxim-Lanskoy/ShellOut.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/4] Compiling ShellOut ShellOut.swift
[4/4] Emitting module ShellOut
Build complete! (3.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShellOut",
  "name" : "ShellOut",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ShellOut",
      "targets" : [
        "ShellOut"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShellOutTests",
      "module_type" : "SwiftTarget",
      "name" : "ShellOutTests",
      "path" : "Tests/ShellOutTests",
      "sources" : [
        "ShellOutTests+Linux.swift",
        "ShellOutTests.swift"
      ],
      "target_dependencies" : [
        "ShellOut"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShellOut",
      "module_type" : "SwiftTarget",
      "name" : "ShellOut",
      "path" : "Sources",
      "product_memberships" : [
        "ShellOut"
      ],
      "sources" : [
        "ShellOut.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.