Build Information
Successful build of Predicate, reference 1.2.0 (794533
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 01:21:21 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 -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/predicate.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pureswift/predicate
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 7945330 Update GitHub CI
Cloned https://github.com/pureswift/predicate.git
Revision (git rev-parse @):
79453305d5d441eb4bba15e715f8546a5ff3a5d4
SUCCESS checkout https://github.com/pureswift/predicate.git at 1.2.0
========================================
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": "predicate",
"name": "Predicate",
"url": "https://github.com/pureswift/predicate.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/predicate",
"dependencies": [
]
}
]
}
Fetching https://github.com/pureswift/predicate.git
[1/595] Fetching predicate
Fetched https://github.com/pureswift/predicate.git from cache (0.83s)
Creating working copy for https://github.com/pureswift/predicate.git
Working copy of https://github.com/pureswift/predicate.git resolved at 1.2.0 (7945330)
warning: '.resolve-product-dependencies': dependency 'predicate' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/pureswift/predicate.git
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 -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/17] Compiling Predicate NSPredicate.swift
[4/18] Compiling Predicate KeyPath.swift
[5/18] Compiling Predicate String.swift
[6/18] Compiling Predicate Predicate.swift
[7/18] Compiling Predicate Error.swift
[8/18] Compiling Predicate Evaluate.swift
[9/18] Compiling Predicate Expression.swift
[10/18] Compiling Predicate CodingKey.swift
[11/18] Compiling Predicate Collection.swift
[12/18] Compiling Predicate NSNumber.swift
[13/18] Emitting module Predicate
[14/18] Compiling Predicate Context.swift
[15/18] Compiling Predicate Encoder.swift
[16/18] Compiling Predicate Comparison.swift
[17/18] Compiling Predicate Compound.swift
[18/18] Compiling Predicate Value.swift
Build complete! (11.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Predicate",
"name" : "Predicate",
"path" : "/Users/admin/builder/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.