The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Abstract with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typelift/abstract.git
Reference: master
Cloned https://github.com/typelift/abstract.git into spi-builder-workspace
SUCCESS checkout https://github.com/typelift/abstract.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/llvm-swift/FileCheck.git
Fetching https://github.com/typelift/Operadics.git
Fetching https://github.com/typelift/SwiftCheck.git
[1/4870] Fetching swiftcheck
[294/4971] Fetching swiftcheck, operadics
[1223/5450] Fetching swiftcheck, operadics, filecheck
Fetched https://github.com/typelift/Operadics.git (0.32s)
Fetched https://github.com/llvm-swift/FileCheck.git (0.32s)
Fetched https://github.com/typelift/SwiftCheck.git (0.32s)
Computing version for https://github.com/typelift/SwiftCheck.git
Computed https://github.com/typelift/SwiftCheck.git at 0.10.0 (0.26s)
Computing version for https://github.com/typelift/Operadics.git
Computed https://github.com/typelift/Operadics.git at 0.3.0 (0.26s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.0.7 (0.26s)
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
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
Building for debugging...
[1/2] Compiling Operadics Operators.swift
[2/2] Emitting module Operadics
[5/40] Compiling Abstract Optional.swift
[6/40] Compiling Abstract Or.swift
[7/40] Compiling Abstract Ordering.swift
[8/40] Compiling Abstract String.swift
[9/40] Compiling Abstract Tropical.swift
[10/44] Compiling Abstract WrapperEquatable.generated.swift
[11/44] Compiling Abstract Homomorphism.swift
[12/44] Compiling Abstract Isomorphism.swift
[13/44] Compiling Abstract BoundedSemilattice.swift
[14/44] Compiling Abstract CommutativeMonoid.swift
[15/44] Emitting module Abstract
[16/44] Compiling Abstract Update.swift
[17/44] Compiling Abstract Collections.swift
[18/44] Compiling Abstract Comparison.swift
[19/44] Compiling Abstract Predicate.swift
[20/44] Compiling Abstract Law.swift
[21/44] Compiling Abstract Wrapper.swift
[22/44] Compiling Abstract Add.swift
[23/44] Compiling Abstract Coproduct.swift
[24/44] Compiling Abstract Function.swift
[25/44] 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)
         ^
[26/44] 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)
         ^
[27/44] 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)
         ^
[28/44] 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)
         ^
[29/44] 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)
         ^
[30/44] Compiling Abstract First.swift
[31/44] Compiling Abstract Last.swift
[32/44] Compiling Abstract Max.swift
[33/44] Compiling Abstract Min.swift
[34/44] Compiling Abstract Multiply.swift
[35/44] Compiling Abstract Magma.swift
[36/44] Compiling Abstract Monoid.swift
[37/44] Compiling Abstract Semigroup.swift
[38/44] Compiling Abstract Semiring.swift
[39/44] Compiling Abstract Adapters.swift
[40/44] Compiling Abstract Array+FreeMonoid.swift
[41/44] Compiling Abstract SetM.swift
[42/44] Compiling Abstract Multiset+FreeCommutativeMonoid.swift
[43/44] Compiling Abstract NonEmptyArray+FreeSemigroup.swift
[44/44] Compiling Abstract Set+FreeBoundedSemilattice.swift
Build complete! (8.00s)
Build complete.
Done.

Build Machine: Linux 1