Build Information
Successful build of DSFToolbar, reference main (f486eb
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:12:56 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/dagronf/DSFToolbar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFToolbar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f486eb1 minor package update
Cloned https://github.com/dagronf/DSFToolbar.git
Revision (git rev-parse @):
f486eb1e532d77fd2a9c9eb21f3e90a0b092ba45
SUCCESS checkout https://github.com/dagronf/DSFToolbar.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/DSFToolbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling DSFValueBinders ValueBinder+transform.swift
[5/19] Compiling DSFValueBinders ValueBinder+transformers.swift
[6/19] Compiling DSFValueBinders WrappedPublisher.swift
[7/19] Compiling DSFValueBinders PropertyWrapper.swift
[8/19] Compiling DSFValueBinders ValueBinder.swift
[9/19] Compiling DSFValueBinders ValueBinder+Binding.swift
[10/19] Compiling DSFValueBinders KeyPathBinder.swift
[11/19] Compiling DSFValueBinders CombiningValueBinder.swift
[12/19] Compiling DSFValueBinders DSFValueBinders.swift
[13/19] Compiling DSFValueBinders EnumKeyPathBinder.swift
[14/19] Emitting module DSFValueBinders
[15/19] Compiling DSFValueBinders SemLock.swift
[16/36] Compiling DSFToolbar DSFToolbar.Button.swift
[17/36] Compiling DSFToolbar DSFToolbar.Core.swift
[18/36] Emitting module DSFToolbar
[19/37] Compiling DSFToolbar DSFToolbar.Segmented.swift
[20/37] Compiling DSFToolbar DSFToolbar.Separator.swift
[21/37] Compiling DSFToolbar logging.swift
[22/37] Compiling DSFToolbar DSFToolbar.Search.swift
[23/37] Compiling DSFToolbar DSFToolbar.Segmented+catalyst.swift
[24/37] Compiling DSFToolbar DSFToolbar.Standard.swift
[25/37] Compiling DSFToolbar DSFToolbar.View.swift
[26/37] Compiling DSFToolbar DSFToolbar.PopupMenu.swift
[27/37] Compiling DSFToolbar DSFToolbar.ResultBuilders.swift
[28/37] Compiling DSFToolbar DSFToolbar.PopoverButton.swift
[29/37] Compiling DSFToolbar DSFToolbar.PopupButton.swift
[30/37] Compiling DSFToolbar DSFToolbar.Group.swift
[31/37] Compiling DSFToolbar DSFToolbar.Item.swift
[32/37] Compiling DSFToolbar DSFToolbar.swift
[33/37] Compiling DSFToolbar utilities.swift
[33/37] Write Objects.LinkFileList
[35/37] Archiving libDSFToolbar-static.a
[36/37] Linking libDSFToolbar-shared.dylib
Build complete! (11.64s)
Fetching https://github.com/dagronf/DSFValueBinders
[1/235] Fetching dsfvaluebinders
Fetched https://github.com/dagronf/DSFValueBinders from cache (0.67s)
Computing version for https://github.com/dagronf/DSFValueBinders
Computed https://github.com/dagronf/DSFValueBinders at 1.0.1 (1.23s)
Creating working copy for https://github.com/dagronf/DSFValueBinders
Working copy of https://github.com/dagronf/DSFValueBinders resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "dsfvaluebinders",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/DSFValueBinders"
}
],
"manifest_display_name" : "DSFToolbar",
"name" : "DSFToolbar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DSFToolbar",
"targets" : [
"DSFToolbar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFToolbar-static",
"targets" : [
"DSFToolbar"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFToolbar-shared",
"targets" : [
"DSFToolbar"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFToolbarTests",
"module_type" : "SwiftTarget",
"name" : "DSFToolbarTests",
"path" : "Tests/DSFToolbarTests",
"sources" : [
"DSFToolbarTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DSFToolbar"
],
"type" : "test"
},
{
"c99name" : "DSFToolbar",
"module_type" : "SwiftTarget",
"name" : "DSFToolbar",
"path" : "Sources/DSFToolbar",
"product_dependencies" : [
"DSFValueBinders"
],
"product_memberships" : [
"DSFToolbar",
"DSFToolbar-static",
"DSFToolbar-shared"
],
"sources" : [
"DSFToolbar.Button.swift",
"DSFToolbar.Core.swift",
"DSFToolbar.Group.swift",
"DSFToolbar.Item.swift",
"DSFToolbar.PopoverButton.swift",
"DSFToolbar.PopupButton.swift",
"DSFToolbar.PopupMenu.swift",
"DSFToolbar.ResultBuilders.swift",
"DSFToolbar.Search.swift",
"DSFToolbar.Segmented+catalyst.swift",
"DSFToolbar.Segmented.swift",
"DSFToolbar.Separator.swift",
"DSFToolbar.Standard.swift",
"DSFToolbar.View.swift",
"DSFToolbar.swift",
"logging.swift",
"utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.