The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftShell, reference master (5b2207), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 11:56:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/SwiftShell.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5b2207c Release 5.1.1 (#111)
Cloned https://github.com/kareman/SwiftShell.git
Revision (git rev-parse @):
5b2207cd7177567e4efd9366d554c384037ef42f
SUCCESS checkout https://github.com/kareman/SwiftShell.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftshell",
      "name": "SwiftShell",
      "url": "https://github.com/kareman/SwiftShell.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kareman/SwiftShell.git
[1/4891] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell.git from cache (1.07s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at master (5b2207c)
warning: '.resolve-product-dependencies': dependency 'swiftshell' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kareman/SwiftShell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling SwiftShell String.swift
[4/12] Compiling SwiftShell Lazy-split.swift
[5/12] Compiling SwiftShell Process.swift
[6/12] Compiling SwiftShell Stream.swift
[7/12] Compiling SwiftShell Array.swift
[8/12] Compiling SwiftShell Files.swift
[9/12] Compiling SwiftShell Context.swift
[10/12] Compiling SwiftShell Bash.swift
[11/12] Compiling SwiftShell Command.swift
[12/12] Emitting module SwiftShell
Build complete! (3.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftShell",
  "name" : "SwiftShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftShell",
      "targets" : [
        "SwiftShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftShellTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftShellTests",
      "path" : "Tests/SwiftShellTests",
      "sources" : [
        "Command_Tests.swift",
        "Context_Tests.swift",
        "Files_Tests.swift",
        "String_Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftShell",
      "module_type" : "SwiftTarget",
      "name" : "SwiftShell",
      "path" : "Sources/SwiftShell",
      "product_memberships" : [
        "SwiftShell"
      ],
      "sources" : [
        "Bash.swift",
        "Command.swift",
        "Context.swift",
        "Files.swift",
        "General/Array.swift",
        "Process.swift",
        "Stream/Lazy-split.swift",
        "Stream/Stream.swift",
        "String.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamTests",
      "path" : "Tests/StreamTests",
      "sources" : [
        "Collection_Tests.swift",
        "FileHandle_Tests.swift",
        "Stream_Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneralTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneralTests",
      "path" : "Tests/GeneralTests",
      "sources" : [
        "Array_Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftShell"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.0"
}
Done.