Build Information
Successful build of Predicate, reference 1.3.0 (24842a
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:39:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftpredicate.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swiftpredicate
* tag 1.3.0 -> FETCH_HEAD
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 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/yockow/swiftpredicate.git
https://github.com/yockow/swiftpredicate.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-2F0A5646E1D333AE.txt
[5/36] Compiling Ranges Boundary.swift
[6/36] Compiling Ranges ClosedRange+GeneralizedRange.swift
[7/36] Compiling Ranges CustomStringConvertibleRange.swift
[8/39] Compiling Ranges AnyBounds.swift
[9/39] Compiling Ranges AnyRange+Operators.swift
[10/39] Compiling Ranges AnyRange.swift
[11/39] Compiling Ranges Range+GeneralizedRange.swift
[12/39] Compiling Ranges RangeDictionary.swift
[13/39] Compiling Ranges TangibleUnboundedRange.swift
[14/39] Emitting module Ranges
[15/39] Compiling Ranges GeneralizedRange+Comparison.swift
[16/39] Compiling Ranges GeneralizedRange+Concatenation.swift
[17/39] Compiling Ranges GeneralizedRange+Intersection.swift
[18/39] Compiling Ranges MultipleRanges.swift
[19/39] Compiling Ranges OpenRange.swift
[20/39] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[21/39] Compiling Ranges Array+TwoEachElements.swift
[22/39] Compiling Ranges Boundary+Comparison.swift
[23/39] Compiling Ranges Boundary+Concatenation.swift
[24/39] Compiling Ranges PartialRangeGreaterThan.swift
[25/39] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[26/39] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[27/39] Compiling Ranges GeneralizedRange+Overlaps.swift
[28/39] Compiling Ranges GeneralizedRange+Subtraction.swift
[29/39] Compiling Ranges GeneralizedRange.swift
[30/39] Compiling Ranges HashableRange.swift
[31/39] Compiling Ranges LeftOpenRange.swift
[32/39] Compiling Ranges Memoizables.swift
[33/39] Compiling Ranges EmptyRange.swift
[34/39] Compiling Ranges ExcludedLowerBound.swift
[35/39] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[35/39] Write Objects.LinkFileList
[36/39] Linking libSwiftRanges.dylib
[38/63] Compiling Predicate RangeReplaceableCollection+PredicateProtocol.swift
[39/63] Compiling Predicate Sequence+PredicateProtocol.swift
[40/65] Compiling Predicate BidirectionalCollection+PredicateProtocol.swift
[41/65] Compiling Predicate Collection+PredicateProtocol.swift
[42/65] Compiling Predicate Dictionary+PredicateProtocol.swift
[43/65] Compiling Predicate NegatedPredicate+ConsolidatablePredicate.swift
[44/65] Compiling Predicate NegatedPredicate+EquatablePredicate.swift
[45/65] Compiling Predicate NegatedPredicate+NegatablePredicate.swift
[46/65] Compiling Predicate NegatablePredicate.swift
[47/65] Compiling Predicate PredicateProtocol.swift
[48/65] Compiling Predicate EquatablePredicate.swift
[49/65] Compiling Predicate IntensionalSet.swift
[50/65] Emitting module Predicate
[51/65] Compiling Predicate LazyCollectionProtocol+PredicateProtocol.swift
[52/65] Compiling Predicate MutableCollection+PredicateProtocol.swift
[53/65] Compiling Predicate NSPredicate+PredicateProtocol.swift
[54/65] Compiling Predicate NegatedPredicate.swift
[55/65] Compiling Predicate PredicateBinaryOperation+EquatablePredicate.swift
[56/65] Compiling Predicate PredicateBinaryOperation+NegatablePredicate.swift
[57/65] Compiling Predicate PredicateBinaryOperation.swift
[58/65] Compiling Predicate ConsolidatablePredicate.swift
[59/65] Compiling Predicate AnyEquatablePredicate.swift
[60/65] Compiling Predicate AnyEquatablePredicateBox.swift
[61/65] Compiling Predicate AnyPredicate.swift
[62/65] Compiling Predicate String+PredicateProtocol.swift
[63/65] Compiling Predicate TotallyOrderedSet.swift
[63/65] Write Objects.LinkFileList
[65/69] Compiling PredicateTestSupporters SimpleEquatablePredicates.swift
[66/69] Compiling PredicateTestSupporters SimplePredicates.swift
[67/69] Emitting module PredicateTestSupporters
[68/69] Compiling PredicateTestSupporters SimpleConsolidatablePredicate.swift
[68/69] Linking libSwiftPredicate.dylib
Build complete! (8.87s)
Fetching https://github.com/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.79s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (1.42s)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
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" : "/Users/admin/builder/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"
}
Done.