The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyBeaver, reference main (907cb1), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 00:01:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/SwiftyBeaver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 907cb18 Merge pull request #10 from MFB-Technologies-Inc/feature/persistent-file-handle
Cloned https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Revision (git rev-parse @):
907cb189968691343b80357f7d4e059ef48d4c1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/19] Compiling Logging Locks.swift
[6/19] Compiling Logging Logging.swift
[7/19] Compiling Logging MetadataProvider.swift
[8/19] Compiling Logging LogHandler.swift
[9/19] Emitting module Logging
[10/19] Compiling SwiftyBeaver FilterValidator.swift
[11/19] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:96:36: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
 94 |
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
    |                                    `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
 97 |                         let context = UncheckedSendable(wrapped: context)
 98 |                         queue.async {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:97:39: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
 95 |                     if dest.asynchronously {
 96 |                         let dest = UncheckedSendable(wrapped: dest)
 97 |                         let context = UncheckedSendable(wrapped: context)
    |                                       `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
 98 |                         queue.async {
 99 |                             _ = dest.wrapped.send(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:266:33: warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
264 |                 grp.enter()
265 |                 if dest.asynchronously {
266 |                     let _dest = UncheckedSendable(wrapped: dest)
    |                                 `- warning: 'UncheckedSendable' is deprecated: All silenced errors in 6.0 are warnings in 6.1. [#DeprecatedDeclaration]
267 |                     queue.async {
268 |                         _dest.wrapped.flush()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/19] Compiling SwiftyBeaver UncheckedSendable.swift
[13/19] Compiling SwiftyBeaver Filter.swift
[14/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
[15/19] Compiling SwiftyBeaver SwiftyBeaver.swift
[16/19] Compiling SwiftyBeaver ConsoleDestination.swift
[17/19] Compiling SwiftyBeaver FileDestination.swift
[18/19] Emitting module SwiftyBeaver
[19/19] Compiling SwiftyBeaver BaseDestination.swift
[20/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[21/23] Emitting module SwiftyBeaverSwiftLog
[22/23] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[23/23] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
Build complete! (6.59s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.48s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftyBeaver",
  "name" : "SwiftyBeaver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyBeaver",
      "targets" : [
        "SwiftyBeaver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyBeaverSwiftLog",
      "targets" : [
        "SwiftyBeaverSwiftLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyBeaverTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverTests",
      "path" : "Tests/SwiftyBeaverTests",
      "sources" : [
        "BaseDestinationTests.swift",
        "ConsoleDestinationTests.swift",
        "DestinationSetTests.swift",
        "FileDestinationTests.swift",
        "FilterTests.swift",
        "GoogleCloudDestinationTests.swift",
        "SwiftyBeaverTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLogTests",
      "path" : "Tests/SwiftyBeaverSwiftLogTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "LevelConversionTests.swift",
        "SwiftyBeaverLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLog",
      "path" : "Sources/SwiftyBeaverSwiftLog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "Logger_Level+SwiftyBeaver_Level.swift",
        "SwiftyBeaverLogHandler.swift",
        "SwiftyBeaver_Level+Logger_Level.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyBeaver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaver",
      "path" : "Sources/SwiftyBeaver",
      "product_memberships" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "BaseDestination.swift",
        "ConsoleDestination.swift",
        "FileDestination.swift",
        "Filter.swift",
        "FilterValidator.swift",
        "GoogleCloudDestination.swift",
        "Internal/UncheckedSendable.swift",
        "SwiftyBeaver+Destinations.swift",
        "SwiftyBeaver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.