The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NicerTouchBar, reference 1.0.6 (567dd7), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:21:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/NicerTouchBar.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/NicerTouchBar
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 567dd79 Remove swiftlint install
Cloned https://github.com/ChimeHQ/NicerTouchBar.git
Revision (git rev-parse @):
567dd79a994c42b543a07176e0d1faffa4cb2fdf
SUCCESS checkout https://github.com/ChimeHQ/NicerTouchBar.git at 1.0.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "nicertouchbar",
      "name": "NicerTouchBar",
      "url": "https://github.com/ChimeHQ/NicerTouchBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NicerTouchBar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/NicerTouchBar.git
[1/184] Fetching nicertouchbar
Fetched https://github.com/ChimeHQ/NicerTouchBar.git from cache (0.64s)
Creating working copy for https://github.com/ChimeHQ/NicerTouchBar.git
Working copy of https://github.com/ChimeHQ/NicerTouchBar.git resolved at 1.0.6 (567dd79)
warning: '.resolve-product-dependencies': dependency 'nicertouchbar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/NicerTouchBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling NicerTouchBar NSViewController+Binding.swift
[4/10] Compiling NicerTouchBar TouchBarItemValidations.swift
[5/10] Emitting module NicerTouchBar
/Users/admin/builder/spi-builder-workspace/Sources/NicerTouchBar/NSCustomTouchBarItem+Validation.swift:12:1: warning: extension declares a conformance of imported type 'NSCustomTouchBarItem' to imported protocol 'NSValidatedUserInterfaceItem'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
10 |
11 | @available(OSX 10.12.2, *)
12 | extension NSCustomTouchBarItem: NSValidatedUserInterfaceItem {
   | |- warning: extension declares a conformance of imported type 'NSCustomTouchBarItem' to imported protocol 'NSValidatedUserInterfaceItem'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     var control: NSControl? {
14 |         return view as? NSControl
[6/10] Compiling NicerTouchBar NSGroupTouchBarItem+Validation.swift
[7/10] Compiling NicerTouchBar NSCustomTouchBarItem+Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/NicerTouchBar/NSCustomTouchBarItem+Validation.swift:12:1: warning: extension declares a conformance of imported type 'NSCustomTouchBarItem' to imported protocol 'NSValidatedUserInterfaceItem'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
10 |
11 | @available(OSX 10.12.2, *)
12 | extension NSCustomTouchBarItem: NSValidatedUserInterfaceItem {
   | |- warning: extension declares a conformance of imported type 'NSCustomTouchBarItem' to imported protocol 'NSValidatedUserInterfaceItem'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     var control: NSControl? {
14 |         return view as? NSControl
[8/10] Compiling NicerTouchBar NSResponder+Validation.swift
[9/10] Compiling NicerTouchBar NSTouchBar+Validation.swift
[10/10] Compiling NicerTouchBar NSPopoverTouchBarItem+Validation.swift
Build complete! (8.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NicerTouchBar",
  "name" : "NicerTouchBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "NicerTouchBar",
      "targets" : [
        "NicerTouchBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NicerTouchBarTests",
      "module_type" : "SwiftTarget",
      "name" : "NicerTouchBarTests",
      "path" : "Tests/NicerTouchBarTests",
      "sources" : [
        "NicerTouchBarTests.swift",
        "TouchBarDelegate.swift"
      ],
      "target_dependencies" : [
        "NicerTouchBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NicerTouchBar",
      "module_type" : "SwiftTarget",
      "name" : "NicerTouchBar",
      "path" : "Sources/NicerTouchBar",
      "product_memberships" : [
        "NicerTouchBar"
      ],
      "sources" : [
        "NSCustomTouchBarItem+Validation.swift",
        "NSGroupTouchBarItem+Validation.swift",
        "NSPopoverTouchBarItem+Validation.swift",
        "NSResponder+Validation.swift",
        "NSTouchBar+Validation.swift",
        "NSViewController+Binding.swift",
        "TouchBarItemValidations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.