Build Information
Failed to build AsyncXPCConnection, reference 1.2.0 (a676f1
), with Swift 5.8 for Linux on 27 Aug 2024 17:20:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/AsyncXPCConnection.git
Reference: 1.2.0
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/AsyncXPCConnection
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at a676f19 Update to use latest Xcode
Cloned https://github.com/ChimeHQ/AsyncXPCConnection.git
Revision (git rev-parse @):
a676f19ca891314c4a2455319226a41267709d37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/AsyncXPCConnection.git at 1.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD
https://github.com/ChimeHQ/AsyncXPCConnection.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:c076d3ae857ca95da27bda0293ef81759bb7add70e4768513ac0cd43f6640c27
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/4] Compiling AsyncXPCConnection RemoteXPCService.swift
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
let connection: NSXPCConnection
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
public init(connection: NSXPCConnection, remoteInterface: Protocol) {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
public init(connection: NSXPCConnection, remoteInterface: Protocol) {
^~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
public init(connection: NSXPCConnection) {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:14:38: error: cannot find 'NSXPCInterface' in scope
connection.remoteObjectInterface = NSXPCInterface(with: remoteInterface)
^~~~~~~~~~~~~~
[2/4] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/host/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
public init(queue: Queue, connection: NSXPCConnection) {
^~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
extension NSXPCConnection {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:137:11: error: cannot find type 'NSXPCConnection' in scope
extension NSXPCConnection {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:14:70: error: cannot find type 'NSXPCConnection' in scope
public typealias ConnectionProvider = @MainActor () async throws -> NSXPCConnection
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:24:40: error: cannot find type 'NSXPCConnection' in scope
public init(queue: Queue, connection: NSXPCConnection) {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:7:18: error: cannot find type 'NSXPCConnection' in scope
let connection: NSXPCConnection
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:26: error: cannot find type 'NSXPCConnection' in scope
public init(connection: NSXPCConnection, remoteInterface: Protocol) {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:10:60: error: cannot find type 'Protocol' in scope
public init(connection: NSXPCConnection, remoteInterface: Protocol) {
^~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/RemoteXPCService.swift:18:26: error: cannot find type 'NSXPCConnection' in scope
public init(connection: NSXPCConnection) {
^~~~~~~~~~~~~~~
[4/4] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
/host/spi-builder-workspace/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:8:11: error: cannot find type 'NSXPCConnection' in scope
extension NSXPCConnection {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:137:11: error: cannot find type 'NSXPCConnection' in scope
extension NSXPCConnection {
^~~~~~~~~~~~~~~
BUILD FAILURE 5.8 linux