This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Pipes with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/puremvc/puremvc-swift-util-pipes.git
Reference: master
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/puremvc/puremvc-swift-util-pipes
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9b1795b SPM update
Cloned https://github.com/puremvc/puremvc-swift-util-pipes.git
Revision (git rev-parse @):
9b1795bd9bb212705cef6854f7fbbdcf725d00d4
SUCCESS checkout https://github.com/puremvc/puremvc-swift-util-pipes.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/puremvc/puremvc-swift-util-pipes.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/PureMVC/puremvc-swift-multicore-framework
[1/1090] Fetching puremvc-swift-multicore-framework
Fetched https://github.com/PureMVC/puremvc-swift-multicore-framework from cache (0.83s)
Computing version for https://github.com/PureMVC/puremvc-swift-multicore-framework
Computed https://github.com/PureMVC/puremvc-swift-multicore-framework at 1.6.0 (0.42s)
Creating working copy for https://github.com/PureMVC/puremvc-swift-multicore-framework
Working copy of https://github.com/PureMVC/puremvc-swift-multicore-framework resolved at 1.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module PureMVC
[5/25] Compiling PureMVC ICommand.swift
[6/25] Compiling PureMVC IController.swift
[7/25] Compiling PureMVC IFacade.swift
[8/25] Compiling PureMVC IMediator.swift
[9/25] Compiling PureMVC IModel.swift
[10/25] Compiling PureMVC INotification.swift
[11/25] Compiling PureMVC INotifier.swift
[12/25] Compiling PureMVC IObserver.swift
[13/25] Compiling PureMVC IProxy.swift
[14/25] Compiling PureMVC Notification.swift
[15/25] Compiling PureMVC Notifier.swift
[16/25] Compiling PureMVC Observer.swift
[17/25] Compiling PureMVC Proxy.swift
[18/25] Compiling PureMVC IView.swift
[19/25] Compiling PureMVC MacroCommand.swift
[20/25] Compiling PureMVC SimpleCommand.swift
[21/25] Compiling PureMVC Facade.swift
[22/25] Compiling PureMVC Mediator.swift
[23/25] Compiling PureMVC Controller.swift
[24/25] Compiling PureMVC Model.swift
[25/25] Compiling PureMVC View.swift
[27/40] Compiling Pipes TeeMerge.swift
[28/41] Compiling Pipes PipeListener.swift
[29/41] Compiling Pipes Queue.swift
[30/41] Compiling Pipes JunctionMediator.swift
/host/spi-builder-workspace/Sources/Pipes/org/puremvc/swift/multicore/utilities/pipes/plumbing/JunctionMediator.swift:26:21: error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
24 |
25 |     /// Constructor.
26 |     public override init(mediatorName: String?, viewComponent: AnyObject?) {
   |                     `- error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
27 |         super.init(mediatorName: mediatorName, viewComponent: viewComponent)
28 |     }
/host/spi-builder-workspace/Sources/Pipes/org/puremvc/swift/multicore/utilities/pipes/plumbing/JunctionMediator.swift:27:34: error: extra argument 'mediatorName' in call
25 |     /// Constructor.
26 |     public override init(mediatorName: String?, viewComponent: AnyObject?) {
27 |         super.init(mediatorName: mediatorName, viewComponent: viewComponent)
   |                                  `- error: extra argument 'mediatorName' in call
28 |     }
29 |
[31/41] Compiling Pipes Pipe.swift
/host/spi-builder-workspace/Sources/Pipes/org/puremvc/swift/multicore/utilities/pipes/plumbing/JunctionMediator.swift:26:21: error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
24 |
25 |     /// Constructor.
26 |     public override init(mediatorName: String?, viewComponent: AnyObject?) {
   |                     `- error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
27 |         super.init(mediatorName: mediatorName, viewComponent: viewComponent)
28 |     }
/host/spi-builder-workspace/Sources/Pipes/org/puremvc/swift/multicore/utilities/pipes/plumbing/JunctionMediator.swift:27:34: error: extra argument 'mediatorName' in call
25 |     /// Constructor.
26 |     public override init(mediatorName: String?, viewComponent: AnyObject?) {
27 |         super.init(mediatorName: mediatorName, viewComponent: viewComponent)
   |                                  `- error: extra argument 'mediatorName' in call
28 |     }
29 |
[32/41] Compiling Pipes TeeSplit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/41] Compiling Pipes Message.swift
[34/41] Compiling Pipes QueueControlMessage.swift
[35/41] Compiling Pipes IPipeAware.swift
[36/41] Compiling Pipes IPipeFitting.swift
[37/41] Compiling Pipes IPipeMessage.swift
[38/41] Compiling Pipes FilterControlMessage.swift
[39/41] Compiling Pipes Filter.swift
[40/41] Compiling Pipes Junction.swift
[41/41] Emitting module Pipes
/host/spi-builder-workspace/Sources/Pipes/org/puremvc/swift/multicore/utilities/pipes/plumbing/JunctionMediator.swift:26:21: error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
24 |
25 |     /// Constructor.
26 |     public override init(mediatorName: String?, viewComponent: AnyObject?) {
   |                     `- error: argument labels for initializer 'init(mediatorName:viewComponent:)' do not match those of overridden initializer 'init(name:viewComponent:)'
27 |         super.init(mediatorName: mediatorName, viewComponent: viewComponent)
28 |     }
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.