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 master (ba07f7), with Swift 6.1 for Wasm on 28 May 2025 13:45:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pureswift/predicate.git
https://github.com/pureswift/predicate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling Predicate Expression.swift
[4/17] Compiling Predicate CodingKey.swift
[5/18] Compiling Predicate Value.swift
[6/18] Compiling Predicate Error.swift
[7/18] Compiling Predicate Evaluate.swift
[8/18] Compiling Predicate Comparison.swift
[9/18] Compiling Predicate Compound.swift
[10/18] Emitting module Predicate
[11/18] Compiling Predicate Context.swift
[12/18] Compiling Predicate Encoder.swift
[13/18] Compiling Predicate Collection.swift
[14/18] Compiling Predicate NSNumber.swift
[15/18] Compiling Predicate KeyPath.swift
[16/18] Compiling Predicate Predicate.swift
[17/18] Compiling Predicate NSPredicate.swift
[18/18] Compiling Predicate String.swift
Build complete! (10.35s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.