The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Wink, reference main (91138e), with Swift 6.2 for macOS (SPM) on 11 Mar 2026 03:36:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/toupper/Wink.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toupper/Wink
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 91138e5 Merge pull request #1 from toupper/codex/wink-maintenance
Cloned https://github.com/toupper/Wink.git
Revision (git rev-parse @):
91138e55abb1a95b83823d63f16b3073a2df51bf
SUCCESS checkout https://github.com/toupper/Wink.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "wink",
      "name": "Wink",
      "url": "https://github.com/toupper/Wink.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wink",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/toupper/Wink.git
[1/80] Fetching wink
Fetched https://github.com/toupper/Wink.git from cache (0.77s)
Creating working copy for https://github.com/toupper/Wink.git
Working copy of https://github.com/toupper/Wink.git resolved at main (91138e5)
warning: '.resolve-product-dependencies': dependency 'wink' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/toupper/Wink.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Compiling Wink FacialExpressionDetectorViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wink/FacialExpressionDetectorViewController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import ARKit
 11 | import Combine
[4/5] Emitting module Wink
/Users/admin/builder/spi-builder-workspace/Sources/Wink/FacialExpressionDetectorViewController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import ARKit
 11 | import Combine
[5/5] Compiling Wink FacialExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wink/FacialExpressionDetectorViewController.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import ARKit
 11 | import Combine
BUILD FAILURE 6.2 macosSpm