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 master (0f66d3), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 21:50:23 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
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
========================================
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.74s)
Creating working copy for https://github.com/ChimeHQ/NicerTouchBar.git
Working copy of https://github.com/ChimeHQ/NicerTouchBar.git resolved at master (0f66d30)
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
{
  "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"
}
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling NicerTouchBar NSTouchBar+Validation.swift
[4/10] Compiling NicerTouchBar TouchBarItemValidations.swift
[5/10] Compiling NicerTouchBar NSResponder+Validation.swift
[6/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
[7/10] Compiling NicerTouchBar NSGroupTouchBarItem+Validation.swift
[8/10] Compiling NicerTouchBar NSPopoverTouchBarItem+Validation.swift
[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 NSViewController+Binding.swift
Build complete! (9.67s)
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.