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 NicerTouchBar, reference 1.0.6 (567dd7), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 13:05:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/NicerTouchBar.git
[1/184] Fetching nicertouchbar
Fetched https://github.com/ChimeHQ/NicerTouchBar.git from cache (0.80s)
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.0
Building package at path:  $PWD
https://github.com/ChimeHQ/NicerTouchBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling NicerTouchBar TouchBarItemValidations.swift
[4/10] Compiling NicerTouchBar NSViewController+Binding.swift
[5/10] Compiling NicerTouchBar NSPopoverTouchBarItem+Validation.swift
[6/10] Compiling NicerTouchBar NSTouchBar+Validation.swift
[7/10] Compiling NicerTouchBar NSGroupTouchBarItem+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] 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
[10/10] Compiling NicerTouchBar NSResponder+Validation.swift
Build complete! (10.33s)
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.