Build Information
Successful build of swift-log-format-and-pipe, reference 0.1.1 (bd29ba
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:18:50 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/Adorkable/swift-log-format-and-pipe.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Adorkable/swift-log-format-and-pipe
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at bd29bad bump to 0.1.1
Cloned https://github.com/Adorkable/swift-log-format-and-pipe.git
Revision (git rev-parse @):
bd29badb9e6b18122ec10b84eed534db83cad279
SUCCESS checkout https://github.com/Adorkable/swift-log-format-and-pipe.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Adorkable/swift-log-format-and-pipe.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 Locks.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging MetadataProvider.swift
[8/8] Compiling Logging LogHandler.swift
[9/14] Compiling LoggingFormatAndPipe Handler.swift
/Users/admin/builder/spi-builder-workspace/Sources/LoggingFormatAndPipe/Handler.swift:10:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
8 |
9 | /// Logging Format and Pipe's Logging Backend
10 | public struct Handler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
11 |
12 | /// Default init
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 | /// - function: The function the log line was emitted from.
134 | /// - line: The line the log message was emitted from.
135 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 | level: Logger.Level,
137 | message: Logger.Message,
:
207 | extension LogHandler {
208 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 | level: Logger.Level,
211 | message: Logger.Message,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/14] Compiling LoggingFormatAndPipe Pipe.swift
[11/14] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[12/14] Compiling LoggingFormatAndPipe BasicFormatter.swift
[13/14] Compiling LoggingFormatAndPipe Formatter.swift
[14/14] Emitting module LoggingFormatAndPipe
/Users/admin/builder/spi-builder-workspace/Sources/LoggingFormatAndPipe/Handler.swift:10:15: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
8 |
9 | /// Logging Format and Pipe's Logging Backend
10 | public struct Handler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
11 |
12 | /// Default init
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 | /// - function: The function the log line was emitted from.
134 | /// - line: The line the log message was emitted from.
135 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 | level: Logger.Level,
137 | message: Logger.Message,
:
207 | extension LogHandler {
208 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 | level: Logger.Level,
211 | message: Logger.Message,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (5.94s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.45s)
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.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-log-format-and-pipe",
"name" : "swift-log-format-and-pipe",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggingFormatAndPipe",
"targets" : [
"LoggingFormatAndPipe"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingFormatAndPipeTests",
"module_type" : "SwiftTarget",
"name" : "LoggingFormatAndPipeTests",
"path" : "Tests/LoggingFormatAndPipeTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"FormatterTests.swift",
"HandlerTests.swift",
"LoggerTextOutputStreamPipeTests.swift",
"TestLogging.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LoggingFormatAndPipe"
],
"type" : "test"
},
{
"c99name" : "LoggingFormatAndPipe",
"module_type" : "SwiftTarget",
"name" : "LoggingFormatAndPipe",
"path" : "Sources/LoggingFormatAndPipe",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LoggingFormatAndPipe"
],
"sources" : [
"BasicFormatter.swift",
"Formatter.swift",
"Handler.swift",
"LoggerTextOutputStreamPipe.swift",
"Pipe.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.