Build Information
Failed to build ProgressManager, reference 1.0.2 (f493a1
), with Swift 5.8 for Linux on 2 Oct 2024 16:26:28 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.8-latest swift build --triple x86_64-unknown-linux-gnu --target ProgressManager 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/ProgressManager.git
Reference: 1.0.2
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/edonv/ProgressManager
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at f493a1b Update ProgressManager.swift
Cloned https://github.com/edonv/ProgressManager.git
Revision (git rev-parse @):
f493a1b317eb8f4923cbd93b41cdc1110d157030
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/ProgressManager.git at 1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD
https://github.com/edonv/ProgressManager.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.8-latest swift build --triple x86_64-unknown-linux-gnu --target ProgressManager 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:a5e57d1af25c3272f87123c7a264de6fd88dcc01acef91f1006945662a9fd14a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/5] Emitting module ProgressManager
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:13:16: warning: stored property 'parent' of 'Sendable'-conforming generic class 'ProgressManager' has non-sendable type 'Progress'
public let parent: Progress
^
Foundation.Progress:1:12: note: class 'Progress' does not conform to the 'Sendable' protocol
open class Progress : NSObject {
^
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:16:16: warning: stored property 'childTasks' of 'Sendable'-conforming generic class 'ProgressManager' has non-sendable type '[ChildTask : Progress]'
public let childTasks: [ChildTask: Progress]
^
Foundation.Progress:1:12: note: class 'Progress' does not conform to the 'Sendable' protocol
open class Progress : NSObject {
^
[2/5] Compiling ProgressManager ProgressView+Extensions.swift
[3/5] Compiling ProgressManager ProgressManager.swift
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:13:16: warning: stored property 'parent' of 'Sendable'-conforming generic class 'ProgressManager' has non-sendable type 'Progress'
public let parent: Progress
^
Foundation.Progress:1:12: note: class 'Progress' does not conform to the 'Sendable' protocol
open class Progress : NSObject {
^
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:16:16: warning: stored property 'childTasks' of 'Sendable'-conforming generic class 'ProgressManager' has non-sendable type '[ChildTask : Progress]'
public let childTasks: [ChildTask: Progress]
^
Foundation.Progress:1:12: note: class 'Progress' does not conform to the 'Sendable' protocol
open class Progress : NSObject {
^
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:144:21: error: value of type 'Progress' has no member 'fileTotalCount'
self.parent.fileTotalCount = count
~~~~~~~~~~~ ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:163:25: error: cannot assign to property: 'localizedDescription' is a get-only property
self.parent.localizedDescription = newValue
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/ProgressManager/ProgressManager.swift:172:25: error: cannot assign to property: 'localizedAdditionalDescription' is a get-only property
self.parent.localizedAdditionalDescription = newValue
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/5] Compiling ProgressManager ChildProgressTask.swift
[5/5] Compiling ProgressManager ProgressManagerCompatible.swift
BUILD FAILURE 5.8 linux