Build Information
Failed to build AsyncXPCConnection, reference main (a676f1
), with Swift 5.9 for Linux on 27 Aug 2024 17:20:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/AsyncXPCConnection.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/AsyncXPCConnection
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/ChimeHQ/AsyncXPCConnection.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-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)
^~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/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) {
^~~~~~~~~~~~~~~
[3/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 {
^~~~~~~~~~~~~~~
[4/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: fatalError
BUILD FAILURE 5.9 linux