The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyBeaver, reference 3.1.0 (917417), with Swift 6.1 for Linux on 1 May 2025 10:03:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Reference: 3.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/MFB-Technologies-Inc/SwiftyBeaver
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 9174174 Merge pull request #9 from MFB-Technologies-Inc/feature/export-log-files
Cloned https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Revision (git rev-parse @):
9174174fc0d947b9b7e1942aa239e303fa155b69
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git at 3.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling Logging MetadataProvider.swift
[6/18] Emitting module SwiftyBeaver
[7/18] Compiling SwiftyBeaver BaseDestination.swift
[8/18] Compiling SwiftyBeaver ConsoleDestination.swift
[9/19] Compiling SwiftyBeaver FileDestination.swift
[10/19] Compiling SwiftyBeaver Filter.swift
[11/19] Compiling SwiftyBeaver UncheckedSendable.swift
[12/19] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/host/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.
 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.
 97 |                         let context = UncheckedSendable(wrapped: context)
 98 |                         queue.async {
/host/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.
 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.
 98 |                         queue.async {
 99 |                             _ = dest.wrapped.send(
/host/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.
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.
267 |                     queue.async {
268 |                         _dest.wrapped.flush()
[13/19] Compiling SwiftyBeaver FilterValidator.swift
[14/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
[15/19] Compiling Logging LogHandler.swift
[16/19] Emitting module Logging
[17/19] Compiling Logging Locks.swift
[18/19] Compiling Logging Logging.swift
[20/20] Compiling SwiftyBeaver SwiftyBeaver.swift
[22/25] Compiling SwiftyBeaverSwiftLog Logger_Level+SwiftyBeaver_Level.swift
[23/25] Emitting module SwiftyBeaverSwiftLog
[24/25] Compiling SwiftyBeaverSwiftLog SwiftyBeaver_Level+Logger_Level.swift
[25/25] Compiling SwiftyBeaverSwiftLog SwiftyBeaverLogHandler.swift
Build complete! (11.18s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.