The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PulseKit, reference 0.0.16-alpha (19a9b9), with Swift 6.3 for macOS (SPM) on 7 May 2026 19:11:52 UTC.

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/dream-horizon-org/pulse-ios.git
Reference: 0.0.16-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dream-horizon-org/pulse-ios
 * tag               0.0.16-alpha -> FETCH_HEAD
HEAD is now at 19a9b9b Release PulseKit v0.0.16-alpha (#29)
Cloned https://github.com/dream-horizon-org/pulse-ios.git
Revision (git rev-parse @):
19a9b9be739bffa26de1dbcbae660328803042f0
SUCCESS checkout https://github.com/dream-horizon-org/pulse-ios.git at 0.0.16-alpha
========================================
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": "pulse-ios",
      "name": "PulseKit",
      "url": "https://github.com/dream-horizon-org/pulse-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pulse-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dream-horizon-org/pulse-ios.git
[1/1376] Fetching pulse-ios
Fetched https://github.com/dream-horizon-org/pulse-ios.git from cache (15.44s)
Creating working copy for https://github.com/dream-horizon-org/pulse-ios.git
Working copy of https://github.com/dream-horizon-org/pulse-ios.git resolved at 0.0.16-alpha (19a9b9b)
warning: '.resolve-product-dependencies': dependency 'pulse-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dream-horizon-org/pulse-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module PulseKitWrapper
/Users/admin/builder/spi-builder-workspace/Sources/PulseKitWrapper/Exports.swift:1:19: error: no such module 'PulseKit'
1 | @_exported import PulseKit
  |                   `- error: no such module 'PulseKit'
2 |
[4/4] Compiling PulseKitWrapper Exports.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulseKitWrapper/Exports.swift:1:19: error: no such module 'PulseKit'
1 | @_exported import PulseKit
  |                   `- error: no such module 'PulseKit'
2 |
BUILD FAILURE 6.3 macosSpm