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 ActionsKit, reference master (f0864e), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:02:35 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/elegantchaos/ActionsKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/ActionsKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f0864e1 added license
Cloned https://github.com/elegantchaos/ActionsKit.git
Revision (git rev-parse @):
f0864e1e7203d4d3bea713581cffb7f3359fbdc9
SUCCESS checkout https://github.com/elegantchaos/ActionsKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/ActionsKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[5/8] Write swift-version-1EA4D86E10B52AF.txt
[7/21] Compiling Localization Localization.swift
[8/21] Emitting module Localization
[9/21] Compiling Localization String+Localization.swift
[10/21] Compiling Logger PrintHandler.swift
[11/21] Compiling Logger UserDefaultsManagerSettings.swift
[11/21] Write Objects.LinkFileList
[13/21] Emitting module Logger
[14/21] Compiling Logger Context.swift
[15/21] Compiling Logger Channel.swift
[15/21] Archiving libLocalization.a
[17/21] Compiling Logger ManagerSettings.swift
[18/21] Compiling Logger Handler.swift
[19/21] Compiling Logger OSLogHandler.swift
[20/21] Compiling Logger NSLogHandler.swift
[21/21] Compiling Logger Manager.swift
[22/41] Compiling Actions DecodableWithContext.swift
[23/42] Compiling Actions ActionSerialisation.swift
[24/42] Compiling Actions ActionNotification.swift
[25/42] Compiling Actions ActionInfo.swift
[26/42] Compiling Actions Action.swift
[27/42] Compiling Actions ActionIdentification.swift
[28/42] Compiling Actions ActionContext.swift
[29/42] Compiling Actions ActionKey.swift
[30/42] Emitting module Actions
[31/42] Compiling Actions ActionManager.swift
[32/42] Compiling Actions DelegatedAction.swift
[33/42] Compiling LoggerKit LoggerMenu+UIKit.swift
[34/42] Compiling LoggerKit LoggerSettingsView.swift
[35/42] Compiling LoggerKit LoggerScene.swift
[36/42] Compiling LoggerKit LoggerApplication.swift
[37/42] Compiling LoggerKit LoggerApplication+AppKit.swift
[38/42] Compiling LoggerKit LoggerApplication+UIKit.swift
[39/42] Emitting module LoggerKit
[40/42] Compiling LoggerKit LoggerApplication+LoggerMenu.swift
[41/42] Compiling LoggerKit LoggerMenu+AppKit.swift
[42/42] Compiling LoggerKit ChainableResponder.swift
[43/51] Compiling ActionsKit UIResponder+Actions.swift
[44/51] Compiling ActionsKit UICommand+Actions.swift
[45/51] Compiling ActionsKit UIViewController+Actions.swift
[46/51] Compiling ActionsKit UIView+Actions.swift
[47/51] Compiling ActionsKit ActionManagerMobile.swift
[48/51] Compiling ActionsKit UINavigationController+Actions.swift
[49/51] Compiling ActionsKit UIMenu+Actions.swift
[50/51] Emitting module ActionsKit
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:13:25: warning: 'Logger' is deprecated: Use ``Channel`` instead. [#DeprecatedDeclaration]
 11 | import Localization
 12 |
 13 | let validationChannel = Logger("com.elegantchaos.actions.Validation")
    |                         `- warning: 'Logger' is deprecated: Use ``Channel`` instead. [#DeprecatedDeclaration]
 14 |
 15 | public class ActionManagerMac: ActionManager {
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:163:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'ActionResponder'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
161 |  */
162 |
163 | extension NSResponder: ActionResponder {
    | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'ActionResponder'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
164 |     public func next() -> ActionResponder? {
165 |         return nextResponder
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:173:1: warning: extension declares a conformance of imported type 'NSView' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
171 |  */
172 |
173 | extension NSView: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSView' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
174 |     @objc public var actionID: String {
175 |         get { return identifier?.rawValue ?? "" }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:212:1: warning: extension declares a conformance of imported type 'NSToolbarItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
210 |  */
211 |
212 | extension NSToolbarItem: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSToolbarItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
213 |     @objc public var actionID: String {
214 |         get { return itemIdentifier.rawValue }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:223:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
221 |  */
222 |
223 | extension NSMenuItem: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
224 |     @objc public var actionID: String {
225 |         get { return identifier?.rawValue ?? "" }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:234:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
232 |  */
233 |
234 | extension NSMenuItem: ActionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
235 |     public func provide(context: ActionContext) {
236 |         context[.object] = representedObject
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/51] Compiling ActionsKit ActionManagerMac.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:13:25: warning: 'Logger' is deprecated: Use ``Channel`` instead. [#DeprecatedDeclaration]
 11 | import Localization
 12 |
 13 | let validationChannel = Logger("com.elegantchaos.actions.Validation")
    |                         `- warning: 'Logger' is deprecated: Use ``Channel`` instead. [#DeprecatedDeclaration]
 14 |
 15 | public class ActionManagerMac: ActionManager {
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:163:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'ActionResponder'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
161 |  */
162 |
163 | extension NSResponder: ActionResponder {
    | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'ActionResponder'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
164 |     public func next() -> ActionResponder? {
165 |         return nextResponder
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:173:1: warning: extension declares a conformance of imported type 'NSView' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
171 |  */
172 |
173 | extension NSView: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSView' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
174 |     @objc public var actionID: String {
175 |         get { return identifier?.rawValue ?? "" }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:212:1: warning: extension declares a conformance of imported type 'NSToolbarItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
210 |  */
211 |
212 | extension NSToolbarItem: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSToolbarItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
213 |     @objc public var actionID: String {
214 |         get { return itemIdentifier.rawValue }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:223:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
221 |  */
222 |
223 | extension NSMenuItem: ActionIdentification {
    | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionIdentification'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
224 |     @objc public var actionID: String {
225 |         get { return identifier?.rawValue ?? "" }
/Users/admin/builder/spi-builder-workspace/Sources/ActionsKit/ActionManagerMac.swift:234:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
232 |  */
233 |
234 | extension NSMenuItem: ActionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'ActionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
235 |     public func provide(context: ActionContext) {
236 |         context[.object] = representedObject
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (14.64s)
Fetching https://github.com/elegantchaos/Actions
Fetching https://github.com/elegantchaos/Localization
Fetching https://github.com/elegantchaos/Logger
[1/961] Fetching actions
[11/3061] Fetching actions, logger
[90/3171] Fetching actions, logger, localization
Fetched https://github.com/elegantchaos/Actions from cache (0.93s)
Fetched https://github.com/elegantchaos/Logger from cache (0.93s)
Fetched https://github.com/elegantchaos/Localization from cache (0.94s)
Computing version for https://github.com/elegantchaos/Actions
Computed https://github.com/elegantchaos/Actions at 1.5.1 (1.47s)
Computing version for https://github.com/elegantchaos/Localization
Computed https://github.com/elegantchaos/Localization at 1.0.5 (0.50s)
Computing version for https://github.com/elegantchaos/Logger
Computed https://github.com/elegantchaos/Logger at 1.8.2 (0.52s)
Creating working copy for https://github.com/elegantchaos/Actions
Working copy of https://github.com/elegantchaos/Actions resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Localization
Working copy of https://github.com/elegantchaos/Localization resolved at 1.0.5
Creating working copy for https://github.com/elegantchaos/Logger
Working copy of https://github.com/elegantchaos/Logger resolved at 1.8.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "actions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Actions"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger"
    },
    {
      "identity" : "localization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Localization"
    }
  ],
  "manifest_display_name" : "ActionsKit",
  "name" : "ActionsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ActionsKit",
      "targets" : [
        "ActionsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKitTests",
      "path" : "Tests/ActionsKitTests",
      "sources" : [
        "ActionsKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ActionsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActionsKit",
      "module_type" : "SwiftTarget",
      "name" : "ActionsKit",
      "path" : "Sources/ActionsKit",
      "product_dependencies" : [
        "Actions",
        "Localization",
        "Logger",
        "LoggerKit"
      ],
      "product_memberships" : [
        "ActionsKit"
      ],
      "sources" : [
        "ActionManagerMac.swift",
        "ActionManagerMobile.swift",
        "UICommand+Actions.swift",
        "UIMenu+Actions.swift",
        "UINavigationController+Actions.swift",
        "UIResponder+Actions.swift",
        "UIView+Actions.swift",
        "UIViewController+Actions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.