Build Information
Successful build of Dusk, reference main (e3ac3a
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:26:37 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/ChimeHQ/Dusk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Dusk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e3ac3ae Prepare for archiving
Cloned https://github.com/ChimeHQ/Dusk.git
Revision (git rev-parse @):
e3ac3aeb73f8fc7993090dbf9e82af88d82016cf
SUCCESS checkout https://github.com/ChimeHQ/Dusk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/Dusk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Dusk ApearanceObserver.swift
[4/9] Emitting module Dusk
[5/9] Compiling Dusk DynamicColorProviderCollection.swift
[6/9] Compiling Dusk DynamicColor.swift
[7/9] Compiling Dusk WrappedColor.swift
[8/9] Compiling Dusk NSAppearance+Modification.swift
[9/9] Compiling Dusk NSAppearance+Queries.swift
Build complete! (7.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dusk",
"name" : "Dusk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "Dusk",
"targets" : [
"Dusk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DuskTests",
"module_type" : "SwiftTarget",
"name" : "DuskTests",
"path" : "Tests/DuskTests",
"sources" : [
"DynamicColorTests.swift",
"NSAppearanceTests.swift",
"WrappedColorTests.swift"
],
"target_dependencies" : [
"Dusk"
],
"type" : "test"
},
{
"c99name" : "Dusk",
"module_type" : "SwiftTarget",
"name" : "Dusk",
"path" : "Sources/Dusk",
"product_memberships" : [
"Dusk"
],
"sources" : [
"ApearanceObserver.swift",
"DynamicColor.swift",
"DynamicColorProviderCollection.swift",
"NSAppearance+Modification.swift",
"NSAppearance+Queries.swift",
"WrappedColor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.