Build Information
Successful build of Log, reference 1.0.8 (796bd0), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:42:25 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/brutella/log-swift.git
Reference: 1.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brutella/log-swift
* tag 1.0.8 -> FETCH_HEAD
HEAD is now at 796bd0b Merge pull request #2 from jvigneshcs/master
Cloned https://github.com/brutella/log-swift.git
Revision (git rev-parse @):
796bd0b043b46554a3083a81b752741726a8c1ad
SUCCESS checkout https://github.com/brutella/log-swift.git at 1.0.8
========================================
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": "log-swift",
"name": "Log",
"url": "https://github.com/brutella/log-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/log-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/brutella/log-swift.git
[1/92] Fetching log-swift
Fetched https://github.com/brutella/log-swift.git from cache (0.65s)
Creating working copy for https://github.com/brutella/log-swift.git
Working copy of https://github.com/brutella/log-swift.git resolved at 1.0.8 (796bd0b)
warning: '.resolve-product-dependencies': dependency 'log-swift' 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/brutella/log-swift.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/6] Emitting module Log
[4/6] Compiling Log Logger.swift
[5/6] Compiling Log Log.swift
[6/6] Compiling Log Println.swift
Build complete! (3.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Log",
"name" : "Log",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Log",
"targets" : [
"Log"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LogTests",
"module_type" : "SwiftTarget",
"name" : "LogTests",
"path" : "Tests/LogTests",
"sources" : [
"LoggerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Log"
],
"type" : "test"
},
{
"c99name" : "Log",
"module_type" : "SwiftTarget",
"name" : "Log",
"path" : "Sources/Log",
"product_memberships" : [
"Log"
],
"sources" : [
"Log.swift",
"Logger.swift",
"Println.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.