The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Actions with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Actions.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/elegantchaos/Logger.git (0.19s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.5.3 (0.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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "actions",
      "name": "Actions",
      "url": "https://github.com/elegantchaos/Actions.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Actions",
      "dependencies": [
        {
          "identity": "logger",
          "name": "Logger",
          "url": "https://github.com/elegantchaos/Logger.git",
          "version": "1.8.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Actions.git
[1/961] Fetching actions
Fetched https://github.com/elegantchaos/Actions.git (0.33s)
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/Logger.git (0.19s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.1 (0.02s)
Creating working copy for https://github.com/elegantchaos/Actions.git
Working copy of https://github.com/elegantchaos/Actions.git resolved at master
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.1
warning: '.resolve-product-dependencies': dependency 'actions' is not used by any target
Found 1 product dependencies
  - Logger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Logger NSLogHandler.swift
[2/8] Emitting module Logger
[3/8] Compiling Logger PrintHandler.swift
[4/8] Compiling Logger OSLogHandler.swift
[5/8] Compiling Logger Channel.swift
[6/8] Compiling Logger Context.swift
[7/8] Compiling Logger Manager.swift
[8/8] Compiling Logger Handler.swift
[9/18] Compiling Actions ActionManager.swift
[10/18] Compiling Actions ActionNotification.swift
[11/18] Compiling Actions Action.swift
[12/18] Compiling Actions ActionContext.swift
[13/19] Compiling Actions DecodableWithContext.swift
[14/19] Compiling Actions ActionSerialisation.swift
[15/19] Emitting module Actions
[16/19] Compiling Actions ActionKey.swift
[17/19] Compiling Actions ActionIdentification.swift
[18/19] Compiling Actions ActionInfo.swift
[19/19] Compiling Actions DelegatedAction.swift
[20/21] Compiling ActionsTestSupport ActionsTestSupport.swift
[21/21] Emitting module ActionsTestSupport
Build complete! (16.22s)
Build complete.
Done.