The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SeaTouch, reference master (16ad94), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:49:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mredig/SeaTouch.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mredig/SeaTouch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 16ad945 (nit) filename and whitespace
Cloned https://github.com/mredig/SeaTouch.git
Revision (git rev-parse @):
16ad945867ffc74f4af854ff4fe98a30f7128f90
SUCCESS checkout https://github.com/mredig/SeaTouch.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mredig/SeaTouch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SeaTouch UIWindow+touches.swift
/Users/admin/builder/spi-builder-workspace/Sources/SeaTouch/RippleShapeLayer.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | class RippleShapeLayer: CAShapeLayer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module SeaTouch
/Users/admin/builder/spi-builder-workspace/Sources/SeaTouch/RippleShapeLayer.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | class RippleShapeLayer: CAShapeLayer {
[5/7] Compiling SeaTouch SeaTouch.swift
/Users/admin/builder/spi-builder-workspace/Sources/SeaTouch/RippleShapeLayer.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | class RippleShapeLayer: CAShapeLayer {
[6/7] Compiling SeaTouch TouchCatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/SeaTouch/RippleShapeLayer.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | class RippleShapeLayer: CAShapeLayer {
[7/7] Compiling SeaTouch RippleShapeLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SeaTouch/RippleShapeLayer.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | class RippleShapeLayer: CAShapeLayer {
BUILD FAILURE 6.2 macosSpm