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 WrkstrmFoundation, reference main (3c128f), with Swift 5.10 for Linux on 2 Nov 2024 01:01:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmFoundation.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/wrkstrm/WrkstrmFoundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c128fc Update RelativeDateTimeFormatter+Date.swift
Cloned https://github.com/wrkstrm/WrkstrmFoundation.git
Revision (git rev-parse @):
3c128fc5c64e95ad3b5243c6c849961ed93ca735
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmFoundation.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmFoundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': ---- ConfigurationService Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(0.4.0..<1.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(1.0.0..<2.0.0)))]
---- ConfigurationService Deps ----
Fetching https://github.com/wrkstrm/WrkstrmMain.git
Fetching https://github.com/wrkstrm/WrkstrmLog.git
[1/797] Fetching wrkstrmmain
[798/1666] Fetching wrkstrmmain, wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.21s)
[843/869] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.26s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
Computed https://github.com/wrkstrm/WrkstrmMain.git at 1.0.0 (0.46s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 0.4.0 (0.44s)
Fetching https://github.com/apple/swift-log.git
[1/3660] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.34s)
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 1.0.0
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/32] Emitting module WrkstrmMain
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:21: error: unknown attribute 'retroactive'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
                    ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:1: error: inheritance from non-protocol type 'any Comparable'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:19: error: unknown attribute 'retroactive'
extension String: @retroactive Error {}
                  ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:1: error: inheritance from non-protocol type 'any Error'
extension String: @retroactive Error {}
^
[7/35] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[8/35] Compiling WrkstrmMain Sequence+Decompose.swift
[9/35] Compiling WrkstrmMain Sequence+Unique.swift
[10/35] Compiling WrkstrmMain BinaryTree.swift
[11/35] Compiling WrkstrmMain TreeClass.swift
[12/35] Compiling WrkstrmMain ListEnum.swift
[13/35] Compiling WrkstrmMain JSON.swift
[14/35] Compiling WrkstrmMain Injectable.swift
[15/35] Compiling WrkstrmMain Result.swift
[16/35] Compiling WrkstrmMain CommandLine+Executable.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:21: error: unknown attribute 'retroactive'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
                    ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:1: error: inheritance from non-protocol type 'any Comparable'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
^
[17/35] Compiling WrkstrmMain Optional+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:21: error: unknown attribute 'retroactive'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
                    ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:1: error: inheritance from non-protocol type 'any Comparable'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
^
[18/35] Compiling WrkstrmMain Optional+Flatten.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:21: error: unknown attribute 'retroactive'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
                    ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/Optional/Optional+Comparable.swift:10:1: error: inheritance from non-protocol type 'any Comparable'
extension Optional: @retroactive Comparable where Wrapped: Equatable & Comparable {
^
[19/35] Compiling WrkstrmMain Array+Filter.swift
[20/35] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[21/35] Compiling WrkstrmMain Collection+Sorting.swift
[22/35] Compiling WrkstrmMain SortEnum.swift
[23/35] Compiling WrkstrmMain IndexedCollection.swift
[24/35] Compiling WrkstrmMain SortedArray.swift
[25/35] Compiling WrkstrmMain String+KebabCase.swift
[26/35] Compiling WrkstrmMain String+Source.swift
[27/35] Compiling WrkstrmMain UInt+BitSetting.swift
[28/35] Compiling WrkstrmMain String+Contains.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:19: error: unknown attribute 'retroactive'
extension String: @retroactive Error {}
                  ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:1: error: inheritance from non-protocol type 'any Error'
extension String: @retroactive Error {}
^
[29/35] Compiling WrkstrmMain String+Count.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:19: error: unknown attribute 'retroactive'
extension String: @retroactive Error {}
                  ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:1: error: inheritance from non-protocol type 'any Error'
extension String: @retroactive Error {}
^
[30/35] Compiling WrkstrmMain String+Error.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:19: error: unknown attribute 'retroactive'
extension String: @retroactive Error {}
                  ^
/host/spi-builder-workspace/.build/checkouts/WrkstrmMain/Sources/WrkstrmMain/Extensions/String/String+Error.swift:2:1: error: inheritance from non-protocol type 'any Error'
extension String: @retroactive Error {}
^
error: fatalError
[31/35] Compiling Logging MetadataProvider.swift
[32/35] Emitting module Logging
[33/35] Compiling Logging LogHandler.swift
[34/35] Compiling Logging Locks.swift
BUILD FAILURE 5.10 linux