Build Information
Failed to build SideMenu with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kukushi/SideMenu.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kukushi/SideMenu
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 75875c5 doc: update
Cloned https://github.com/kukushi/SideMenu.git
Revision (git rev-parse @):
75875c500eda4220bcef4c97805dec4d9be1dd41
SUCCESS checkout https://github.com/kukushi/SideMenu.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/kukushi/SideMenu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.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/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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.
[9/15] 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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
Fetching https://github.com/apple/swift-docc-plugin
[1/1465] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.36s)
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
BUILD FAILURE 6.0 macosSpm