Build Information
Failed to build LogStream with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.36.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wouter01/LogStream.git
Reference: main
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/Wouter01/LogStream
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6f83694 Fix 5.8 support
Cloned https://github.com/Wouter01/LogStream.git
Revision (git rev-parse @):
6f83694b2675dcf3b1cea0a52546ff4469c18282
SUCCESS checkout https://github.com/Wouter01/LogStream.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/Wouter01/LogStream.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/1] Compiling ExternalAppLoggerHeaders _.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module LogStream
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[3/6] Compiling LogStream ActivityStreamOptions.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[4/6] Compiling LogStream LogStream.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[5/6] Compiling LogStream LogMessage.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[6/6] Compiling LogStream LoggingSupport.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/5] Emitting module LogStream
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[2/5] Compiling LogStream LoggingSupport.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[3/5] Compiling LogStream LogStream.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[4/5] Compiling LogStream ActivityStreamOptions.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
[5/5] Compiling LogStream LogMessage.swift
/host/spi-builder-workspace/Sources/LogStream/LogMessage.swift:8:8: error: no such module 'OSLog'
import OSLog
^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/Headers/include/Header.h"
^
error: fatalError
BUILD FAILURE 5.9 linux