The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Checksum, reference v1.0.2 (9dde3d), with Swift 5.9 for macOS (SPM) on 25 Mar 2025 03:46:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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:             5.9
Building package at path:  $PWD
https://github.com/rnine/Checksum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling Checksum Extensions.swift
[2/16] Compiling Checksum Chunksize.swift
[3/16] Compiling Checksum ChecksumError.swift
[4/16] Compiling Checksum HTTPResponse+ContentRange.swift
[5/16] Compiling Checksum String+Source.swift
[6/16] Compiling Checksum Sourceable.swift
[7/16] Compiling Checksum DataSource.swift
[8/16] Compiling Checksum DigestAlgorithm.swift
[9/16] Compiling Checksum FileSource.swift
[10/16] Compiling Checksum HTTPSource.swift
[11/16] Compiling Checksum URL+Source.swift
[12/16] Compiling Checksum Source.swift
[13/16] Compiling Checksum CCWrapper.swift
[14/16] Compiling Checksum Data+Source.swift
[15/16] Emitting module Checksum
[16/16] Compiling Checksum Checksumable.swift
Build complete! (7.00s)
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.