Build Information
Successful build of Filterable, reference main (2f5b90), with Swift 6.1 for macOS (SPM) on 12 Mar 2026 21:03:01 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lvalenta/Filterable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lvalenta/Filterable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2f5b90d Swift6 language mode
Cloned https://github.com/lvalenta/Filterable.git
Revision (git rev-parse @):
2f5b90d4a5530f7aafbf3c8e7c9224a4d0055b78
SUCCESS checkout https://github.com/lvalenta/Filterable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lvalenta/Filterable.git
https://github.com/lvalenta/Filterable.git
{
"dependencies" : [
],
"manifest_display_name" : "Filterable",
"name" : "Filterable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FilterableLibrary",
"targets" : [
"FilterableLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "FilterableTests",
"module_type" : "SwiftTarget",
"name" : "FilterableTests",
"path" : "Tests/FilterableTests",
"sources" : [
"FilterableTests.swift"
],
"target_dependencies" : [
"FilterableLibrary"
],
"type" : "test"
},
{
"c99name" : "FilterableLibrary",
"module_type" : "SwiftTarget",
"name" : "FilterableLibrary",
"path" : "Sources",
"product_memberships" : [
"FilterableLibrary"
],
"sources" : [
"Filterable/Filterable.swift",
"Filterable/FilterableByKeypaths.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling FilterableLibrary Filterable.swift
[4/5] Emitting module FilterableLibrary
[5/5] Compiling FilterableLibrary FilterableByKeypaths.swift
Build complete! (4.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Filterable",
"name" : "Filterable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FilterableLibrary",
"targets" : [
"FilterableLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "FilterableTests",
"module_type" : "SwiftTarget",
"name" : "FilterableTests",
"path" : "Tests/FilterableTests",
"sources" : [
"FilterableTests.swift"
],
"target_dependencies" : [
"FilterableLibrary"
],
"type" : "test"
},
{
"c99name" : "FilterableLibrary",
"module_type" : "SwiftTarget",
"name" : "FilterableLibrary",
"path" : "Sources",
"product_memberships" : [
"FilterableLibrary"
],
"sources" : [
"Filterable/Filterable.swift",
"Filterable/FilterableByKeypaths.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.