The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ProgressManager, reference main (f493a1), with Swift 5.9 for Linux on 2 Oct 2024 16:26:57 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.9-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: 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/edonv/ProgressManager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu --target ProgressManager 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/5] Compiling ProgressManager ProgressView+Extensions.swift
[2/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
            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[3/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 {
           ^
[4/5] Compiling ProgressManager ChildProgressTask.swift
[5/5] Compiling ProgressManager ProgressManagerCompatible.swift
error: fatalError
BUILD FAILURE 5.9 linux