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 LSPServiceKit 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/codeface-io/LSPServiceKit.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/codeface-io/LSPServiceKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3a1b4b3 Update SwiftLSP
Cloned https://github.com/codeface-io/LSPServiceKit.git
Revision (git rev-parse @):
3a1b4b3a53fdac0b5352e9b47bd0470e7dd3a225
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/codeface-io/LSPServiceKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/codeface-io/LSPServiceKit.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/flowtoolz/SwiftyToolz.git
Fetching https://github.com/codeface-io/SwiftObserver.git
Fetching https://github.com/flowtoolz/FoundationToolz.git
Fetching https://github.com/codeface-io/SwiftLSP.git
[1/702] Fetching foundationtoolz
[703/1417] Fetching foundationtoolz, swiftytoolz
[1418/5656] Fetching foundationtoolz, swiftytoolz, swiftobserver
[2860/6542] Fetching foundationtoolz, swiftytoolz, swiftobserver, swiftlsp
Fetched https://github.com/flowtoolz/FoundationToolz.git from cache (0.95s)
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.95s)
Fetched https://github.com/codeface-io/SwiftLSP.git from cache (0.97s)
Fetched https://github.com/codeface-io/SwiftObserver.git from cache (0.98s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (0.43s)
Computing version for https://github.com/codeface-io/SwiftObserver.git
Computed https://github.com/codeface-io/SwiftObserver.git at 7.0.9 (0.45s)
Computing version for https://github.com/flowtoolz/FoundationToolz.git
Computed https://github.com/flowtoolz/FoundationToolz.git at 0.4.0 (0.43s)
Computing version for https://github.com/codeface-io/SwiftLSP.git
Computed https://github.com/codeface-io/SwiftLSP.git at 0.3.15 (0.44s)
Creating working copy for https://github.com/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.1
Creating working copy for https://github.com/codeface-io/SwiftObserver.git
Working copy of https://github.com/codeface-io/SwiftObserver.git resolved at 7.0.9
Creating working copy for https://github.com/flowtoolz/FoundationToolz.git
Working copy of https://github.com/flowtoolz/FoundationToolz.git resolved at 0.4.0
Creating working copy for https://github.com/codeface-io/SwiftLSP.git
Working copy of https://github.com/codeface-io/SwiftLSP.git resolved at 0.3.15
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/26] Emitting module SwiftyToolz
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[8/28] Compiling SwiftyToolz Geometry.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[9/28] Compiling SwiftyToolz WeakArray.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[10/28] Compiling SwiftyToolz Color.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[11/28] Compiling SwiftyToolz Font.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[12/28] Compiling SwiftyToolz Copyable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[13/28] Compiling SwiftyToolz JSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[14/28] Compiling SwiftyToolz Log.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[15/28] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[16/28] Compiling SwiftyToolz Int+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[17/28] Compiling SwiftyToolz Optional+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[18/28] Compiling SwiftyToolz Task+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[19/28] Compiling SwiftyToolz SwiftHelpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[20/28] Compiling SwiftyToolz ReadableError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[21/28] Compiling SwiftyToolz Array+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[22/28] Compiling SwiftyToolz Collection+Sum.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[23/28] Compiling SwiftyToolz BackgroundActor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[24/28] Compiling SwiftyToolz BuildEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[25/28] Compiling SwiftyToolz Clipboard.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[26/28] Compiling SwiftyToolz Sequence+Async.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[27/28] Compiling SwiftyToolz Set+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
[28/28] Compiling SwiftyToolz String+SwiftyToolz.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyToolz/Code/UI Model Elements/Geometry.swift:1:8: error: no such module 'simd'
 1 | import simd
   |        `- error: no such module 'simd'
 2 |
 3 | public struct Rectangle: Equatable
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.