The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CNTimelineCell, reference main (f0440b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 10:38:17 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/chrisnyw/CNTimelineCell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrisnyw/CNTimelineCell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f0440b8 Update README.md
Cloned https://github.com/chrisnyw/CNTimelineCell.git
Revision (git rev-parse @):
f0440b8556daf887ee300abbe0f9ef9f78930ae0
SUCCESS checkout https://github.com/chrisnyw/CNTimelineCell.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/chrisnyw/CNTimelineCell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying CNTimelineCell.xib
[2/3] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Compiling CNTimelineCell TimelineStraightLineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[5/12] Compiling CNTimelineCell TimelineUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[6/12] Compiling CNTimelineCell TimelineType.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[7/12] Compiling CNTimelineCell CNTimelineCellItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[8/12] Emitting module CNTimelineCell
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[9/12] Compiling CNTimelineCell resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[10/12] Compiling CNTimelineCell TimelineBubbleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[11/12] Compiling CNTimelineCell CNTimelineCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
[12/12] Compiling CNTimelineCell CNTimelineCellStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CNTimelineCell/CNTimelineCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// A UITableViewCell library for generating TimelineCell
BUILD FAILURE 6.2 macosSpm