The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ListDiffUI with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siyuyue/ListDiffUI.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/siyuyue/ListDiffUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5357c7c Fix typo
Cloned https://github.com/siyuyue/ListDiffUI.git
Revision (git rev-parse @):
5357c7c9ef00acf25a511503a333bc846e8c07db
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/siyuyue/ListDiffUI.git at main
Fetching https://github.com/lxcid/ListDiff.git from cache
Fetched https://github.com/lxcid/ListDiff.git (0.15s)
Creating working copy for https://github.com/lxcid/ListDiff.git
Working copy of https://github.com/lxcid/ListDiff.git resolved at 1390504170150f378aa1be17f92322e6d12533d8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "listdiffui",
      "name": "ListDiffUI",
      "url": "https://github.com/siyuyue/ListDiffUI.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ListDiffUI",
      "dependencies": [
        {
          "identity": "listdiff",
          "name": "ListDiff",
          "url": "https://github.com/lxcid/ListDiff.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ListDiff",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/siyuyue/ListDiffUI.git
[1/144] Fetching listdiffui
Fetched https://github.com/siyuyue/ListDiffUI.git (0.48s)
Fetching https://github.com/lxcid/ListDiff.git from cache
Fetched https://github.com/lxcid/ListDiff.git (0.19s)
Creating working copy for https://github.com/lxcid/ListDiff.git
Working copy of https://github.com/lxcid/ListDiff.git resolved at 1390504170150f378aa1be17f92322e6d12533d8
Creating working copy for https://github.com/siyuyue/ListDiffUI.git
Working copy of https://github.com/siyuyue/ListDiffUI.git resolved at main
warning: '.resolve-product-dependencies': dependency 'listdiffui' is not used by any target
Found 1 product dependencies
  - ListDiff
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module ListDiff
[2/2] Compiling ListDiff ListDiff.swift
[3/10] Compiling ListDiffUI ListViewModel.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module ListDiffUI
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/10] Compiling ListDiffUI ListSection.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/10] Compiling ListDiffUI ListDiffContext.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/10] Compiling ListDiffUI ListDiffDataSource.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/10] Compiling ListDiffUI ListCell.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/10] Compiling ListDiffUI ListCellController.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/10] Compiling ListDiffUI ListViewState.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/8] Compiling ListDiffUI ListViewState.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[2/8] Compiling ListDiffUI ListCellController.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/8] Compiling ListDiffUI ListSection.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/8] Compiling ListDiffUI ListViewModel.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module ListDiffUI
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/8] Compiling ListDiffUI ListCell.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/8] Compiling ListDiffUI ListDiffDataSource.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/8] Compiling ListDiffUI ListDiffContext.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ListCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm