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

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/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/oss-homecredit-id/iONess.git
Reference: main
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/oss-homecredit-id/iONess
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b16ec63 Update issue templates
Cloned https://github.com/oss-homecredit-id/iONess.git
Revision (git rev-parse @):
b16ec6338d86e7cc35d018e1d98d2e345ebecf9b
SUCCESS checkout https://github.com/oss-homecredit-id/iONess.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/oss-homecredit-id/iONess.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/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/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/hainayanda/Ergo.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/673] Fetching ergo
[661/1112] Fetching ergo, cwlcatchexception
[1113/2359] Fetching ergo, cwlcatchexception, cwlpreconditiontesting
[2360/16908] Fetching ergo, cwlcatchexception, cwlpreconditiontesting, quick
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
[3666/16469] Fetching ergo, cwlpreconditiontesting, quick
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
[2856/15222] Fetching ergo, quick
Fetched https://github.com/Quick/Quick.git from cache (0.53s)
[1/18640] Fetching nimble
Fetched https://github.com/hainayanda/Ergo.git from cache (1.45s)
Fetching https://github.com/nayanda1/Ergo.git
Fetched https://github.com/Quick/Nimble.git from cache (1.47s)
[1/673] Fetching ergo
Fetched https://github.com/nayanda1/Ergo.git from cache (0.22s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.44s)
Computing version for https://github.com/Quick/Quick.git
Updating https://github.com/nayanda1/Ergo.git
Updated https://github.com/nayanda1/Ergo.git (0.14s)
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.46s)
Computing version for https://github.com/nayanda1/Ergo.git
Computed https://github.com/nayanda1/Ergo.git at 1.3.0 (0.45s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.44s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.43s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/nayanda1/Ergo.git
Working copy of https://github.com/nayanda1/Ergo.git resolved at 1.3.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling Ergo ErgoError.swift
[5/13] Compiling Ergo Task+Extensions.swift
[6/13] Compiling Ergo NestedPromise.swift
[7/13] Compiling Ergo Promise.swift
[8/13] Compiling Ergo GlobalFunction.swift
/host/spi-builder-workspace/.build/checkouts/Ergo/Ergo/Classes/GlobalFunction.swift:16:24: error: binary operator '==' cannot be applied to two 'DispatchQueue' operands
 14 | public func syncIfPossible(on dispatcher: DispatchQueue, execute work: @escaping () -> Void) {
 15 |     let currentQueue: DispatchQueue = .current ?? .main
 16 |     guard currentQueue == dispatcher else {
    |                        `- error: binary operator '==' cannot be applied to two 'DispatchQueue' operands
 17 |         dispatcher.async(execute: work)
 18 |         return
[9/13] Compiling Ergo DipatchQueue+Extensions.swift
[10/13] Emitting module Ergo
[11/13] Compiling Ergo ChainAnimator.swift
[12/13] Compiling Ergo ClosurePromise.swift
[13/13] Compiling Ergo Thenable.swift
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.