The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CyclicRedundancyCheck, reference 0.0.5 (2104bf), with Swift 6.1 for macOS (SPM) on 4 Aug 2025 17:03:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edgeengineer/cyclic-redundancy-check.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edgeengineer/cyclic-redundancy-check
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 2104bfa bump version to 0.0.5
Cloned https://github.com/edgeengineer/cyclic-redundancy-check.git
Revision (git rev-parse @):
2104bfa045460bfcfd1a3a8b8b4f117ce1f69013
SUCCESS checkout https://github.com/edgeengineer/cyclic-redundancy-check.git at 0.0.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cyclic-redundancy-check",
      "name": "CyclicRedundancyCheck",
      "url": "https://github.com/edgeengineer/cyclic-redundancy-check.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cyclic-redundancy-check",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edgeengineer/cyclic-redundancy-check.git
[1/87] Fetching cyclic-redundancy-check
Fetched https://github.com/edgeengineer/cyclic-redundancy-check.git from cache (0.65s)
Creating working copy for https://github.com/edgeengineer/cyclic-redundancy-check.git
Working copy of https://github.com/edgeengineer/cyclic-redundancy-check.git resolved at 0.0.5 (2104bfa)
warning: '.resolve-product-dependencies': dependency 'cyclic-redundancy-check' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/edgeengineer/cyclic-redundancy-check.git
https://github.com/edgeengineer/cyclic-redundancy-check.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CyclicRedundancyCheck",
  "name" : "CyclicRedundancyCheck",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CyclicRedundancyCheck",
      "targets" : [
        "CyclicRedundancyCheck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CyclicRedundancyCheckTests",
      "module_type" : "SwiftTarget",
      "name" : "CyclicRedundancyCheckTests",
      "path" : "Tests/CyclicRedundancyCheckTests",
      "sources" : [
        "CRC32CVerificationTests.swift",
        "CyclicRedundancyCheckTests.swift"
      ],
      "target_dependencies" : [
        "CyclicRedundancyCheck"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CyclicRedundancyCheck",
      "module_type" : "SwiftTarget",
      "name" : "CyclicRedundancyCheck",
      "path" : "Sources/CyclicRedundancyCheck",
      "product_memberships" : [
        "CyclicRedundancyCheck"
      ],
      "sources" : [
        "CyclicRedundancyCheck.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling CyclicRedundancyCheck CyclicRedundancyCheck.swift
[4/4] Emitting module CyclicRedundancyCheck
Build complete! (0.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CyclicRedundancyCheck",
  "name" : "CyclicRedundancyCheck",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CyclicRedundancyCheck",
      "targets" : [
        "CyclicRedundancyCheck"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CyclicRedundancyCheckTests",
      "module_type" : "SwiftTarget",
      "name" : "CyclicRedundancyCheckTests",
      "path" : "Tests/CyclicRedundancyCheckTests",
      "sources" : [
        "CRC32CVerificationTests.swift",
        "CyclicRedundancyCheckTests.swift"
      ],
      "target_dependencies" : [
        "CyclicRedundancyCheck"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CyclicRedundancyCheck",
      "module_type" : "SwiftTarget",
      "name" : "CyclicRedundancyCheck",
      "path" : "Sources/CyclicRedundancyCheck",
      "product_memberships" : [
        "CyclicRedundancyCheck"
      ],
      "sources" : [
        "CyclicRedundancyCheck.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.