The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SeaTouch, reference 1.1.1 (16ad94), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:29:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mredig/SeaTouch.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mredig/SeaTouch
 * tag               1.1.1      -> FETCH_HEAD
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 1.1.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "seatouch",
      "name": "SeaTouch",
      "url": "https://github.com/mredig/SeaTouch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SeaTouch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mredig/SeaTouch.git
[1/119] Fetching seatouch
Fetched https://github.com/mredig/SeaTouch.git from cache (1.32s)
Creating working copy for https://github.com/mredig/SeaTouch.git
Working copy of https://github.com/mredig/SeaTouch.git resolved at 1.1.1 (16ad945)
warning: '.resolve-product-dependencies': dependency 'seatouch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mredig/SeaTouch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
[4/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 {
[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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[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.3 macosSpm