The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLSPClient with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftLSPClient.git
Reference: 0.9.1
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
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at c5ea061 Corrected version bump
Cloned https://github.com/ChimeHQ/SwiftLSPClient.git
Revision (git rev-parse @):
c5ea0613ee55bf642aca78b2de376d9f798930cb
SUCCESS checkout https://github.com/ChimeHQ/SwiftLSPClient.git at 0.9.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/SwiftLSPClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/g-mark/NullCodable
Fetching https://github.com/ChimeHQ/JSONRPC
[1/30] Fetching nullcodable
[31/786] Fetching nullcodable, anycodable
[787/1345] Fetching nullcodable, anycodable, jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.47s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.47s)
Fetched https://github.com/g-mark/NullCodable from cache (0.47s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.2.1 (0.39s)
Computing version for https://github.com/g-mark/NullCodable
Computed https://github.com/g-mark/NullCodable at 1.1.0 (0.38s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.1 (0.40s)
Creating working copy for https://github.com/g-mark/NullCodable
Working copy of https://github.com/g-mark/NullCodable resolved at 1.1.0
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/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.2.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/11] Emitting module AnyCodable
[7/11] Compiling NullCodable NullCodable.swift
[8/11] Emitting module NullCodable
[10/12] Compiling AnyCodable AnyCodable.swift
[11/12] Compiling AnyCodable AnyEncodable.swift
[12/12] Compiling AnyCodable AnyDecodable.swift
[14/20] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[15/20] Compiling JSONRPC DataTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[17/20] Compiling JSONRPC MessageTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[18/20] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[19/20] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[20/20] Compiling JSONRPC ProtocolTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module JSONRPC
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[3/8] Compiling JSONRPC DataTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[4/8] Compiling JSONRPC ProtocolTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[5/8] Compiling JSONRPC JSONId.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[6/8] Compiling JSONRPC JSONRPCError.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[7/8] Compiling JSONRPC MessageTransport.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
[8/8] Compiling JSONRPC Protocol.swift
/host/spi-builder-workspace/.build/checkouts/JSONRPC/JSONRPC/ProtocolTransport.swift:2:8: error: no such module 'os.log'
import os.log
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1