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

Successful build of Predicate, reference main (24842a), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:40:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftpredicate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swiftpredicate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yockow/swiftpredicate.git
https://github.com/yockow/swiftpredicate.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-2F0A5646E1D333AE.txt
[5/36] Emitting module Ranges
[6/39] Compiling Ranges Boundary.swift
[7/39] Compiling Ranges ClosedRange+GeneralizedRange.swift
[8/39] Compiling Ranges CustomStringConvertibleRange.swift
[9/39] Compiling Ranges AnyBounds.swift
[10/39] Compiling Ranges AnyRange+Operators.swift
[11/39] Compiling Ranges AnyRange.swift
[12/39] Compiling Ranges GeneralizedRange+Overlaps.swift
[13/39] Compiling Ranges GeneralizedRange+Subtraction.swift
[14/39] Compiling Ranges GeneralizedRange.swift
[15/39] Compiling Ranges MultipleRanges.swift
[16/39] Compiling Ranges OpenRange.swift
[17/39] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[18/39] Compiling Ranges Range+GeneralizedRange.swift
[19/39] Compiling Ranges RangeDictionary.swift
[20/39] Compiling Ranges TangibleUnboundedRange.swift
[21/39] Compiling Ranges EmptyRange.swift
[22/39] Compiling Ranges ExcludedLowerBound.swift
[23/39] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[24/39] Compiling Ranges Array+TwoEachElements.swift
[25/39] Compiling Ranges Boundary+Comparison.swift
[26/39] Compiling Ranges Boundary+Concatenation.swift
[27/39] Compiling Ranges PartialRangeGreaterThan.swift
[28/39] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[29/39] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[30/39] Compiling Ranges GeneralizedRange+Comparison.swift
[31/39] Compiling Ranges GeneralizedRange+Concatenation.swift
[32/39] Compiling Ranges GeneralizedRange+Intersection.swift
[33/39] Compiling Ranges HashableRange.swift
[34/39] Compiling Ranges LeftOpenRange.swift
[35/39] Compiling Ranges Memoizables.swift
[35/39] Write Objects.LinkFileList
[36/39] Linking libSwiftRanges.dylib
[38/63] Compiling Predicate NegatablePredicate.swift
[39/63] Compiling Predicate PredicateProtocol.swift
[40/65] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[41/65] Compiling Predicate Sequence+PredicateProtocol.swift
[42/65] Compiling Predicate EquatablePredicate.swift
[43/65] Compiling Predicate IntensionalSet.swift
[44/65] Emitting module Predicate
[45/65] Compiling Predicate NegatedPredicate+ConsolidatablePredicate.swift
[46/65] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[47/65] Compiling Predicate NegatedPredicate+NegatablePredicate.swift
[48/65] Compiling Predicate PredicateBinaryOperation.swift
[49/65] Compiling Predicate ConsolidatablePredicate.swift
[50/65] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[51/65] Compiling Predicate Collection+PredicateProtocol.swift
[52/65] Compiling Predicate Dictionary+PredicateProtocol.swift
[53/65] Compiling Predicate NegatedPredicate.swift
[54/65] Compiling Predicate PredicateBinaryOperation+EquatablePredicate.swift
[55/65] Compiling Predicate PredicateBinaryOperation+NegatablePredicate.swift
[56/65] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[57/65] Compiling Predicate MutableCollection+PredicateProtocol.swift
[58/65] Compiling Predicate NSPredicate+PredicateProtocol.swift
[59/65] Compiling Predicate AnyEquatablePredicate.swift
[60/65] Compiling Predicate AnyEquatablePredicateBox.swift
[61/65] Compiling Predicate AnyPredicate.swift
[62/65] Compiling Predicate String+PredicateProtocol.swift
[63/65] Compiling Predicate TotallyOrderedSet.swift
[63/65] Write Objects.LinkFileList
[65/69] Compiling PredicateTestSupporters SimpleEquatablePredicates.swift
[66/69] Compiling PredicateTestSupporters SimplePredicates.swift
[67/69] Emitting module PredicateTestSupporters
[68/69] Compiling PredicateTestSupporters SimpleConsolidatablePredicate.swift
[68/69] Linking libSwiftPredicate.dylib
Build complete! (10.25s)
Fetching https://github.com/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (2.14s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (2.71s)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.