The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Abstract with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typelift/abstract.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/typelift/abstract
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 15a2b4c Merge pull request #41 from typelift/update-readme-with-deprecation-message
Submodule path 'Carthage/Checkouts/FileCheck': checked out '1c966580c83cf2e41be802992d46fe2edfc5c95f'
Submodule path 'Carthage/Checkouts/Operadics': checked out 'c2a14919b3653a39a9bf268c1ae0bf71ad6833fe'
Submodule path 'Carthage/Checkouts/SwiftCheck': checked out '43ffe7ab48366c36a697c54bcdd257876edd6fc6'
Submodule path 'Carthage/Checkouts/SwiftCheck/Carthage/Checkouts/FileCheck': checked out '083073480112406580f0242036a079f9f8b170ad'
Submodule 'Carthage/Checkouts/FileCheck' (https://github.com/trill-lang/FileCheck.git) registered for path 'Carthage/Checkouts/FileCheck'
Submodule 'Carthage/Checkouts/Operadics' (https://github.com/typelift/Operadics.git) registered for path 'Carthage/Checkouts/Operadics'
Submodule 'Carthage/Checkouts/SwiftCheck' (https://github.com/typelift/SwiftCheck.git) registered for path 'Carthage/Checkouts/SwiftCheck'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/FileCheck'...
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/Operadics'...
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/SwiftCheck'...
Submodule 'Carthage/Checkouts/FileCheck' (https://github.com/trill-lang/FileCheck.git) registered for path 'Carthage/Checkouts/SwiftCheck/Carthage/Checkouts/FileCheck'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/SwiftCheck/Carthage/Checkouts/FileCheck'...
Cloned https://github.com/typelift/abstract.git
Revision (git rev-parse @):
15a2b4c8f81eae0e0e28b30041d9685638a6299e
SUCCESS checkout https://github.com/typelift/abstract.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/typelift/abstract.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/typelift/SwiftCheck.git
Fetching https://github.com/llvm-swift/FileCheck.git
Fetching https://github.com/typelift/Operadics.git
[1/101] Fetching operadics
[102/4971] Fetching operadics, swiftcheck
[1028/5450] Fetching operadics, swiftcheck, filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.37s)
Fetched https://github.com/typelift/Operadics.git from cache (0.37s)
Fetched https://github.com/typelift/SwiftCheck.git from cache (0.37s)
Computing version for https://github.com/typelift/SwiftCheck.git
Computed https://github.com/typelift/SwiftCheck.git at 0.10.0 (0.45s)
Computing version for https://github.com/typelift/Operadics.git
Computed https://github.com/typelift/Operadics.git at 0.3.0 (0.44s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.0.7 (0.44s)
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.0.7
Creating working copy for https://github.com/typelift/Operadics.git
Working copy of https://github.com/typelift/Operadics.git resolved at 0.3.0
Creating working copy for https://github.com/typelift/SwiftCheck.git
Working copy of https://github.com/typelift/SwiftCheck.git resolved at 0.10.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Operadics
[5/5] Compiling Operadics Operators.swift
[7/42] Compiling Abstract Optional.swift
[8/42] Compiling Abstract Or.swift
[9/42] Compiling Abstract Ordering.swift
[10/42] Compiling Abstract String.swift
[11/42] Compiling Abstract Tropical.swift
[12/42] Compiling Abstract WrapperEquatable.generated.swift
[13/42] Compiling Abstract Homomorphism.swift
[14/42] Compiling Abstract Isomorphism.swift
[15/42] Compiling Abstract BoundedSemilattice.swift
[16/42] Compiling Abstract CommutativeMonoid.swift
[17/46] Emitting module Abstract
[18/46] Compiling Abstract Inclusive.swift
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:31: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                              ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:49: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                                                ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:77:43: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.left(lhsValue),.center(rhsValue)):
                                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:81:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.left(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:85:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.right(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:89:44: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.right(lhsValue),.center(rhsValue)):
                                           ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
[19/46] Compiling Abstract Product.swift
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:31: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                              ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:49: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                                                ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:77:43: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.left(lhsValue),.center(rhsValue)):
                                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:81:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.left(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:85:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.right(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:89:44: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.right(lhsValue),.center(rhsValue)):
                                           ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
[20/46] Compiling Abstract And.swift
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:31: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                              ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:49: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                                                ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:77:43: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.left(lhsValue),.center(rhsValue)):
                                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:81:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.left(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:85:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.right(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:89:44: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.right(lhsValue),.center(rhsValue)):
                                           ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
[21/46] Compiling Abstract Bool.swift
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:31: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                              ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:49: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                                                ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:77:43: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.left(lhsValue),.center(rhsValue)):
                                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:81:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.left(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:85:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.right(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:89:44: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.right(lhsValue),.center(rhsValue)):
                                           ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
[22/46] Compiling Abstract EndoFunction.swift
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:41:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:31: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                              ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:59:49: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
            case let (.center(lhsValue),.center(rhsValue)):
                                                ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:77:43: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.left(lhsValue),.center(rhsValue)):
                                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:81:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.left(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:83:45: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.center(rhsValue)):
                                            ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:85:27: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.center(lhsValue),.right(rhsValue)):
                          ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:89:44: warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
        case let (.right(lhsValue),.center(rhsValue)):
                                           ^
/host/spi-builder-workspace/Sources/Abstract/Types/Algebraic/Inclusive.swift:10:10: note: 'center' declared here
    case center(A,B)
         ^
[23/46] Compiling Abstract Update.swift
[24/46] Compiling Abstract Collections.swift
[25/46] Compiling Abstract Comparison.swift
[26/46] Compiling Abstract Predicate.swift
[27/46] Compiling Abstract First.swift
[28/46] Compiling Abstract Last.swift
[29/46] Compiling Abstract Max.swift
[30/46] Compiling Abstract Min.swift
[31/46] Compiling Abstract Multiply.swift
[32/46] Compiling Abstract Law.swift
[33/46] Compiling Abstract Wrapper.swift
[34/46] Compiling Abstract Add.swift
[35/46] Compiling Abstract Coproduct.swift
[36/46] Compiling Abstract Function.swift
[37/46] Compiling Abstract Array+FreeMonoid.swift
[38/46] Compiling Abstract SetM.swift
[39/46] Compiling Abstract Multiset+FreeCommutativeMonoid.swift
[40/46] Compiling Abstract NonEmptyArray+FreeSemigroup.swift
[41/46] Compiling Abstract Set+FreeBoundedSemilattice.swift
[42/46] Compiling Abstract Magma.swift
[43/46] Compiling Abstract Monoid.swift
[44/46] Compiling Abstract Semigroup.swift
[45/46] Compiling Abstract Semiring.swift
[46/46] Compiling Abstract Adapters.swift
Build complete! (10.73s)
Build complete.
Done.

Build Machine: Linux 2