Build Information
Failed to build MotionEffects, reference main (74de4c), with Swift 6.0 for macOS (SPM) on 1 Mar 2026 12:38:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wiedem/motion-effects.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wiedem/motion-effects
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74de4c6 Remove redundant upcoming feature flags that cause Swift 6.0 build errors
Cloned https://github.com/wiedem/motion-effects.git
Revision (git rev-parse @):
74de4c6feb576ed804ad437064148dbef8e896c0
SUCCESS checkout https://github.com/wiedem/motion-effects.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/wiedem/motion-effects.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module MotionEffects
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
[5/9] Compiling MotionEffects ViewerOffsetObservation.swift
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
[6/9] Compiling MotionEffects resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
[7/9] Compiling MotionEffects MotionOffsetModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
[8/9] Compiling MotionEffects ViewerOffsetModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
[9/9] Compiling MotionEffects OnChangeModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/MotionEffects/ViewerOffsetModifier.swift:2:16: error: no such module 'UIKit'
1 | public import SwiftUI
2 | private import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// A modifier that provides viewer-based offset values from movements of the device.
BUILD FAILURE 6.0 macosSpm