The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Abstract, reference 0.1.0 (77f290), with Swift 6.1 for Android on 27 May 2025 11:03:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typelift/abstract.git
Reference: 0.1.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/typelift/abstract
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 77f2902 Merge pull request #40 from broomburgo/master
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 @):
77f2902ff68f218daa8040251c148c328be82845
SUCCESS checkout https://github.com/typelift/abstract.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/typelift/abstract.git
https://github.com/typelift/abstract.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "operadics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/Operadics.git"
    },
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/SwiftCheck.git"
    }
  ],
  "manifest_display_name" : "Abstract",
  "name" : "Abstract",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Abstract",
      "targets" : [
        "Abstract"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AbstractTests",
      "module_type" : "SwiftTarget",
      "name" : "AbstractTests",
      "path" : "Tests/AbstractTests",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "BoundedSemilatticeTests.generated.swift",
        "CommutativeMonoidTests.generated.swift",
        "FunctionTests.swift",
        "HomomorphismTests.swift",
        "MonoidTests.generated.swift",
        "MultisetTests.swift",
        "NonEmptyArrayTests.swift",
        "SemigroupTests.generated.swift",
        "SemiringTests.generated.swift",
        "Utility/Arbitrary.generated.swift",
        "Utility/CustomArbitraryTypes.swift",
        "WrapperTests.generated.swift"
      ],
      "target_dependencies" : [
        "Abstract"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Abstract",
      "module_type" : "SwiftTarget",
      "name" : "Abstract",
      "path" : "Sources/Abstract",
      "product_dependencies" : [
        "Operadics"
      ],
      "product_memberships" : [
        "Abstract"
      ],
      "sources" : [
        "Free/Array+FreeMonoid.swift",
        "Free/FreeSemiring/SetM.swift",
        "Free/Multiset+FreeCommutativeMonoid.swift",
        "Free/NonEmptyArray+FreeSemigroup.swift",
        "Free/Set+FreeBoundedSemilattice.swift",
        "Generated/WrapperEquatable.generated.swift",
        "Morphism/Homomorphism.swift",
        "Morphism/Isomorphism.swift",
        "Protocols/BoundedSemilattice.swift",
        "Protocols/CommutativeMonoid.swift",
        "Protocols/Magma.swift",
        "Protocols/Monoid.swift",
        "Protocols/Semigroup.swift",
        "Protocols/Semiring.swift",
        "Support/Adapters.swift",
        "Support/Law.swift",
        "Support/Wrapper.swift",
        "Types/Add.swift",
        "Types/Algebraic/Coproduct.swift",
        "Types/Algebraic/Function.swift",
        "Types/Algebraic/Inclusive.swift",
        "Types/Algebraic/Product.swift",
        "Types/And.swift",
        "Types/Bool.swift",
        "Types/EndoFunction.swift",
        "Types/First.swift",
        "Types/Last.swift",
        "Types/Max.swift",
        "Types/Min.swift",
        "Types/Multiply.swift",
        "Types/Optional.swift",
        "Types/Or.swift",
        "Types/Ordering.swift",
        "Types/String.swift",
        "Types/Tropical.swift",
        "Types/Update.swift",
        "Utility/Collections.swift",
        "Utility/Comparison.swift",
        "Utility/Predicate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/typelift/SwiftCheck.git
Fetching https://github.com/typelift/Operadics.git
[1/4887] Fetching swiftcheck
[1859/4988] Fetching swiftcheck, operadics
Fetched https://github.com/typelift/Operadics.git from cache (0.45s)
Fetched https://github.com/typelift/SwiftCheck.git from cache (0.52s)
Computing version for https://github.com/typelift/Operadics.git
Computed https://github.com/typelift/Operadics.git at 0.4.0 (3.10s)
Computing version for https://github.com/typelift/SwiftCheck.git
Computed https://github.com/typelift/SwiftCheck.git at 0.12.0 (2.28s)
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (1.05s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (2.12s)
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser
[1/81] Fetching chalk
[82/15432] Fetching chalk, swift-argument-parser
Fetched https://github.com/mxcl/Chalk.git from cache (0.55s)
[1536/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (1.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/typelift/SwiftCheck.git
Working copy of https://github.com/typelift/SwiftCheck.git resolved at 0.12.0
Creating working copy for https://github.com/typelift/Operadics.git
Working copy of https://github.com/typelift/Operadics.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module Operadics
[6/6] Compiling Operadics Operators.swift
[8/43] Compiling Abstract First.swift
[9/43] Compiling Abstract Last.swift
[10/43] Compiling Abstract Max.swift
[11/43] Compiling Abstract Min.swift
[12/43] Compiling Abstract Multiply.swift
[13/47] Emitting module Abstract
[14/47] Compiling Abstract WrapperEquatable.generated.swift
[15/47] Compiling Abstract Homomorphism.swift
[16/47] Compiling Abstract Isomorphism.swift
[17/47] Compiling Abstract BoundedSemilattice.swift
[18/47] Compiling Abstract CommutativeMonoid.swift
[19/47] Compiling Abstract Update.swift
[20/47] Compiling Abstract Collections.swift
[21/47] Compiling Abstract Comparison.swift
[22/47] Compiling Abstract Predicate.swift
[23/47] Compiling Abstract Array+FreeMonoid.swift
[24/47] Compiling Abstract SetM.swift
[25/47] Compiling Abstract Multiset+FreeCommutativeMonoid.swift
[26/47] Compiling Abstract NonEmptyArray+FreeSemigroup.swift
[27/47] Compiling Abstract Set+FreeBoundedSemilattice.swift
[28/47] Compiling Abstract Optional.swift
[29/47] Compiling Abstract Or.swift
[30/47] Compiling Abstract Ordering.swift
[31/47] Compiling Abstract String.swift
[32/47] Compiling Abstract Tropical.swift
[33/47] Compiling Abstract Magma.swift
[34/47] Compiling Abstract Monoid.swift
[35/47] Compiling Abstract Semigroup.swift
[36/47] Compiling Abstract Semiring.swift
[37/47] Compiling Abstract Adapters.swift
[38/47] Compiling Abstract Law.swift
[39/47] Compiling Abstract Wrapper.swift
[40/47] Compiling Abstract Add.swift
[41/47] Compiling Abstract Coproduct.swift
[42/47] Compiling Abstract Function.swift
[43/47] 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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                               `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                                                 `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
75 |         case let (.left(lhsValue),.left(rhsValue)):
76 |             return .left(lhsValue <> rhsValue)
77 |         case let (.left(lhsValue),.center(rhsValue)):
   |                                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
78 |             return .center(lhsValue <> rhsValue.0, rhsValue.1)
79 |         case let (.left(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
79 |         case let (.left(lhsValue),.right(rhsValue)):
80 |             return .center(lhsValue, rhsValue)
81 |         case let (.center(lhsValue),.left(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
83 |         case let (.center(lhsValue),.center(rhsValue)):
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
86 |             return .center(lhsValue.0, lhsValue.1 <> rhsValue)
87 |         case let (.right(lhsValue),.left(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
87 |         case let (.right(lhsValue),.left(rhsValue)):
88 |             return .center(rhsValue, lhsValue)
89 |         case let (.right(lhsValue),.center(rhsValue)):
   |                                            `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
90 |             return .center(rhsValue.0, lhsValue <> rhsValue.1)
91 |         case let (.right(lhsValue),.right(rhsValue)):
[44/47] 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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                               `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                                                 `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
75 |         case let (.left(lhsValue),.left(rhsValue)):
76 |             return .left(lhsValue <> rhsValue)
77 |         case let (.left(lhsValue),.center(rhsValue)):
   |                                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
78 |             return .center(lhsValue <> rhsValue.0, rhsValue.1)
79 |         case let (.left(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
79 |         case let (.left(lhsValue),.right(rhsValue)):
80 |             return .center(lhsValue, rhsValue)
81 |         case let (.center(lhsValue),.left(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
83 |         case let (.center(lhsValue),.center(rhsValue)):
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
86 |             return .center(lhsValue.0, lhsValue.1 <> rhsValue)
87 |         case let (.right(lhsValue),.left(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
87 |         case let (.right(lhsValue),.left(rhsValue)):
88 |             return .center(rhsValue, lhsValue)
89 |         case let (.right(lhsValue),.center(rhsValue)):
   |                                            `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
90 |             return .center(rhsValue.0, lhsValue <> rhsValue.1)
91 |         case let (.right(lhsValue),.right(rhsValue)):
[45/47] 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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                               `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                                                 `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
75 |         case let (.left(lhsValue),.left(rhsValue)):
76 |             return .left(lhsValue <> rhsValue)
77 |         case let (.left(lhsValue),.center(rhsValue)):
   |                                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
78 |             return .center(lhsValue <> rhsValue.0, rhsValue.1)
79 |         case let (.left(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
79 |         case let (.left(lhsValue),.right(rhsValue)):
80 |             return .center(lhsValue, rhsValue)
81 |         case let (.center(lhsValue),.left(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
83 |         case let (.center(lhsValue),.center(rhsValue)):
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
86 |             return .center(lhsValue.0, lhsValue.1 <> rhsValue)
87 |         case let (.right(lhsValue),.left(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
87 |         case let (.right(lhsValue),.left(rhsValue)):
88 |             return .center(rhsValue, lhsValue)
89 |         case let (.right(lhsValue),.center(rhsValue)):
   |                                            `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
90 |             return .center(rhsValue.0, lhsValue <> rhsValue.1)
91 |         case let (.right(lhsValue),.right(rhsValue)):
[46/47] 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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                               `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                                                 `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
75 |         case let (.left(lhsValue),.left(rhsValue)):
76 |             return .left(lhsValue <> rhsValue)
77 |         case let (.left(lhsValue),.center(rhsValue)):
   |                                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
78 |             return .center(lhsValue <> rhsValue.0, rhsValue.1)
79 |         case let (.left(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
79 |         case let (.left(lhsValue),.right(rhsValue)):
80 |             return .center(lhsValue, rhsValue)
81 |         case let (.center(lhsValue),.left(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
83 |         case let (.center(lhsValue),.center(rhsValue)):
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
86 |             return .center(lhsValue.0, lhsValue.1 <> rhsValue)
87 |         case let (.right(lhsValue),.left(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
87 |         case let (.right(lhsValue),.left(rhsValue)):
88 |             return .center(rhsValue, lhsValue)
89 |         case let (.right(lhsValue),.center(rhsValue)):
   |                                            `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
90 |             return .center(rhsValue.0, lhsValue <> rhsValue.1)
91 |         case let (.right(lhsValue),.right(rhsValue)):
[47/47] 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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
39 |         case let (.left(lhsValue),.left(rhsValue)):
40 |             return lhsValue == rhsValue
41 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
42 |             return lhsValue == rhsValue
43 |         case let (.right(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                               `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
57 |             case let (.left(lhsValue),.left(rhsValue)):
58 |                 return (lhsValue == rhsValue)(context.0)
59 |             case let (.center(lhsValue),.center(rhsValue)):
   |                                                 `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
60 |                 return (lhsValue.0 == rhsValue.0)(context.0)
61 |                     && (lhsValue.1 == rhsValue.1)(context.1)
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
75 |         case let (.left(lhsValue),.left(rhsValue)):
76 |             return .left(lhsValue <> rhsValue)
77 |         case let (.left(lhsValue),.center(rhsValue)):
   |                                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
78 |             return .center(lhsValue <> rhsValue.0, rhsValue.1)
79 |         case let (.left(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
79 |         case let (.left(lhsValue),.right(rhsValue)):
80 |             return .center(lhsValue, rhsValue)
81 |         case let (.center(lhsValue),.left(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
81 |         case let (.center(lhsValue),.left(rhsValue)):
82 |             return .center(lhsValue.0 <> rhsValue, lhsValue.1)
83 |         case let (.center(lhsValue),.center(rhsValue)):
   |                                             `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
83 |         case let (.center(lhsValue),.center(rhsValue)):
84 |             return .center(lhsValue.0 <> rhsValue.0, lhsValue.1 <> rhsValue.1)
85 |         case let (.center(lhsValue),.right(rhsValue)):
   |                           `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
86 |             return .center(lhsValue.0, lhsValue.1 <> rhsValue)
87 |         case let (.right(lhsValue),.left(rhsValue)):
/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
 8 | public enum Inclusive<A,B> {
 9 |     case left(A)
10 |     case center(A,B)
   |          `- note: 'center' declared here
11 |     case right(B)
12 |
   :
87 |         case let (.right(lhsValue),.left(rhsValue)):
88 |             return .center(rhsValue, lhsValue)
89 |         case let (.right(lhsValue),.center(rhsValue)):
   |                                            `- warning: enum case 'center' has 2 associated values; matching them as a tuple is deprecated
90 |             return .center(rhsValue.0, lhsValue <> rhsValue.1)
91 |         case let (.right(lhsValue),.right(rhsValue)):
Build complete! (17.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "operadics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/Operadics.git"
    },
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/SwiftCheck.git"
    }
  ],
  "manifest_display_name" : "Abstract",
  "name" : "Abstract",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Abstract",
      "targets" : [
        "Abstract"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AbstractTests",
      "module_type" : "SwiftTarget",
      "name" : "AbstractTests",
      "path" : "Tests/AbstractTests",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "BoundedSemilatticeTests.generated.swift",
        "CommutativeMonoidTests.generated.swift",
        "FunctionTests.swift",
        "HomomorphismTests.swift",
        "MonoidTests.generated.swift",
        "MultisetTests.swift",
        "NonEmptyArrayTests.swift",
        "SemigroupTests.generated.swift",
        "SemiringTests.generated.swift",
        "Utility/Arbitrary.generated.swift",
        "Utility/CustomArbitraryTypes.swift",
        "WrapperTests.generated.swift"
      ],
      "target_dependencies" : [
        "Abstract"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Abstract",
      "module_type" : "SwiftTarget",
      "name" : "Abstract",
      "path" : "Sources/Abstract",
      "product_dependencies" : [
        "Operadics"
      ],
      "product_memberships" : [
        "Abstract"
      ],
      "sources" : [
        "Free/Array+FreeMonoid.swift",
        "Free/FreeSemiring/SetM.swift",
        "Free/Multiset+FreeCommutativeMonoid.swift",
        "Free/NonEmptyArray+FreeSemigroup.swift",
        "Free/Set+FreeBoundedSemilattice.swift",
        "Generated/WrapperEquatable.generated.swift",
        "Morphism/Homomorphism.swift",
        "Morphism/Isomorphism.swift",
        "Protocols/BoundedSemilattice.swift",
        "Protocols/CommutativeMonoid.swift",
        "Protocols/Magma.swift",
        "Protocols/Monoid.swift",
        "Protocols/Semigroup.swift",
        "Protocols/Semiring.swift",
        "Support/Adapters.swift",
        "Support/Law.swift",
        "Support/Wrapper.swift",
        "Types/Add.swift",
        "Types/Algebraic/Coproduct.swift",
        "Types/Algebraic/Function.swift",
        "Types/Algebraic/Inclusive.swift",
        "Types/Algebraic/Product.swift",
        "Types/And.swift",
        "Types/Bool.swift",
        "Types/EndoFunction.swift",
        "Types/First.swift",
        "Types/Last.swift",
        "Types/Max.swift",
        "Types/Min.swift",
        "Types/Multiply.swift",
        "Types/Optional.swift",
        "Types/Or.swift",
        "Types/Ordering.swift",
        "Types/String.swift",
        "Types/Tropical.swift",
        "Types/Update.swift",
        "Utility/Collections.swift",
        "Utility/Comparison.swift",
        "Utility/Predicate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.