Build Information
Failed to build overlay-container, reference dev (1d4fb9
), with Swift 6.0 for macOS (SPM) on 25 Mar 2025 20:09:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/overlay-container.git
Reference: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/overlay-container
* branch dev -> FETCH_HEAD
* [new branch] dev -> origin/dev
HEAD is now at 1d4fb9b Bump actions/checkout from 2 to 4 (#3)
Cloned https://github.com/space-code/overlay-container.git
Revision (git rev-parse @):
1d4fb9b94adf410425ca86c88e4ffca4c9cd50ce
SUCCESS checkout https://github.com/space-code/overlay-container.git at dev
========================================
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": "overlay-container",
"name": "overlay-container",
"url": "https://github.com/space-code/overlay-container.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/overlay-container",
"dependencies": [
]
}
]
}
Fetching https://github.com/space-code/overlay-container.git
[1/103] Fetching overlay-container
Fetched https://github.com/space-code/overlay-container.git from cache (0.58s)
Creating working copy for https://github.com/space-code/overlay-container.git
Working copy of https://github.com/space-code/overlay-container.git resolved at dev (1d4fb9b)
warning: '.resolve-product-dependencies': dependency 'overlay-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/space-code/overlay-container.git
https://github.com/space-code/overlay-container.git
{
"dependencies" : [
],
"manifest_display_name" : "overlay-container",
"name" : "overlay-container",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OverlayContainer",
"targets" : [
"OverlayContainer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OverlayContainerTests",
"module_type" : "SwiftTarget",
"name" : "OverlayContainerTests",
"path" : "Tests/OverlayContainerTests",
"sources" : [
"OverlayContainerTests.swift"
],
"target_dependencies" : [
"OverlayContainer"
],
"type" : "test"
},
{
"c99name" : "OverlayContainer",
"module_type" : "SwiftTarget",
"name" : "OverlayContainer",
"path" : "Sources/OverlayContainer",
"product_memberships" : [
"OverlayContainer"
],
"sources" : [
"Classes/Core/Model/Configuration.swift",
"Classes/OverlayContainer.swift",
"Classes/Presentation/BottomSheetAnimatedTransition.swift",
"Classes/Presentation/BottomSheetAnimatedTransitionDriver.swift",
"Classes/Presentation/BottomSheetPresentationController.swift",
"Classes/Presentation/GrabberView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling OverlayContainer BottomSheetPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[4/9] Compiling OverlayContainer GrabberView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[5/9] Compiling OverlayContainer BottomSheetAnimatedTransitionDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module OverlayContainer
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[7/9] Compiling OverlayContainer Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[8/9] Compiling OverlayContainer BottomSheetAnimatedTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[9/9] Compiling OverlayContainer OverlayContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module OverlayContainer
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[3/8] Compiling OverlayContainer OverlayContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[4/8] Compiling OverlayContainer BottomSheetAnimatedTransition.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[5/8] Compiling OverlayContainer BottomSheetPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[6/8] Compiling OverlayContainer BottomSheetAnimatedTransitionDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[7/8] Compiling OverlayContainer GrabberView.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
[8/8] Compiling OverlayContainer Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OverlayContainer/Classes/Core/Model/Configuration.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | /// A struct to configure the appearance and behavior of a UI component.
BUILD FAILURE 6.0 macosSpm