Build Information
Successful build of Senna, reference 3.1.1 (b04815
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:20:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/L1MeN9Yu/Senna.git
Reference: 3.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/L1MeN9Yu/Senna
* tag 3.1.1 -> FETCH_HEAD
HEAD is now at b04815e Merge pull request #3 from L1MeN9Yu/feature/printer_tests
Cloned https://github.com/L1MeN9Yu/Senna.git
Revision (git rev-parse @):
b04815ee588b9089e380c806e1821d5730b1821b
SUCCESS checkout https://github.com/L1MeN9Yu/Senna.git at 3.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/L1MeN9Yu/Senna.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging Logging.swift
[8/8] Emitting module Logging
[9/36] Emitting module Senna
[10/36] Compiling Senna LegacyBackgroundColor.swift
[11/36] Compiling Senna LegacyTextColor.swift
[12/36] Compiling Senna LevelStyle.swift
[13/38] Compiling Senna Style.swift
[14/38] Compiling Senna _Exported.swift
[15/38] Compiling Senna Logger.Senna.swift
[16/38] Compiling Senna Message.swift
[17/38] Compiling Senna Privacy.swift
[18/38] Compiling Senna StandardSink.swift
[19/38] Compiling Senna SystemLogSink.swift
[20/38] Compiling Senna Box.swift
[21/38] Compiling Senna Color.swift
[22/38] Compiling Senna Compatible.swift
[23/38] Compiling Senna Component.swift
[24/38] Compiling Senna EscapeCode.swift
[25/38] Compiling Senna Formable.swift
[26/38] Compiling Senna Printable.swift
[27/38] Compiling Senna ControlCode.swift
[28/38] Compiling Senna FileDescriptorTextOutputStream.swift
[29/38] Compiling Senna FloatFormatter.swift
[30/38] Compiling Senna Formation.swift
[31/38] Compiling Senna Handler.swift
[32/38] Compiling Senna Printer.swift
[33/38] Compiling Senna SinkCapable.swift
[34/38] Compiling Senna FileSink.swift
[35/38] Compiling Senna OSLogSink.swift
[36/38] Compiling Senna FlushMode.swift
[37/38] Compiling Senna IntegerFormatter.swift
[38/38] Compiling Senna Interpolation.swift
Build complete! (6.59s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.40s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Senna",
"name" : "Senna",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Senna",
"targets" : [
"Senna"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SennaTests",
"module_type" : "SwiftTarget",
"name" : "SennaTests",
"path" : "Tests",
"sources" : [
"ColorTests.swift",
"FileSinkTests.swift",
"LoggerSennaTests.swift",
"MultiHandlerTests.swift",
"OSLogSinkTests.swift",
"PrinterTests.swift",
"ReadmeTests.swift",
"StandardSinkTests.swift",
"SystemLogSinkTests.swift"
],
"target_dependencies" : [
"Senna"
],
"type" : "test"
},
{
"c99name" : "Senna",
"module_type" : "SwiftTarget",
"name" : "Senna",
"path" : "Sources",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Senna"
],
"sources" : [
"Implements/Formation.swift",
"Implements/Handler.swift",
"Implements/Printer.swift",
"Protocols/EscapeCode.swift",
"Protocols/Formable.swift",
"Protocols/Printable.swift",
"Protocols/SinkCapable.swift",
"Sinks/FileSink.swift",
"Sinks/OSLogSink.swift",
"Sinks/StandardSink.swift",
"Sinks/SystemLogSink.swift",
"Types/Box.swift",
"Types/Color.swift",
"Types/Compatible.swift",
"Types/Component.swift",
"Types/ControlCode.swift",
"Types/FileDescriptorTextOutputStream.swift",
"Types/FloatFormatter.swift",
"Types/FlushMode.swift",
"Types/IntegerFormatter.swift",
"Types/Interpolation.swift",
"Types/LegacyBackgroundColor.swift",
"Types/LegacyTextColor.swift",
"Types/LevelStyle.swift",
"Types/Logger.Senna.swift",
"Types/Message.swift",
"Types/Privacy.swift",
"Types/Style.swift",
"_Exported.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.