Build Information
Successful build of DSFInspectorPanes, reference master (8f9b98), with Swift 6.0 for macOS (SPM) on 30 Sep 2025 02:08:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFInspectorPanes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFInspectorPanes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8f9b984 Minor documentation
Cloned https://github.com/dagronf/DSFInspectorPanes.git
Revision (git rev-parse @):
8f9b9847d3b85e77c21067c50788b457380331ff
SUCCESS checkout https://github.com/dagronf/DSFInspectorPanes.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dagronf/DSFInspectorPanes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-5BDAB9E9C0126B9D.txt
[3/16] Emitting module DSFInspectorPanes
[4/16] Compiling DSFInspectorPanes DraggingStackView.swift
[5/16] Compiling DSFInspectorPanes DSFInspectorPanesView+touchbar.swift
[6/16] Compiling DSFInspectorPanes DSFInspectorPanesView+pane.swift
[7/16] Compiling DSFInspectorPanes DSFInspectorPane.swift
[8/16] Compiling DSFInspectorPanes RSVerticallyCenteredTextFieldCell.swift
[9/16] Compiling DSFInspectorPanes DSFInspectorPanes+utilities.swift
[10/16] Compiling DSFInspectorPanes DSFInspectorPanesView+layout.swift
[11/16] Compiling DSFInspectorPanes DSFInspectorPanesView+private.swift
[12/16] Compiling DSFInspectorPanes DSFInspectorPanesView.swift
[12/16] Write Objects.LinkFileList
[14/16] Archiving libDSFInspectorPanes-static.a
[15/16] Linking libDSFInspectorPanes-shared.dylib
Build complete! (7.53s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DSFInspectorPanes",
"name" : "DSFInspectorPanes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DSFInspectorPanes",
"targets" : [
"DSFInspectorPanes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFInspectorPanes-static",
"targets" : [
"DSFInspectorPanes"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFInspectorPanes-shared",
"targets" : [
"DSFInspectorPanes"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFInspectorPanesTests",
"module_type" : "SwiftTarget",
"name" : "DSFInspectorPanesTests",
"path" : "Tests/DSFInspectorPanesTests",
"sources" : [
"DSFInspectorPanesTests.swift"
],
"target_dependencies" : [
"DSFInspectorPanes"
],
"type" : "test"
},
{
"c99name" : "DSFInspectorPanes",
"module_type" : "SwiftTarget",
"name" : "DSFInspectorPanes",
"path" : "Sources/DSFInspectorPanes",
"product_memberships" : [
"DSFInspectorPanes",
"DSFInspectorPanes-static",
"DSFInspectorPanes-shared"
],
"sources" : [
"DSFInspectorPane.swift",
"DSFInspectorPanesView.swift",
"private/3rd-party/DraggingStackView.swift",
"private/3rd-party/RSVerticallyCenteredTextFieldCell.swift",
"private/DSFInspectorPanes+utilities.swift",
"private/DSFInspectorPanesView+layout.swift",
"private/DSFInspectorPanesView+pane.swift",
"private/DSFInspectorPanesView+private.swift",
"private/DSFInspectorPanesView+touchbar.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.