Build Information
Successful build of DLog, reference 2.0.0 (11580b), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 22:50:29 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/ikhvorost/DLog.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/DLog
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 11580b2 Workflow: macos-26
Cloned https://github.com/ikhvorost/DLog.git
Revision (git rev-parse @):
11580b2318ac704e4be024370aa2100f4c950a5b
SUCCESS checkout https://github.com/ikhvorost/DLog.git at 2.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": "dlog",
"name": "DLog",
"url": "https://github.com/ikhvorost/DLog.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLog",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ikhvorost/DLog.git
[1/3050] Fetching dlog
Fetched https://github.com/ikhvorost/DLog.git from cache (1.20s)
Creating working copy for https://github.com/ikhvorost/DLog.git
Working copy of https://github.com/ikhvorost/DLog.git resolved at 2.0.0 (11580b2)
warning: '.resolve-product-dependencies': dependency 'dlog' 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/ikhvorost/DLog.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/32] Emitting module DLog
[4/35] Compiling DLog Std.swift
[5/35] Compiling DLog Trace.swift
[6/35] Compiling DLog TraceFunc.swift
[7/35] Compiling DLog TraceProcess.swift
[8/35] Compiling DLog TraceStack.swift
[9/35] Compiling DLog TraceThread.swift
[10/35] Compiling DLog Output.swift
[11/35] Compiling DLog OutputBuilder.swift
[12/35] Compiling DLog Pipe.swift
[13/35] Compiling DLog LogMessage.swift
[14/35] Compiling DLog LogMetadata.swift
[15/35] Compiling DLog LogPrivacy.swift
[16/35] Compiling DLog LogIntervalItem.swift
[17/35] Compiling DLog LogItem.swift
[18/35] Compiling DLog LogLocation.swift
[19/35] Compiling DLog LogScope.swift
[20/35] Compiling DLog LogScopeItem.swift
[21/35] Compiling DLog LogTraceItem.swift
[22/35] Compiling DLog Atomic.swift
[23/35] Compiling DLog DLog.swift
[24/35] Compiling DLog Dynamic.swift
[25/35] Compiling DLog Log.swift
[26/35] Compiling DLog Filter.swift
[27/35] Compiling DLog Fork.swift
[28/35] Compiling DLog OSLog.swift
[29/35] Compiling DLog LogType.swift
[30/35] Compiling DLog Mach.swift
[31/35] Compiling DLog File.swift
[32/35] Compiling DLog LogConfig.swift
[33/35] Compiling DLog LogData.swift
[34/35] Compiling DLog LogFormat.swift
[35/35] Compiling DLog LogInterval.swift
Build complete! (6.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DLog",
"name" : "DLog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DLog",
"targets" : [
"DLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "DLogTests",
"module_type" : "SwiftTarget",
"name" : "DLogTests",
"path" : "Tests/DLogTests",
"sources" : [
"DLogTests.swift"
],
"target_dependencies" : [
"DLog"
],
"type" : "test"
},
{
"c99name" : "DLog",
"module_type" : "SwiftTarget",
"name" : "DLog",
"path" : "Sources/DLog",
"product_memberships" : [
"DLog"
],
"sources" : [
"Atomic.swift",
"DLog.swift",
"Dynamic.swift",
"Log.swift",
"LogConfig.swift",
"LogData.swift",
"LogFormat.swift",
"LogInterval.swift",
"LogIntervalItem.swift",
"LogItem.swift",
"LogLocation.swift",
"LogMessage.swift",
"LogMetadata.swift",
"LogPrivacy.swift",
"LogScope.swift",
"LogScopeItem.swift",
"LogTraceItem.swift",
"LogType.swift",
"Mach.swift",
"Output/File.swift",
"Output/Filter.swift",
"Output/Fork.swift",
"Output/OSLog.swift",
"Output/Output.swift",
"Output/OutputBuilder.swift",
"Output/Pipe.swift",
"Output/Std.swift",
"Trace.swift",
"TraceFunc.swift",
"TraceProcess.swift",
"TraceStack.swift",
"TraceThread.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.