The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LoggingKit, reference master (1f4e4b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:16:49 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/alexanderwe/LoggingKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/LoggingKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexanderwe/LoggingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling LoggingKit LogType.swift
[4/8] Compiling LoggingKit LogService.swift
[5/8] Compiling LoggingKit OSLogProvider.swift
[6/8] Compiling LoggingKit LogCategory.swift
[7/8] Compiling LoggingKit Combine+LoggingKit.swift
[8/8] Emitting module LoggingKit
Build complete! (3.36s)
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.