Build Information
Successful build of LoggingKit, reference v3.0.0 (1f4e4b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 22:18:43 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/alexanderwe/LoggingKit.git
Reference: v3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/LoggingKit
* tag v3.0.0 -> FETCH_HEAD
HEAD is now at 1f4e4b7 Merge branch 'release/v3.0.0'
Cloned https://github.com/alexanderwe/LoggingKit.git
Revision (git rev-parse @):
1f4e4b72b6ed04fb03b3aec0cdc14abd53499585
SUCCESS checkout https://github.com/alexanderwe/LoggingKit.git at v3.0.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": "loggingkit",
"name": "LoggingKit",
"url": "https://github.com/alexanderwe/LoggingKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggingKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/alexanderwe/LoggingKit.git
[1/277] Fetching loggingkit
Fetched https://github.com/alexanderwe/LoggingKit.git from cache (0.82s)
Creating working copy for https://github.com/alexanderwe/LoggingKit.git
Working copy of https://github.com/alexanderwe/LoggingKit.git resolved at v3.0.0 (1f4e4b7)
warning: '.resolve-product-dependencies': dependency 'loggingkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/alexanderwe/LoggingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling LoggingKit OSLogProvider.swift
[4/8] Compiling LoggingKit LogType.swift
[5/8] Compiling LoggingKit Combine+LoggingKit.swift
[6/8] Emitting module LoggingKit
[7/8] Compiling LoggingKit LogCategory.swift
[8/8] Compiling LoggingKit LogService.swift
Build complete! (3.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LoggingKit",
"name" : "LoggingKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "LoggingKit",
"targets" : [
"LoggingKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingKitTests",
"module_type" : "SwiftTarget",
"name" : "LoggingKitTests",
"path" : "Tests",
"sources" : [
"LinuxMain.swift",
"LoggingKitTests.swift",
"OSLogProviderTests.swift"
],
"target_dependencies" : [
"LoggingKit"
],
"type" : "test"
},
{
"c99name" : "LoggingKit",
"module_type" : "SwiftTarget",
"name" : "LoggingKit",
"path" : "Sources",
"product_memberships" : [
"LoggingKit"
],
"sources" : [
"Combine/Combine+LoggingKit.swift",
"LogCategory.swift",
"LogService.swift",
"LogType.swift",
"Providers/OSLogProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.