Build Information
Failed to build SideMenu, reference 2.1.1 (fc892b
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 09:21:21 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/kukushi/SideMenu.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kukushi/SideMenu
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at fc892bf chore(release): 2.1.1
Cloned https://github.com/kukushi/SideMenu.git
Revision (git rev-parse @):
fc892bfb2cd91881e392a7746d7702b404c45bde
SUCCESS checkout https://github.com/kukushi/SideMenu.git at 2.1.1
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.66s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
========================================
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": "sidemenu",
"name": "SideMenu",
"url": "https://github.com/kukushi/SideMenu.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SideMenu",
"dependencies": [
{
"identity": "swift-docc-plugin",
"name": "SwiftDocCPlugin",
"url": "https://github.com/apple/swift-docc-plugin",
"version": "1.4.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-docc-plugin",
"dependencies": [
{
"identity": "swift-docc-symbolkit",
"name": "SymbolKit",
"url": "https://github.com/swiftlang/swift-docc-symbolkit",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-docc-symbolkit",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/kukushi/SideMenu.git
[1/3294] Fetching sidemenu
Fetched https://github.com/kukushi/SideMenu.git from cache (1.58s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.67s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/kukushi/SideMenu.git
Working copy of https://github.com/kukushi/SideMenu.git resolved at 2.1.1 (fc892bf)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'sidemenu' is not used by any target
Found 1 product dependencies
- SwiftDocCPlugin
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kukushi/SideMenu.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/14] Compiling SideMenu UIViewController+Container.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[6/14] Compiling SideMenu TransitionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[7/15] Compiling SideMenu UIView+Container.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[8/15] Compiling SideMenu UIViewController+SideMenu.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[9/15] Compiling SideMenu BasicTransitionAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/15] Compiling SideMenu Segue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[11/15] Compiling SideMenu Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[12/15] Compiling SideMenu Preferences.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[13/15] Emitting module SideMenu
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[14/15] Compiling SideMenu StatusBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
[15/15] Compiling SideMenu SideMenuController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SideMenu/BasicTransitionAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // A Simple transition animator can be configured with animation options.
BUILD FAILURE 6.0 macosSpm