Build Information
Successful build of ColorPopoverWell, reference main (950624
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 15:57:42 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 .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KarlKraft/ColorPopoverWell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KarlKraft/ColorPopoverWell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 950624c chore: update pre-commit hooks (#35)
Cloned https://github.com/KarlKraft/ColorPopoverWell.git
Revision (git rev-parse @):
950624ced4015867a6e2c7930b2ae252aa386fb4
SUCCESS checkout https://github.com/KarlKraft/ColorPopoverWell.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": "colorpopoverwell",
"name": "ColorPopoverWell",
"url": "https://github.com/KarlKraft/ColorPopoverWell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorPopoverWell",
"dependencies": [
]
}
]
}
Fetching https://github.com/KarlKraft/ColorPopoverWell.git
[1/454] Fetching colorpopoverwell
Fetched https://github.com/KarlKraft/ColorPopoverWell.git from cache (1.05s)
Creating working copy for https://github.com/KarlKraft/ColorPopoverWell.git
Working copy of https://github.com/KarlKraft/ColorPopoverWell.git resolved at main (950624c)
warning: '.resolve-product-dependencies': dependency 'colorpopoverwell' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/KarlKraft/ColorPopoverWell.git
https://github.com/KarlKraft/ColorPopoverWell.git
{
"dependencies" : [
],
"manifest_display_name" : "ColorPopoverWell",
"name" : "ColorPopoverWell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorPopoverWell",
"targets" : [
"ColorPopoverWell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorPopoverWellTests",
"module_type" : "SwiftTarget",
"name" : "ColorPopoverWellTests",
"path" : "Tests/ColorPopoverWellTests",
"sources" : [
"ColorPopoverWellTests.swift"
],
"target_dependencies" : [
"ColorPopoverWell"
],
"type" : "test"
},
{
"c99name" : "ColorPopoverWell",
"module_type" : "SwiftTarget",
"name" : "ColorPopoverWell",
"path" : "Sources/ColorPopoverWell",
"product_memberships" : [
"ColorPopoverWell"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ColorPopoverWell/Resources/ColorPopoverWell.xib",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ColorPopoverWell.swift",
"Internal/ColorPopoverGradientSwatch.swift",
"Internal/ColorPopoverSwatch.swift",
"Internal/PaintCode.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/3] Write sources
[0/3] Copying ColorPopoverWell.xib
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling ColorPopoverWell resource_bundle_accessor.swift
[5/9] Compiling ColorPopoverWell ColorPopoverSwatch.swift
[6/9] Compiling ColorPopoverWell ColorPopoverGradientSwatch.swift
[7/9] Compiling ColorPopoverWell PaintCode.swift
[8/9] Emitting module ColorPopoverWell
[9/9] Compiling ColorPopoverWell ColorPopoverWell.swift
Build complete! (7.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorPopoverWell",
"name" : "ColorPopoverWell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorPopoverWell",
"targets" : [
"ColorPopoverWell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorPopoverWellTests",
"module_type" : "SwiftTarget",
"name" : "ColorPopoverWellTests",
"path" : "Tests/ColorPopoverWellTests",
"sources" : [
"ColorPopoverWellTests.swift"
],
"target_dependencies" : [
"ColorPopoverWell"
],
"type" : "test"
},
{
"c99name" : "ColorPopoverWell",
"module_type" : "SwiftTarget",
"name" : "ColorPopoverWell",
"path" : "Sources/ColorPopoverWell",
"product_memberships" : [
"ColorPopoverWell"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ColorPopoverWell/Resources/ColorPopoverWell.xib",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ColorPopoverWell.swift",
"Internal/ColorPopoverGradientSwatch.swift",
"Internal/ColorPopoverSwatch.swift",
"Internal/PaintCode.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.