The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Logboard, reference 2.6.0 (8f41c6), with Swift 6.2 for macOS (SPM) on 6 Oct 2025 18:26:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shogo4405/Logboard.git
Reference: 2.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shogo4405/Logboard
 * tag               2.6.0      -> FETCH_HEAD
HEAD is now at 8f41c63 Merge pull request #30 from shogo4405/feature/bump-to-up-xcode-26
Cloned https://github.com/shogo4405/Logboard.git
Revision (git rev-parse @):
8f41c63afb903040b77049ee2efa8c257b8c0d50
SUCCESS checkout https://github.com/shogo4405/Logboard.git at 2.6.0
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
[236/5673] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.20s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (5.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3540] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.87s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved 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",
  "dependencies": [
    {
      "identity": "logboard",
      "name": "Logboard",
      "url": "https://github.com/shogo4405/Logboard.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logboard",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shogo4405/Logboard.git
[1/1579] Fetching logboard
Fetched https://github.com/shogo4405/Logboard.git from cache (1.22s)
Creating working copy for https://github.com/shogo4405/Logboard.git
Working copy of https://github.com/shogo4405/Logboard.git resolved at 2.6.0 (8f41c63)
warning: '.resolve-product-dependencies': dependency 'logboard' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shogo4405/Logboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/13] Compiling Logboard LBLogger.Data.swift
[6/13] Compiling Logboard ConsoleAppender.swift
[7/13] Emitting module Logboard
[8/13] Compiling Logboard SocketAppender.swift
[9/13] Compiling Logboard NullAppender.swift
[10/13] Compiling Logboard MultiAppender.swift
[11/13] Compiling Logboard OSLoggerAppender.swift
[12/13] Compiling Logboard LBLogger.swift
[13/13] Compiling Logboard LBLoggerAppender.swift
Build complete! (14.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Logboard",
  "name" : "Logboard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Logboard",
      "targets" : [
        "Logboard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Logboard",
      "module_type" : "SwiftTarget",
      "name" : "Logboard",
      "path" : "Sources/Logboard",
      "product_memberships" : [
        "Logboard"
      ],
      "sources" : [
        "ConsoleAppender.swift",
        "LBLogger.Data.swift",
        "LBLogger.swift",
        "LBLoggerAppender.swift",
        "MultiAppender.swift",
        "NullAppender.swift",
        "OSLoggerAppender.swift",
        "SocketAppender.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.