The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MotionEffects, reference 2.0.4 (74de4c), with Swift 6.0 for macOS (SPM) on 1 Mar 2026 07:45:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wiedem/motion-effects.git
Reference: 2.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wiedem/motion-effects
 * tag               2.0.4      -> FETCH_HEAD
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 2.0.4
========================================
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
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
BUILD FAILURE 6.0 macosSpm