The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LogBird, reference 1.0.0 (ecf012), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 12:04:19 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/javiermanzo/LogBird.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/javiermanzo/LogBird
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at ecf012c Clear extra imports
Cloned https://github.com/javiermanzo/LogBird.git
Revision (git rev-parse @):
ecf012c3bf7170474946eb483f5e36dbb5df266c
SUCCESS checkout https://github.com/javiermanzo/LogBird.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": "logbird",
      "name": "LogBird",
      "url": "https://github.com/javiermanzo/LogBird.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LogBird",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/javiermanzo/LogBird.git
[1/130] Fetching logbird
Fetched https://github.com/javiermanzo/LogBird.git from cache (0.84s)
Creating working copy for https://github.com/javiermanzo/LogBird.git
Working copy of https://github.com/javiermanzo/LogBird.git resolved at 1.0.0 (ecf012c)
warning: '.resolve-product-dependencies': dependency 'logbird' 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/javiermanzo/LogBird.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/10] Compiling LogBird LogsViewModel.swift
[4/10] Compiling LogBird LBLogsView.swift
[5/10] Compiling LogBird LBManager.swift
[6/10] Compiling LogBird LogBird.swift
[7/10] Compiling LogBird LBLogLevel.swift
[8/10] Compiling LogBird LBLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/LogBird/LBLog.swift:11:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 9 |
10 | public struct LBLog: Codable, Identifiable {
11 |     public let id: String = UUID().uuidString
   |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
   |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
   |                `- note: make the property mutable instead
12 |     public let level: LBLogLevel
13 |     public let message: String?
[9/10] Emitting module LogBird
[10/10] Compiling LogBird LBLogRowView.swift
Build complete! (9.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LogBird",
  "name" : "LogBird",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LogBird",
      "targets" : [
        "LogBird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LogBirdTests",
      "module_type" : "SwiftTarget",
      "name" : "LogBirdTests",
      "path" : "Tests/LogBirdTests",
      "sources" : [
        "LogBirdTests.swift"
      ],
      "target_dependencies" : [
        "LogBird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogBird",
      "module_type" : "SwiftTarget",
      "name" : "LogBird",
      "path" : "Sources/LogBird",
      "product_memberships" : [
        "LogBird"
      ],
      "sources" : [
        "LBLog.swift",
        "LBLogLevel.swift",
        "LBManager.swift",
        "LogBird.swift",
        "LogView/LBLogRowView.swift",
        "LogView/LBLogsView.swift",
        "LogView/LogsViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.