Build Information
Successful build of SDM, reference main (82d31b), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 20:22:41 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/YannisDC/SDM.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YannisDC/SDM
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 82d31b6 initial commit
Cloned https://github.com/YannisDC/SDM.git
Revision (git rev-parse @):
82d31b6fc643cc28395cc9aaca8f31fbdb96d4ca
SUCCESS checkout https://github.com/YannisDC/SDM.git at main
Fetching https://github.com/YannisDC/AesCmac.git
[1/54] Fetching aescmac
Fetched https://github.com/YannisDC/AesCmac.git from cache (0.64s)
Computing version for https://github.com/YannisDC/AesCmac.git
Computed https://github.com/YannisDC/AesCmac.git at 1.0.0 (1.21s)
Creating working copy for https://github.com/YannisDC/AesCmac.git
Working copy of https://github.com/YannisDC/AesCmac.git resolved at 1.0.0
========================================
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": "sdm",
"name": "SDM",
"url": "https://github.com/YannisDC/SDM.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDM",
"traits": [
"default"
],
"dependencies": [
{
"identity": "aescmac",
"name": "AesCmac",
"url": "https://github.com/YannisDC/AesCmac.git",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AesCmac",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/YannisDC/SDM.git
[1/24] Fetching sdm
Fetched https://github.com/YannisDC/SDM.git from cache (0.61s)
Fetching https://github.com/YannisDC/AesCmac.git from cache
Fetched https://github.com/YannisDC/AesCmac.git from cache (0.42s)
Computing version for https://github.com/YannisDC/AesCmac.git
Computed https://github.com/YannisDC/AesCmac.git at 1.0.0 (0.49s)
Creating working copy for https://github.com/YannisDC/AesCmac.git
Working copy of https://github.com/YannisDC/AesCmac.git resolved at 1.0.0
Creating working copy for https://github.com/YannisDC/SDM.git
Working copy of https://github.com/YannisDC/SDM.git resolved at main (82d31b6)
warning: '.resolve-product-dependencies': dependency 'sdm' is not used by any target
Found 1 product dependencies
- AesCmac
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/YannisDC/SDM.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling AesCmac AesCmac.swift
[5/7] Emitting module AesCmac
[6/7] Compiling AesCmac BufferTools.swift
[7/7] Compiling AesCmac AESBlockCipher.swift
[8/10] Compiling SDM SDM.swift
[9/10] Compiling SDM LRP.swift
[10/10] Emitting module SDM
Build complete! (6.19s)
Build complete.
{
"dependencies" : [
{
"identity" : "aescmac",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/YannisDC/AesCmac.git"
}
],
"manifest_display_name" : "SDM",
"name" : "SDM",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SDM",
"targets" : [
"SDM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SDMTests",
"module_type" : "SwiftTarget",
"name" : "SDMTests",
"path" : "Tests/SDMTests",
"sources" : [
"SDMTests.swift"
],
"target_dependencies" : [
"SDM"
],
"type" : "test"
},
{
"c99name" : "SDM",
"module_type" : "SwiftTarget",
"name" : "SDM",
"path" : "Sources/SDM",
"product_dependencies" : [
"AesCmac"
],
"product_memberships" : [
"SDM"
],
"sources" : [
"LRP.swift",
"SDM.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.