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 CRC, reference main (0616be), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:37:30 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/QuickBirdEng/crc-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QuickBirdEng/crc-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0616be1 Merge pull request #2 from Beam-Studio/main
Cloned https://github.com/QuickBirdEng/crc-swift.git
Revision (git rev-parse @):
0616be13dec7b6dc4b55e266cba39c1772902b08
SUCCESS checkout https://github.com/QuickBirdEng/crc-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/QuickBirdEng/crc-swift.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/12] Compiling CRC Checksum.swift
[4/12] Compiling CRC Hex.swift
[5/12] Compiling CRC CRC16.swift
[6/12] Compiling CRC CRC8.swift
[7/12] Compiling CRC CRC32.swift
[8/12] Emitting module CRC
[9/12] Compiling CRC CRCCalculator.swift
[10/12] Compiling CRC CRC64.swift
[11/12] Compiling CRC CRC+Verify.swift
[12/12] Compiling CRC CRC.swift
Build complete! (4.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CRC",
  "name" : "CRC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CRC",
      "targets" : [
        "CRC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CRCTests",
      "module_type" : "SwiftTarget",
      "name" : "CRCTests",
      "path" : "Tests",
      "sources" : [
        "CRC16Tests.swift",
        "CRC32Tests.swift",
        "CRC64Tests.swift",
        "CRC8Tests.swift",
        "CRCTestCase.swift"
      ],
      "target_dependencies" : [
        "CRC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRC",
      "module_type" : "SwiftTarget",
      "name" : "CRC",
      "path" : "Sources",
      "product_memberships" : [
        "CRC"
      ],
      "sources" : [
        "CRC+Verify.swift",
        "CRC.swift",
        "CRC16.swift",
        "CRC32.swift",
        "CRC64.swift",
        "CRC8.swift",
        "CRCCalculator.swift",
        "Checksum.swift",
        "Hex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.