Build Information
Successful build of KindaSortaEqual, reference main (e09ab0), with Swift 6.1 for macOS (SPM) on 22 Aug 2025 20:53:43 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 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/KindaSortaEqual.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/KindaSortaEqual
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e09ab08 Add experimental selectivity APIs
Cloned https://github.com/DandyLyons/KindaSortaEqual.git
Revision (git rev-parse @):
e09ab08a64ca0ae33205abda46bf4dbfe6e18a92
SUCCESS checkout https://github.com/DandyLyons/KindaSortaEqual.git at main
Fetching https://github.com/DandyLyons/SelectiveEquatable.git
[1/63] Fetching selectiveequatable
Fetched https://github.com/DandyLyons/SelectiveEquatable.git from cache (0.65s)
Computing version for https://github.com/DandyLyons/SelectiveEquatable.git
Computed https://github.com/DandyLyons/SelectiveEquatable.git at 1.4.0 (1.19s)
Creating working copy for https://github.com/DandyLyons/SelectiveEquatable.git
Working copy of https://github.com/DandyLyons/SelectiveEquatable.git resolved at 1.4.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": "kindasortaequal",
"name": "KindaSortaEqual",
"url": "https://github.com/DandyLyons/KindaSortaEqual.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KindaSortaEqual",
"dependencies": [
{
"identity": "selectiveequatable",
"name": "SelectiveEquatable",
"url": "https://github.com/DandyLyons/SelectiveEquatable.git",
"version": "1.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SelectiveEquatable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/DandyLyons/KindaSortaEqual.git
[3/82] Fetching kindasortaequal
Fetched https://github.com/DandyLyons/KindaSortaEqual.git from cache (0.60s)
Fetching https://github.com/DandyLyons/SelectiveEquatable.git from cache
Fetched https://github.com/DandyLyons/SelectiveEquatable.git from cache (0.45s)
Computing version for https://github.com/DandyLyons/SelectiveEquatable.git
Computed https://github.com/DandyLyons/SelectiveEquatable.git at 1.4.0 (0.51s)
Creating working copy for https://github.com/DandyLyons/KindaSortaEqual.git
Working copy of https://github.com/DandyLyons/KindaSortaEqual.git resolved at main (e09ab08)
Creating working copy for https://github.com/DandyLyons/SelectiveEquatable.git
Working copy of https://github.com/DandyLyons/SelectiveEquatable.git resolved at 1.4.0
warning: '.resolve-product-dependencies': dependency 'kindasortaequal' is not used by any target
Found 1 product dependencies
- SelectiveEquatable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DandyLyons/KindaSortaEqual.git
https://github.com/DandyLyons/KindaSortaEqual.git
{
"dependencies" : [
{
"identity" : "selectiveequatable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DandyLyons/SelectiveEquatable.git"
}
],
"manifest_display_name" : "KindaSortaEqual",
"name" : "KindaSortaEqual",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KindaSortaEqual",
"targets" : [
"KindaSortaEqual"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KindaSortaEqualTests",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqualTests",
"path" : "Tests/KindaSortaEqualTests",
"sources" : [
"AlmostEquatable/Array+AlmostEquatableTests.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatableTests.swift",
"AlmostEquatable/Custom Types+AlmostEquatableTests.swift",
"AlmostEquatable/Date+AlmostEquatableTests.swift",
"AlmostEquatable/Floating Points+AlmostEquatableTests.swift",
"AlmostEquatable/colors+AlmostEquatableTests.swift",
"UnorderedEqualityTests.swift"
],
"target_dependencies" : [
"KindaSortaEqual"
],
"type" : "test"
},
{
"c99name" : "KindaSortaEqual",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqual",
"path" : "Sources/KindaSortaEqual",
"product_dependencies" : [
"SelectiveEquatable"
],
"product_memberships" : [
"KindaSortaEqual"
],
"sources" : [
"AlmostEquatable/AlmostEquatable.swift",
"AlmostEquatable/Array+AlmostEquatable.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatable.swift",
"AlmostEquatable/Date+AlmostEquatable.swift",
"AlmostEquatable/Floating Points+AlmostEquatable.swift",
"AlmostEquatable/OrderedCollections+AlmostEquatable.swift",
"AlmostEquatable/colors+AlmostEquatable.swift",
"Selection/Selectable.swift",
"Selection/SelectiveAlmostEquatable.swift",
"Selection/SelectiveEncodable.swift",
"SelectiveEquatable.swift",
"Unordered Equality/Unordered Equality.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling SelectiveEquatable SelectiveEquatable+Collection+Equivalent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/7] Compiling SelectiveEquatable SelectiveEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/7] Emitting module SelectiveEquatable
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/7] Compiling SelectiveEquatable Collection+Equivalent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/19] Compiling KindaSortaEqual CoreGraphics+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/19] Compiling KindaSortaEqual Date+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/19] Compiling KindaSortaEqual AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/19] Compiling KindaSortaEqual Array+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/19] Compiling KindaSortaEqual Floating Points+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/19] Emitting module KindaSortaEqual
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/20] Compiling KindaSortaEqual Unordered Equality.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/20] Compiling KindaSortaEqual SelectiveEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/20] Compiling KindaSortaEqual SelectiveAlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/20] Compiling KindaSortaEqual Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/20] Compiling KindaSortaEqual colors+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/20] Compiling KindaSortaEqual OrderedCollections+AlmostEquatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/20] Compiling KindaSortaEqual SelectiveEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.70s)
Build complete.
{
"dependencies" : [
{
"identity" : "selectiveequatable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DandyLyons/SelectiveEquatable.git"
}
],
"manifest_display_name" : "KindaSortaEqual",
"name" : "KindaSortaEqual",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KindaSortaEqual",
"targets" : [
"KindaSortaEqual"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KindaSortaEqualTests",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqualTests",
"path" : "Tests/KindaSortaEqualTests",
"sources" : [
"AlmostEquatable/Array+AlmostEquatableTests.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatableTests.swift",
"AlmostEquatable/Custom Types+AlmostEquatableTests.swift",
"AlmostEquatable/Date+AlmostEquatableTests.swift",
"AlmostEquatable/Floating Points+AlmostEquatableTests.swift",
"AlmostEquatable/colors+AlmostEquatableTests.swift",
"UnorderedEqualityTests.swift"
],
"target_dependencies" : [
"KindaSortaEqual"
],
"type" : "test"
},
{
"c99name" : "KindaSortaEqual",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqual",
"path" : "Sources/KindaSortaEqual",
"product_dependencies" : [
"SelectiveEquatable"
],
"product_memberships" : [
"KindaSortaEqual"
],
"sources" : [
"AlmostEquatable/AlmostEquatable.swift",
"AlmostEquatable/Array+AlmostEquatable.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatable.swift",
"AlmostEquatable/Date+AlmostEquatable.swift",
"AlmostEquatable/Floating Points+AlmostEquatable.swift",
"AlmostEquatable/OrderedCollections+AlmostEquatable.swift",
"AlmostEquatable/colors+AlmostEquatable.swift",
"Selection/Selectable.swift",
"Selection/SelectiveAlmostEquatable.swift",
"Selection/SelectiveEncodable.swift",
"SelectiveEquatable.swift",
"Unordered Equality/Unordered Equality.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.