Build Information
Successful build of CyclicRedundancyCheck, reference 0.0.5 (2104bf), with Swift 6.0 for macOS (SPM) on 4 Aug 2025 17:03:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/edgeengineer/cyclic-redundancy-check.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module CyclicRedundancyCheck
[4/4] Compiling CyclicRedundancyCheck CyclicRedundancyCheck.swift
Build complete! (0.95s)
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.