The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlowingMenu, reference master (293076), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:30:38 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/yannickl/FlowingMenu.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/FlowingMenu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2930764 Update the SPM package file
Cloned https://github.com/yannickl/FlowingMenu.git
Revision (git rev-parse @):
2930764e4a49d64355010b8de664cf2404b07792
SUCCESS checkout https://github.com/yannickl/FlowingMenu.git at master
========================================
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": "flowingmenu",
      "name": "FlowingMenu",
      "url": "https://github.com/yannickl/FlowingMenu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlowingMenu",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yannickl/FlowingMenu.git
[1/696] Fetching flowingmenu
Fetched https://github.com/yannickl/FlowingMenu.git from cache (0.90s)
Creating working copy for https://github.com/yannickl/FlowingMenu.git
Working copy of https://github.com/yannickl/FlowingMenu.git resolved at master (2930764)
warning: '.resolve-product-dependencies': dependency 'flowingmenu' 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/yannickl/FlowingMenu.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/11] Compiling FlowingMenu FlowingMenuTransitionManager+UIViewControllerTransitioningDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[4/11] Compiling FlowingMenu UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[5/11] Compiling FlowingMenu FlowingMenuTransitionStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/11] Emitting module FlowingMenu
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[7/11] Compiling FlowingMenu FlowingMenuDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[8/11] Compiling FlowingMenu FlowingMenuTransitionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[9/11] Compiling FlowingMenu FlowingMenuTransitionManager+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[10/11] Compiling FlowingMenu FlowingMenuTransitionManager+UIGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
[11/11] Compiling FlowingMenu FlowingMenuTransitionManager+UIViewControllerAnimatedTransitioning.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlowingMenuDelegate.swift:27:8: error: no such module 'UIKit'
 25 |  */
 26 |
 27 | import UIKit
    |        `- error: no such module 'UIKit'
 28 |
 29 | /**
BUILD FAILURE 6.3 macosSpm