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 Checksum, reference develop (cd1ae5), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 11:43:06 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rnine/Checksum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/17] Compiling Checksum HTTPResponse+ContentRange.swift
[4/17] Compiling Checksum String+Source.swift
[5/17] Compiling Checksum URL+Source.swift
[6/17] Compiling Checksum Source.swift
[7/17] Compiling Checksum CCWrapper.swift
[8/17] Compiling Checksum Data+Source.swift
[9/17] Emitting module Checksum
[10/17] Compiling Checksum Sourceable.swift
[11/17] Compiling Checksum DataSource.swift
[12/18] Compiling Checksum ChecksumError.swift
[13/18] Compiling Checksum FileSource.swift
[14/18] Compiling Checksum HTTPSource.swift
[15/18] Compiling Checksum DigestAlgorithm.swift
[16/18] Compiling Checksum Chunksize.swift
[17/18] Compiling Checksum Extensions.swift
/Users/admin/builder/spi-builder-workspace/Source/Public/Extensions.swift:55:33: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |                          completion: @escaping CompletionHandler) {
 54 |         DispatchQueue.global(qos: .userInitiated).async {
 55 |             guard let source = (self as? Sourceable)?.source else {
    |                                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |                 queue.async {
 57 |                     completion(.failure(.unusableSource))
/Users/admin/builder/spi-builder-workspace/Source/Public/Extensions.swift:49:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 47 |     /// - Parameter progress: The closure to call to signal progress.
 48 |     /// - Parameter completion: The closure to call upon completion containing the result.
 49 |     public func checksum(algorithm: DigestAlgorithm,
    |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 50 |                          chunkSize: Chunksize = .normal,
 51 |                          queue: DispatchQueue = .main,
[18/18] Compiling Checksum Checksumable.swift
Build complete! (3.91s)
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.