This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SKServer with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/pvzig/SKServer.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/pvzig/SKCore
Fetching https://github.com/pvzig/SKWebAPI
Fetching https://github.com/httpswift/swifter.git
[1/288] Fetching skcore
[289/582] Fetching skcore, skwebapi
[348/6614] Fetching skcore, skwebapi, swifter
Fetched https://github.com/pvzig/SKCore from cache (0.24s)
[1923/6326] Fetching skwebapi, swifter
Fetched https://github.com/pvzig/SKWebAPI from cache (0.64s)
Fetched https://github.com/httpswift/swifter.git from cache (0.65s)
Computing version for https://github.com/pvzig/SKWebAPI
Computed https://github.com/pvzig/SKWebAPI at 4.1.3 (0.48s)
Computing version for https://github.com/pvzig/SKCore
Computed https://github.com/pvzig/SKCore at 4.1.3 (0.50s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.4.7 (1.21s)
Creating working copy for https://github.com/pvzig/SKCore
Working copy of https://github.com/pvzig/SKCore resolved at 4.1.3
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
warning: 'skwebapi': 'skwebapi' dependency on 'https://github.com/SlackKit/SKCore' conflicts with dependency on 'https://github.com/pvzig/SKCore' which has the same identity 'skcore'. 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 Channel.swift
[12/54] Compiling SKCore Comment.swift
[13/54] Compiling SKCore CustomProfile.swift
[14/54] Compiling Swifter String+SHA1.swift
[15/54] Compiling Swifter WebSockets.swift
[16/54] Compiling SKCore DoNotDisturbStatus.swift
[17/54] Compiling SKCore Edited.swift
[18/54] Compiling SKCore Event.swift
[19/54] Compiling SKCore Extensions.swift
[20/54] Compiling SKCore Message.swift
[21/54] Compiling SKCore OAuthConfig.swift
[22/54] Compiling SKCore RTMOptions.swift
[23/54] Compiling SKCore SlackError.swift
[29/54] Compiling SKCore CustomProfileField.swift
[30/54] Compiling SKCore Action.swift
[31/54] Compiling SKCore Attachment.swift
[32/54] Compiling SKCore AttachmentField.swift
[33/54] Compiling SKCore Bot.swift
[34/54] Compiling SKCore Reaction.swift
[35/54] Compiling SKCore Reply.swift
[36/54] Compiling SKCore Scope.swift
[37/54] Compiling SKCore File.swift
[38/54] Compiling SKCore History.swift
[39/54] Compiling SKCore Item.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.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.