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 v1.0.2 (9dde3d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 11:39:18 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: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rnine/Checksum
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at 9dde3d1 Changing dispatch queue's QOS from background to user initiated. Removing unneeded dispatch queue in HTTPSource. Initializer and reads are already dispatched from on a dedicated queue.
Cloned https://github.com/rnine/Checksum.git
Revision (git rev-parse @):
9dde3d1d898a5074608a1420791ef0a80c2399f2
SUCCESS checkout https://github.com/rnine/Checksum.git at v1.0.2
========================================
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 FileSource.swift
[4/17] Compiling Checksum HTTPSource.swift
[5/18] Compiling Checksum URL+Source.swift
[6/18] Compiling Checksum Source.swift
[7/18] Compiling Checksum HTTPResponse+ContentRange.swift
[8/18] Compiling Checksum String+Source.swift
[9/18] Emitting module Checksum
[10/18] Compiling Checksum Checksumable.swift
[11/18] Compiling Checksum ChecksumError.swift
[12/18] Compiling Checksum DigestAlgorithm.swift
[13/18] Compiling Checksum Chunksize.swift
[14/18] Compiling Checksum Sourceable.swift
[15/18] Compiling Checksum DataSource.swift
[16/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,
[17/18] Compiling Checksum CCWrapper.swift
[18/18] Compiling Checksum Data+Source.swift
Build complete! (4.15s)
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.