The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sh, reference 1.3.0 (1c3006), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:40:42 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/danielsincere/Sh.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/Sh
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 1c30064 S3e15 (#6)
Cloned https://github.com/danielsincere/Sh.git
Revision (git rev-parse @):
1c30064de9dceac00aa3fefc70a1431e425e5f28
SUCCESS checkout https://github.com/danielsincere/Sh.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsincere/Sh.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Rainbow String+Rainbow.swift
[5/14] Compiling Rainbow StringGenerator.swift
[6/15] Compiling Rainbow Style.swift
[7/15] Compiling Rainbow ControlCode.swift
[8/15] Compiling Rainbow Color.swift
[9/15] Compiling Rainbow BackgroundColor.swift
[10/15] Compiling Rainbow CodesParser.swift
[11/15] Compiling Rainbow ModesExtractor.swift
[12/15] Compiling Rainbow OutputTarget.swift
[13/15] Emitting module Rainbow
[14/15] Compiling Rainbow Rainbow.swift
[15/15] Compiling Rainbow ColorApproximation.swift
[16/29] Compiling Sh sh.swift
[17/30] Compiling Sh Sink.swift
[18/30] Compiling Sh Process.runReturningTrimmedString.swift
[19/30] Compiling Sh Process.runReturningAllOutput.swift
[20/30] Compiling Sh Process.runReturningData.swift
[21/30] Compiling Sh String.asTrimmedLines.swift
[22/30] Compiling Sh shq.swift
[23/30] Compiling Sh PipeBuffer.swift
[24/30] Compiling Sh Errors.swift
[25/30] Compiling Sh Data.asJSON.swift
[26/30] Compiling Sh Data.asTrimmedString.swift
[27/30] Compiling Sh Process.init.swift
[28/30] Compiling Sh Process.runRedirectingAllOutput.swift
[29/30] Emitting module Sh
[30/30] Compiling Sh Process.terminationError.swift
Build complete! (10.37s)
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.93s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.63s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "Sh",
  "name" : "Sh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Sh",
      "targets" : [
        "Sh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShTests",
      "module_type" : "SwiftTarget",
      "name" : "ShTests",
      "path" : "Tests/ShTests",
      "sources" : [
        "AsyncDecodingTests.swift",
        "AsyncTests.swift",
        "LogFileTests.swift",
        "MacTests.swift",
        "ReturningAllOutputTests.swift",
        "ReturningOutputTests.swift",
        "SinkTests.swift"
      ],
      "target_dependencies" : [
        "Sh"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sh",
      "module_type" : "SwiftTarget",
      "name" : "Sh",
      "path" : "Sources/Sh",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "Sh"
      ],
      "sources" : [
        "Data/Data.asJSON.swift",
        "Data/Data.asTrimmedString.swift",
        "Data/PipeBuffer.swift",
        "Errors.swift",
        "Process/Process.init.swift",
        "Process/Process.runRedirectingAllOutput.swift",
        "Process/Process.runReturningAllOutput.swift",
        "Process/Process.runReturningData.swift",
        "Process/Process.runReturningTrimmedString.swift",
        "Process/Process.terminationError.swift",
        "Sink.swift",
        "String/String.asTrimmedLines.swift",
        "sh.swift",
        "shq.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.