The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Konkyo, reference 0.6.0 (a030c0), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:36:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Machx/Konkyo.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/Konkyo
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at a030c0e setup result extension test
Cloned https://github.com/Machx/Konkyo.git
Revision (git rev-parse @):
a030c0ed530b8710f36776fe83a8d4c18bbd20c9
SUCCESS checkout https://github.com/Machx/Konkyo.git at 0.6.0
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.74s)
Fetching https://github.com/Machx/LoggingKit.git from cache
Fetched https://github.com/Machx/LoggingKit.git from cache (0.44s)
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 0.6.0 (a030c0e)
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 Log.swift
[6/6] Compiling LoggingKit LoggingExtensions.swift
[7/21] Compiling Konkyo Atomic.swift
[8/21] Compiling Konkyo Condition.swift
[9/22] Compiling Konkyo AsynchronousOperationBase.swift
[10/22] Compiling Konkyo Mutex.swift
[11/22] Compiling Konkyo CPUInfo.swift
[12/22] Compiling Konkyo NSLockExtensions.swift
[13/22] Compiling Konkyo ResultExtensions.swift
[14/22] Compiling Konkyo RollingDictionary.swift
[15/22] Compiling Konkyo Debouncer.swift
[16/22] Emitting module Konkyo
[17/22] Compiling Konkyo UIApplicationExtensions.swift
[18/22] Compiling Konkyo Initialization.swift
[19/22] Compiling Konkyo ViewModel.swift
[20/22] Compiling Konkyo NetworkingExtensions.swift
[21/22] Compiling Konkyo Settings.swift
[22/22] Compiling Konkyo ViewExtension.swift
Build complete! (12.09s)
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.