Build Information
Failed to build AELog with Swift 5.8 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.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AELog.git
Reference: 0.6.3
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/tadija/AELog
* tag 0.6.3 -> FETCH_HEAD
HEAD is now at 42e29ec Merge branch 'release/0.6.3'
Cloned https://github.com/tadija/AELog.git
Revision (git rev-parse @):
42e29ec9b026640f4ee4c4a29db3a58712dcc9dc
SUCCESS checkout https://github.com/tadija/AELog.git at 0.6.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/4] Compiling AELog Settings.swift
[2/4] Compiling AELog Log.swift
[3/4] Emitting module AELog
[4/4] Compiling AELog Line.swift
/host/spi-builder-workspace/Sources/AELog/Line.swift:38:40: error: argument type 'Thread' does not conform to expected type 'CVarArg'
return String(format:"%p", thread)
^
as! CVarArg
[0/1] Planning build
Building for debugging...
[1/2] Emitting module AELog
[2/2] Compiling AELog Line.swift
/host/spi-builder-workspace/Sources/AELog/Line.swift:38:40: error: argument type 'Thread' does not conform to expected type 'CVarArg'
return String(format:"%p", thread)
^
as! CVarArg
BUILD FAILURE 5.8 linux