The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DMAction, reference 1.0.5 (b80936), with Swift 6.1 for macOS (SPM) on 1 Aug 2025 15:07:42 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikolay-dementiev/DMAction.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nikolay-dementiev/DMAction
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at b809365 Merge branch 'main' of https://github.com/nikolay-dementiev/DMAction
Cloned https://github.com/nikolay-dementiev/DMAction.git
Revision (git rev-parse @):
b80936528c7908618fd64ebae4dded991d140380
SUCCESS checkout https://github.com/nikolay-dementiev/DMAction.git at 1.0.5
Fetching https://github.com/GayleDunham/SwiftLintPlugin.git
[1/183] Fetching swiftlintplugin
Fetched https://github.com/GayleDunham/SwiftLintPlugin.git from cache (1.29s)
Creating working copy for https://github.com/GayleDunham/SwiftLintPlugin.git
Working copy of https://github.com/GayleDunham/SwiftLintPlugin.git resolved at main (0bb7767)
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip
[16375/11453398] Downloading https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip (1.11s)
========================================
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": "dmaction",
      "name": "DMAction",
      "url": "https://github.com/nikolay-dementiev/DMAction.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DMAction",
      "dependencies": [
        {
          "identity": "swiftlintplugin",
          "name": "SwiftLintPlugin",
          "url": "https://github.com/GayleDunham/SwiftLintPlugin.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLintPlugin",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nikolay-dementiev/DMAction.git
[1/344] Fetching dmaction
Fetched https://github.com/nikolay-dementiev/DMAction.git from cache (0.80s)
Fetching https://github.com/GayleDunham/SwiftLintPlugin.git from cache
Fetched https://github.com/GayleDunham/SwiftLintPlugin.git from cache (0.46s)
Creating working copy for https://github.com/nikolay-dementiev/DMAction.git
Working copy of https://github.com/nikolay-dementiev/DMAction.git resolved at 1.0.5 (b809365)
Creating working copy for https://github.com/GayleDunham/SwiftLintPlugin.git
Working copy of https://github.com/GayleDunham/SwiftLintPlugin.git resolved at main (0bb7767)
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip from cache
Fetched https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip from cache (0.47s)
warning: '.resolve-product-dependencies': dependency 'dmaction' is not used by any target
Found 1 product dependencies
  - SwiftLintPlugin
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nikolay-dementiev/DMAction.git
https://github.com/nikolay-dementiev/DMAction.git
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GayleDunham/SwiftLintPlugin.git"
    }
  ],
  "manifest_display_name" : "DMAction",
  "name" : "DMAction",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "DMAction",
      "targets" : [
        "DMAction"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DMActionTests",
      "module_type" : "SwiftTarget",
      "name" : "DMActionTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftLintBuildTool"
      ],
      "sources" : [
        "DMActionTests/DMAction+UITests.swift",
        "DMActionTests/DMActionTests.swift",
        "DMActionTests/DocumentaryExamples/DMActionAndAttempCountDocumentaryTests.swift",
        "DMActionTests/DocumentaryExamples/DMActionExtensionDocumentaryTests.swift",
        "DMActionTests/DocumentaryExamples/DMButtonActionObjectsDocumentaryTests.swift",
        "DMActionTests/Helpers/Throwing.swift",
        "DMActionTests/Helpers/UIViewController+Lifecycle.swift",
        "DMActionTests/Helpers/XCTestCase+Actions.swift",
        "DMActionTests/Mocks/MockMyViewController.swift"
      ],
      "target_dependencies" : [
        "DMAction"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DMAction",
      "module_type" : "SwiftTarget",
      "name" : "DMAction",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftLintBuildTool"
      ],
      "product_memberships" : [
        "DMAction"
      ],
      "sources" : [
        "DMAction/DMAction+AttempCount.swift",
        "DMAction/DMAction.swift",
        "DMAction/DMActionResultValue.swift",
        "DMAction/DMActionWithFallback.swift",
        "DMAction/DMButtonAction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm