The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Translucent, reference 2.0.0 (6a182b), with Swift 6.2 for macOS (SPM) on 9 Nov 2025 11:28:36 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/kasimok/Translucent.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasimok/Translucent
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 6a182b7 Merge pull request #5 from captain82/ios26
Cloned https://github.com/kasimok/Translucent.git
Revision (git rev-parse @):
6a182b7d90999fcc955e7c4d89709163ef215ed0
SUCCESS checkout https://github.com/kasimok/Translucent.git at 2.0.0
Fetching https://github.com/devicekit/DeviceKit
[1/4176] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.13s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.0.0 (1.80s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.0.0
========================================
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": "translucent",
      "name": "Translucent",
      "url": "https://github.com/kasimok/Translucent.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Translucent",
      "dependencies": [
        {
          "identity": "devicekit",
          "name": "DeviceKit",
          "url": "https://github.com/devicekit/DeviceKit",
          "version": "5.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeviceKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kasimok/Translucent.git
[1/297] Fetching translucent
Fetched https://github.com/kasimok/Translucent.git from cache (1.18s)
Fetching https://github.com/devicekit/DeviceKit from cache
Fetched https://github.com/devicekit/DeviceKit from cache (0.51s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.7.0 (1.19s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.7.0
Creating working copy for https://github.com/kasimok/Translucent.git
Working copy of https://github.com/kasimok/Translucent.git resolved at 2.0.0 (6a182b7)
warning: '.resolve-product-dependencies': dependency 'translucent' is not used by any target
Found 1 product dependencies
  - DeviceKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kasimok/Translucent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying mappings.json
[3/5] Copying mappings-ios-18.json
[4/5] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module DeviceKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
  13 | import WatchKit
  14 | #else
  15 | import UIKit
     |        `- error: no such module 'UIKit'
  16 | #endif
  17 |
[7/7] Compiling DeviceKit Device.generated.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
  13 | import WatchKit
  14 | #else
  15 | import UIKit
     |        `- error: no such module 'UIKit'
  16 | #endif
  17 |
BUILD FAILURE 6.2 macosSpm