Build Information
Successful build of Log, reference 1.3.0 (052e61), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 07:23:26 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/space-code/log.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/log
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 052e610 [Release] Log 1.3.0
Cloned https://github.com/space-code/log.git
Revision (git rev-parse @):
052e610dbdfd4ca0f507193b2ae5ee89feb2e223
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/space-code/log.git at 1.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": "log",
"name": "Log",
"url": "https://github.com/space-code/log.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/log",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/space-code/log.git
[1/711] Fetching log
Fetched https://github.com/space-code/log.git from cache (0.92s)
Creating working copy for https://github.com/space-code/log.git
Working copy of https://github.com/space-code/log.git resolved at 1.3.0 (052e610)
warning: '.resolve-product-dependencies': dependency 'log' 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/space-code/log.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/18] Compiling Log IOSWriter.swift
[4/19] Compiling Log IOSWriterStrategy.swift
[5/19] Compiling Log IPrinter.swift
[6/19] Compiling Log OSPrinter.swift
[7/19] Compiling Log ConsoleWriter.swift
[8/19] Compiling Log IConsoleWriter.swift
[9/19] Compiling Log IStyleLogStrategy.swift
[10/19] Compiling Log ConsolePrinter.swift
[11/19] Compiling Log ILogFormatter.swift
[12/19] Compiling Log PrefixLogFormatter.swift
[13/19] Compiling Log Logger.swift
[14/19] Compiling Log IPrinterStrategy.swift
[15/19] Compiling Log TimestampLogFormatter.swift
[16/19] Compiling Log ILogger.swift
[17/19] Emitting module Log
[18/19] Compiling Log OSWriter.swift
[19/19] Compiling Log LogLevel.swift
Build complete! (5.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Log",
"name" : "Log",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Log",
"targets" : [
"Log"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LogTests",
"module_type" : "SwiftTarget",
"name" : "LogTests",
"path" : "Tests/LogTests",
"sources" : [
"IntegrationTests/LogIntegrationTests.swift",
"Mocks/ConsoleWriterMock.swift",
"Mocks/LogFormatterMock.swift",
"Mocks/OSWriterMock.swift",
"Mocks/PrinterStrategyMock.swift",
"UnitTests/ConsolePrinterTests.swift",
"UnitTests/LogTests.swift",
"UnitTests/OSPrinterTests.swift",
"UnitTests/PrefixFormatterTests.swift",
"UnitTests/TimestampLogFormatterTests.swift"
],
"target_dependencies" : [
"Log"
],
"type" : "test"
},
{
"c99name" : "Log",
"module_type" : "SwiftTarget",
"name" : "Log",
"path" : "Sources/Log",
"product_memberships" : [
"Log"
],
"sources" : [
"Classes/Core/Formatters/Interfaces/ILogFormatter.swift",
"Classes/Core/Formatters/PrefixLogFormatter.swift",
"Classes/Core/Formatters/TimestampLogFormatter.swift",
"Classes/Core/Logger/ILogger.swift",
"Classes/Core/Logger/Logger.swift",
"Classes/Core/Logger/Strategies/IPrinterStrategy.swift",
"Classes/Core/Logger/Strategies/IStyleLogStrategy.swift",
"Classes/Core/Printers/ConsolePrinter.swift",
"Classes/Core/Printers/Interfaces/IPrinter.swift",
"Classes/Core/Printers/OSPrinter.swift",
"Classes/Helpers/Writers/ConsoleWriter/ConsoleWriter.swift",
"Classes/Helpers/Writers/ConsoleWriter/IConsoleWriter.swift",
"Classes/Helpers/Writers/OSWriter/IOSWriter.swift",
"Classes/Helpers/Writers/OSWriter/OSWriter.swift",
"Classes/Helpers/Writers/OSWriter/Strategies/IOSWriterStrategy.swift",
"Classes/Models/LogLevel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.