The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DonateViewController, reference 1.1.5 (54af78), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:53:13 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/GroupeMINASTE/DonateViewController.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GroupeMINASTE/DonateViewController
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 54af78d Fix with strong reference
Cloned https://github.com/GroupeMINASTE/DonateViewController.git
Revision (git rev-parse @):
54af78de3bc4a03e088dc4e763af89b15d54db02
SUCCESS checkout https://github.com/GroupeMINASTE/DonateViewController.git at 1.1.5
========================================
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": "donateviewcontroller",
      "name": "DonateViewController",
      "url": "https://github.com/GroupeMINASTE/DonateViewController.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DonateViewController",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/GroupeMINASTE/DonateViewController.git
[1/122] Fetching donateviewcontroller
Fetched https://github.com/GroupeMINASTE/DonateViewController.git from cache (0.67s)
Creating working copy for https://github.com/GroupeMINASTE/DonateViewController.git
Working copy of https://github.com/GroupeMINASTE/DonateViewController.git resolved at 1.1.5 (54af78d)
warning: '.resolve-product-dependencies': dependency 'donateviewcontroller' 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/GroupeMINASTE/DonateViewController.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
[3/8] Compiling DonateViewController DonateCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[4/8] Compiling DonateViewController Donation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[5/8] Compiling DonateViewController DonateViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[6/8] Compiling DonateViewController SKProductExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module DonateViewController
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
[8/8] Compiling DonateViewController DonateViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/DonateViewController/Controllers/DonateViewController.swift:21:8: error: no such module 'UIKit'
 19 |
 20 | import Foundation
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 | import StoreKit
 23 |
BUILD FAILURE 6.3 macosSpm