This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Swift 6 data race errors: 1

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/predicate.git
Reference: master
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/pureswift/predicate
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ba07f75 Update GitHub CI
Cloned https://github.com/pureswift/predicate.git
Revision (git rev-parse @):
ba07f7523b15ddd0c54ea717b9429ac294d5955b
SUCCESS checkout https://github.com/pureswift/predicate.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/pureswift/predicate.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling Predicate KeyPath.swift
[4/17] Compiling Predicate Predicate.swift
[5/18] Compiling Predicate Error.swift
[6/18] Compiling Predicate Evaluate.swift
[7/18] Compiling Predicate Value.swift
[8/18] Compiling Predicate Comparison.swift
[9/18] Compiling Predicate Compound.swift
[10/18] Compiling Predicate Context.swift
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 13 |     public typealias KeyPath = PredicateKeyPath
 14 |
 15 |     public var locale: Locale?
    |                `- warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 16 |
 17 |     public var values: [KeyPath: Value]
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
 1 | public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
   |               `- note: struct 'Locale' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSLocale
 3 |     public typealias LanguageDirection = NSLocale.LanguageDirection
/host/spi-builder-workspace/Sources/Context.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  9 |
 10 | /// Context for evaluating predicates.
[11/18] Compiling Predicate Encoder.swift
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 13 |     public typealias KeyPath = PredicateKeyPath
 14 |
 15 |     public var locale: Locale?
    |                `- warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 16 |
 17 |     public var values: [KeyPath: Value]
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
 1 | public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
   |               `- note: struct 'Locale' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSLocale
 3 |     public typealias LanguageDirection = NSLocale.LanguageDirection
/host/spi-builder-workspace/Sources/Context.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  9 |
 10 | /// Context for evaluating predicates.
[12/18] Emitting module Predicate
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 13 |     public typealias KeyPath = PredicateKeyPath
 14 |
 15 |     public var locale: Locale?
    |                `- warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'; this is an error in the Swift 6 language mode
 16 |
 17 |     public var values: [KeyPath: Value]
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
 1 | public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
   |               `- note: struct 'Locale' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSLocale
 3 |     public typealias LanguageDirection = NSLocale.LanguageDirection
/host/spi-builder-workspace/Sources/Context.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  9 |
 10 | /// Context for evaluating predicates.
[13/18] Compiling Predicate Expression.swift
[14/18] Compiling Predicate CodingKey.swift
[15/18] Compiling Predicate NSPredicate.swift
[16/18] Compiling Predicate String.swift
[17/18] Compiling Predicate Collection.swift
[18/18] Compiling Predicate NSNumber.swift
Build complete! (12.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Predicate",
  "name" : "Predicate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Predicate",
      "targets" : [
        "Predicate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PredicateTests",
      "module_type" : "SwiftTarget",
      "name" : "PredicateTests",
      "path" : "Tests/PredicateTests",
      "sources" : [
        "NSPredicateTests.swift",
        "PredicateTests.swift",
        "ValueTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Predicate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Predicate",
      "module_type" : "SwiftTarget",
      "name" : "Predicate",
      "path" : "Sources",
      "product_memberships" : [
        "Predicate"
      ],
      "sources" : [
        "Comparison.swift",
        "Compound.swift",
        "Context.swift",
        "Encoder.swift",
        "Error.swift",
        "Evaluate.swift",
        "Expression.swift",
        "Extensions/CodingKey.swift",
        "Extensions/Collection.swift",
        "Extensions/NSNumber.swift",
        "Extensions/NSPredicate.swift",
        "Extensions/String.swift",
        "KeyPath.swift",
        "Predicate.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.