Build Information
Failed to build SwiftyBeaver, reference 3.2.0 (907cb1), with Swift 6.3 for Android on 16 Apr 2026 04:50:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Reference: 3.2.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.2.0 -> FETCH_HEAD
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 3.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-log.git
[1/6583] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (2.16s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
[5/19] Emitting module SwiftyBeaver
[6/20] Compiling Logging MetadataProvider.swift
[7/20] Compiling Logging LogEvent.swift
[8/20] Compiling Logging LogHandler.swift
[9/20] Compiling Logging Logging.swift
[10/20] Compiling Logging Locks.swift
[11/20] Emitting module Logging
[13/21] 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. [#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 {
/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. [#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(
/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. [#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()
/host/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:296:32: error: cannot find '__dispatch_queue_get_label' in scope
294 | return ""
295 | } else {
296 | let name = __dispatch_queue_get_label(nil)
| `- error: cannot find '__dispatch_queue_get_label' in scope
297 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
298 | }
/host/spi-builder-workspace/Sources/SwiftyBeaver/SwiftyBeaver+Destinations.swift:296:59: error: 'nil' requires a contextual type
294 | return ""
295 | } else {
296 | let name = __dispatch_queue_get_label(nil)
| `- error: 'nil' requires a contextual type
297 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
298 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/21] Compiling SwiftyBeaver UncheckedSendable.swift
[15/21] Compiling SwiftyBeaver BaseDestination.swift
[16/21] Compiling SwiftyBeaver ConsoleDestination.swift
[17/21] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/FileDestination.swift:242:31: error: cannot find 'NSFileCoordinator' in scope
240 | private func write(data: Data, to url: URL) -> Bool {
241 | var success = false
242 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: cannot find 'NSFileCoordinator' in scope
243 | var error: NSError?
244 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
/host/spi-builder-workspace/Sources/SwiftyBeaver/FileDestination.swift:242:64: error: 'nil' requires a contextual type
240 | private func write(data: Data, to url: URL) -> Bool {
241 | var success = false
242 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: 'nil' requires a contextual type
243 | var error: NSError?
244 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
[18/21] Compiling SwiftyBeaver Filter.swift
[19/21] Compiling SwiftyBeaver SwiftyBeaver.swift
[20/21] Compiling SwiftyBeaver FilterValidator.swift
[21/21] Compiling SwiftyBeaver GoogleCloudDestination.swift
BUILD FAILURE 6.3 android