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.1 for Linux on 29 Apr 2025 13:31:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /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
 * 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:         linux
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.42s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (1.30s)
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] Compiling Ranges CustomStringConvertibleRange.swift
[6/38] Compiling Ranges EmptyRange.swift
[7/38] Compiling Ranges ExcludedLowerBound.swift
[8/38] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[9/41] Compiling Ranges GeneralizedRange+Subtraction.swift
[10/41] Compiling Ranges GeneralizedRange.swift
[11/41] Compiling Ranges HashableRange.swift
[12/41] Compiling Ranges LeftOpenRange.swift
[13/41] Compiling Ranges Range+GeneralizedRange.swift
[14/41] Compiling Ranges RangeDictionary.swift
[15/41] Compiling Ranges TangibleUnboundedRange.swift
[16/41] Emitting module Ranges
[17/41] Compiling Ranges Boundary+Comparison.swift
[18/41] Compiling Ranges Boundary+Concatenation.swift
[19/41] Compiling Ranges Boundary.swift
[20/41] Compiling Ranges ClosedRange+GeneralizedRange.swift
[21/41] Compiling Ranges AnyBounds.swift
[22/41] Compiling Ranges AnyRange+Operators.swift
[23/41] Compiling Ranges AnyRange.swift
[24/41] Compiling Ranges Array+TwoEachElements.swift
[25/41] Compiling Ranges GeneralizedRange+Comparison.swift
[26/41] Compiling Ranges GeneralizedRange+Concatenation.swift
[27/41] Compiling Ranges GeneralizedRange+Intersection.swift
[28/41] Compiling Ranges GeneralizedRange+Overlaps.swift
[29/41] Compiling Ranges PartialRangeGreaterThan.swift
[30/41] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[31/41] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[32/41] Compiling Ranges Memoizables.swift
[33/41] Compiling Ranges MultipleRanges.swift
[34/41] Compiling Ranges OpenRange.swift
[35/41] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[36/42] Wrapping AST for Ranges for debugging
[37/42] Write Objects.LinkFileList
[38/42] Linking libSwiftRanges.so
[40/65] Compiling Predicate NegatablePredicate.swift
[41/65] Compiling Predicate PredicateProtocol.swift
[42/65] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[43/68] Compiling Predicate ConsolidatablePredicate.swift
[44/68] Compiling Predicate EquatablePredicate.swift
[45/68] Compiling Predicate IntensionalSet.swift
[46/68] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[47/68] Compiling Predicate NegatedPredicate+NegatablePredicate.swift
[48/68] Compiling Predicate NegatedPredicate.swift
[49/68] Compiling Predicate PredicateBinaryOperation+EquatablePredicate.swift
[50/68] Compiling Predicate PredicateBinaryOperation+NegatablePredicate.swift
[51/68] Compiling Predicate PredicateBinaryOperation.swift
[52/68] Compiling Predicate Collection+PredicateProtocol.swift
[53/68] Compiling Predicate Dictionary+PredicateProtocol.swift
[54/68] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[55/68] Compiling Predicate MutableCollection+PredicateProtocol.swift
[56/68] Compiling Predicate NSPredicate+PredicateProtocol.swift
[57/68] Compiling Predicate NegatedPredicate+ConsolidatablePredicate.swift
[58/68] Emitting module Predicate
[59/68] Compiling Predicate AnyEquatablePredicate.swift
[60/68] Compiling Predicate AnyEquatablePredicateBox.swift
[61/68] Compiling Predicate AnyPredicate.swift
[62/68] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[63/68] Compiling Predicate Sequence+PredicateProtocol.swift
[64/68] Compiling Predicate String+PredicateProtocol.swift
[65/68] Compiling Predicate TotallyOrderedSet.swift
[66/69] Wrapping AST for Predicate for debugging
[67/69] Write Objects.LinkFileList
[69/73] Compiling PredicateTestSupporters SimplePredicates.swift
[70/73] Compiling PredicateTestSupporters SimpleEquatablePredicates.swift
[71/73] Compiling PredicateTestSupporters SimpleConsolidatablePredicate.swift
[72/73] Emitting module PredicateTestSupporters
[72/74] Linking libSwiftPredicate.so
Build complete! (24.72s)
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" : "/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.