Build Information
Successful build of Dusk, reference main (e3ac3a
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 09:36:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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": "dusk",
"name": "Dusk",
"url": "https://github.com/ChimeHQ/Dusk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dusk",
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/Dusk.git
[1/159] Fetching dusk
Fetched https://github.com/ChimeHQ/Dusk.git from cache (0.76s)
Creating working copy for https://github.com/ChimeHQ/Dusk.git
Working copy of https://github.com/ChimeHQ/Dusk.git resolved at main (e3ac3ae)
warning: '.resolve-product-dependencies': dependency 'dusk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChimeHQ/Dusk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/9] Compiling Dusk DynamicColorProviderCollection.swift
[4/9] Compiling Dusk NSAppearance+Queries.swift
[5/9] Emitting module Dusk
[6/9] Compiling Dusk ApearanceObserver.swift
[7/9] Compiling Dusk DynamicColor.swift
[8/9] Compiling Dusk NSAppearance+Modification.swift
[9/9] Compiling Dusk WrappedColor.swift
Build complete! (9.67s)
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.