Build Information
Successful build of AesCmac, reference v1.0.0 (25496b), with Swift 6.0 for macOS (SPM) on 28 Aug 2025 13:59:51 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YannisDC/AesCmac.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YannisDC/AesCmac
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 25496bf Remove SUN / SDM
Cloned https://github.com/YannisDC/AesCmac.git
Revision (git rev-parse @):
25496bffca13e2e8e92a12d9aee911a2b1b66d92
SUCCESS checkout https://github.com/YannisDC/AesCmac.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/YannisDC/AesCmac.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/6] Compiling AesCmac BufferTools.swift
[4/6] Compiling AesCmac AESBlockCipher.swift
[5/6] Emitting module AesCmac
[6/6] Compiling AesCmac AesCmac.swift
Build complete! (5.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AesCmac",
"name" : "AesCmac",
"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" : "AesCmac",
"targets" : [
"AesCmac"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AesCmacTests",
"module_type" : "SwiftTarget",
"name" : "AesCmacTests",
"path" : "Tests/AesCmacTests",
"sources" : [
"AesCmacTests.swift",
"BufferToolsTests.swift"
],
"target_dependencies" : [
"AesCmac"
],
"type" : "test"
},
{
"c99name" : "AesCmac",
"module_type" : "SwiftTarget",
"name" : "AesCmac",
"path" : "Sources/AesCmac",
"product_memberships" : [
"AesCmac"
],
"sources" : [
"AESBlockCipher.swift",
"AesCmac.swift",
"BufferTools.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.