The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Logr with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nakkht/logr.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nakkht/logr
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 89b1c58 Bumped swift tools version to 5.6 on main Package.swift
Cloned https://github.com/nakkht/logr.git
Revision (git rev-parse @):
89b1c58c3418380036d5bf87933be3e2645dc6ee
SUCCESS checkout https://github.com/nakkht/logr.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "logr",
      "name": "Logr",
      "url": "https://github.com/nakkht/logr.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/logr",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nakkht/logr.git
[1/2168] Fetching logr
Fetched https://github.com/nakkht/logr.git (0.49s)
Creating working copy for https://github.com/nakkht/logr.git
Working copy of https://github.com/nakkht/logr.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'logr' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling Logr Message.swift
[2/15] Compiling Logr MetaInfo.swift
[3/15] Compiling Logr Style.swift
[4/15] Compiling Logr Target.swift
[5/16] Compiling Logr ConsoleTarget.swift
[6/16] Compiling Logr ConsoleTargetConfig.swift
[7/16] Compiling Logr OSLogType.swift
[8/16] Compiling Logr LogLevel.swift
[9/16] Compiling Logr FileTarget.swift
[10/16] Compiling Logr FileTargetConfig.swift
[11/16] Compiling Logr Logr.swift
[12/16] Compiling Logr LogrService.swift
[13/16] Emitting module Logr
[14/16] Compiling Logr Config.swift
[15/16] Compiling Logr DispatchQueue.swift
[16/16] Compiling Logr TimeSpan.swift
Build complete! (8.15s)
Build complete.
Done.