The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CRC32, reference 0.1.2 (b0e5bc), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:11:00 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/my-mail-ru/swift-crc32.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/my-mail-ru/swift-crc32
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at b0e5bc3 Swift 4.0
Cloned https://github.com/my-mail-ru/swift-crc32.git
Revision (git rev-parse @):
b0e5bc3430a3e4cebf2daac29a84a0e3a82f691d
SUCCESS checkout https://github.com/my-mail-ru/swift-crc32.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/my-mail-ru/swift-crc32.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/4] Compiling CRC32 crc32.swift
[4/4] Emitting module CRC32
Build complete! (0.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CRC32",
  "name" : "CRC32",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CRC32",
      "targets" : [
        "CRC32"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CRC32Tests",
      "module_type" : "SwiftTarget",
      "name" : "CRC32Tests",
      "path" : "Tests/CRC32Tests",
      "sources" : [
        "CRC32Tests.swift"
      ],
      "target_dependencies" : [
        "CRC32"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRC32",
      "module_type" : "SwiftTarget",
      "name" : "CRC32",
      "path" : "Sources",
      "product_memberships" : [
        "CRC32"
      ],
      "sources" : [
        "crc32.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.