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 Lithium, reference master (0ebe10), with Swift 5.10 for macOS (SPM) on 6 Aug 2025 07:40:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnlockAgency/Lithium.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UnlockAgency/Lithium
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0ebe10f Swift-versions
Cloned https://github.com/UnlockAgency/Lithium.git
Revision (git rev-parse @):
0ebe10fb24251fdc6ef2b4efcd4f8fd137de1323
SUCCESS checkout https://github.com/UnlockAgency/Lithium.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/UnlockAgency/Lithium.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/15] Compiling Lithium DefaultLogTheme.swift
[10/15] Compiling Lithium LogTheme.swift
[11/15] Compiling Lithium EmojiLogTheme.swift
[12/15] Compiling Lithium LogStyle.swift
[13/15] Compiling Lithium LogFormatter.swift
[14/15] Emitting module Lithium
[15/15] Compiling Lithium LithiumLogger.swift
Build complete! (8.86s)
Fetching https://github.com/apple/swift-log.git
[1/3880] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.35s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Lithium",
  "name" : "Lithium",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Lithium",
      "targets" : [
        "Lithium"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Lithium",
      "module_type" : "SwiftTarget",
      "name" : "Lithium",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Lithium"
      ],
      "sources" : [
        "LithiumLogger.swift",
        "Styling/LogFormatter.swift",
        "Styling/LogStyle.swift",
        "Styling/LogTheme.swift",
        "Themes/DefaultLogTheme.swift",
        "Themes/EmojiLogTheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.