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 MiseEnPlace, reference 5.5.1 (5929b7), with Swift 5.9 for Linux on 30 Mar 2025 18:09:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/MiseEnPlace.git
Reference: 5.5.1
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/richardpiazza/MiseEnPlace
 * tag               5.5.1      -> FETCH_HEAD
HEAD is now at 5929b79 Each Multiplication (#15)
Cloned https://github.com/richardpiazza/MiseEnPlace.git
Revision (git rev-parse @):
5929b79e054555279f2bd499e512002827db653a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/MiseEnPlace.git at 5.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/richardpiazza/MiseEnPlace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/46578] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat (27.65s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (5.74s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/29] Emitting module MiseEnPlace
[3/32] Compiling MiseEnPlace AnyFormulaElement.swift
[4/32] Compiling MiseEnPlace AnyIngredient.swift
[5/32] Compiling MiseEnPlace AnyProcedureElement.swift
[6/32] Compiling MiseEnPlace AnyRecipe.swift
[7/32] Compiling MiseEnPlace Sequenced.swift
[8/32] Compiling MiseEnPlace String+MiseEnPlace.swift
[9/32] Compiling MiseEnPlace Unique.swift
[10/32] Compiling MiseEnPlace MeasurementMethod.swift
[11/32] Compiling MiseEnPlace MeasurementSystem.swift
[12/32] Compiling MiseEnPlace MeasurementSystemMethod.swift
[13/32] Compiling MiseEnPlace MeasurementUnit.swift
[14/32] Compiling MiseEnPlace MediaManager.swift
[15/32] Compiling MiseEnPlace MiseEnPlaceError.swift
[16/32] Compiling MiseEnPlace Multimedia.swift
[17/32] Compiling MiseEnPlace ProcedureElement.swift
[18/32] Compiling MiseEnPlace Recipe+Formula.swift
[19/32] Compiling MiseEnPlace Recipe+Procedure.swift
[20/32] Compiling MiseEnPlace Recipe.swift
[21/32] Compiling MiseEnPlace Configuration.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:37: error: value of type 'Int' has no member 'formatted'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:48: error: cannot infer contextual base in reference to member 'number'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                              ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:66: error: cannot infer contextual base in reference to member 'fractionLength'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                                                ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:43: error: value of type 'Int' has no member 'formatted'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:54: error: cannot infer contextual base in reference to member 'number'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                    ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:72: error: cannot infer contextual base in reference to member 'fractionLength'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                                      ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:41: error: value of type 'Int' has no member 'formatted'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                       ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:52: error: cannot infer contextual base in reference to member 'number'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                  ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:70: error: cannot infer contextual base in reference to member 'fractionLength'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                                    ~^~~~~~~~~~~~~~
[22/32] Compiling MiseEnPlace Descriptive.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:37: error: value of type 'Int' has no member 'formatted'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:48: error: cannot infer contextual base in reference to member 'number'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                              ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:66: error: cannot infer contextual base in reference to member 'fractionLength'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                                                ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:43: error: value of type 'Int' has no member 'formatted'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:54: error: cannot infer contextual base in reference to member 'number'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                    ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:72: error: cannot infer contextual base in reference to member 'fractionLength'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                                      ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:41: error: value of type 'Int' has no member 'formatted'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                       ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:52: error: cannot infer contextual base in reference to member 'number'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                  ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:70: error: cannot infer contextual base in reference to member 'fractionLength'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                                    ~^~~~~~~~~~~~~~
[23/32] Compiling MiseEnPlace Double+MiseEnPlace.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:37: error: value of type 'Int' has no member 'formatted'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:48: error: cannot infer contextual base in reference to member 'number'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                              ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:66: error: cannot infer contextual base in reference to member 'fractionLength'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                                                ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:43: error: value of type 'Int' has no member 'formatted'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:54: error: cannot infer contextual base in reference to member 'number'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                    ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:72: error: cannot infer contextual base in reference to member 'fractionLength'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                                      ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:41: error: value of type 'Int' has no member 'formatted'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                       ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:52: error: cannot infer contextual base in reference to member 'number'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                  ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:70: error: cannot infer contextual base in reference to member 'fractionLength'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                                    ~^~~~~~~~~~~~~~
[24/32] Compiling MiseEnPlace FormulaElement.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:37: error: value of type 'Int' has no member 'formatted'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:48: error: cannot infer contextual base in reference to member 'number'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                              ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:42:66: error: cannot infer contextual base in reference to member 'fractionLength'
            return components.whole.formatted(.number.precision(.fractionLength(0)))
                                                                ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:43: error: value of type 'Int' has no member 'formatted'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:54: error: cannot infer contextual base in reference to member 'number'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                    ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:44:72: error: cannot infer contextual base in reference to member 'fractionLength'
            return (components.whole + 1).formatted(.number.precision(.fractionLength(0)))
                                                                      ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:41: error: value of type 'Int' has no member 'formatted'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                       ~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:52: error: cannot infer contextual base in reference to member 'number'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                  ~^~~~~~
/host/spi-builder-workspace/Sources/MiseEnPlace/Double+MiseEnPlace.swift:49:70: error: cannot infer contextual base in reference to member 'fractionLength'
                return components.whole.formatted(.number.precision(.fractionLength(0))) + fraction.description
                                                                    ~^~~~~~~~~~~~~~
[25/32] Compiling MiseEnPlace Proportioned.swift
[26/32] Compiling MiseEnPlace Quantifiable.swift
[27/32] Compiling MiseEnPlace Quantification.swift
[28/32] Compiling MiseEnPlace Ratio.swift
[29/32] Compiling MiseEnPlace Fraction.swift
[30/32] Compiling MiseEnPlace Ingredient.swift
[31/32] Compiling MiseEnPlace Intergral.swift
[32/32] Compiling MiseEnPlace Measured.swift
error: fatalError
BUILD FAILURE 5.9 linux