Build Information
Successful build of CryptorECC, reference master (0123b7), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 17:58:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niscy-eudiw/BlueECC.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/niscy-eudiw/BlueECC
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0123b76 Merge pull request #1 from niscy-eudiw/feature/access-update
Cloned https://github.com/niscy-eudiw/BlueECC.git
Revision (git rev-parse @):
0123b769a14a33d842d1f9445410b43bd7c55da8
SUCCESS checkout https://github.com/niscy-eudiw/BlueECC.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "blueecc",
"name": "CryptorECC",
"url": "https://github.com/niscy-eudiw/BlueECC.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueECC",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/niscy-eudiw/BlueECC.git
[1/552] Fetching blueecc
Fetched https://github.com/niscy-eudiw/BlueECC.git from cache (0.93s)
Creating working copy for https://github.com/niscy-eudiw/BlueECC.git
Working copy of https://github.com/niscy-eudiw/BlueECC.git resolved at master (0123b76)
warning: '.resolve-product-dependencies': dependency 'blueecc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/niscy-eudiw/BlueECC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling CryptorECC ECSignature.swift
[4/13] Compiling CryptorECC EllipticCurve.swift
[5/13] Compiling CryptorECC ECSignable.swift
[6/14] Compiling CryptorECC ECPublicKey.swift
[7/14] Compiling CryptorECC ECError.swift
[8/14] Compiling CryptorECC ECDecryptable.swift
[9/14] Compiling CryptorECC ECEncryptable.swift
[10/14] Emitting module CryptorECC
[11/14] Compiling CryptorECC ASN1.swift
[12/14] Compiling CryptorECC Data+Extensions.swift
[13/14] Compiling CryptorECC ECPrivateKey.swift
[14/14] Compiling CryptorECC SSLPointerTricks.swift
Build complete! (5.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CryptorECC",
"name" : "CryptorECC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CryptorECC",
"targets" : [
"CryptorECC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CryptorECCTests",
"module_type" : "SwiftTarget",
"name" : "CryptorECCTests",
"path" : "Tests/CryptorECCTests",
"sources" : [
"CryptorECCTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CryptorECC"
],
"type" : "test"
},
{
"c99name" : "CryptorECC",
"module_type" : "SwiftTarget",
"name" : "CryptorECC",
"path" : "Sources/CryptorECC",
"product_memberships" : [
"CryptorECC"
],
"sources" : [
"ASN1.swift",
"Data+Extensions.swift",
"ECDecryptable.swift",
"ECEncryptable.swift",
"ECError.swift",
"ECPrivateKey.swift",
"ECPublicKey.swift",
"ECSignable.swift",
"ECSignature.swift",
"EllipticCurve.swift",
"SSLPointerTricks.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.