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 master (0f66d3), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:14:04 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/NicerTouchBar
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0f66d30 Prepare for archiving
Cloned https://github.com/ChimeHQ/NicerTouchBar.git
Revision (git rev-parse @):
0f66d30d4f04fc69be78698ab671a52c0eea7802
SUCCESS checkout https://github.com/ChimeHQ/NicerTouchBar.git at master
========================================
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 TouchBarItemValidations.swift
[4/10] Compiling NicerTouchBar NSResponder+Validation.swift
[5/10] Compiling NicerTouchBar NSGroupTouchBarItem+Validation.swift
[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 NSPopoverTouchBarItem+Validation.swift
[8/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
[9/10] Compiling NicerTouchBar NSTouchBar+Validation.swift
[10/10] Compiling NicerTouchBar NSViewController+Binding.swift
Build complete! (6.55s)
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.