The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Checksum, reference develop (cd1ae5), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:58:34 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/rnine/Checksum.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rnine/Checksum
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cd1ae53 Minor cleanup.
Cloned https://github.com/rnine/Checksum.git
Revision (git rev-parse @):
cd1ae53384dd578a84a0afef492a4f5d6202b068
SUCCESS checkout https://github.com/rnine/Checksum.git at develop
========================================
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": "checksum",
      "name": "Checksum",
      "url": "https://github.com/rnine/Checksum.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Checksum",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rnine/Checksum.git
[1/674] Fetching checksum
Fetched https://github.com/rnine/Checksum.git from cache (1.05s)
Creating working copy for https://github.com/rnine/Checksum.git
Working copy of https://github.com/rnine/Checksum.git resolved at develop (cd1ae53)
warning: '.resolve-product-dependencies': dependency 'checksum' 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/rnine/Checksum.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/17] Compiling Checksum DigestAlgorithm.swift
[4/18] Compiling Checksum Chunksize.swift
[5/18] Compiling Checksum HTTPResponse+ContentRange.swift
[6/18] Compiling Checksum String+Source.swift
[7/18] Compiling Checksum ChecksumError.swift
[8/18] Compiling Checksum CCWrapper.swift
[9/18] Compiling Checksum Data+Source.swift
[10/18] Compiling Checksum Extensions.swift
[11/18] Emitting module Checksum
[12/18] Compiling Checksum URL+Source.swift
[13/18] Compiling Checksum Source.swift
[14/18] Compiling Checksum Sourceable.swift
[15/18] Compiling Checksum DataSource.swift
[16/18] Compiling Checksum FileSource.swift
[17/18] Compiling Checksum HTTPSource.swift
[18/18] Compiling Checksum Checksumable.swift
Build complete! (5.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Checksum",
  "name" : "Checksum",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Checksum",
      "targets" : [
        "Checksum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Checksum",
      "module_type" : "SwiftTarget",
      "name" : "Checksum",
      "path" : "Source",
      "product_memberships" : [
        "Checksum"
      ],
      "sources" : [
        "Internal/CCWrapper.swift",
        "Internal/Extensions/Data+Source.swift",
        "Internal/Extensions/HTTPResponse+ContentRange.swift",
        "Internal/Extensions/String+Source.swift",
        "Internal/Extensions/URL+Source.swift",
        "Internal/Protocols/Source.swift",
        "Internal/Protocols/Sourceable.swift",
        "Internal/Sources/DataSource.swift",
        "Internal/Sources/FileSource.swift",
        "Internal/Sources/HTTPSource.swift",
        "Public/Enums/ChecksumError.swift",
        "Public/Enums/Chunksize.swift",
        "Public/Enums/DigestAlgorithm.swift",
        "Public/Extensions.swift",
        "Public/Protocols/Checksumable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.