Build Information
Successful build of Logger, reference v1.8.2 (c6d619
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 11:07:52 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/elegantchaos/Logger.git
Reference: v1.8.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Logger
* tag v1.8.2 -> FETCH_HEAD
HEAD is now at c6d6198 bumped minimum iOS to 13
Cloned https://github.com/elegantchaos/Logger.git
Revision (git rev-parse @):
c6d619809e9a658331a70514340f4246f5f05134
SUCCESS checkout https://github.com/elegantchaos/Logger.git at v1.8.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/Logger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/15] Compiling Logger PrintHandler.swift
[7/15] Compiling Logger OSLogHandler.swift
[8/15] Compiling Logger NSLogHandler.swift
[9/15] Compiling Logger UserDefaultsManagerSettings.swift
[10/15] Compiling Logger Handler.swift
[11/15] Compiling Logger Channel.swift
[12/15] Compiling Logger ManagerSettings.swift
[13/15] Compiling Logger Context.swift
[14/15] Emitting module Logger
[15/15] Compiling Logger Manager.swift
[16/29] Compiling LoggerKit ChainableResponder.swift
[17/29] Emitting module LoggerKit
[18/29] Compiling LoggerKit LoggerApplication.swift
[19/29] Compiling LoggerKit LoggerMenu+UIKit.swift
[20/29] Compiling LoggerKit LoggerApplication+AppKit.swift
[21/29] Compiling LoggerKit LoggerSettingsView.swift
[22/29] Compiling LoggerKit LoggerApplication+UIKit.swift
[23/29] Compiling LoggerKit LoggerScene.swift
[24/29] Compiling LoggerKit LoggerApplication+LoggerMenu.swift
[25/29] Compiling LoggerKit LoggerMenu+AppKit.swift
[26/29] Compiling LoggerUI LoggerChannelsView.swift
[27/29] Emitting module LoggerUI
[28/29] Emitting module LoggerTestSupport
[29/29] Compiling LoggerTestSupport XCTest+Logger.swift
Build complete! (8.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Logger",
"name" : "Logger",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Logger",
"targets" : [
"Logger"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggerUI",
"targets" : [
"LoggerUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggerKit",
"targets" : [
"LoggerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggerTestSupport",
"targets" : [
"LoggerTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggerUI",
"module_type" : "SwiftTarget",
"name" : "LoggerUI",
"path" : "Sources/LoggerUI",
"product_memberships" : [
"LoggerUI"
],
"sources" : [
"LoggerChannelsView.swift"
],
"target_dependencies" : [
"Logger"
],
"type" : "library"
},
{
"c99name" : "LoggerTests",
"module_type" : "SwiftTarget",
"name" : "LoggerTests",
"path" : "Tests/LoggerTests",
"sources" : [
"LoggerTests.swift",
"UserDefaultsTests.swift"
],
"target_dependencies" : [
"Logger",
"LoggerTestSupport"
],
"type" : "test"
},
{
"c99name" : "LoggerTestSupport",
"module_type" : "SwiftTarget",
"name" : "LoggerTestSupport",
"path" : "Sources/LoggerTestSupport",
"product_memberships" : [
"LoggerTestSupport"
],
"sources" : [
"XCTest+Logger.swift"
],
"target_dependencies" : [
"Logger"
],
"type" : "library"
},
{
"c99name" : "LoggerKitTests",
"module_type" : "SwiftTarget",
"name" : "LoggerKitTests",
"path" : "Tests/LoggerKitTests",
"sources" : [
"ChainableResponderTests.swift"
],
"target_dependencies" : [
"LoggerKit",
"LoggerTestSupport"
],
"type" : "test"
},
{
"c99name" : "LoggerKit",
"module_type" : "SwiftTarget",
"name" : "LoggerKit",
"path" : "Sources/LoggerKit",
"product_memberships" : [
"LoggerKit"
],
"sources" : [
"ChainableResponder.swift",
"LoggerApplication+AppKit.swift",
"LoggerApplication+LoggerMenu.swift",
"LoggerApplication+UIKit.swift",
"LoggerApplication.swift",
"LoggerMenu+AppKit.swift",
"LoggerMenu+UIKit.swift",
"LoggerScene.swift",
"LoggerSettingsView.swift"
],
"target_dependencies" : [
"Logger"
],
"type" : "library"
},
{
"c99name" : "Logger",
"module_type" : "SwiftTarget",
"name" : "Logger",
"path" : "Sources/Logger",
"product_memberships" : [
"Logger",
"LoggerUI",
"LoggerKit",
"LoggerTestSupport"
],
"sources" : [
"Channel.swift",
"Context.swift",
"Handler.swift",
"Manager.swift",
"ManagerSettings.swift",
"NSLogHandler.swift",
"OSLogHandler.swift",
"PrintHandler.swift",
"UserDefaultsManagerSettings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.