Build Information
Successful build of swift-log-format-and-pipe, reference master (aa23b8), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:42:52 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/Adorkable/swift-log-format-and-pipe.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Adorkable/swift-log-format-and-pipe
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aa23b8b Elaborate on docs and README (#5)
Cloned https://github.com/Adorkable/swift-log-format-and-pipe.git
Revision (git rev-parse @):
aa23b8bebf2c060ac0194715a6ed5c9af5f2d8bf
SUCCESS checkout https://github.com/Adorkable/swift-log-format-and-pipe.git at master
Fetching https://github.com/apple/swift-log.git
[1/6463] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.1.0 (1.72s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.1.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": "swift-log-format-and-pipe",
"name": "swift-log-format-and-pipe",
"url": "https://github.com/Adorkable/swift-log-format-and-pipe.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log-format-and-pipe",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.11.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Adorkable/swift-log-format-and-pipe.git
[1/190] Fetching swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe.git from cache (0.92s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.09s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe.git
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe.git resolved at master (aa23b8b)
warning: '.resolve-product-dependencies': dependency 'swift-log-format-and-pipe' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Adorkable/swift-log-format-and-pipe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging LogHandler.swift
[5/7] Compiling Logging Locks.swift
[6/7] Compiling Logging Logging.swift
[7/7] Emitting module Logging
[8/13] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[9/13] Compiling LoggingFormatAndPipe Pipe.swift
[10/13] Compiling LoggingFormatAndPipe Handler.swift
[11/13] Compiling LoggingFormatAndPipe BasicFormatter.swift
[12/13] Emitting module LoggingFormatAndPipe
[13/13] Compiling LoggingFormatAndPipe Formatter.swift
Build complete! (4.71s)
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.