Build Information
Successful build of KippleDiagnostics, reference 0.3.7 (a3e78c
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:15:43 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/bdrelling/KippleDiagnostics.git
Reference: 0.3.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdrelling/KippleDiagnostics
* tag 0.3.7 -> FETCH_HEAD
HEAD is now at a3e78c8 Added Linux restriction again
Cloned https://github.com/bdrelling/KippleDiagnostics.git
Revision (git rev-parse @):
a3e78c8d6fb68dc24241c07e8372a2fe07342c6f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleDiagnostics.git at 0.3.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bdrelling/KippleDiagnostics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Compiling KippleLogging Logger+Convenience.swift
[6/8] Compiling KippleLogging ConsoleLogHandler.swift
[7/8] Compiling KippleLogging Exports.swift
[8/8] Emitting module KippleLogging
Build complete! (26.36s)
Fetching https://github.com/swift-kipple/Tools
Fetching https://github.com/apple/swift-log
[1/720] Fetching tools
[153/4556] Fetching tools, swift-log
Fetched https://github.com/apple/swift-log from cache (1.57s)
Fetched https://github.com/swift-kipple/Tools from cache (1.57s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (2.07s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
[11844/64321] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (14.51s)
Fetched https://github.com/apple/swift-argument-parser from cache (14.51s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (14.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.44s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.51s)
Creating working copy for https://github.com/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "KippleDiagnostics",
"name" : "KippleDiagnostics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "KippleLogging",
"targets" : [
"KippleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KippleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "KippleLoggingTests",
"path" : "Tests/KippleLoggingTests",
"sources" : [
"Protocols/LogHandlerValidating.swift",
"Tests/ConsoleLogHandlerTests.swift"
],
"target_dependencies" : [
"KippleLogging"
],
"type" : "test"
},
{
"c99name" : "KippleLogging",
"module_type" : "SwiftTarget",
"name" : "KippleLogging",
"path" : "Sources/KippleLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"KippleLogging"
],
"sources" : [
"Exports.swift",
"Extensions/Logger+Convenience.swift",
"Handlers/ConsoleLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.