Build Information
Failed to build Container 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/BottleRocketStudios/iOS-Container.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-Container
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f98b45a Merge pull request #13 from BottleRocketStudios/feature/projectStructure
Cloned https://github.com/BottleRocketStudios/iOS-Container.git
Revision (git rev-parse @):
f98b45a8d40dfb7c9935ebb45f9476d473711365
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-Container.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/BottleRocketStudios/iOS-Container.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/12] Emitting module Container
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[4/12] Compiling Container ContainerViewController.PostTransitionBehavior.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[5/12] Compiling Container DefaultContainerTransitionAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[6/12] Compiling Container ContainerViewController.ChildManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[7/12] Compiling Container ContainerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[8/12] Compiling Container ContainerViewControllerInteractiveTransitioning.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[9/12] Compiling Container ContainerViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[10/12] Compiling Container ContainerPercentDrivenInteractiveTransitioner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[11/12] Compiling Container ContainerTransitionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
[12/12] Compiling Container ContainerViewControllerTransitionCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/ContainerViewController.ChildManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public extension ContainerViewController {
BUILD FAILURE 6.0 macosSpm