Build Information
Failed to build Pipes, reference master (9b1795
), with Swift 6.2 (beta) for Linux on 17 Jun 2025 17:57:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/puremvc/puremvc-swift-util-pipes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/PureMVC/puremvc-swift-multicore-framework
[1/1996] Fetching puremvc-swift-multicore-framework
Fetched https://github.com/PureMVC/puremvc-swift-multicore-framework from cache (1.16s)
Computing version for https://github.com/PureMVC/puremvc-swift-multicore-framework
Computed https://github.com/PureMVC/puremvc-swift-multicore-framework at 1.8.0 (1.55s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.55s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.8.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/25] Emitting module PureMVC
[7/27] Compiling PureMVC IMediator.swift
[8/27] Compiling PureMVC IModel.swift
[9/27] Compiling PureMVC INotification.swift
[10/27] Compiling PureMVC Observer.swift
[11/27] Compiling PureMVC Proxy.swift
[12/27] Compiling PureMVC Notification.swift
[13/27] Compiling PureMVC Notifier.swift
[14/27] Compiling PureMVC Controller.swift
[15/27] Compiling PureMVC Model.swift
[16/27] Compiling PureMVC View.swift
[17/27] Compiling PureMVC ICommand.swift
[18/27] Compiling PureMVC IController.swift
[19/27] Compiling PureMVC IFacade.swift
[20/27] Compiling PureMVC INotifier.swift
[21/27] Compiling PureMVC IObserver.swift
[22/27] Compiling PureMVC IProxy.swift
[23/27] Compiling PureMVC Facade.swift
[24/27] Compiling PureMVC Mediator.swift
[25/27] Compiling PureMVC IView.swift
[26/27] Compiling PureMVC MacroCommand.swift
[27/27] Compiling PureMVC SimpleCommand.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/42] 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 | }
[30/43] Compiling Pipes TeeMerge.swift
[31/43] Compiling Pipes IPipeAware.swift
[32/43] Compiling Pipes IPipeFitting.swift
[33/43] Compiling Pipes PipeListener.swift
[34/43] Compiling Pipes Queue.swift
[35/43] 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 |
[36/43] 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 |
[37/43] Compiling Pipes TeeSplit.swift
[38/43] Compiling Pipes IPipeMessage.swift
[39/43] Compiling Pipes FilterControlMessage.swift
[40/43] Compiling Pipes Message.swift
[41/43] Compiling Pipes QueueControlMessage.swift
[42/43] Compiling Pipes Filter.swift
[43/43] Compiling Pipes Junction.swift
BUILD FAILURE 6.2 linux