Build Information
Failed to build WrkstrmKit, reference main (f7d26f
), with Swift 5.10 for Linux on 14 Nov 2024 12:36:33 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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmKit.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/WrkstrmKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f7d26fd Update SceneRoot.swift
Cloned https://github.com/wrkstrm/WrkstrmKit.git
Revision (git rev-parse @):
f7d26fda5e8efc4ef9dd04eb435885aeb8acdefe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/wrkstrm/WrkstrmKit.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': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.branch("main")), 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)))]
---- Wrkstrm Deps ----
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
[1/1823] Fetching wrkstrmfoundation
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (0.26s)
warning: 'wrkstrmfoundation': ---- 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/WrkstrmLog.git
[1/874] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.33s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/838] Fetching wrkstrmmain
[839/4524] Fetching wrkstrmmain, swift-log
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.33s)
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
Computed https://github.com/wrkstrm/WrkstrmMain.git at 1.0.0 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.35s)
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at main (fac4567)
Creating working copy for https://github.com/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at main (3c128fc)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
warning: 'wrkstrmfoundation': ---- 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 ----
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/41] 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 {}
^
[11/44] Compiling WrkstrmSwiftUI PreviewDevice.swift
/host/spi-builder-workspace/Sources/WrkstrmSwiftUI/AnyTransition.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[12/44] Compiling WrkstrmSwiftUI UIImagePublisher.swift
/host/spi-builder-workspace/Sources/WrkstrmSwiftUI/AnyTransition.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/44] Emitting module WrkstrmSwiftUI
/host/spi-builder-workspace/Sources/WrkstrmSwiftUI/AnyTransition.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[14/44] Compiling WrkstrmSwiftUI AnyTransition.swift
/host/spi-builder-workspace/Sources/WrkstrmSwiftUI/AnyTransition.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[15/44] Compiling WrkstrmSwiftUI IndexedRow.swift
/host/spi-builder-workspace/Sources/WrkstrmSwiftUI/AnyTransition.swift:1:8: error: no such module 'SwiftUI'
import SwiftUI
^
[16/44] Compiling WrkstrmMain JSON.swift
[17/44] Compiling WrkstrmMain Injectable.swift
[18/44] Compiling WrkstrmMain Result.swift
error: fatalError
[19/44] Emitting module Logging
BUILD FAILURE 5.10 linux