Build Information
Successful build of DSFInspectorPanes, reference master (a612f8
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:29:12 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/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 a612f82 Drop support for 10.11, 10.12
Cloned https://github.com/dagronf/DSFInspectorPanes.git
Revision (git rev-parse @):
a612f82220ba8fb816246d9eded0b02b27e19632
SUCCESS checkout https://github.com/dagronf/DSFInspectorPanes.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/DSFInspectorPanes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling DSFInspectorPanes DSFInspectorPanesView+touchbar.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:31:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 | // MARK: - Touch bar handling
30 |
31 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
32 | extension DSFInspectorPanesView: NSTouchBarDelegate {
33 |
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:74:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
72 | }
73 |
74 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
75 | extension DSFInspectorPanesView {
76 | func updateTouchbarTitleForVisibility(for pane: DSFInspectorPanesView.Pane, at index: Int? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:95:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
93 | }
94 |
95 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
96 | class DSFInspectorPanesPopoverTouchBar: NSTouchBar, NSTouchBarDelegate {
97 |
[4/16] Compiling DSFInspectorPanes DSFInspectorPanesView+private.swift
[5/16] Compiling DSFInspectorPanes DSFInspectorPanesView+layout.swift
[6/16] Compiling DSFInspectorPanes RSVerticallyCenteredTextFieldCell.swift
[7/16] Compiling DSFInspectorPanes DSFInspectorPanes+utilities.swift
[8/16] Compiling DSFInspectorPanes DSFInspectorPanesView.swift
[9/16] Compiling DSFInspectorPanes DSFInspectorPane.swift
[10/16] Emitting module DSFInspectorPanes
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:31:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 | // MARK: - Touch bar handling
30 |
31 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
32 | extension DSFInspectorPanesView: NSTouchBarDelegate {
33 |
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:74:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
72 | }
73 |
74 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
75 | extension DSFInspectorPanesView {
76 | func updateTouchbarTitleForVisibility(for pane: DSFInspectorPanesView.Pane, at index: Int? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift:95:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
93 | }
94 |
95 | @available (macOS 10.12.2, *)
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
96 | class DSFInspectorPanesPopoverTouchBar: NSTouchBar, NSTouchBarDelegate {
97 |
[11/16] Compiling DSFInspectorPanes DraggingStackView.swift
[12/16] Compiling DSFInspectorPanes DSFInspectorPanesView+pane.swift
[12/16] Write Objects.LinkFileList
[14/16] Archiving libDSFInspectorPanes-static.a
[15/16] Linking libDSFInspectorPanes-shared.dylib
Build complete! (7.87s)
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.