Build Information
Failed to build FlowingMenu, reference master (293076
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 01:10:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/yannickl/FlowingMenu.git
[7/696] Fetching flowingmenu
Fetched https://github.com/yannickl/FlowingMenu.git from cache (0.91s)
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.0
Building package at path: $PWD
https://github.com/yannickl/FlowingMenu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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 | /**
[4/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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 | /**
[6/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 | /**
[7/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 | /**
[8/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 | /**
[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.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 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 | /**
BUILD FAILURE 6.0 macosSpm