The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SLogger, reference 1.0.0 (f4ea5a), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 13:53:29 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/Ninise/SLogger.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ninise/SLogger
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f4ea5a9 added some comments
Cloned https://github.com/Ninise/SLogger.git
Revision (git rev-parse @):
f4ea5a9a173655505efb616492901733e29f2a46
SUCCESS checkout https://github.com/Ninise/SLogger.git at 1.0.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": "slogger",
      "name": "SLogger",
      "url": "https://github.com/Ninise/SLogger.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SLogger",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Ninise/SLogger.git
[1/59] Fetching slogger
Fetched https://github.com/Ninise/SLogger.git from cache (0.64s)
Creating working copy for https://github.com/Ninise/SLogger.git
Working copy of https://github.com/Ninise/SLogger.git resolved at 1.0.0 (f4ea5a9)
warning: '.resolve-product-dependencies': dependency 'slogger' 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/Ninise/SLogger.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling SLogger SLogger.swift
[4/4] Emitting module SLogger
Build complete! (4.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SLogger",
  "name" : "SLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SLogger",
      "targets" : [
        "SLogger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SLoggerTests",
      "module_type" : "SwiftTarget",
      "name" : "SLoggerTests",
      "path" : "Tests/SLoggerTests",
      "sources" : [
        "SLoggerTests.swift"
      ],
      "target_dependencies" : [
        "SLogger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SLogger",
      "module_type" : "SwiftTarget",
      "name" : "SLogger",
      "path" : "Sources/SLogger",
      "product_memberships" : [
        "SLogger"
      ],
      "sources" : [
        "SLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.