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 LoggerKit, reference master (e9870f), with Swift 6.0 for macOS (SPM) on 11 Sep 2025 15:07:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvieito/LoggerKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvieito/LoggerKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e9870ff Updated project [SKIP-CI]
Cloned https://github.com/pvieito/LoggerKit.git
Revision (git rev-parse @):
e9870ffe52ac8d9788f63f7adbb396dc1a37e8a8
SUCCESS checkout https://github.com/pvieito/LoggerKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pvieito/LoggerKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/21] Compiling Rainbow Style.swift
[6/21] Compiling Rainbow StringGenerator.swift
[7/22] Emitting module Rainbow
[8/22] Compiling Rainbow String+ConditionalStyling.swift
[9/22] Compiling Rainbow BackgroundColor.swift
[10/22] Compiling Rainbow CodesParser.swift
[11/22] Compiling Rainbow ConditionalStyleBuilder.swift
[12/22] Compiling Rainbow ControlCode.swift
[13/22] Compiling Rainbow Color.swift
[14/22] Compiling Rainbow ColorApproximation.swift
[15/22] Compiling Rainbow String+Rainbow.swift
[16/22] Compiling Rainbow OutputTarget.swift
[17/22] Compiling Rainbow Rainbow.swift
[18/22] Compiling Rainbow HSLColorConverter.swift
[19/22] Compiling Rainbow ModesExtractor.swift
[20/22] Compiling Rainbow StyledStringBuilder.swift
[21/22] Emitting module LoggerKitMac
[22/22] Compiling LoggerKitMac Logger.swift
[23/24] Compiling LoggerKit Logger.swift
[24/24] Emitting module LoggerKit
Build complete! (8.75s)
Fetching https://github.com/onevcat/Rainbow
[1/1335] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.90s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.42s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "LoggerKit",
  "name" : "LoggerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LoggerKit",
      "targets" : [
        "LoggerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LoggerKitMac",
      "targets" : [
        "LoggerKitMac"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggerKitTests",
      "path" : "Tests/LoggerKitTests",
      "sources" : [
        "LoggerKitTests.swift"
      ],
      "target_dependencies" : [
        "LoggerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggerKitMac",
      "module_type" : "SwiftTarget",
      "name" : "LoggerKitMac",
      "path" : "LoggerKitMac",
      "product_memberships" : [
        "LoggerKitMac"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LoggerKit",
      "module_type" : "SwiftTarget",
      "name" : "LoggerKit",
      "path" : "LoggerKit",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "LoggerKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.