Build Information
Failed to build SKServer, reference 4.1.2 (ee058e), with Swift 6.3 for Linux on 11 Apr 2026 13:35:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SKServer.git
Reference: 4.1.2
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
* tag 4.1.2 -> FETCH_HEAD
HEAD is now at ee058e1 Merge pull request #5 from MrLotU/patch-1
Cloned https://github.com/pvzig/SKServer.git
Revision (git rev-parse @):
ee058e13e7bc0ef76b7f9abfd8182e806eb158b9
SUCCESS checkout https://github.com/pvzig/SKServer.git at 4.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/pvzig/SKServer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/SlackKit/SKCore
Fetching https://github.com/SlackKit/SKWebAPI
[1/294] Fetching skwebapi
[295/6344] Fetching skwebapi, swifter
Fetched https://github.com/SlackKit/SKWebAPI from cache (0.20s)
[121/6050] Fetching swifter
[1816/6338] Fetching swifter, skcore
Fetched https://github.com/SlackKit/SKCore from cache (0.79s)
Fetched https://github.com/httpswift/swifter.git from cache (0.81s)
Computing version for https://github.com/SlackKit/SKWebAPI
Computed https://github.com/SlackKit/SKWebAPI at 4.1.3 (1.26s)
Computing version for https://github.com/SlackKit/SKCore
Computed https://github.com/SlackKit/SKCore at 4.1.3 (0.53s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.4.7 (4.39s)
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/SlackKit/SKCore
Working copy of https://github.com/SlackKit/SKCore resolved at 4.1.3
Creating working copy for https://github.com/SlackKit/SKWebAPI
Working copy of https://github.com/SlackKit/SKWebAPI resolved at 4.1.3
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 Reaction.swift
[9/54] Compiling SKCore Reply.swift
[10/54] Compiling SKCore Scope.swift
[11/54] Compiling SKCore Channel.swift
[12/54] Compiling SKCore Comment.swift
[13/54] Compiling SKCore CustomProfile.swift
[14/54] Compiling SKCore CustomProfileField.swift
[15/54] Compiling Swifter String+SHA1.swift
[16/54] Compiling Swifter WebSockets.swift
[17/54] Compiling SKCore TeamIcon.swift
[18/54] Compiling SKCore Topic.swift
[19/54] Compiling SKCore User.swift
[20/54] Compiling SKCore UserGroup.swift
[21/54] Compiling SKCore Message.swift
[22/54] Compiling SKCore OAuthConfig.swift
[23/54] Compiling SKCore RTMOptions.swift
[24/54] Compiling SKCore Action.swift
[25/54] Compiling SKCore Attachment.swift
[26/54] Compiling SKCore AttachmentField.swift
[27/54] Compiling SKCore Bot.swift
[28/54] Compiling SKCore Extensions.swift
[32/54] Compiling SKCore File.swift
[33/54] Compiling SKCore History.swift
[34/54] Compiling SKCore Item.swift
[38/54] Compiling SKCore DoNotDisturbStatus.swift
[39/54] Compiling SKCore Edited.swift
[40/54] Compiling SKCore Event.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.3 linux