The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ShGit, reference trunk (b994d8), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:21:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/ShGit.git
Reference: trunk
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/ShGit
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at b994d87 GitHub Actions
Cloned https://github.com/danielsincere/ShGit.git
Revision (git rev-parse @):
b994d87e6d62650151e49f64076387bddc130428
SUCCESS checkout https://github.com/danielsincere/ShGit.git at trunk
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/DanielSincere/Sh.git
[1/1196] Fetching rainbow
[169/2055] Fetching rainbow, sh
Fetched https://github.com/DanielSincere/Sh.git from cache (0.88s)
Fetched https://github.com/onevcat/Rainbow from cache (0.88s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (1.35s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (0.92s)
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
========================================
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",
  "dependencies": [
    {
      "identity": "shgit",
      "name": "ShGit",
      "url": "https://github.com/danielsincere/ShGit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShGit",
      "dependencies": [
        {
          "identity": "sh",
          "name": "Sh",
          "url": "https://github.com/DanielSincere/Sh.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sh",
          "dependencies": [
            {
              "identity": "rainbow",
              "name": "Rainbow",
              "url": "https://github.com/onevcat/Rainbow",
              "version": "4.1.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielsincere/ShGit.git
[1/67] Fetching shgit
Fetched https://github.com/danielsincere/ShGit.git from cache (0.63s)
Fetching https://github.com/DanielSincere/Sh.git from cache
Fetched https://github.com/DanielSincere/Sh.git from cache (0.42s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.47s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.42s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.48s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/danielsincere/ShGit.git
Working copy of https://github.com/danielsincere/ShGit.git resolved at trunk (b994d87)
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
warning: '.resolve-product-dependencies': dependency 'shgit' is not used by any target
Found 1 product dependencies
  - Sh
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsincere/ShGit.git
https://github.com/danielsincere/ShGit.git
{
  "dependencies" : [
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    }
  ],
  "manifest_display_name" : "ShGit",
  "name" : "ShGit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ShGit",
      "targets" : [
        "ShGit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShGitTests",
      "module_type" : "SwiftTarget",
      "name" : "ShGitTests",
      "path" : "Tests/ShGitTests",
      "product_dependencies" : [
        "Sh"
      ],
      "sources" : [
        "IsCleanTests.swift",
        "RootTests.swift"
      ],
      "target_dependencies" : [
        "ShGit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShGit",
      "module_type" : "SwiftTarget",
      "name" : "ShGit",
      "path" : "Sources/ShGit",
      "product_dependencies" : [
        "Sh"
      ],
      "product_memberships" : [
        "ShGit"
      ],
      "sources" : [
        "Git.isClean.swift",
        "Git.root.swift",
        "Git.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/15] Compiling Rainbow StringGenerator.swift
[6/15] Compiling Rainbow ModesExtractor.swift
[7/15] Compiling Rainbow Color.swift
[8/15] Compiling Rainbow BackgroundColor.swift
[9/15] Compiling Rainbow CodesParser.swift
[10/15] Compiling Rainbow ColorApproximation.swift
[11/15] Emitting module Rainbow
[12/16] Compiling Rainbow Rainbow.swift
[13/16] Compiling Rainbow ControlCode.swift
[14/16] Compiling Rainbow OutputTarget.swift
[15/16] Compiling Rainbow String+Rainbow.swift
[16/16] Compiling Rainbow Style.swift
[17/30] Compiling Sh Process.init.swift
[18/30] Compiling Sh Process.runRedirectingAllOutput.swift
[19/30] Compiling Sh sh.swift
[20/30] Compiling Sh Sink.swift
[21/30] Compiling Sh String.asTrimmedLines.swift
[22/31] Compiling Sh Process.runReturningTrimmedString.swift
[23/31] Compiling Sh Process.terminationError.swift
[24/31] Compiling Sh PipeBuffer.swift
[25/31] Compiling Sh Errors.swift
[26/31] Emitting module Sh
[27/31] Compiling Sh Process.runReturningAllOutput.swift
[28/31] Compiling Sh Process.runReturningData.swift
[29/31] Compiling Sh Data.asJSON.swift
[30/31] Compiling Sh Data.asTrimmedString.swift
[31/31] Compiling Sh shq.swift
[32/35] Compiling ShGit Git.root.swift
[33/35] Compiling ShGit Git.isClean.swift
[34/35] Emitting module ShGit
[35/35] Compiling ShGit Git.swift
Build complete! (8.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    }
  ],
  "manifest_display_name" : "ShGit",
  "name" : "ShGit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ShGit",
      "targets" : [
        "ShGit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShGitTests",
      "module_type" : "SwiftTarget",
      "name" : "ShGitTests",
      "path" : "Tests/ShGitTests",
      "product_dependencies" : [
        "Sh"
      ],
      "sources" : [
        "IsCleanTests.swift",
        "RootTests.swift"
      ],
      "target_dependencies" : [
        "ShGit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShGit",
      "module_type" : "SwiftTarget",
      "name" : "ShGit",
      "path" : "Sources/ShGit",
      "product_dependencies" : [
        "Sh"
      ],
      "product_memberships" : [
        "ShGit"
      ],
      "sources" : [
        "Git.isClean.swift",
        "Git.root.swift",
        "Git.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.