The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NicerTouchBar, reference 1.0.6 (567dd7), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:14:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/NicerTouchBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling NicerTouchBar NSGroupTouchBarItem+Validation.swift
[4/10] Compiling NicerTouchBar NSPopoverTouchBarItem+Validation.swift
[5/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
[6/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
[7/10] Compiling NicerTouchBar TouchBarItemValidations.swift
[8/10] Compiling NicerTouchBar NSTouchBar+Validation.swift
[9/10] Compiling NicerTouchBar NSResponder+Validation.swift
[10/10] Compiling NicerTouchBar NSViewController+Binding.swift
Build complete! (6.94s)
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.