The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Harvester, reference main (91d519), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:26:44 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/Swift-CoreUI/Harvester.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swift-CoreUI/Harvester
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 91d5193 attachChild & attachLoader Publisher extensions. ChildViewController Subscriber implementation
Cloned https://github.com/Swift-CoreUI/Harvester.git
Revision (git rev-parse @):
91d51930ad75bea245f300b48416d5eec08084e1
SUCCESS checkout https://github.com/Swift-CoreUI/Harvester.git at main
========================================
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": "harvester",
      "name": "Harvester",
      "url": "https://github.com/Swift-CoreUI/Harvester.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Harvester",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Swift-CoreUI/Harvester.git
[1/39] Fetching harvester
Fetched https://github.com/Swift-CoreUI/Harvester.git from cache (0.56s)
Creating working copy for https://github.com/Swift-CoreUI/Harvester.git
Working copy of https://github.com/Swift-CoreUI/Harvester.git resolved at main (91d5193)
warning: '.resolve-product-dependencies': dependency 'harvester' 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/Swift-CoreUI/Harvester.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling Harvester UITextView+Publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/12] Emitting module Harvester
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
[6/12] Compiling Harvester UITextField+Publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
[7/12] Compiling Harvester Publisher+asyncFirst.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
[8/12] Compiling Harvester Publisher+attachChild.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
[9/12] Compiling Harvester UIControl+Publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
[10/12] Compiling Harvester Publisher+assignWeak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Harvester/Publisher+attachChild.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import Combine
  3 |
BUILD FAILURE 6.3 macosSpm