Build Information
Failed to build Container, reference 1.0.2 (61a1c7
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 19:51:20 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/BottleRocketStudios/iOS-Container.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-Container
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 61a1c7e Merge pull request #12 from BottleRocketStudios/release/1.0.2
Cloned https://github.com/BottleRocketStudios/iOS-Container.git
Revision (git rev-parse @):
61a1c7e60a4f7e6e8e6fc6f1cf686b00a571f841
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-Container.git at 1.0.2
========================================
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": "ios-container",
"name": "Container",
"url": "https://github.com/BottleRocketStudios/iOS-Container.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS-Container",
"dependencies": [
]
}
]
}
Fetching https://github.com/BottleRocketStudios/iOS-Container.git
[1/474] Fetching ios-container
Fetched https://github.com/BottleRocketStudios/iOS-Container.git from cache (0.81s)
Creating working copy for https://github.com/BottleRocketStudios/iOS-Container.git
Working copy of https://github.com/BottleRocketStudios/iOS-Container.git resolved at 1.0.2 (61a1c7e)
warning: '.resolve-product-dependencies': dependency 'ios-container' 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/BottleRocketStudios/iOS-Container.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/12] Compiling Container ContainerPercentDrivenInteractiveTransitioner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewController.PostTransitionBehavior.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewControllerInteractiveTransitioning.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerTransitionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 DefaultContainerTransitionAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewControllerTransitionCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/12] Emitting module Container
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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 ContainerViewController.ChildManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Container/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