The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftyXPC, reference 0.5.4 (00853d), with Swift 5.9 for Linux on 3 Sep 2024 03:52:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/CharlesJS/SwiftyXPC.git
Reference: 0.5.4
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/CharlesJS/SwiftyXPC
 * tag               0.5.4      -> FETCH_HEAD
HEAD is now at 00853dd Clean up concurrency for Swift 6
Cloned https://github.com/CharlesJS/SwiftyXPC.git
Revision (git rev-parse @):
00853ddb5e041975d344f14b23e589b4aaed1f4e
SUCCESS checkout https://github.com/CharlesJS/SwiftyXPC.git at 0.5.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/CharlesJS/SwiftyXPC.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/15] Compiling SwiftyXPC XPCListener.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[2/16] Compiling SwiftyXPC XPCErrorRegistry.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[3/16] Compiling SwiftyXPC XPCType.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[4/16] Compiling SwiftyXPC XPCEndpoint.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[5/16] Compiling SwiftyXPC XPCError.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[6/16] Compiling SwiftyXPC XPCNull.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[7/16] Compiling SwiftyXPC XPCFileDescriptor.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/16] Emitting module SwiftyXPC
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[9/16] Compiling SwiftyXPC String+SwiftyXPC.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[10/16] Compiling SwiftyXPC XPCConnection.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[11/16] Compiling SwiftyXPC XPCDecoder.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
[12/16] Compiling SwiftyXPC XPCEncoder.swift
/host/spi-builder-workspace/Sources/SwiftyXPC/Extensions/String+SwiftyXPC.swift:8:8: error: no such module 'XPC'
import XPC
       ^
error: fatalError
BUILD FAILURE 5.9 linux