Build Information
Successful build of DSFToggleButton, reference master (434fab
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:20:28 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/DSFToggleButton.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFToggleButton
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 434fab2 Update copyright
Cloned https://github.com/dagronf/DSFToggleButton.git
Revision (git rev-parse @):
434fab25cde1d9876350107a5edb1825a8e29fda
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/DSFToggleButton.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/DSFToggleButton.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/19] Compiling DSFAppearanceManager WeakBag.swift
[5/19] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[6/19] Compiling DSFAppearanceManager DSFSimpleLock.swift
[7/19] Compiling DSFAppearanceManager DSFDebounce.swift
[8/19] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[9/20] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[10/20] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[11/20] Emitting module DSFAppearanceManager
[12/20] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[13/20] Compiling DSFAppearanceManager NSView+Appearance.swift
[14/20] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[15/20] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[16/20] Compiling DSFAppearanceManager WeakBox.swift
[17/24] Compiling DSFToggleButton DSFToggleButton.swift
[18/24] Compiling DSFToggleButton DSFToggleButton+extensions.swift
[19/24] Emitting module DSFToggleButton
[20/24] Compiling DSFToggleButton DSFToggleButton+SwiftUI.swift
[20/24] Write Objects.LinkFileList
[22/24] Archiving libDSFToggleButton-static.a
[23/24] Linking libDSFToggleButton-shared.dylib
Build complete! (11.22s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (1.15s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.1 (1.65s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "dsfappearancemanager",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.0",
"upper_bound" : "3.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/DSFAppearanceManager"
}
],
"manifest_display_name" : "DSFToggleButton",
"name" : "DSFToggleButton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DSFToggleButton",
"targets" : [
"DSFToggleButton"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFToggleButton-static",
"targets" : [
"DSFToggleButton"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFToggleButton-shared",
"targets" : [
"DSFToggleButton"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFToggleButtonTests",
"module_type" : "SwiftTarget",
"name" : "DSFToggleButtonTests",
"path" : "Tests/DSFToggleButtonTests",
"sources" : [
"DSFToggleButtonTests.swift"
],
"target_dependencies" : [
"DSFToggleButton"
],
"type" : "test"
},
{
"c99name" : "DSFToggleButton",
"module_type" : "SwiftTarget",
"name" : "DSFToggleButton",
"path" : "Sources/DSFToggleButton",
"product_dependencies" : [
"DSFAppearanceManager"
],
"product_memberships" : [
"DSFToggleButton",
"DSFToggleButton-static",
"DSFToggleButton-shared"
],
"sources" : [
"DSFToggleButton+SwiftUI.swift",
"DSFToggleButton+extensions.swift",
"DSFToggleButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.