Build Information
Failed to build SwiftLSPClient with Swift 6.0 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftLSPClient.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/ChimeHQ/SwiftLSPClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at efe7e13 remove twitter ref
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
efe7e13b55ce81dc070d019990efb183b900f792
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/ChimeHQ/SwiftLSPClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/g-mark/NullCodable
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/ChimeHQ/JSONRPC
[1/36] Fetching nullcodable
[37/800] Fetching nullcodable, anycodable
[641/1359] Fetching nullcodable, anycodable, jsonrpc
Fetched https://github.com/g-mark/NullCodable from cache (0.92s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.92s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.92s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.2.1 (0.50s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.1 (0.45s)
Computing version for https://github.com/g-mark/NullCodable
Computed https://github.com/g-mark/NullCodable at 1.1.0 (0.44s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.2.1
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.1
Creating working copy for https://github.com/g-mark/NullCodable
Working copy of https://github.com/g-mark/NullCodable resolved at 1.1.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/11] Compiling NullCodable NullCodable.swift
[7/11] Emitting module NullCodable
[9/12] Compiling AnyCodable AnyCodable.swift
[10/12] Emitting module AnyCodable
[11/12] Compiling AnyCodable AnyDecodable.swift
[12/12] Compiling AnyCodable AnyEncodable.swift
[14/20] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
[15/20] Compiling JSONRPC DataTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
[16/20] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
[17/20] Compiling JSONRPC ProtocolTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/20] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
[19/20] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
[20/20] Compiling JSONRPC MessageTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
1 | import Foundation
2 | import os.log
| `- error: no such module 'os.log'
3 |
4 | public enum ProtocolTransportError: Error {
BUILD FAILURE 6.0 linux