Build Information
Failed to build Chronicle, reference main (5427bc), with Swift 6.1 for macOS (SPM) on 29 Jan 2026 18:04:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aeastr/Chronicle.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/Chronicle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5427bc4 WIP
Cloned https://github.com/Aeastr/Chronicle.git
Revision (git rev-parse @):
5427bc4832081a95e835805b9e2cdca55e932b00
SUCCESS checkout https://github.com/Aeastr/Chronicle.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Aeastr/Chronicle.git
https://github.com/Aeastr/Chronicle.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Chronicle",
"name" : "Chronicle",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Chronicle",
"targets" : [
"Chronicle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChronicleConsole",
"targets" : [
"ChronicleConsole"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChronicleSwiftLogBridge",
"targets" : [
"ChronicleSwiftLogBridge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChronicleExamples",
"targets" : [
"ChronicleExamples"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChronicleSwiftLogBridge",
"module_type" : "SwiftTarget",
"name" : "ChronicleSwiftLogBridge",
"path" : "Sources/ChronicleSwiftLogBridge",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"ChronicleSwiftLogBridge"
],
"sources" : [
"SwiftLogIntegration.swift"
],
"target_dependencies" : [
"Chronicle"
],
"type" : "library"
},
{
"c99name" : "ChronicleExamples",
"module_type" : "SwiftTarget",
"name" : "ChronicleExamples",
"path" : "Sources/ChronicleExamples",
"product_memberships" : [
"ChronicleExamples"
],
"sources" : [
"MultiLoggerExample.swift",
"SingleLoggerExample.swift",
"Support/LogExampleRow.swift"
],
"target_dependencies" : [
"Chronicle",
"ChronicleConsole"
],
"type" : "library"
},
{
"c99name" : "ChronicleConsole",
"module_type" : "SwiftTarget",
"name" : "ChronicleConsole",
"path" : "Sources/ChronicleConsole",
"product_memberships" : [
"ChronicleConsole",
"ChronicleExamples"
],
"sources" : [
"LogConsoleStore.swift",
"LogConsoleView.swift",
"Logger+Console.swift"
],
"target_dependencies" : [
"Chronicle"
],
"type" : "library"
},
{
"c99name" : "Chronicle",
"module_type" : "SwiftTarget",
"name" : "Chronicle",
"path" : "Sources/Chronicle",
"product_memberships" : [
"Chronicle",
"ChronicleConsole",
"ChronicleSwiftLogBridge",
"ChronicleExamples"
],
"sources" : [
"LogEntry.swift",
"LogEventSink.swift",
"LogLevel.swift",
"LogMetadata.swift",
"LogOutputOptions.swift",
"Logger.swift",
"Tag.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/19] Compiling Logging MetadataProvider.swift
[8/19] Emitting module Logging
[9/19] Compiling Logging Locks.swift
[10/19] Compiling Logging Logging.swift
[11/19] Compiling Logging LogHandler.swift
[12/19] Compiling Chronicle LogOutputOptions.swift
[13/19] Compiling Chronicle Tag.swift
[14/19] Compiling Chronicle Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:321:15: warning: result of call to 'sync(flags:execute:)' is unused
319 |
320 | public func removeEventSink(_ token: LogEventSinkToken) {
321 | queue.sync(flags: .barrier) {
| `- warning: result of call to 'sync(flags:execute:)' is unused
322 | eventSinks.removeValue(forKey: token.rawValue)
323 | }
[15/19] Compiling Chronicle LogEventSink.swift
[16/19] Compiling Chronicle LogMetadata.swift
[17/19] Emitting module Chronicle
[18/19] Compiling Chronicle LogLevel.swift
[19/19] Compiling Chronicle LogEntry.swift
[20/25] Compiling ChronicleConsole Logger+Console.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/25] Emitting module ChronicleSwiftLogBridge
/Users/admin/builder/spi-builder-workspace/Sources/ChronicleSwiftLogBridge/SwiftLogIntegration.swift:14:26: error: 'Logger' is ambiguous for type lookup in this context
12 | /// A `swift-log` compatible handler that forwards messages into `Chronicle`.
13 | public struct ChronicleLogHandler: LogHandler {
14 | private var backend: Logger
| `- error: 'Logger' is ambiguous for type lookup in this context
15 | public var metadata: Logging.Logger.Metadata
16 | public var logLevel: Logging.Logger.Level {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:42:15: note: found this candidate
40 | /// logger.info("Hello World!")
41 | /// ```
42 | public struct Logger {
| `- note: found this candidate
43 | /// Storage class to hold the label and log handler
44 | // The storage implements CoW to become Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:29:20: note: found this candidate
27 | /// ```
28 | /// Logger is @unchecked Sendable because all mutable state is protected by a concurrent queue or is immutable.
29 | public final class Logger: @unchecked Sendable {
| `- note: found this candidate
30 | // MARK: - Registry for Named Shared Logger Instances (Concurrency-safe for Swift 6)
31 | // The registry is encapsulated in a final class and marked @unchecked Sendable.
[22/25] Compiling ChronicleSwiftLogBridge SwiftLogIntegration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChronicleSwiftLogBridge/SwiftLogIntegration.swift:14:26: error: 'Logger' is ambiguous for type lookup in this context
12 | /// A `swift-log` compatible handler that forwards messages into `Chronicle`.
13 | public struct ChronicleLogHandler: LogHandler {
14 | private var backend: Logger
| `- error: 'Logger' is ambiguous for type lookup in this context
15 | public var metadata: Logging.Logger.Metadata
16 | public var logLevel: Logging.Logger.Level {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:42:15: note: found this candidate
40 | /// logger.info("Hello World!")
41 | /// ```
42 | public struct Logger {
| `- note: found this candidate
43 | /// Storage class to hold the label and log handler
44 | // The storage implements CoW to become Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:29:20: note: found this candidate
27 | /// ```
28 | /// Logger is @unchecked Sendable because all mutable state is protected by a concurrent queue or is immutable.
29 | public final class Logger: @unchecked Sendable {
| `- note: found this candidate
30 | // MARK: - Registry for Named Shared Logger Instances (Concurrency-safe for Swift 6)
31 | // The registry is encapsulated in a final class and marked @unchecked Sendable.
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (1.76s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling Logging MetadataProvider.swift
[3/14] Emitting module Logging
[4/14] Compiling Logging Logging.swift
[5/14] Compiling Logging LogHandler.swift
[6/14] Compiling Logging Locks.swift
[7/14] Compiling Chronicle Tag.swift
[8/14] Emitting module Chronicle
[9/14] Compiling Chronicle LogEventSink.swift
[10/14] Compiling Chronicle LogEntry.swift
[11/14] Compiling Chronicle LogMetadata.swift
[12/14] Compiling Chronicle LogOutputOptions.swift
[13/14] Compiling Chronicle LogLevel.swift
[14/14] Compiling Chronicle Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:321:15: warning: result of call to 'sync(flags:execute:)' is unused
319 |
320 | public func removeEventSink(_ token: LogEventSinkToken) {
321 | queue.sync(flags: .barrier) {
| `- warning: result of call to 'sync(flags:execute:)' is unused
322 | eventSinks.removeValue(forKey: token.rawValue)
323 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/20] Emitting module ChronicleSwiftLogBridge
/Users/admin/builder/spi-builder-workspace/Sources/ChronicleSwiftLogBridge/SwiftLogIntegration.swift:14:26: error: 'Logger' is ambiguous for type lookup in this context
12 | /// A `swift-log` compatible handler that forwards messages into `Chronicle`.
13 | public struct ChronicleLogHandler: LogHandler {
14 | private var backend: Logger
| `- error: 'Logger' is ambiguous for type lookup in this context
15 | public var metadata: Logging.Logger.Metadata
16 | public var logLevel: Logging.Logger.Level {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:42:15: note: found this candidate
40 | /// logger.info("Hello World!")
41 | /// ```
42 | public struct Logger {
| `- note: found this candidate
43 | /// Storage class to hold the label and log handler
44 | // The storage implements CoW to become Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:29:20: note: found this candidate
27 | /// ```
28 | /// Logger is @unchecked Sendable because all mutable state is protected by a concurrent queue or is immutable.
29 | public final class Logger: @unchecked Sendable {
| `- note: found this candidate
30 | // MARK: - Registry for Named Shared Logger Instances (Concurrency-safe for Swift 6)
31 | // The registry is encapsulated in a final class and marked @unchecked Sendable.
[16/20] Compiling ChronicleSwiftLogBridge SwiftLogIntegration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChronicleSwiftLogBridge/SwiftLogIntegration.swift:14:26: error: 'Logger' is ambiguous for type lookup in this context
12 | /// A `swift-log` compatible handler that forwards messages into `Chronicle`.
13 | public struct ChronicleLogHandler: LogHandler {
14 | private var backend: Logger
| `- error: 'Logger' is ambiguous for type lookup in this context
15 | public var metadata: Logging.Logger.Metadata
16 | public var logLevel: Logging.Logger.Level {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/Logging.swift:42:15: note: found this candidate
40 | /// logger.info("Hello World!")
41 | /// ```
42 | public struct Logger {
| `- note: found this candidate
43 | /// Storage class to hold the label and log handler
44 | // The storage implements CoW to become Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Chronicle/Logger.swift:29:20: note: found this candidate
27 | /// ```
28 | /// Logger is @unchecked Sendable because all mutable state is protected by a concurrent queue or is immutable.
29 | public final class Logger: @unchecked Sendable {
| `- note: found this candidate
30 | // MARK: - Registry for Named Shared Logger Instances (Concurrency-safe for Swift 6)
31 | // The registry is encapsulated in a final class and marked @unchecked Sendable.
BUILD FAILURE 6.1 macosSpm