The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ScheduledNotificationsViewController with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/ScheduledNotificationsViewController.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/ScheduledNotificationsViewController
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a5df16 Merge pull request #2 from tfe/main
Cloned https://github.com/dreymonde/ScheduledNotificationsViewController.git
Revision (git rev-parse @):
3a5df16a6a61acf8977a88ee57846b6e71bea4ad
SUCCESS checkout https://github.com/dreymonde/ScheduledNotificationsViewController.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "schedulednotificationsviewcontroller",
      "name": "ScheduledNotificationsViewController",
      "url": "https://github.com/dreymonde/ScheduledNotificationsViewController.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScheduledNotificationsViewController",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dreymonde/ScheduledNotificationsViewController.git
[1/126] Fetching schedulednotificationsviewcontroller
Fetched https://github.com/dreymonde/ScheduledNotificationsViewController.git (0.85s)
Creating working copy for https://github.com/dreymonde/ScheduledNotificationsViewController.git
Working copy of https://github.com/dreymonde/ScheduledNotificationsViewController.git resolved at main
warning: '.resolve-product-dependencies': dependency 'schedulednotificationsviewcontroller' is not used by any target
Found 0 product dependencies
========================================
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/10] Compiling ScheduledNotificationsViewController ScrollableStackView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[2/10] Compiling ScheduledNotificationsViewController Button.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[3/10] Compiling ScheduledNotificationsViewController View.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/10] Compiling ScheduledNotificationsViewController ScheduledNotificationsViewController.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/10] Compiling ScheduledNotificationsViewController Switch.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/10] Compiling ScheduledNotificationsViewController GestureRecognizers.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/10] Compiling ScheduledNotificationsViewController Stacks.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/11] Compiling ScheduledNotificationsViewController StaticTableView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module ScheduledNotificationsViewController
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/11] Compiling ScheduledNotificationsViewController Align.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[11/11] Compiling ScheduledNotificationsViewController Delegated.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/10] Compiling ScheduledNotificationsViewController ScrollableStackView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[2/10] Compiling ScheduledNotificationsViewController View.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[3/10] Compiling ScheduledNotificationsViewController ScheduledNotificationsViewController.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/10] Compiling ScheduledNotificationsViewController Switch.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/10] Compiling ScheduledNotificationsViewController Button.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/10] Compiling ScheduledNotificationsViewController GestureRecognizers.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/10] Compiling ScheduledNotificationsViewController Stacks.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module ScheduledNotificationsViewController
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/11] Compiling ScheduledNotificationsViewController Align.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/11] Compiling ScheduledNotificationsViewController Delegated.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[11/11] Compiling ScheduledNotificationsViewController StaticTableView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScheduledNotificationsViewController/NiceUI/GestureRecognizers.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm