Build Information
Successful build of Konkyo, reference main (c242f9), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:36:38 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/Machx/Konkyo.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/Konkyo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c242f9a test never returns nil
Cloned https://github.com/Machx/Konkyo.git
Revision (git rev-parse @):
c242f9a2697004bae1e30b52130d96d0abece28e
SUCCESS checkout https://github.com/Machx/Konkyo.git at main
Fetching https://github.com/Machx/LoggingKit.git
[1/91] Fetching loggingkit
Fetched https://github.com/Machx/LoggingKit.git from cache (0.63s)
Creating working copy for https://github.com/Machx/LoggingKit.git
Working copy of https://github.com/Machx/LoggingKit.git resolved at main (1b072b0)
========================================
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": "konkyo",
"name": "Konkyo",
"url": "https://github.com/Machx/Konkyo.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Konkyo",
"traits": [
"default"
],
"dependencies": [
{
"identity": "loggingkit",
"name": "LoggingKit",
"url": "https://github.com/Machx/LoggingKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoggingKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Machx/Konkyo.git
[1/2805] Fetching konkyo
Fetched https://github.com/Machx/Konkyo.git from cache (0.79s)
Fetching https://github.com/Machx/LoggingKit.git from cache
Fetched https://github.com/Machx/LoggingKit.git from cache (0.40s)
Creating working copy for https://github.com/Machx/LoggingKit.git
Working copy of https://github.com/Machx/LoggingKit.git resolved at main (294ac48)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at main (c242f9a)
warning: '.resolve-product-dependencies': dependency 'konkyo' is not used by any target
Found 1 product dependencies
- LoggingKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Machx/Konkyo.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/6] Emitting module LoggingKit
[5/6] Compiling LoggingKit LoggingExtensions.swift
[6/6] Compiling LoggingKit Log.swift
[7/21] Compiling Konkyo Atomic.swift
[8/22] Compiling Konkyo Mutex.swift
[9/22] Compiling Konkyo Condition.swift
[10/22] Compiling Konkyo UIApplicationExtensions.swift
[11/22] Compiling Konkyo Initialization.swift
[12/22] Compiling Konkyo AsynchronousOperationBase.swift
[13/22] Compiling Konkyo CPUInfo.swift
[14/22] Compiling Konkyo NSLockExtensions.swift
[15/22] Compiling Konkyo ResultExtensions.swift
[16/22] Compiling Konkyo ViewModel.swift
[17/22] Compiling Konkyo NetworkingExtensions.swift
[18/22] Compiling Konkyo RollingDictionary.swift
[19/22] Compiling Konkyo Debouncer.swift
[20/22] Emitting module Konkyo
[21/22] Compiling Konkyo Settings.swift
[22/22] Compiling Konkyo ViewExtension.swift
Build complete! (11.87s)
Build complete.
{
"dependencies" : [
{
"identity" : "loggingkit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Machx/LoggingKit.git"
}
],
"manifest_display_name" : "Konkyo",
"name" : "Konkyo",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Konkyo",
"targets" : [
"Konkyo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "KonkyoTests",
"module_type" : "SwiftTarget",
"name" : "KonkyoTests",
"path" : "Tests/KonkyoTests",
"sources" : [
"AsynchronousOperationBaseTests.swift",
"AtomicTests.swift",
"CPUInfoTests.swift",
"ConditionTests.swift",
"DebouncerTests.swift",
"InitializationTests.swift",
"MutexTests.swift",
"NSLockExtensionTests.swift",
"NetworkingExtensionsTests.swift",
"OperationTests.swift",
"ResultTests.swift",
"RollingDictionaryTests.swift",
"ViewExtensionTests.swift"
],
"target_dependencies" : [
"Konkyo"
],
"type" : "test"
},
{
"c99name" : "Konkyo",
"module_type" : "SwiftTarget",
"name" : "Konkyo",
"path" : "Sources/Konkyo",
"product_dependencies" : [
"LoggingKit"
],
"product_memberships" : [
"Konkyo"
],
"sources" : [
"Data Structures/RollingDictionary.swift",
"Debouncer.swift",
"Extensions/NSLockExtensions.swift",
"Extensions/ResultExtensions.swift",
"Extensions/UIApplicationExtensions.swift",
"Initialization.swift",
"MVVM/ViewModel.swift",
"Networking/NetworkingExtensions.swift",
"PropertyWrappers/Settings.swift",
"SwiftUI/ViewExtension.swift",
"System Info/CPUInfo.swift",
"Threading/AsynchronousOperationBase.swift",
"Threading/Atomic.swift",
"Threading/Condition.swift",
"Threading/Mutex.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.