The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DependencyInjection with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sebastianpixel/dependencyinjection.git
Reference: master
Cloned https://github.com/sebastianpixel/dependencyinjection.git into spi-builder-workspace
SUCCESS checkout https://github.com/sebastianpixel/dependencyinjection.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/realm/SwiftLint
[1/108681] Fetching swiftlint
Fetched https://github.com/realm/SwiftLint (31.55s)
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2736] Fetching swxmlhash
[2683/18318] Fetching swxmlhash, sourcekitten
Fetched https://github.com/drmohundro/SWXMLHash.git (0.39s)
Fetching https://github.com/Carthage/Commandant.git
[2494/15582] Fetching sourcekitten
[6858/24188] Fetching sourcekitten, yams
[11249/26511] Fetching sourcekitten, yams, commandant
Fetched https://github.com/Carthage/Commandant.git (0.32s)
Fetching https://github.com/Quick/Nimble.git
[13737/24188] Fetching sourcekitten, yams
[24103/39934] Fetching sourcekitten, yams, nimble
Fetched https://github.com/jpsim/SourceKitten.git (1.93s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetched https://github.com/jpsim/Yams.git (1.94s)
Fetching https://github.com/Quick/Quick.git
Fetched https://github.com/Quick/Nimble.git (1.45s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/929] Fetching swiftytexttable
[930/14632] Fetching swiftytexttable, quick
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git (0.30s)
[275/13703] Fetching quick
[12334/26130] Fetching quick, cryptoswift
Fetched https://github.com/Quick/Quick.git (0.72s)
[2113/12427] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.38s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (1.13s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.17s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.30s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.29.0 (0.32s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.33s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 5.0.1 (0.31s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.32s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.34s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at master
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.29.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 5.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Building for debugging...
[1/15] Compiling DependencyInjection LazyInject.swift
[2/15] Compiling DependencyInjection MutableInject.swift
[3/15] Compiling DependencyInjection MutableLazyInject.swift
/host/spi-builder-workspace/Sources/DependencyInjection/ReentrantSyncQueue.swift:13:50: error: operator function '==' requires that 'DispatchQueue' conform to 'Equatable'
        DispatchQueue.getSpecific(key: Self.key) == queue
                                                 ^
Swift.Optional:1:11: note: requirement from conditional conformance of 'Optional<DispatchQueue>' to 'Equatable'
extension Optional : Equatable where Wrapped : Equatable {
          ^
[4/15] Compiling DependencyInjection ReentrantSyncQueue.swift
/host/spi-builder-workspace/Sources/DependencyInjection/ReentrantSyncQueue.swift:13:50: error: operator function '==' requires that 'DispatchQueue' conform to 'Equatable'
        DispatchQueue.getSpecific(key: Self.key) == queue
                                                 ^
Swift.Optional:1:11: note: requirement from conditional conformance of 'Optional<DispatchQueue>' to 'Equatable'
extension Optional : Equatable where Wrapped : Equatable {
          ^
[5/16] Compiling DependencyInjection ModuleBuilder.swift
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/ModuleBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/RegistrationBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[6/16] Compiling DependencyInjection RegistrationBuilder.swift
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/ModuleBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/RegistrationBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[7/16] Compiling DependencyInjection Module.swift
[8/16] Compiling DependencyInjection Inject.swift
[9/16] Compiling DependencyInjection New.swift
[10/16] Compiling DependencyInjection Shared.swift
[11/16] Compiling DependencyInjection Registrar.swift
[12/16] Compiling DependencyInjection Registration.swift
[13/16] Compiling DependencyInjection Resolver.swift
[14/16] Emitting module DependencyInjection
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/ModuleBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/host/spi-builder-workspace/Sources/DependencyInjection/FunctionBuilders/RegistrationBuilder.swift:1:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[15/16] Compiling DependencyInjection DIContainer.swift
[16/16] Compiling DependencyInjection DependencyRegistering.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2