The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OhMyLog 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/forkercat/OhMyLog.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/forkercat/OhMyLog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71e8260 Update README
Cloned https://github.com/forkercat/OhMyLog.git
Revision (git rev-parse @):
71e8260d2ee70928f03ca0a30e1a744007aa8bd5
SUCCESS checkout https://github.com/forkercat/OhMyLog.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ohmylog",
      "name": "OhMyLog",
      "url": "https://github.com/forkercat/OhMyLog.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OhMyLog",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/forkercat/OhMyLog.git from cache
Fetched https://github.com/forkercat/OhMyLog.git (0.15s)
Creating working copy for https://github.com/forkercat/OhMyLog.git
Working copy of https://github.com/forkercat/OhMyLog.git resolved at main
warning: '.resolve-product-dependencies': dependency 'ohmylog' 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/8] Compiling OhMyLog Log+String.swift
[2/8] Compiling OhMyLog Logger+String.swift
[3/8] Compiling OhMyLog Logger.swift
[4/8] Compiling OhMyLog Log.swift
[5/8] Compiling OhMyLog Logger+Any.swift
[6/8] Emitting module OhMyLog
[7/8] Compiling OhMyLog Log+Any.swift
[8/10] Compiling OhMyLog_Demo main.swift
[9/10] Emitting module OhMyLog_Demo
[9/10] Linking OhMyLog-Demo
Build complete! (7.39s)
Build complete.
Done.