The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SKServer, reference master (484c76), with Swift 6.2 (beta) for Linux on 18 Jun 2025 12:09:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SKServer.git
Reference: master
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/pvzig/SKServer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 484c763 Update README.md
Cloned https://github.com/pvzig/SKServer.git
Revision (git rev-parse @):
484c763854a4b19313645eaa3799e2215dbfb878
SUCCESS checkout https://github.com/pvzig/SKServer.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pvzig/SKServer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/pvzig/SKWebAPI
Fetching https://github.com/pvzig/SKCore
[1/6050] Fetching swifter
[62/6338] Fetching swifter, skcore
[1785/6632] Fetching swifter, skcore, skwebapi
Fetched https://github.com/pvzig/SKWebAPI from cache (0.46s)
Fetched https://github.com/pvzig/SKCore from cache (0.46s)
[1634/6050] Fetching swifter
Fetched https://github.com/httpswift/swifter.git from cache (1.37s)
Computing version for https://github.com/pvzig/SKWebAPI
Computed https://github.com/pvzig/SKWebAPI at 4.1.3 (1.91s)
Computing version for https://github.com/pvzig/SKCore
Computed https://github.com/pvzig/SKCore at 4.1.3 (1.67s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.4.7 (2.90s)
Creating working copy for https://github.com/pvzig/SKWebAPI
Working copy of https://github.com/pvzig/SKWebAPI resolved at 4.1.3
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.4.7
Creating working copy for https://github.com/pvzig/SKCore
Working copy of https://github.com/pvzig/SKCore resolved at 4.1.3
warning: 'skwebapi': Conflicting identity for skcore: dependency 'github.com/slackkit/skcore' and dependency 'github.com/pvzig/skcore' both point to the same package identity 'skcore'. The dependencies are introduced through the following chains: (A) /host/spi-builder-workspace->github.com/pvzig/skwebapi->github.com/slackkit/skcore (B) /host/spi-builder-workspace->github.com/pvzig/skcore. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/49] Emitting module Swifter
[7/51] Emitting module SKCore
[8/54] Compiling SKCore Topic.swift
[9/54] Compiling SKCore User.swift
[10/54] Compiling SKCore UserGroup.swift
[11/54] Compiling SKCore Reaction.swift
[12/54] Compiling SKCore Reply.swift
[13/54] Compiling SKCore Scope.swift
[14/54] Compiling SKCore SlackError.swift
[15/54] Compiling SKCore Team.swift
[16/54] Compiling SKCore TeamIcon.swift
[17/54] Compiling SKCore File.swift
[18/54] Compiling SKCore History.swift
[19/54] Compiling SKCore Item.swift
[20/54] Compiling SKCore Message.swift
[21/54] Compiling SKCore OAuthConfig.swift
[22/54] Compiling SKCore RTMOptions.swift
[23/54] Compiling Swifter HttpServerIO.swift
[24/54] Compiling Swifter String+SHA1.swift
[25/54] Compiling Swifter WebSockets.swift
[26/54] Compiling SKCore CustomProfileField.swift
[27/54] Compiling SKCore DoNotDisturbStatus.swift
[28/54] Compiling SKCore Edited.swift
[29/54] Compiling SKCore Event.swift
[30/54] Compiling SKCore Extensions.swift
[31/54] Compiling Swifter Socket+File.swift
[32/54] Compiling Swifter Socket+Server.swift
[33/54] Compiling Swifter HttpRouter.swift
[34/54] Compiling Swifter HttpServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/Socket+File.swift:24:60: error: generic parameter 'Element' could not be inferred
22 |             while writeCounter < readResult {
23 |                 #if os(Linux)
24 |                     let writeResult = send(target, &buffer + writeCounter, readResult - writeCounter, Int32(MSG_NOSIGNAL))
   |                                                            `- error: generic parameter 'Element' could not be inferred
25 |                 #else
26 |                     let writeResult = write(target, &buffer + writeCounter, readResult - writeCounter)
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/Socket+File.swift:24:60: error: generic parameter 'Element' could not be inferred
22 |             while writeCounter < readResult {
23 |                 #if os(Linux)
24 |                     let writeResult = send(target, &buffer + writeCounter, readResult - writeCounter, Int32(MSG_NOSIGNAL))
   |                                                            `- error: generic parameter 'Element' could not be inferred
25 |                 #else
26 |                     let writeResult = write(target, &buffer + writeCounter, readResult - writeCounter)
BUILD FAILURE 6.2 linux