The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DSFInspectorPanes, reference 3.0.0 (a612f8), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 04:28:59 UTC.

Swift 6 data race errors: 19

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFInspectorPanes-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFInspectorPanes.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFInspectorPanes
 * tag               3.0.0      -> FETCH_HEAD
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 3.0.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dagronf/DSFInspectorPanes.git
https://github.com/dagronf/DSFInspectorPanes.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DSFInspectorPanes: /Users/admin/builder/spi-builder-workspace
resolved source packages: DSFInspectorPanes
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DSFInspectorPanes",
      "DSFInspectorPanes-Package",
      "DSFInspectorPanes-shared",
      "DSFInspectorPanes-static"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFInspectorPanes-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DSFInspectorPanes-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  DSFInspectorPanes: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DSFInspectorPanes-static' in project 'DSFInspectorPanes'
        ➜ Explicit dependency on target 'DSFInspectorPanes' in project 'DSFInspectorPanes'
    Target 'DSFInspectorPanes-shared' in project 'DSFInspectorPanes'
        ➜ Explicit dependency on target 'DSFInspectorPanes' in project 'DSFInspectorPanes'
    Target 'DSFInspectorPanes' in project 'DSFInspectorPanes'
        ➜ Explicit dependency on target 'DSFInspectorPanes' in project 'DSFInspectorPanes'
    Target 'DSFInspectorPanes' in project 'DSFInspectorPanes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7b3ec9f8eaf163509d558211d3b75809
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7b3ec9f8eaf163509d558211d3b75809.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/DSFInspectorPanes-shared.DependencyStaticMetadataFileList (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/DSFInspectorPanes-shared.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/DSFInspectorPanes-shared.DependencyMetadataFileList (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/DSFInspectorPanes-shared.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/empty-DSFInspectorPanes-shared.plist (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/empty-DSFInspectorPanes-shared.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftConstValuesFileList (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_const_extract_protocols.json (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.LinkFileList (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-OutputFileMap.json (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/Objects-normal/arm64/DSFInspectorPanes-shared.LinkFileList (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/Objects-normal/arm64/DSFInspectorPanes-shared.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.modulemap (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyStaticMetadataFileList (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyMetadataFileList (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/Current A (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Resources Versions/Current/Resources (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/DSFInspectorPanes-shared Versions/Current/DSFInspectorPanes-shared (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/DSFInspectorPanes-shared /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/DSFInspectorPanes-shared
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/Resources (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DSFInspectorPanes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.modulemap (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver DSFInspectorPanes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFInspectorPanes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DSFInspectorPanes+utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:37:14: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let title = NSTextField()
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:36:15: note: add '@MainActor' to make global function 'CreateInspectorTitleField()' part of global actor 'MainActor'
internal func CreateInspectorTitleField() -> NSTextField {
              ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:38:8: warning: main actor-isolated property 'cell' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        title.cell = RSVerticallyCenteredTextFieldCell()
              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:129:47: note: mutation of this property is only permitted within the actor
@property (nullable, strong) __kindof NSCell *cell;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:36:15: note: add '@MainActor' to make global function 'CreateInspectorTitleField()' part of global actor 'MainActor'
internal func CreateInspectorTitleField() -> NSTextField {
              ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:38:15: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        title.cell = RSVerticallyCenteredTextFieldCell()
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:101:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:101:1: note: main actor isolation inferred from inheritance from class 'NSActionCell'
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanes+utilities.swift:36:15: note: add '@MainActor' to make global function 'CreateInspectorTitleField()' part of global actor 'MainActor'
internal func CreateInspectorTitleField() -> NSTextField {
              ^
@MainActor
SwiftCompile normal arm64 Compiling\ DraggingStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:196:28: warning: call to main actor-isolated instance method 'bitmapImageRepForCachingDisplay(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                        guard let bitmap = view.bitmapImageRepForCachingDisplay(in: view.bounds) else { throw CacheError.bitmapCreationFailed }
                                                ^
AppKit.NSView.bitmapImageRepForCachingDisplay:2:22: note: calls to instance method 'bitmapImageRepForCachingDisplay(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func bitmapImageRepForCachingDisplay(in rect: NSRect) -> NSBitmapImageRep?}
                     ^
AppKit.NSView.bitmapImageRepForCachingDisplay:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func bitmapImageRepForCachingDisplay(in rect: NSRect) -> NSBitmapImageRep?}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:196:69: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        guard let bitmap = view.bitmapImageRepForCachingDisplay(in: view.bounds) else { throw CacheError.bitmapCreationFailed }
                                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: note: property declared here
@property NSRect bounds;
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:197:9: warning: call to main actor-isolated instance method 'cacheDisplay(in:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                        view.cacheDisplay(in: view.bounds, to: bitmap)
                             ^
AppKit.NSView.cacheDisplay:2:22: note: calls to instance method 'cacheDisplay(in:to:)' from outside of its actor context are implicitly asynchronous
@MainActor open func cacheDisplay(in rect: NSRect, to bitmapImageRep: NSBitmapImageRep)}
                     ^
AppKit.NSView.cacheDisplay:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func cacheDisplay(in rect: NSRect, to bitmapImageRep: NSBitmapImageRep)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:197:31: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        view.cacheDisplay(in: view.bounds, to: bitmap)
                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: note: property declared here
@property NSRect bounds;
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:199:17: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        frame = view.frame
                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:129:18: note: property declared here
@property NSRect frame;
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:197:9: warning: sending 'bitmap' risks causing data races; this is an error in the Swift 6 language mode
                        view.cacheDisplay(in: view.bounds, to: bitmap)
                        ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:197:9: note: sending 'bitmap' to main actor-isolated instance method 'cacheDisplay(in:to:)' risks causing data races between main actor-isolated and local nonisolated uses
                        view.cacheDisplay(in: view.bounds, to: bitmap)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:200:22: note: access can happen concurrently
                        contents = bitmap.cgImage
                                   ~~~~~~~^~~~~~~
SwiftCompile normal arm64 Compiling\ DSFInspectorPanesView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:159:8: warning: call to main actor-isolated instance method 'setup()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.setup()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift:30:7: note: calls to instance method 'setup()' from outside of its actor context are implicitly asynchronous
        func setup() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift:30:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func setup() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:165:8: warning: call to main actor-isolated instance method 'setup()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.setup()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift:30:7: note: calls to instance method 'setup()' from outside of its actor context are implicitly asynchronous
        func setup() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift:30:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func setup() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:167:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let b1 = NSButton(frame: CGRect(x: 0, y: 0, width: 50, height: 30))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:168:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                b1.title = "Default content"
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:169:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let b2 = NSButton(frame: CGRect(x: 0, y: 0, width: 50, height: 30))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:170:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                b2.title = "Expanded content"
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:171:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let b3 = NSButton(frame: CGRect(x: 0, y: 0, width: 50, height: 30))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:172:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                b3.title = "Content always visible"
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:173:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let b4 = NSButton(frame: CGRect(x: 0, y: 0, width: 50, height: 30))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:174:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                b4.title = "Collapsed content (not visible)"
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:175:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let b5 = NSButton(frame: CGRect(x: 0, y: 0, width: 50, height: 30))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:176:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                b5.title = "Visible content with no header"
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:178:8: warning: call to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.addPane(title: "Basic default", view: b1)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: calls to instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' from outside of its actor context are implicitly asynchronous
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:179:8: warning: call to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.addPane(title: "No Header", view: b5, showsHeader: false)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: calls to instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' from outside of its actor context are implicitly asynchronous
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:180:8: warning: call to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.addPane(title: "Expanded by default", view: b2)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: calls to instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' from outside of its actor context are implicitly asynchronous
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:181:8: warning: call to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.addPane(title: "No collapsing", view: b3, expansionType: .none)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: calls to instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' from outside of its actor context are implicitly asynchronous
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:183:12: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                let bv = NSButton(frame: CGRect(x: 0, y: 0, width: 40, height: 20))
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:21:1: note: main actor isolation inferred from inheritance from class 'NSControl'
- (instancetype)initWithFrame:(NSRect)frameRect NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:184:6: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                bv.title = ">🐶<"
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *title;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:185:8: warning: call to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.addPane(title: "Collapsed", view: b4, headerAccessoryView: bv, expansionType: .collapsed)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: calls to instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' from outside of its actor context are implicitly asynchronous
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:202:7: note: main actor isolation inferred from inheritance from class 'NSView'
        func addPane(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:187:8: warning: call to main actor-isolated instance method 'layout()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.layout()
                     ^
AppKit.NSView.layout:3:24: note: calls to instance method 'layout()' from outside of its actor context are implicitly asynchronous
  @MainActor open func layout()}
                       ^
AppKit.NSView.layout:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func layout()}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:178:8: warning: sending value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "Basic default", view: b1)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:178:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "Basic default", view: b1)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:178:8: warning: sending value of non-Sendable type 'DSFInspectorPaneExpansionType' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "Basic default", view: b1)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:178:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneExpansionType' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "Basic default", view: b1)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:179:8: warning: sending value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "No Header", view: b5, showsHeader: false)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:179:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "No Header", view: b5, showsHeader: false)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:179:8: warning: sending value of non-Sendable type 'DSFInspectorPaneExpansionType' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "No Header", view: b5, showsHeader: false)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:179:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneExpansionType' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "No Header", view: b5, showsHeader: false)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:180:8: warning: sending value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "Expanded by default", view: b2)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:180:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "Expanded by default", view: b2)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:180:8: warning: sending value of non-Sendable type 'DSFInspectorPaneExpansionType' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "Expanded by default", view: b2)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:180:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneExpansionType' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "Expanded by default", view: b2)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:181:8: warning: sending value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "No collapsing", view: b3, expansionType: .none)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:181:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "No collapsing", view: b3, expansionType: .none)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:185:8: warning: sending value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' risks causing data races; this is an error in the Swift 6 language mode
                self.addPane(title: "Collapsed", view: b4, headerAccessoryView: bv, expansionType: .collapsed)
                ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPanesView.swift:185:8: note: sending main actor-isolated value of non-Sendable type 'DSFInspectorPaneHeaderAccessoryVisibility' to main actor-isolated instance method 'addPane(title:view:showsHeader:headerAccessoryView:headerAccessoryVisibility:expansionType:)' risks causing races in between main actor-isolated and main actor-isolated uses
                self.addPane(title: "Collapsed", view: b4, headerAccessoryView: bv, expansionType: .collapsed)
                     ^
SwiftCompile normal arm64 Compiling\ DSFInspectorPane.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RSVerticallyCenteredTextFieldCell.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/RSVerticallyCenteredTextFieldCell.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/RSVerticallyCenteredTextFieldCell.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFInspectorPanes (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
EmitSwiftModule normal arm64 (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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
@available (macOS 10.12.2, *)
          ^
/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
@available (macOS 10.12.2, *)
          ^
/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
@available (macOS 10.12.2, *)
          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemIdentification.h:26:58: warning: main actor-isolated property 'identifier' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
@property (nullable, copy) NSUserInterfaceItemIdentifier identifier;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:588:39: note: add '@preconcurrency' to the 'DSFInspectorPane' conformance to defer isolation checking to run time
extension DSFInspectorPanesView.Pane: DSFInspectorPane {
                                      ^
                                      @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:44:12: note: requirement 'identifier' declared here
        @objc var identifier: NSUserInterfaceItemIdentifier? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:142:16: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
                override var title: String {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:46:12: note: requirement 'title' declared here
        @objc var title: String { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:589:6: warning: main actor-isolated property 'inspector' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var inspector: NSView? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:48:12: note: requirement 'inspector' declared here
        @objc var inspector: NSView? { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:593:6: warning: main actor-isolated property 'header' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var header: NSView? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:50:12: note: requirement 'header' declared here
        @objc var header: NSView? { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:601:6: warning: main actor-isolated property 'headerVisibility' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var headerVisibility: DSFInspectorPaneHeaderAccessoryVisibility {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:52:12: note: requirement 'headerVisibility' declared here
        @objc var headerVisibility: DSFInspectorPaneHeaderAccessoryVisibility { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:92:7: warning: main actor-isolated property 'canExpand' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
                var canExpand: Bool {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:54:12: note: requirement 'canExpand' declared here
        @objc var canExpand: Bool { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:608:6: warning: main actor-isolated property 'isExpanded' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var isExpanded: Bool {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:56:12: note: requirement 'isExpanded' declared here
        @objc var isExpanded: Bool { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:617:7: warning: main actor-isolated instance method 'setExpanded(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        func setExpanded(_ state: Bool, animated: Bool) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:617:7: note: add 'nonisolated' to 'setExpanded(_:animated:)' to make this instance method not isolated to the actor
        func setExpanded(_ state: Bool, animated: Bool) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:63:13: note: mark the protocol requirement 'setExpanded(_:animated:)' 'async' to allow actor-isolated conformances
        @objc func setExpanded(_ expanded: Bool, animated: Bool)
                   ^
                                                                 async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:406:23: warning: main actor-isolated property 'currentEvent' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let flags = NSApp.currentEvent?.modifierFlags, flags.contains(NSEvent.ModifierFlags.option) {
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:349:49: note: property declared here
@property (nullable, readonly, strong) NSEvent *currentEvent;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:405:17: note: add '@MainActor' to make global function 'isOptionKeyPressed()' part of global actor 'MainActor'
@inlinable func isOptionKeyPressed() -> Bool {
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:406:17: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let flags = NSApp.currentEvent?.modifierFlags, flags.contains(NSEvent.ModifierFlags.option) {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:405:17: note: add '@MainActor' to make global function 'isOptionKeyPressed()' part of global actor 'MainActor'
@inlinable func isOptionKeyPressed() -> Bool {
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:135:7: warning: main actor-isolated instance method 'moveUp()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func moveUp() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:135:7: note: add 'nonisolated' to 'moveUp()' to make this instance method not isolated to the actor
        func moveUp() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:134:34: note: add '@preconcurrency' to the 'DSFInspectorPanesAction' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DSFInspectorPanesAction {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:30:7: note: mark the protocol requirement 'moveUp()' 'async' to allow actor-isolated conformances
        func moveUp()
             ^
                      async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:139:7: warning: main actor-isolated instance method 'moveDown()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func moveDown() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:139:7: note: add 'nonisolated' to 'moveDown()' to make this instance method not isolated to the actor
        func moveDown() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:31:7: note: mark the protocol requirement 'moveDown()' 'async' to allow actor-isolated conformances
        func moveDown()
             ^
                        async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:143:7: warning: main actor-isolated instance method 'toggleVisibility()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func toggleVisibility() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:143:7: note: add 'nonisolated' to 'toggleVisibility()' to make this instance method not isolated to the actor
        func toggleVisibility() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:32:7: note: mark the protocol requirement 'toggleVisibility()' 'async' to allow actor-isolated conformances
        func toggleVisibility()
             ^
                                async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:151:7: warning: main actor-isolated instance method 'stackViewDidReorder()' cannot be used to satisfy nonisolated requirement from protocol 'DraggingStackViewProtocol'; this is an error in the Swift 6 language mode
        func stackViewDidReorder() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:151:7: note: add 'nonisolated' to 'stackViewDidReorder()' to make this instance method not isolated to the actor
        func stackViewDidReorder() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:150:34: note: add '@preconcurrency' to the 'DraggingStackViewProtocol' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DraggingStackViewProtocol {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:34:7: note: mark the protocol requirement 'stackViewDidReorder()' 'async' to allow actor-isolated conformances
        func stackViewDidReorder()
             ^
                                   async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:170:7: warning: main actor-isolated instance method 'inspectorPaneDidFocus' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPaneViewDelegate'; this is an error in the Swift 6 language mode
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:170:7: note: add 'nonisolated' to 'inspectorPaneDidFocus' to make this instance method not isolated to the actor
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:168:34: note: add '@preconcurrency' to the 'DSFInspectorPaneViewDelegate' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DSFInspectorPaneViewDelegate {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:31:7: note: mark the protocol requirement 'inspectorPaneDidFocus' 'async' to allow actor-isolated conformances
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane)
             ^
                                                                       async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:179:7: warning: main actor-isolated instance method 'inspectorPaneDidChangeVisibility' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPaneViewDelegate'; this is an error in the Swift 6 language mode
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:179:7: note: add 'nonisolated' to 'inspectorPaneDidChangeVisibility' to make this instance method not isolated to the actor
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:32:7: note: mark the protocol requirement 'inspectorPaneDidChangeVisibility' 'async' to allow actor-isolated conformances
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane)
             ^
                                                                                  async
SwiftCompile normal arm64 Compiling\ DSFInspectorPanesView+touchbar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+touchbar.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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
@available (macOS 10.12.2, *)
          ^
/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
@available (macOS 10.12.2, *)
          ^
/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
@available (macOS 10.12.2, *)
          ^
SwiftCompile normal arm64 Compiling\ DSFInspectorPanesView+pane.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemIdentification.h:26:58: warning: main actor-isolated property 'identifier' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
@property (nullable, copy) NSUserInterfaceItemIdentifier identifier;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:588:39: note: add '@preconcurrency' to the 'DSFInspectorPane' conformance to defer isolation checking to run time
extension DSFInspectorPanesView.Pane: DSFInspectorPane {
                                      ^
                                      @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:44:12: note: requirement 'identifier' declared here
        @objc var identifier: NSUserInterfaceItemIdentifier? { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:142:16: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
                override var title: String {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:46:12: note: requirement 'title' declared here
        @objc var title: String { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:589:6: warning: main actor-isolated property 'inspector' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var inspector: NSView? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:48:12: note: requirement 'inspector' declared here
        @objc var inspector: NSView? { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:593:6: warning: main actor-isolated property 'header' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var header: NSView? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:50:12: note: requirement 'header' declared here
        @objc var header: NSView? { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:601:6: warning: main actor-isolated property 'headerVisibility' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var headerVisibility: DSFInspectorPaneHeaderAccessoryVisibility {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:52:12: note: requirement 'headerVisibility' declared here
        @objc var headerVisibility: DSFInspectorPaneHeaderAccessoryVisibility { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:92:7: warning: main actor-isolated property 'canExpand' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
                var canExpand: Bool {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:54:12: note: requirement 'canExpand' declared here
        @objc var canExpand: Bool { get }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:608:6: warning: main actor-isolated property 'isExpanded' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        var isExpanded: Bool {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:56:12: note: requirement 'isExpanded' declared here
        @objc var isExpanded: Bool { get set }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:617:7: warning: main actor-isolated instance method 'setExpanded(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPane'; this is an error in the Swift 6 language mode
        func setExpanded(_ state: Bool, animated: Bool) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:617:7: note: add 'nonisolated' to 'setExpanded(_:animated:)' to make this instance method not isolated to the actor
        func setExpanded(_ state: Bool, animated: Bool) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/DSFInspectorPane.swift:63:13: note: mark the protocol requirement 'setExpanded(_:animated:)' 'async' to allow actor-isolated conformances
        @objc func setExpanded(_ expanded: Bool, animated: Bool)
                   ^
                                                                 async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:406:23: warning: main actor-isolated property 'currentEvent' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let flags = NSApp.currentEvent?.modifierFlags, flags.contains(NSEvent.ModifierFlags.option) {
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:349:49: note: property declared here
@property (nullable, readonly, strong) NSEvent *currentEvent;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:405:17: note: add '@MainActor' to make global function 'isOptionKeyPressed()' part of global actor 'MainActor'
@inlinable func isOptionKeyPressed() -> Bool {
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:406:17: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let flags = NSApp.currentEvent?.modifierFlags, flags.contains(NSEvent.ModifierFlags.option) {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:405:17: note: add '@MainActor' to make global function 'isOptionKeyPressed()' part of global actor 'MainActor'
@inlinable func isOptionKeyPressed() -> Bool {
                ^
@MainActor
SwiftCompile normal arm64 Compiling\ DSFInspectorPanesView+layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+layout.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DSFInspectorPanesView+private.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:135:7: warning: main actor-isolated instance method 'moveUp()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func moveUp() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:135:7: note: add 'nonisolated' to 'moveUp()' to make this instance method not isolated to the actor
        func moveUp() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:134:34: note: add '@preconcurrency' to the 'DSFInspectorPanesAction' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DSFInspectorPanesAction {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:30:7: note: mark the protocol requirement 'moveUp()' 'async' to allow actor-isolated conformances
        func moveUp()
             ^
                      async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:139:7: warning: main actor-isolated instance method 'moveDown()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func moveDown() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:139:7: note: add 'nonisolated' to 'moveDown()' to make this instance method not isolated to the actor
        func moveDown() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:31:7: note: mark the protocol requirement 'moveDown()' 'async' to allow actor-isolated conformances
        func moveDown()
             ^
                        async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:143:7: warning: main actor-isolated instance method 'toggleVisibility()' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPanesAction'; this is an error in the Swift 6 language mode
        func toggleVisibility() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:143:7: note: add 'nonisolated' to 'toggleVisibility()' to make this instance method not isolated to the actor
        func toggleVisibility() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:32:7: note: mark the protocol requirement 'toggleVisibility()' 'async' to allow actor-isolated conformances
        func toggleVisibility()
             ^
                                async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:151:7: warning: main actor-isolated instance method 'stackViewDidReorder()' cannot be used to satisfy nonisolated requirement from protocol 'DraggingStackViewProtocol'; this is an error in the Swift 6 language mode
        func stackViewDidReorder() {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:151:7: note: add 'nonisolated' to 'stackViewDidReorder()' to make this instance method not isolated to the actor
        func stackViewDidReorder() {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:150:34: note: add '@preconcurrency' to the 'DraggingStackViewProtocol' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DraggingStackViewProtocol {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/3rd-party/DraggingStackView.swift:34:7: note: mark the protocol requirement 'stackViewDidReorder()' 'async' to allow actor-isolated conformances
        func stackViewDidReorder()
             ^
                                   async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:170:7: warning: main actor-isolated instance method 'inspectorPaneDidFocus' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPaneViewDelegate'; this is an error in the Swift 6 language mode
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:170:7: note: add 'nonisolated' to 'inspectorPaneDidFocus' to make this instance method not isolated to the actor
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:168:34: note: add '@preconcurrency' to the 'DSFInspectorPaneViewDelegate' conformance to defer isolation checking to run time
extension DSFInspectorPanesView: DSFInspectorPaneViewDelegate {
                                 ^
                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:31:7: note: mark the protocol requirement 'inspectorPaneDidFocus' 'async' to allow actor-isolated conformances
        func inspectorPaneDidFocus(_ pane: DSFInspectorPanesView.Pane)
             ^
                                                                       async
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:179:7: warning: main actor-isolated instance method 'inspectorPaneDidChangeVisibility' cannot be used to satisfy nonisolated requirement from protocol 'DSFInspectorPaneViewDelegate'; this is an error in the Swift 6 language mode
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane) {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+private.swift:179:7: note: add 'nonisolated' to 'inspectorPaneDidChangeVisibility' to make this instance method not isolated to the actor
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane) {
             ^
        nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DSFInspectorPanes/private/DSFInspectorPanesView+pane.swift:32:7: note: mark the protocol requirement 'inspectorPaneDidChangeVisibility' 'async' to allow actor-isolated conformances
        func inspectorPaneDidChangeVisibility(_ pane: DSFInspectorPanesView.Pane)
             ^
                                                                                  async
SwiftDriverJobDiscovery normal arm64 Emitting module for DSFInspectorPanes (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriver\ Compilation\ Requirements DSFInspectorPanes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFInspectorPanes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DSFInspectorPanes-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-Swift.h (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DSFInspectorPanes-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftdoc (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.abi.json (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftsourceinfo (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanesView+private.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanesView+touchbar.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanesView+layout.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanesView+pane.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling RSVerticallyCenteredTextFieldCell.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanes+utilities.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DraggingStackView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriverJobDiscovery normal arm64 Compiling DSFInspectorPanesView.swift (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
SwiftDriver\ Compilation DSFInspectorPanes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFInspectorPanes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.o normal (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.o
ExtractAppIntentsMetadata (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DSFInspectorPanes --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.DSFInspectorPanes --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/DSFInspectorPanes.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 21:28:58.325 appintentsmetadataprocessor[719:4083] Starting appintentsmetadataprocessor export
2025-04-28 21:28:58.364 appintentsmetadataprocessor[719:4083] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.o (in target 'DSFInspectorPanes' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DSFInspectorPanes.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/empty-DSFInspectorPanes-shared.plist (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/empty-DSFInspectorPanes-shared.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/Resources/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared normal (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/Objects-normal/arm64/DSFInspectorPanes-shared.LinkFileList -install_name @rpath/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/Objects-normal/arm64/DSFInspectorPanes-shared_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes-shared\ product.build/Objects-normal/arm64/DSFInspectorPanes-shared_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFInspectorPanes.build/Debug/DSFInspectorPanes.build/Objects-normal/arm64/DSFInspectorPanes.swiftmodule
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared.tbd (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DSFInspectorPanes-shared.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/DSFInspectorPanes-shared.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared.tbd (in target 'DSFInspectorPanes-shared' from project 'DSFInspectorPanes')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/Versions/A/DSFInspectorPanes-shared.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DSFInspectorPanes-shared.framework/DSFInspectorPanes-shared.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:bd04056263b4ee909bacdfb7e2fce01fb5d842b8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:bd04056263b4ee909bacdfb7e2fce01fb5d842b8, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:bd04056263b4ee909bacdfb7e2fce01fb5d842b8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:bd04056263b4ee909bacdfb7e2fce01fb5d842b8, name:My Mac }
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.