Build Information
Failed to build ModalKit, reference 0.0.2 (32ecdf
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:56:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/ModalKit.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emrearmagan/ModalKit
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 32ecdf8 move xcodeproject in example folder
Cloned https://github.com/emrearmagan/ModalKit.git
Revision (git rev-parse @):
32ecdf8e0e03412c6b1957839738eea76efd106a
SUCCESS checkout https://github.com/emrearmagan/ModalKit.git at 0.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/emrearmagan/ModalKit.git
https://github.com/emrearmagan/ModalKit.git
{
"dependencies" : [
],
"manifest_display_name" : "ModalKit",
"name" : "ModalKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModalKit",
"targets" : [
"ModalKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ModalKit",
"module_type" : "SwiftTarget",
"name" : "ModalKit",
"path" : "Sources",
"product_memberships" : [
"ModalKit"
],
"sources" : [
"ModalKit/Animator/MKPresentationAnimator.swift",
"ModalKit/Controller/MKPresentationController.swift",
"ModalKit/Controller/MKPresentationSize.swift",
"ModalKit/Controller/Presentable/MKPresentable+UIViewController.swift",
"ModalKit/Controller/Presentable/MKPresentable.swift",
"ModalKit/Controller/Presentable/MKPresentableConfiguration.swift",
"ModalKit/Delegate/MKPresentationManager.swift",
"ModalKit/Extension/Sequence.swift",
"ModalKit/Extension/UIColor.swift",
"ModalKit/Extension/UIEdgeInsets.swift",
"ModalKit/Extension/UIView.swift",
"ModalKit/Extension/UIViewController.swift",
"ModalKit/View/DimmingView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/15] Compiling ModalKit UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/15] Compiling ModalKit UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/16] Compiling ModalKit DimmingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/16] Compiling ModalKit UIEdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/16] Compiling ModalKit Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[8/16] Compiling ModalKit UIColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/16] Emitting module ModalKit
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[10/16] Compiling ModalKit MKPresentationAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[11/16] Compiling ModalKit MKPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[12/16] Compiling ModalKit MKPresentationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/16] Compiling ModalKit MKPresentationSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/16] Compiling ModalKit MKPresentable+UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/16] Compiling ModalKit MKPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[16/16] Compiling ModalKit MKPresentableConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling ModalKit UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[3/14] Compiling ModalKit UIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/15] Compiling ModalKit UIEdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/15] Compiling ModalKit Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/15] Compiling ModalKit UIColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[7/15] Compiling ModalKit MKPresentationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[8/15] Compiling ModalKit MKPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/15] Compiling ModalKit MKPresentableConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[10/15] Compiling ModalKit MKPresentationSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[11/15] Compiling ModalKit MKPresentable+UIViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/15] Emitting module ModalKit
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/15] Compiling ModalKit MKPresentationAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/15] Compiling ModalKit MKPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/15] Compiling ModalKit DimmingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
BUILD FAILURE 6.1 macosSpm