The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShGit, reference trunk (b994d8), with Swift 6.3 for Linux on 14 Apr 2026 12:28:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/ShGit.git
Reference: trunk
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/danielsincere/ShGit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/DanielSincere/Sh.git
[1/859] Fetching sh
Fetched https://github.com/DanielSincere/Sh.git from cache (0.33s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.92s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
[2/7043] Fetching swift-system, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.96s)
Fetched https://github.com/apple/swift-system from cache (0.97s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (4.99s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.88s)
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/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Building for debugging...
[0/6] Write sources
[4/6] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling CSystem shims.c
[7/52] Emitting module SystemPackage
[8/56] Compiling SystemPackage Errno.swift
[9/56] Compiling SystemPackage ErrnoWindows.swift
[10/56] Compiling SystemPackage FileDescriptor.swift
[11/56] Compiling SystemPackage FileHelpers.swift
[12/56] Compiling SystemPackage FileOperations.swift
[13/56] Compiling SystemPackage FilePathWindows.swift
[14/56] Compiling SystemPackage FilePermissions.swift
[15/56] Compiling SystemPackage IOCompletion.swift
[16/56] Compiling SystemPackage IORequest.swift
[17/56] Compiling SystemPackage SystemString.swift
[18/56] Compiling SystemPackage Util+StringArray.swift
[19/56] Compiling SystemPackage Util.swift
[20/56] Compiling SystemPackage UtilConsumers.swift
[21/56] Compiling SystemPackage FilePathSyntax.swift
[22/56] Compiling SystemPackage FilePathTemp.swift
[23/56] Compiling SystemPackage FilePathTempPosix.swift
[24/56] Compiling SystemPackage FilePathTempWindows.swift
[26/56] Compiling SystemPackage FilePath.swift
[32/57] Compiling SystemPackage FilePathComponentView.swift
[33/57] Compiling SystemPackage FilePathComponents.swift
[34/57] Compiling SystemPackage FilePathParsing.swift
[35/57] Compiling SystemPackage FilePathString.swift
[36/57] Compiling SystemPackage Syscalls.swift
[37/57] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/57] Compiling SystemPackage MachPort.swift
[39/57] Compiling SystemPackage PlatformString.swift
[40/57] Compiling SystemPackage Constants.swift
[41/57] Compiling SystemPackage Exports.swift
[42/57] Compiling SystemPackage Mocking.swift
[43/57] Compiling SystemPackage RawBuffer.swift
[52/57] Emitting module Rainbow
[53/57] Compiling Rainbow StyledStringBuilder.swift
[55/58] Compiling SystemPackage IORing.swift
[56/58] Compiling SystemPackage RawIORequest.swift
[57/58] Compiling SystemPackage Backcompat.swift
[58/58] Compiling SystemPackage CInterop.swift
[60/73] Compiling Sh Process.init.swift
[61/73] Compiling Sh Process.runRedirectingAllOutput.swift
[62/73] Compiling Sh Process.runReturningAllOutput.swift
[63/73] Compiling Sh Process.runReturningData.swift
[64/74] Compiling Sh Process.runReturningTrimmedString.swift
[65/74] Compiling Sh Process.terminationError.swift
[66/74] Compiling Sh sh.swift
[67/74] Compiling Sh Sink.swift
[68/74] Compiling Sh String.asTrimmedLines.swift
[69/74] Compiling Sh Data.asJSON.swift
[70/74] Compiling Sh Data.asTrimmedString.swift
[71/74] Emitting module Sh
[72/74] Compiling Sh PipeBuffer.swift
[73/74] Compiling Sh Errors.swift
[74/74] Compiling Sh shq.swift
[76/79] Emitting module ShGit
[77/79] Compiling ShGit Git.root.swift
[78/79] Compiling ShGit Git.isClean.swift
[79/79] Compiling ShGit Git.swift
Build complete! (41.97s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.