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 Ultimathnum, reference 0.10.0 (a8a2e6), with Swift 5.10 for Linux on 7 Oct 2024 11:46:28 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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: 0.10.0
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/oscbyspro/Ultimathnum
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at a8a2e6b Finish rewrite of data integer tests (#97).
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
a8a2e6b217a9e39d586bb53dfb9bc2a8bf83c7be
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at 0.10.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/oscbyspro/Ultimathnum.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/127] Compiling CoreKit BinaryInteger+Addition.swift
[13/127] Compiling CoreKit BinaryInteger+Arbitrary.swift
[14/127] Compiling CoreKit BinaryInteger+Bitwise.swift
[15/127] Compiling CoreKit BinaryInteger+Clamping.swift
[16/127] Compiling CoreKit BinaryInteger+Comparison.swift
[17/127] Compiling CoreKit BinaryInteger+Core.swift
[18/127] Compiling CoreKit BinaryInteger+Count.swift
[19/127] Compiling CoreKit BinaryInteger+Division.swift
[20/127] Compiling CoreKit BinaryInteger+Edgy.swift
[21/127] Compiling CoreKit BinaryInteger+Elements.swift
[22/127] Compiling CoreKit BinaryInteger+Exponentiation.swift
[23/127] Compiling CoreKit BinaryInteger+Factorial.swift
[24/127] Compiling CoreKit BinaryInteger+Factorization.swift
[25/127] Compiling CoreKit BinaryInteger+Finite.swift
[26/127] Compiling CoreKit BinaryInteger+Floats.swift
[27/127] Compiling CoreKit BinaryInteger+Geometry.swift
[28/127] Compiling CoreKit BinaryInteger+Integers.swift
[29/143] Compiling CoreKit BitOperable+Bitwise.swift
[30/143] Compiling CoreKit BitOperable.swift
[31/143] Compiling CoreKit Contiguous.swift
[32/143] Compiling CoreKit Guarantee+Validation.swift
[33/143] Compiling CoreKit Guarantee.swift
[34/143] Compiling CoreKit Interoperable+Yield.swift
[35/143] Compiling CoreKit Interoperable.swift
[36/143] Compiling CoreKit Bezout.swift
[37/143] Compiling CoreKit Bit+Bitwise.swift
[38/143] Compiling CoreKit Bit+Comparison.swift
[39/143] Compiling CoreKit Bit.swift
[40/143] Compiling CoreKit CoreInt+Addition.swift
[41/143] Compiling CoreKit CoreInt+Bitwise.swift
[42/143] Compiling CoreKit CoreInt+Comparison.swift
[43/143] Compiling CoreKit CoreInt+Count.swift
[44/143] Compiling CoreKit CoreInt+Division.swift
[45/143] Compiling CoreKit CoreInt+Elements.swift
[46/143] Compiling CoreKit Signum.swift
[47/143] Compiling CoreKit TextInt+Decoding.swift
[48/143] Compiling CoreKit TextInt+Encoding.swift
[49/143] Compiling CoreKit TextInt+Error.swift
[50/143] Compiling CoreKit TextInt+Exponentiation.swift
[51/143] Compiling CoreKit TextInt+Format.swift
[52/143] Compiling CoreKit TextInt+Letters.swift
[53/143] Compiling CoreKit TextInt+Numerals.swift
[54/143] Compiling CoreKit TextInt.swift
[55/143] Compiling CoreKit Triplet+Bitwise.swift
[56/143] Compiling CoreKit Triplet+Comparison.swift
[57/143] Compiling CoreKit Triplet.swift
[58/143] Compiling CoreKit Build.swift
[59/143] Compiling CoreKit Namespace+Comparison.swift
[60/143] Compiling CoreKit Namespace+Elements.swift
[61/143] Compiling CoreKit Namespace+Stdlib.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/143] Emitting module CoreKit
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[63/143] Compiling CoreKit Finite.swift
[64/143] Compiling CoreKit Natural.swift
[65/143] Compiling CoreKit Nonzero.swift
[66/143] Compiling CoreKit Shift.swift
[67/143] Compiling CoreKit LiteralInt+Comparison.swift
[68/143] Compiling CoreKit LiteralInt+Count.swift
[69/143] Compiling CoreKit LiteralInt+Elements.swift
[70/143] Compiling CoreKit LiteralInt+Text.swift
[71/143] Compiling CoreKit LiteralInt.swift
[72/143] Compiling CoreKit Order.swift
[73/143] Compiling CoreKit Sign+Bitwise.swift
[74/143] Compiling CoreKit Sign+Text.swift
[75/143] Compiling CoreKit Sign.swift
[76/143] Compiling CoreKit Signedness.swift
[77/143] Compiling CoreKit Signum+Addition.swift
[78/143] Compiling CoreKit Signum+Comparison.swift
[79/143] Compiling CoreKit DataInt+Shift.swift
[80/143] Compiling CoreKit DataInt.swift
[81/143] Compiling CoreKit Divider+Division.swift
[82/143] Compiling CoreKit Divider.swift
[83/143] Compiling CoreKit Division+Rounding.swift
[84/143] Compiling CoreKit Division+Validation.swift
[85/143] Compiling CoreKit Division.swift
[86/143] Compiling CoreKit Doublet+Bitwise.swift
[87/143] Compiling CoreKit Doublet+Comparison.swift
[88/143] Compiling CoreKit Doublet+Shift.swift
[89/143] Compiling CoreKit Doublet.swift
[90/143] Compiling CoreKit Fallible+Comparison.swift
[91/143] Compiling CoreKit Fallible+Map.swift
[92/143] Compiling CoreKit Fallible+Text.swift
[93/143] Compiling CoreKit Fallible+Validation.swift
[94/143] Compiling CoreKit Fallible.swift
[95/143] Compiling CoreKit CoreInt+Multiplication.swift
[96/143] Compiling CoreKit CoreInt+Shift.swift
[97/143] Compiling CoreKit CoreInt.swift
[98/143] Compiling CoreKit Count+Comparison.swift
[99/143] Compiling CoreKit Count+Integers.swift
[100/143] Compiling CoreKit Count+Text.swift
[101/143] Compiling CoreKit Count.swift
[102/143] Compiling CoreKit DataInt+Addition.swift
[103/143] Compiling CoreKit DataInt+Bitwise.swift
[104/143] Compiling CoreKit DataInt+Comparison.swift
[105/143] Compiling CoreKit DataInt+Count.swift
[106/143] Compiling CoreKit DataInt+Division.swift
[107/143] Compiling CoreKit DataInt+Elements.swift
[108/143] Compiling CoreKit DataInt+Multiplication.swift
[109/143] Compiling CoreKit DataInt+Partition.swift
[110/143] Compiling CoreKit DataInt+Reinterpretation.swift
[111/143] Compiling CoreKit BinaryInteger+Literals.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[112/143] Compiling CoreKit BinaryInteger+Logarithm.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[113/143] Compiling CoreKit BinaryInteger+Metadata.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[114/143] Compiling CoreKit BinaryInteger+Multiplication.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[115/143] Compiling CoreKit BinaryInteger+Random.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[116/143] Compiling CoreKit BinaryInteger+Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[117/143] Compiling CoreKit BinaryInteger+Signed.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[118/143] Compiling CoreKit BinaryInteger+Stride.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[119/143] Compiling CoreKit BinaryInteger+Systems.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[120/143] Compiling CoreKit BinaryInteger+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[121/143] Compiling CoreKit BinaryInteger+Unsigned.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[122/143] Compiling CoreKit BinaryInteger+Values.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[123/143] Compiling CoreKit BinaryInteger.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[124/143] Compiling CoreKit BitCastable+Cast.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[125/143] Compiling CoreKit BitCastable.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[126/143] Compiling CoreKit BitCountable+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[127/143] Compiling CoreKit BitCountable.swift
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:37:38: error: 'self' is borrowed and cannot be consumed
    @inlinable public borrowing func entropy() -> Count {
                                     ^
/host/spi-builder-workspace/Sources/CoreKit/BitCountable+Count.swift:38:54: note: consumed here
        var result = IX(raw: self.nondescending(self.appendix))
                                                     ^
[128/143] Compiling CoreKit Namespace.swift
[129/143] Compiling CoreKit Randomness+Full.swift
[130/143] Compiling CoreKit Randomness+Range.swift
[131/143] Compiling CoreKit Randomness.swift
[132/143] Compiling CoreKit Recoverable+Validation.swift
[133/143] Compiling CoreKit Recoverable.swift
[134/143] Compiling CoreKit Swift+Array.swift
[135/143] Compiling CoreKit Swift+ArraySlice.swift
[136/143] Compiling CoreKit Swift+BinaryInteger.swift
[137/143] Compiling CoreKit Swift+Bool.swift
[138/143] Compiling CoreKit Swift+ContiguousArray.swift
[139/143] Compiling CoreKit Swift+FloatingPointSign.swift
[140/143] Compiling CoreKit Swift+Int.swift
[141/143] Compiling CoreKit Swift+Optional.swift
[142/143] Compiling CoreKit Swift+String.swift
[143/143] Compiling CoreKit Swift+UInt.swift
error: fatalError
BUILD FAILURE 5.10 linux