The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Predicate, reference 1.3.0 (24842a), with Swift 6.1 for Android on 29 May 2025 19:07:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftpredicate.git
Reference: 1.3.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/yockow/swiftpredicate
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 24842ad Merge pull request #9 from YOCKOW/development
Cloned https://github.com/yockow/swiftpredicate.git
Revision (git rev-parse @):
24842ad4386598882890cc369f5580ef165ed634
SUCCESS checkout https://github.com/yockow/swiftpredicate.git at 1.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yockow/swiftpredicate.git
https://github.com/yockow/swiftpredicate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftranges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YOCKOW/SwiftRanges.git"
    }
  ],
  "manifest_display_name" : "Predicate",
  "name" : "Predicate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftPredicate",
      "targets" : [
        "Predicate"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PredicateTests",
      "module_type" : "SwiftTarget",
      "name" : "PredicateTests",
      "path" : "Tests/PredicateTests",
      "sources" : [
        "ConsolidatablePredicateTests.swift",
        "EquatablePredicateTests.swift",
        "NSPredicateTests.swift",
        "ProtocolExtensionTests.swift",
        "SimplePredicateTests.swift",
        "TotallyOrderedSetTests.swift"
      ],
      "target_dependencies" : [
        "Predicate",
        "PredicateTestSupporters"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PredicateTestSupporters",
      "module_type" : "SwiftTarget",
      "name" : "PredicateTestSupporters",
      "path" : "Sources/PredicateTestSupporters",
      "sources" : [
        "SimpleConsolidatablePredicate.swift",
        "SimpleEquatablePredicates.swift",
        "SimplePredicates.swift"
      ],
      "target_dependencies" : [
        "Predicate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Predicate",
      "module_type" : "SwiftTarget",
      "name" : "Predicate",
      "path" : "Sources/Predicate",
      "product_dependencies" : [
        "SwiftRanges"
      ],
      "product_memberships" : [
        "SwiftPredicate"
      ],
      "sources" : [
        "AnyEquatablePredicate.swift",
        "AnyEquatablePredicateBox.swift",
        "AnyPredicate.swift",
        "BidirectionalCollection+PredicateProtocol.swift",
        "Collection+PredicateProtocol.swift",
        "Dictionary+PredicateProtocol.swift",
        "LazyCollectionProtocol+PredicateProtocol.swift",
        "MutableCollection+PredicateProtocol.swift",
        "NSPredicate+PredicateProtocol.swift",
        "NegatedPredicate+ConsolidatablePredicate.swift",
        "NegatedPredicate+EquatablePredicate.swift",
        "NegatedPredicate+NegatablePredicate.swift",
        "NegatedPredicate.swift",
        "PredicateBinaryOperation+EquatablePredicate.swift",
        "PredicateBinaryOperation+NegatablePredicate.swift",
        "PredicateBinaryOperation.swift",
        "Protocols/ConsolidatablePredicate.swift",
        "Protocols/EquatablePredicate.swift",
        "Protocols/IntensionalSet.swift",
        "Protocols/NegatablePredicate.swift",
        "Protocols/PredicateProtocol.swift",
        "RangeReplaceableCollection+PredicateProtocol.swift",
        "Sequence+PredicateProtocol.swift",
        "String+PredicateProtocol.swift",
        "TotallyOrderedSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.52s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (1.50s)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
Building for debugging...
[0/10] Write sources
[3/10] Write swift-version-24593BA9C3E375BF.txt
[5/38] Emitting module Ranges
[6/41] Compiling Ranges Range+GeneralizedRange.swift
[7/41] Compiling Ranges RangeDictionary.swift
[8/41] Compiling Ranges TangibleUnboundedRange.swift
[9/41] Compiling Ranges PartialRangeGreaterThan.swift
[10/41] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[11/41] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[12/41] Compiling Ranges CustomStringConvertibleRange.swift
[13/41] Compiling Ranges EmptyRange.swift
[14/41] Compiling Ranges ExcludedLowerBound.swift
[15/41] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[16/41] Compiling Ranges AnyBounds.swift
[17/41] Compiling Ranges AnyRange+Operators.swift
[18/41] Compiling Ranges AnyRange.swift
[19/41] Compiling Ranges Array+TwoEachElements.swift
[20/41] Compiling Ranges GeneralizedRange+Comparison.swift
[21/41] Compiling Ranges GeneralizedRange+Concatenation.swift
[22/41] Compiling Ranges GeneralizedRange+Intersection.swift
[23/41] Compiling Ranges GeneralizedRange+Overlaps.swift
[24/41] Compiling Ranges GeneralizedRange+Subtraction.swift
[25/41] Compiling Ranges GeneralizedRange.swift
[26/41] Compiling Ranges HashableRange.swift
[27/41] Compiling Ranges LeftOpenRange.swift
[28/41] Compiling Ranges Memoizables.swift
[29/41] Compiling Ranges MultipleRanges.swift
[30/41] Compiling Ranges OpenRange.swift
[31/41] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[32/41] Compiling Ranges Boundary+Comparison.swift
[33/41] Compiling Ranges Boundary+Concatenation.swift
[34/41] Compiling Ranges Boundary.swift
[35/41] Compiling Ranges ClosedRange+GeneralizedRange.swift
[36/42] Wrapping AST for Ranges for debugging
[37/42] Write Objects.LinkFileList
[38/42] Linking libSwiftRanges.so
[40/65] Emitting module Predicate
[41/68] Compiling Predicate MutableCollection+PredicateProtocol.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[42/68] Compiling Predicate NSPredicate+PredicateProtocol.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[43/68] Compiling Predicate NegatedPredicate+ConsolidatablePredicate.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[44/68] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[45/68] Compiling Predicate NegatedPredicate+NegatablePredicate.swift
[46/68] Compiling Predicate NegatedPredicate.swift
[47/68] Compiling Predicate PredicateBinaryOperation+EquatablePredicate.swift
[48/68] Compiling Predicate PredicateBinaryOperation+NegatablePredicate.swift
[49/68] Compiling Predicate PredicateBinaryOperation.swift
[50/68] Compiling Predicate ConsolidatablePredicate.swift
[51/68] Compiling Predicate EquatablePredicate.swift
[52/68] Compiling Predicate IntensionalSet.swift
[53/68] Compiling Predicate Collection+PredicateProtocol.swift
[54/68] Compiling Predicate Dictionary+PredicateProtocol.swift
[55/68] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[56/68] Compiling Predicate AnyEquatablePredicate.swift
[57/68] Compiling Predicate AnyEquatablePredicateBox.swift
[58/68] Compiling Predicate AnyPredicate.swift
[59/68] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[60/68] Compiling Predicate NegatablePredicate.swift
[61/68] Compiling Predicate PredicateProtocol.swift
[62/68] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[63/68] Compiling Predicate Sequence+PredicateProtocol.swift
[64/68] Compiling Predicate String+PredicateProtocol.swift
[65/68] Compiling Predicate TotallyOrderedSet.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
[2/35] Emitting module Ranges
[3/38] Compiling Ranges GeneralizedRange+Comparison.swift
[4/38] Compiling Ranges GeneralizedRange+Concatenation.swift
[5/38] Compiling Ranges GeneralizedRange+Intersection.swift
[6/38] Compiling Ranges GeneralizedRange+Overlaps.swift
[7/38] Compiling Ranges Memoizables.swift
[8/38] Compiling Ranges MultipleRanges.swift
[9/38] Compiling Ranges OpenRange.swift
[10/38] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[11/38] Compiling Ranges CustomStringConvertibleRange.swift
[12/38] Compiling Ranges EmptyRange.swift
[13/38] Compiling Ranges ExcludedLowerBound.swift
[14/38] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[15/38] Compiling Ranges GeneralizedRange+Subtraction.swift
[16/38] Compiling Ranges GeneralizedRange.swift
[17/38] Compiling Ranges HashableRange.swift
[18/38] Compiling Ranges LeftOpenRange.swift
[19/38] Compiling Ranges AnyBounds.swift
[20/38] Compiling Ranges AnyRange+Operators.swift
[21/38] Compiling Ranges AnyRange.swift
[22/38] Compiling Ranges Array+TwoEachElements.swift
[23/38] Compiling Ranges Boundary+Comparison.swift
[24/38] Compiling Ranges Boundary+Concatenation.swift
[25/38] Compiling Ranges Boundary.swift
[26/38] Compiling Ranges ClosedRange+GeneralizedRange.swift
[27/38] Compiling Ranges PartialRangeGreaterThan.swift
[28/38] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[29/38] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[30/38] Compiling Ranges Range+GeneralizedRange.swift
[31/38] Compiling Ranges RangeDictionary.swift
[32/38] Compiling Ranges TangibleUnboundedRange.swift
[33/38] Write Objects.LinkFileList
[34/38] Linking libSwiftRanges.so
[36/61] Compiling Predicate MutableCollection+PredicateProtocol.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[37/61] Compiling Predicate NSPredicate+PredicateProtocol.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[38/61] Compiling Predicate NegatedPredicate+ConsolidatablePredicate.swift
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:31:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
29 |     self = self._convert(NSCompoundPredicate(notPredicateWithSubpredicate:copied))
30 |     #else
31 |     self = type(of:self).init(notPredicateWithSubpredicate:copied)
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
32 |     #endif
33 |   }
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
1 | class NSCompoundPredicate {
2 | public convenience init(notPredicateWithSubpredicate predicate: NSPredicate)}
  |                    `- note: selected non-required initializer 'init(notPredicateWithSubpredicate:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:53:17: error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
47 |
48 | extension NSCompoundPredicate: ConsolidatablePredicate {
49 |   public func isEqual<P>(to other:P) -> Bool where P: EquatablePredicate {
   |               `- note: where 'P' = 'Any?'
50 |     #if os(Linux)
51 |     return self.isEqual(other as Any?)
52 |     #else
53 |     return self.isEqual(to:other as Any?)
   |                 `- error: instance method 'isEqual(to:)' requires that 'Any?' conform to 'EquatablePredicate'
54 |     #endif
55 |   }
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:64:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
62 |   #if !os(Linux)
63 |   public func and(_ other:NSCompoundPredicate) -> Self {
64 |     return type(of:self).init(andPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
65 |   }
66 |
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(andPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(andPredicateWithSubpredicates:)'
3 |
/host/spi-builder-workspace/Sources/Predicate/NSPredicate+PredicateProtocol.swift:68:26: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
66 |
67 |   public func or(_ other: NSCompoundPredicate) -> Self {
68 |     return type(of:self).init(orPredicateWithSubpredicates:[self, other])
   |                          `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
69 |   }
70 |   #endif
Foundation.NSCompoundPredicate.init:2:20: note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
1 | class NSCompoundPredicate {
2 | public convenience init(orPredicateWithSubpredicates subpredicates: [NSPredicate])}
  |                    `- note: selected non-required initializer 'init(orPredicateWithSubpredicates:)'
3 |
[39/64] Emitting module Predicate
[40/64] Compiling Predicate PredicateBinaryOperation+EquatablePredicate.swift
[41/64] Compiling Predicate PredicateBinaryOperation+NegatablePredicate.swift
[42/64] Compiling Predicate PredicateBinaryOperation.swift
[43/64] Compiling Predicate NegatablePredicate.swift
[44/64] Compiling Predicate PredicateProtocol.swift
[45/64] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[46/64] Compiling Predicate Collection+PredicateProtocol.swift
[47/64] Compiling Predicate Dictionary+PredicateProtocol.swift
[48/64] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[49/64] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[50/64] Compiling Predicate NegatedPredicate+NegatablePredicate.swift
[51/64] Compiling Predicate NegatedPredicate.swift
[52/64] Compiling Predicate ConsolidatablePredicate.swift
[53/64] Compiling Predicate EquatablePredicate.swift
[54/64] Compiling Predicate IntensionalSet.swift
[55/64] Compiling Predicate AnyEquatablePredicate.swift
[56/64] Compiling Predicate AnyEquatablePredicateBox.swift
[57/64] Compiling Predicate AnyPredicate.swift
[58/64] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[59/64] Compiling Predicate Sequence+PredicateProtocol.swift
[60/64] Compiling Predicate String+PredicateProtocol.swift
[61/64] Compiling Predicate TotallyOrderedSet.swift
BUILD FAILURE 6.1 android