The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OhMyLog, reference v1.1.0 (844c80), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:12:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/OhMyLog.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/OhMyLog
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 844c80a Update workflow and add platform/swift version indicators
Cloned https://github.com/forkercat/OhMyLog.git
Revision (git rev-parse @):
844c80af4b867fa693f1bdde7c1df80064e770be
SUCCESS checkout https://github.com/forkercat/OhMyLog.git at v1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ohmylog",
      "name": "OhMyLog",
      "url": "https://github.com/forkercat/OhMyLog.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OhMyLog",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/forkercat/OhMyLog.git
[1/94] Fetching ohmylog
Fetched https://github.com/forkercat/OhMyLog.git from cache (0.61s)
Creating working copy for https://github.com/forkercat/OhMyLog.git
Working copy of https://github.com/forkercat/OhMyLog.git resolved at v1.1.0 (844c80a)
warning: '.resolve-product-dependencies': dependency 'ohmylog' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/forkercat/OhMyLog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write OhMyLog-Demo-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/12] Compiling OhMyLog Logger+Any.swift
[6/12] Compiling OhMyLog Log.swift
[7/12] Compiling OhMyLog Logger.swift
[8/12] Compiling OhMyLog Logger+String.swift
[9/12] Emitting module OhMyLog
[10/14] Compiling OhMyLog_Demo main.swift
[11/14] Emitting module OhMyLog_Demo
[11/14] Write Objects.LinkFileList
[12/14] Linking OhMyLog-Demo
[13/14] Applying OhMyLog-Demo
Build complete! (4.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OhMyLog",
  "name" : "OhMyLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OhMyLog",
      "targets" : [
        "OhMyLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OhMyLog-Demo",
      "targets" : [
        "OhMyLog-Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OhMyLog_Demo",
      "module_type" : "SwiftTarget",
      "name" : "OhMyLog-Demo",
      "path" : "Sources/OhMyLog-Demo",
      "product_memberships" : [
        "OhMyLog-Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OhMyLog"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OhMyLog",
      "module_type" : "SwiftTarget",
      "name" : "OhMyLog",
      "path" : "Sources/OhMyLog",
      "product_memberships" : [
        "OhMyLog",
        "OhMyLog-Demo"
      ],
      "sources" : [
        "Log.swift",
        "Logger+Any.swift",
        "Logger+String.swift",
        "Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.