The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Actions, reference master (5775f8), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 02:51:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Actions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Actions
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5775f81 added license
Cloned https://github.com/elegantchaos/Actions.git
Revision (git rev-parse @):
5775f81ab9d782b063580532b05e43be1eb470a0
SUCCESS checkout https://github.com/elegantchaos/Actions.git at master
Fetching https://github.com/elegantchaos/Logger.git
[1/2282] Fetching logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.82s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.5.3 (1.51s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.5.3
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "actions",
      "name": "Actions",
      "url": "https://github.com/elegantchaos/Actions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Actions",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "logger",
          "name": "Logger",
          "url": "https://github.com/elegantchaos/Logger.git",
          "version": "1.8.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Actions.git
[1/961] Fetching actions
Fetched https://github.com/elegantchaos/Actions.git from cache (0.76s)
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/Logger.git from cache (0.40s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (1.09s)
Creating working copy for https://github.com/elegantchaos/Actions.git
Working copy of https://github.com/elegantchaos/Actions.git resolved at master (5775f81)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
warning: '.resolve-product-dependencies': dependency 'actions' is not used by any target
Found 1 product dependencies
  - Logger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/elegantchaos/Actions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/12] Compiling Logger Handler.swift
[6/12] Compiling Logger Channel.swift
[7/12] Compiling Logger Context.swift
[8/12] Compiling Logger Manager.swift
[9/12] Emitting module Logger
[10/12] Compiling Logger PrintHandler.swift
[11/12] Compiling Logger OSLogHandler.swift
[12/12] Compiling Logger NSLogHandler.swift
[13/22] Compiling Actions DecodableWithContext.swift
[14/23] Compiling Actions ActionNotification.swift
[15/23] Compiling Actions ActionKey.swift
[16/23] Compiling Actions ActionManager.swift
[17/23] Compiling Actions ActionInfo.swift
[18/23] Compiling Actions ActionContext.swift
[19/23] Compiling Actions Action.swift
[20/23] Emitting module Actions
[21/23] Compiling Actions ActionSerialisation.swift
[22/23] Compiling Actions ActionIdentification.swift
[23/23] Compiling Actions DelegatedAction.swift
[24/25] Emitting module ActionsTestSupport
[25/25] Compiling ActionsTestSupport ActionsTestSupport.swift
Build complete! (16.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    }
  ],
  "manifest_display_name" : "Actions",
  "name" : "Actions",
  "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" : "Actions",
      "targets" : [
        "Actions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ActionsTestSupport",
      "targets" : [
        "ActionsTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ActionsTests",
      "path" : "Tests/ActionsTests",
      "sources" : [
        "ActionContextTests.swift",
        "ActionIdentificationTests.swift",
        "ActionObserverTests.swift",
        "ActionSerializationTests.swift",
        "ActionsNotificationTests.swift",
        "ActionsTests.swift",
        "DelegatedActionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Actions",
        "ActionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ActionsTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "ActionsTestSupport",
      "path" : "Sources/ActionsTestSupport",
      "product_memberships" : [
        "ActionsTestSupport"
      ],
      "sources" : [
        "ActionsTestSupport.swift"
      ],
      "target_dependencies" : [
        "Actions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Actions",
      "module_type" : "SwiftTarget",
      "name" : "Actions",
      "path" : "Sources/Actions",
      "product_dependencies" : [
        "Logger"
      ],
      "product_memberships" : [
        "Actions",
        "ActionsTestSupport"
      ],
      "sources" : [
        "Action.swift",
        "ActionContext.swift",
        "ActionIdentification.swift",
        "ActionInfo.swift",
        "ActionKey.swift",
        "ActionManager.swift",
        "ActionNotification.swift",
        "ActionSerialisation.swift",
        "DecodableWithContext.swift",
        "DelegatedAction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.