Build Information
Successful build of swift-filter, reference 2.1.0 (dee814
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:12:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roanutil/swift-filter.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roanutil/swift-filter
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at dee8145 Merge pull request #5 from roanutil/sendable-closures
Cloned https://github.com/roanutil/swift-filter.git
Revision (git rev-parse @):
dee81459d5e6659422bb5f8de9bdf44f55eb18cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/roanutil/swift-filter.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/roanutil/swift-filter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling Filter AnyEquatablePredicate.swift
[6/14] Compiling Filter EquatablePredicate.swift
[7/14] Compiling Filter OptionalAnyComparablePredicate.swift
[8/15] Compiling Filter OptionalComparablePredicate.swift
[9/15] Compiling Filter ComparableFilter.swift
[10/15] Compiling Filter AnyComparablePredicate.swift
[11/15] Emitting module Filter
[12/15] Compiling Filter ComparablePredicate.swift
[13/15] Compiling Filter OptionalAnyEquatablePredicate.swift
[14/15] Compiling Filter EquatableFilter.swift
[15/15] Compiling Filter OptionalEquatablePredicate.swift
[16/33] Compiling FilterNSPredicate NSPredicate+OptionalAnyEquatablePredicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+OptionalAnyEquatablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: OptionalAnyEquatablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a EquatableFilter.Optional
14 | ///
[17/33] Compiling FilterNSPredicate NSPredicate+CompoundOperators.swift
[18/33] Compiling FilterNSPredicate NSPredicate+OptionalAnyComparablePredicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+OptionalAnyComparablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: OptionalAnyComparablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a ComparableFilter.Optional
14 | ///
[19/33] Compiling FilterClosure SendableClosure+OptionalEquatablePredicate.swift
[20/34] Compiling FilterNSPredicate NSExpression+EquatableOperators.swift
[21/34] Compiling FilterNSPredicate NSExpression+ComparableOperators.swift
[22/34] Compiling FilterNSPredicate NSPredicate+AnyComparablePredicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+AnyComparablePredicate.swift:14:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | // swiftlint:disable cyclomatic_complexity
13 |
14 | extension NSPredicate: AnyComparablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | /// Creates a NSPredicate from a ComparableFilter
16 | ///
[23/34] Compiling FilterNSPredicate NSPredicate+AnyEquatablePredicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+AnyEquatablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: AnyEquatablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a EquatableFilter
14 | ///
[24/34] Emitting module FilterNSPredicate
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+AnyComparablePredicate.swift:14:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | // swiftlint:disable cyclomatic_complexity
13 |
14 | extension NSPredicate: AnyComparablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | /// Creates a NSPredicate from a ComparableFilter
16 | ///
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+AnyEquatablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: AnyEquatablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'AnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a EquatableFilter
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+OptionalAnyComparablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: OptionalAnyComparablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyComparablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a ComparableFilter.Optional
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/FilterNSPredicate/NSPredicate+OptionalAnyEquatablePredicate.swift:12:1: warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
10 | import Foundation
11 |
12 | extension NSPredicate: OptionalAnyEquatablePredicate {
| |- warning: extension declares a conformance of imported type 'NSPredicate' to imported protocol 'OptionalAnyEquatablePredicate'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
13 | /// Creates a NSPredicate from a EquatableFilter.Optional
14 | ///
[25/34] Compiling FilterClosure SendableClosure+OptionalComparablePredicate.swift
[26/34] Compiling FilterClosure SendableClosure+ComparablePredicate.swift
[27/34] Compiling FilterClosure Closure.swift
[28/34] Compiling FilterClosure SendableClosure+EquatablePredicate.swift
[29/34] Compiling FilterClosure Closure+OptionalComparablePredicate.swift
[30/34] Compiling FilterClosure Closure+OptionalEquatablePredicate.swift
[31/34] Compiling FilterClosure Closure+ComparablePredicate.swift
[32/34] Emitting module FilterClosure
[33/34] Compiling FilterClosure Closure+EquatablePredicate.swift
[34/34] Compiling FilterClosure SendableClosure.swift
Build complete! (6.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-filter",
"name" : "swift-filter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Filter",
"targets" : [
"Filter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FilterClosure",
"targets" : [
"FilterClosure"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FilterNSPredicate",
"targets" : [
"FilterNSPredicate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FilterNSPredicateTests",
"module_type" : "SwiftTarget",
"name" : "FilterNSPredicateTests",
"path" : "Tests/FilterNSPredicateTests",
"sources" : [
"ComparableFilterNSPredicateTests.swift",
"EquatableFilterNSPredicateTests.swift",
"NSPredicate+ClosureHelper.swift"
],
"target_dependencies" : [
"FilterNSPredicate"
],
"type" : "test"
},
{
"c99name" : "FilterNSPredicate",
"module_type" : "SwiftTarget",
"name" : "FilterNSPredicate",
"path" : "Sources/FilterNSPredicate",
"product_memberships" : [
"FilterNSPredicate"
],
"sources" : [
"NSExpression+ComparableOperators.swift",
"NSExpression+EquatableOperators.swift",
"NSPredicate+AnyComparablePredicate.swift",
"NSPredicate+AnyEquatablePredicate.swift",
"NSPredicate+CompoundOperators.swift",
"NSPredicate+OptionalAnyComparablePredicate.swift",
"NSPredicate+OptionalAnyEquatablePredicate.swift"
],
"target_dependencies" : [
"Filter"
],
"type" : "library"
},
{
"c99name" : "FilterClosureTests",
"module_type" : "SwiftTarget",
"name" : "FilterClosureTests",
"path" : "Tests/FilterClosureTests",
"sources" : [
"ComparableFilterClosureTests.swift",
"ComparableFilterSendableClosureTests.swift",
"EquatableFilterClosureTests.swift",
"EquatableFilterSendableClosureTests.swift"
],
"target_dependencies" : [
"FilterClosure"
],
"type" : "test"
},
{
"c99name" : "FilterClosure",
"module_type" : "SwiftTarget",
"name" : "FilterClosure",
"path" : "Sources/FilterClosure",
"product_memberships" : [
"FilterClosure"
],
"sources" : [
"Closure+ComparablePredicate.swift",
"Closure+EquatablePredicate.swift",
"Closure+OptionalComparablePredicate.swift",
"Closure+OptionalEquatablePredicate.swift",
"Closure.swift",
"SendableClosure+ComparablePredicate.swift",
"SendableClosure+EquatablePredicate.swift",
"SendableClosure+OptionalComparablePredicate.swift",
"SendableClosure+OptionalEquatablePredicate.swift",
"SendableClosure.swift"
],
"target_dependencies" : [
"Filter"
],
"type" : "library"
},
{
"c99name" : "Filter",
"module_type" : "SwiftTarget",
"name" : "Filter",
"path" : "Sources/Filter",
"product_memberships" : [
"Filter",
"FilterClosure",
"FilterNSPredicate"
],
"sources" : [
"Comparable/AnyComparablePredicate.swift",
"Comparable/ComparableFilter.swift",
"Comparable/ComparablePredicate.swift",
"Comparable/OptionalAnyComparablePredicate.swift",
"Comparable/OptionalComparablePredicate.swift",
"Equatable/AnyEquatablePredicate.swift",
"Equatable/EquatableFilter.swift",
"Equatable/EquatablePredicate.swift",
"Equatable/OptionalAnyEquatablePredicate.swift",
"Equatable/OptionalEquatablePredicate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.