Build Information
Successful build of macos-mac-address, reference main (c460b0), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 15:30:35 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/ivanmoskalev/macos-mac-address.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivanmoskalev/macos-mac-address
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c460b0d Switch to The Unlicense (#5)
Cloned https://github.com/ivanmoskalev/macos-mac-address.git
Revision (git rev-parse @):
c460b0db755fc963932f2819df0d47f5fdc75a14
SUCCESS checkout https://github.com/ivanmoskalev/macos-mac-address.git at main
========================================
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": "macos-mac-address",
"name": "macos-mac-address",
"url": "https://github.com/ivanmoskalev/macos-mac-address.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/macos-mac-address",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ivanmoskalev/macos-mac-address.git
[1/143] Fetching macos-mac-address
Fetched https://github.com/ivanmoskalev/macos-mac-address.git from cache (0.74s)
Creating working copy for https://github.com/ivanmoskalev/macos-mac-address.git
Working copy of https://github.com/ivanmoskalev/macos-mac-address.git resolved at main (c460b0d)
warning: '.resolve-product-dependencies': dependency 'macos-mac-address' 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/ivanmoskalev/macos-mac-address.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/5] Compiling MacAddress MacAddress.swift
[4/5] Emitting module MacAddress
[5/5] Compiling MacAddress System.swift
Build complete! (3.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "macos-mac-address",
"name" : "macos-mac-address",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "MacAddress",
"targets" : [
"MacAddress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacAddressTests",
"module_type" : "SwiftTarget",
"name" : "MacAddressTests",
"path" : "Tests/MacAddressTests",
"sources" : [
"MacAddressTests.swift"
],
"target_dependencies" : [
"MacAddress"
],
"type" : "test"
},
{
"c99name" : "MacAddress",
"module_type" : "SwiftTarget",
"name" : "MacAddress",
"path" : "Sources/MacAddress",
"product_memberships" : [
"MacAddress"
],
"sources" : [
"MacAddress.swift",
"System.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.