The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Predicate, reference main (24842a), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 21:20:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
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
Fetching https://github.com/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.92s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (0.55s)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftpredicate",
      "name": "Predicate",
      "url": "https://github.com/yockow/swiftpredicate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftpredicate",
      "dependencies": [
        {
          "identity": "swiftranges",
          "name": "Ranges",
          "url": "https://github.com/YOCKOW/SwiftRanges.git",
          "version": "3.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftRanges",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/yockow/swiftpredicate.git
[1/154] Fetching swiftpredicate
Fetched https://github.com/yockow/swiftpredicate.git from cache (0.75s)
Fetching https://github.com/YOCKOW/SwiftRanges.git from cache
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.44s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (0.02s)
Creating working copy for https://github.com/yockow/swiftpredicate.git
Working copy of https://github.com/yockow/swiftpredicate.git resolved at main (24842ad)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
warning: '.resolve-product-dependencies': dependency 'swiftpredicate' is not used by any target
Found 1 product dependencies
  - Ranges
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[5/36] Emitting module Ranges
[6/39] Compiling Ranges AnyBounds.swift
[7/39] Compiling Ranges AnyRange+Operators.swift
[8/39] Compiling Ranges AnyRange.swift
[9/39] Compiling Ranges PartialRangeGreaterThan.swift
[10/39] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[11/39] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[12/39] Compiling Ranges MultipleRanges.swift
[13/39] Compiling Ranges OpenRange.swift
[14/39] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[15/39] Compiling Ranges Range+GeneralizedRange.swift
[16/39] Compiling Ranges RangeDictionary.swift
[17/39] Compiling Ranges TangibleUnboundedRange.swift
[18/39] Compiling Ranges EmptyRange.swift
[19/39] Compiling Ranges ExcludedLowerBound.swift
[20/39] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[21/39] Compiling Ranges Array+TwoEachElements.swift
[22/39] Compiling Ranges Boundary+Comparison.swift
[23/39] Compiling Ranges Boundary+Concatenation.swift
[24/39] Compiling Ranges GeneralizedRange+Overlaps.swift
[25/39] Compiling Ranges GeneralizedRange+Subtraction.swift
[26/39] Compiling Ranges GeneralizedRange.swift
[27/39] Compiling Ranges HashableRange.swift
[28/39] Compiling Ranges LeftOpenRange.swift
[29/39] Compiling Ranges Memoizables.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 Boundary.swift
[34/39] Compiling Ranges ClosedRange+GeneralizedRange.swift
[35/39] Compiling Ranges CustomStringConvertibleRange.swift
[35/39] Write Objects.LinkFileList
[36/39] Linking libSwiftRanges.dylib
[38/63] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[39/63] Compiling Predicate Sequence+PredicateProtocol.swift
[40/63] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[41/63] Compiling Predicate Collection+PredicateProtocol.swift
[42/63] Compiling Predicate Dictionary+PredicateProtocol.swift
[43/65] Emitting module Predicate
[44/65] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[45/65] Compiling Predicate MutableCollection+PredicateProtocol.swift
[46/65] Compiling Predicate NSPredicate+PredicateProtocol.swift
[47/65] Compiling Predicate NegatablePredicate.swift
[48/65] Compiling Predicate PredicateProtocol.swift
[49/65] Compiling Predicate PredicateBinaryOperation.swift
[50/65] Compiling Predicate ConsolidatablePredicate.swift
[51/65] Compiling Predicate EquatablePredicate.swift
[52/65] Compiling Predicate IntensionalSet.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 NegatedPredicate+ConsolidatablePredicate.swift
[57/65] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[58/65] Compiling Predicate NegatedPredicate+NegatablePredicate.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 SimplePredicates.swift
[66/69] Compiling PredicateTestSupporters SimpleEquatablePredicates.swift
[66/69] Linking libSwiftPredicate.dylib
[68/69] Emitting module PredicateTestSupporters
[69/69] Compiling PredicateTestSupporters SimpleConsolidatablePredicate.swift
Build complete! (15.27s)
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.