This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 KeyHolder with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clipy/KeyHolder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clipy/KeyHolder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 959b713 Bump rexml from 3.2.6 to 3.2.8 (#73)
Submodule path 'Carthage/Checkouts/Magnet': checked out '26d672a031fd33eac94887b4e19aca0ab4761f45'
Submodule path 'Carthage/Checkouts/Magnet/Carthage/Checkouts/Sauce': checked out '8f8fabaa8509c1a653d6c2c3c87396a4c493d876'
Submodule path 'Carthage/Checkouts/Sauce': checked out '8f8fabaa8509c1a653d6c2c3c87396a4c493d876'
Submodule 'Carthage/Checkouts/Magnet' (https://github.com/Clipy/Magnet.git) registered for path 'Carthage/Checkouts/Magnet'
Submodule 'Carthage/Checkouts/Sauce' (https://github.com/Clipy/Sauce.git) registered for path 'Carthage/Checkouts/Sauce'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Magnet'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Sauce'...
Submodule 'Carthage/Checkouts/Sauce' (https://github.com/Clipy/Sauce.git) registered for path 'Carthage/Checkouts/Magnet/Carthage/Checkouts/Sauce'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Magnet/Carthage/Checkouts/Sauce'...
Cloned https://github.com/Clipy/KeyHolder.git
Revision (git rev-parse @):
959b713a4f6d9f7bfb08e5b21011b165836fa213
SUCCESS checkout https://github.com/Clipy/KeyHolder.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Clipy/KeyHolder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/13] Compiling Sauce TISInputSource+Property.swift
[6/13] Compiling Sauce SpecialKeyCode.swift
[7/13] Compiling Sauce ModifierTransformer.swift
[8/13] Compiling Sauce Sauce.swift
[9/13] Compiling Sauce KeyboardLayout.swift
[10/13] Compiling Sauce InputSource.swift
[11/13] Compiling Sauce Key.swift
[12/13] Compiling Sauce NSMenuItem+Key.swift
[13/13] Emitting module Sauce
[14/22] Compiling Magnet HotKeyCenter.swift
[15/22] Compiling Magnet NSEventExtension.swift
[16/22] Compiling Magnet CollectionExtension.swift
[17/22] Compiling Magnet IntExtension.swift
[18/22] Compiling Magnet ModifierEventHandler.swift
[19/22] Compiling Magnet HotKey.swift
[20/22] Compiling Magnet KeyCombo.swift
[21/22] Emitting module Magnet
[22/22] Compiling Magnet KeyExtension.swift
[23/26] Compiling KeyHolder NSColorExtension.swift
[24/26] Compiling KeyHolder RecordView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Sauce/Lib/Sauce/Sauce.swift:24:23: warning: class property 'shared' is not concurrency-safe because non-'Sendable' type 'Sauce' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | }
 20 |
 21 | open class Sauce {
    |            `- note: class 'Sauce' does not conform to the 'Sendable' protocol
 22 |
 23 |     // MARK: - Properties
 24 |     public static let shared = Sauce()
    |                       |- warning: class property 'shared' is not concurrency-safe because non-'Sendable' type 'Sauce' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 |     private let layout: KeyboardLayout
[25/26] Emitting module KeyHolder
[26/26] Compiling KeyHolder ClearButton.swift
Build complete! (34.54s)
Fetching https://github.com/Clipy/Magnet
[1/1328] Fetching magnet
Fetched https://github.com/Clipy/Magnet from cache (0.93s)
Computing version for https://github.com/Clipy/Magnet
Computed https://github.com/Clipy/Magnet at 3.4.0 (0.66s)
Fetching https://github.com/Clipy/Sauce
[1/865] Fetching sauce
Fetched https://github.com/Clipy/Sauce from cache (0.97s)
Computing version for https://github.com/Clipy/Sauce
Computed https://github.com/Clipy/Sauce at 2.4.1 (0.65s)
Creating working copy for https://github.com/Clipy/Magnet
Working copy of https://github.com/Clipy/Magnet resolved at 3.4.0
Creating working copy for https://github.com/Clipy/Sauce
Working copy of https://github.com/Clipy/Sauce resolved at 2.4.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "magnet",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.0",
            "upper_bound" : "3.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Clipy/Magnet"
    }
  ],
  "manifest_display_name" : "KeyHolder",
  "name" : "KeyHolder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "KeyHolder",
      "targets" : [
        "KeyHolder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "KeyHolderTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyHolderTests",
      "path" : "Lib/KeyHolderTests",
      "sources" : [
        "KeyHolderTests.swift"
      ],
      "target_dependencies" : [
        "KeyHolder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyHolder",
      "module_type" : "SwiftTarget",
      "name" : "KeyHolder",
      "path" : "Lib/KeyHolder",
      "product_dependencies" : [
        "Magnet"
      ],
      "product_memberships" : [
        "KeyHolder"
      ],
      "sources" : [
        "ClearButton.swift",
        "Extensions/NSColorExtension.swift",
        "RecordView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.