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.10 for Linux on 30 Mar 2025 18:09:46 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.10-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.10
Building package at path:  $PWD
https://github.com/richardpiazza/MiseEnPlace.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/46578] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (26.16s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (1.59s)
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...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/31] Emitting module MiseEnPlace
[5/34] Compiling MiseEnPlace AnyFormulaElement.swift
[6/34] Compiling MiseEnPlace AnyIngredient.swift
[7/34] Compiling MiseEnPlace AnyProcedureElement.swift
[8/34] Compiling MiseEnPlace AnyRecipe.swift
[9/34] Compiling MiseEnPlace Fraction.swift
[10/34] Compiling MiseEnPlace Ingredient.swift
[11/34] Compiling MiseEnPlace Intergral.swift
[12/34] Compiling MiseEnPlace Measured.swift
[13/34] 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
                                                                    ~^~~~~~~~~~~~~~
[14/34] 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
                                                                    ~^~~~~~~~~~~~~~
[15/34] 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
                                                                    ~^~~~~~~~~~~~~~
[16/34] 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
                                                                    ~^~~~~~~~~~~~~~
[17/34] Compiling MiseEnPlace MediaManager.swift
[18/34] Compiling MiseEnPlace MiseEnPlaceError.swift
[19/34] Compiling MiseEnPlace Multimedia.swift
[20/34] Compiling MiseEnPlace ProcedureElement.swift
[21/34] Compiling MiseEnPlace Recipe+Formula.swift
[22/34] Compiling MiseEnPlace Recipe+Procedure.swift
[23/34] Compiling MiseEnPlace Recipe.swift
[24/34] Compiling MiseEnPlace Proportioned.swift
[25/34] Compiling MiseEnPlace Quantifiable.swift
[26/34] Compiling MiseEnPlace Quantification.swift
[27/34] Compiling MiseEnPlace Ratio.swift
[28/34] Compiling MiseEnPlace MeasurementMethod.swift
[29/34] Compiling MiseEnPlace MeasurementSystem.swift
[30/34] Compiling MiseEnPlace MeasurementSystemMethod.swift
[31/34] Compiling MiseEnPlace MeasurementUnit.swift
[32/34] Compiling MiseEnPlace Sequenced.swift
[33/34] Compiling MiseEnPlace String+MiseEnPlace.swift
[34/34] Compiling MiseEnPlace Unique.swift
error: fatalError
BUILD FAILURE 5.10 linux