This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build LogDog with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luoxiu/LogDog.git
Reference: master
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/luoxiu/LogDog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ee67485 if the metadata value is encodable, encode it
Cloned https://github.com/luoxiu/LogDog.git
Revision (git rev-parse @):
ee67485708a0204a7932e5e46616ad530724af4d
SUCCESS checkout https://github.com/luoxiu/LogDog.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-log.git
[1/3152] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.0 (0.31s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.0
Building for debugging...
[1/8] Compiling Logging LogHandler.swift
[2/8] Compiling Logging Locks.swift
[3/8] Compiling Logging Logging.swift
[4/8] Emitting module Logging
[6/10] Wrapping AST for Logging for debugging
[8/46] Emitting module LogDog
[9/50] Compiling LogDog LogEncoder.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[10/50] Compiling LogDog LogEntry.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[11/50] Compiling LogDog LogError.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[12/50] Compiling LogDog LogHelper.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[13/50] Compiling LogDog LogParameters.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[14/50] Compiling LogDog LogStringify.swift
/host/spi-builder-workspace/Sources/LogDog/Features/atExit.swift:14:32: warning: result of call to 'addObserver(forName:object:queue:using:)' is unused
    NotificationCenter.default.addObserver(forName: atExit, object: nil, queue: nil) { _ in
                               ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[15/50] Compiling LogDog LogStringifyCompatible.swift
/host/spi-builder-workspace/Sources/LogDog/Features/atExit.swift:14:32: warning: result of call to 'addObserver(forName:object:queue:using:)' is unused
    NotificationCenter.default.addObserver(forName: atExit, object: nil, queue: nil) { _ in
                               ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16/50] Compiling LogDog Logger.MetadataValue+Any.swift
/host/spi-builder-workspace/Sources/LogDog/Features/atExit.swift:14:32: warning: result of call to 'addObserver(forName:object:queue:using:)' is unused
    NotificationCenter.default.addObserver(forName: atExit, object: nil, queue: nil) { _ in
                               ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[17/50] Compiling LogDog atExit.swift
/host/spi-builder-workspace/Sources/LogDog/Features/atExit.swift:14:32: warning: result of call to 'addObserver(forName:object:queue:using:)' is unused
    NotificationCenter.default.addObserver(forName: atExit, object: nil, queue: nil) { _ in
                               ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18/50] Compiling LogDog LogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Features/atExit.swift:14:32: warning: result of call to 'addObserver(forName:object:queue:using:)' is unused
    NotificationCenter.default.addObserver(forName: atExit, object: nil, queue: nil) { _ in
                               ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19/50] Compiling LogDog export.swift
[20/50] Compiling LogDog AnyEncodable.swift
[21/50] Compiling LogDog Lazy.swift
[22/50] Compiling LogDog unwrap.swift
[23/50] Compiling LogDog Suffix.swift
[24/50] Compiling LogDog Hook.swift
[25/50] Compiling LogDog LogSinks.swift
[26/50] Compiling LogDog SinkOn.swift
[27/50] Compiling LogDog SugarLogHandler.swift
[28/50] Compiling LogDog AnyLogAppender.swift
[29/50] Compiling LogDog MemoryLogAppender.swift
[30/50] Compiling LogDog MultiplexLogAppender.swift
[31/50] Compiling LogDog OSLogAppender.swift
[32/50] Compiling LogDog TextLogAppender.swift
[33/50] Compiling LogDog LogRecord.swift
[34/50] Compiling LogDog LogScheduler.swift
[35/50] Compiling LogDog LogSink.swift
[36/50] Compiling LogDog Logging+.swift
[37/50] Compiling LogDog AnyLogSink.swift
[38/50] Compiling LogDog Concat.swift
[39/50] Compiling LogDog Debug.swift
[40/50] Compiling LogDog Filter.swift
[41/50] Compiling LogDog Match.swift
[42/50] Compiling LogDog BuiltIn.swift
[43/50] Compiling LogDog Compress.swift
[44/50] Compiling LogDog Crypto.swift
[45/50] Compiling LogDog Encode.swift
[46/50] Compiling LogDog Format.swift
[47/50] Compiling LogDog Prefix.swift
[0/1] Planning build
Building for debugging...
[1/9] Compiling LogDog LogEncoder.swift
[2/10] Compiling LogDog LogParameters.swift
[3/16] Compiling LogDog LogEntry.swift
[4/16] Compiling LogDog LogHelper.swift
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:21: error: cannot find '__dispatch_queue_get_label' in scope
        let label = __dispatch_queue_get_label(nil)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LogDog/LogHelper.swift:151:48: error: 'nil' requires a contextual type
        let label = __dispatch_queue_get_label(nil)
                                               ^
[5/18] Compiling LogDog LogError.swift
[6/25] Compiling LogDog Encode.swift
[7/27] Compiling LogDog Prefix.swift
[8/27] Compiling LogDog Suffix.swift
[9/29] Compiling LogDog AnyLogAppender.swift
[10/29] Compiling LogDog MemoryLogAppender.swift
[11/29] Compiling LogDog MultiplexLogAppender.swift
[12/29] Compiling LogDog TextLogAppender.swift
[13/29] Compiling LogDog LogRecord.swift
[14/29] Compiling LogDog LogSink.swift
[15/29] Compiling LogDog BuiltIn.swift
[16/29] Compiling LogDog Format.swift
[17/29] Compiling LogDog AnyLogSink.swift
[18/29] Compiling LogDog Concat.swift
[19/29] Compiling LogDog Debug.swift
[20/29] Compiling LogDog Filter.swift
[21/29] Compiling LogDog Match.swift
[22/29] Emitting module LogDog
[23/29] Compiling LogDog Hook.swift
[24/29] Compiling LogDog LogSinks.swift
[25/29] Compiling LogDog SinkOn.swift
[26/29] Compiling LogDog SugarLogHandler.swift
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.