Build Information
Successful build of LoggingKit, reference 0.3.0 (5f63a5), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:23:23 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/Machx/LoggingKit.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/LoggingKit
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 5f63a5d cgrect test
Cloned https://github.com/Machx/LoggingKit.git
Revision (git rev-parse @):
5f63a5d1bfc14e7f1d33b57d12f7a5c693d9c803
SUCCESS checkout https://github.com/Machx/LoggingKit.git at 0.3.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": "loggingkit",
"name": "LoggingKit",
"url": "https://github.com/Machx/LoggingKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggingKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Machx/LoggingKit.git
[1/91] Fetching loggingkit
Fetched https://github.com/Machx/LoggingKit.git from cache (0.62s)
Creating working copy for https://github.com/Machx/LoggingKit.git
Working copy of https://github.com/Machx/LoggingKit.git resolved at 0.3.0 (5f63a5d)
warning: '.resolve-product-dependencies': dependency 'loggingkit' 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/Machx/LoggingKit.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 LoggingKit LoggingExtensions.swift
[4/5] Emitting module LoggingKit
[5/5] Compiling LoggingKit Log.swift
Build complete! (4.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LoggingKit",
"name" : "LoggingKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "LoggingKit",
"targets" : [
"LoggingKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingKitTests",
"module_type" : "SwiftTarget",
"name" : "LoggingKitTests",
"path" : "Tests/LoggingKitTests",
"sources" : [
"LoggingKitTests.swift"
],
"target_dependencies" : [
"LoggingKit"
],
"type" : "test"
},
{
"c99name" : "LoggingKit",
"module_type" : "SwiftTarget",
"name" : "LoggingKit",
"path" : "Sources/LoggingKit",
"product_memberships" : [
"LoggingKit"
],
"sources" : [
"Log.swift",
"LoggingExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.