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 Log with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/log.git
Reference: dev
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/space-code/log
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at 7638bd1 Update `CHANGELOG.md` (#6)
Cloned https://github.com/space-code/log.git
Revision (git rev-parse @):
7638bd1f9252d0822e38b74b0bf02f5bded94c96
SUCCESS checkout https://github.com/space-code/log.git at dev
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
https://github.com/space-code/log.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Building for debugging...
[1/16] Compiling Log IOSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[2/16] Compiling Log OSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[3/16] Compiling Log IPrinterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[4/16] Compiling Log IStyleLogStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[5/16] Compiling Log OSPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[6/16] Compiling Log Atomic.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[7/16] Compiling Log ConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[8/16] Compiling Log IConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[9/16] Compiling Log ConsolePrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[10/16] Compiling Log IPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[11/16] Compiling Log ILogger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[12/16] Compiling Log Logger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[13/16] Emitting module Log
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[14/18] Compiling Log ILogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[15/18] Compiling Log PrefixLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[16/18] Compiling Log TimestampLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[17/18] Compiling Log IOSWriterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[18/18] Compiling Log LogLevel.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[0/1] Planning build
Building for debugging...
[1/16] Compiling Log ConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[2/16] Compiling Log IConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[3/16] Compiling Log ConsolePrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[4/16] Compiling Log IPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[5/16] Compiling Log IOSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[6/16] Compiling Log OSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[7/18] Compiling Log OSPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[8/18] Compiling Log Atomic.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[9/18] Compiling Log IPrinterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[10/18] Compiling Log IStyleLogStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[11/18] Compiling Log ILogger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[12/18] Compiling Log Logger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[13/18] Emitting module Log
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[14/18] Compiling Log ILogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[15/18] Compiling Log PrefixLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[16/18] Compiling Log TimestampLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[17/18] Compiling Log IOSWriterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
[18/18] Compiling Log LogLevel.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
import OSLog
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 2