The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWTextMarquee, reference 1.0.2 (4695a0), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 01:09:57 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/William-Weng/WWTextMarquee.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWTextMarquee
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 4695a05 - 加入置中設定功能
Cloned https://github.com/William-Weng/WWTextMarquee.git
Revision (git rev-parse @):
4695a051cf86e9aa7324b3183796fec7a2d99de8
SUCCESS checkout https://github.com/William-Weng/WWTextMarquee.git at 1.0.2
Fetching https://github.com/William-Weng/WWTextRasterizer
[1/162] Fetching wwtextrasterizer
Fetched https://github.com/William-Weng/WWTextRasterizer from cache (0.79s)
Computing version for https://github.com/William-Weng/WWTextRasterizer
Computed https://github.com/William-Weng/WWTextRasterizer at 1.2.0 (1.45s)
Creating working copy for https://github.com/William-Weng/WWTextRasterizer
Working copy of https://github.com/William-Weng/WWTextRasterizer resolved at 1.2.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wwtextmarquee",
      "name": "WWTextMarquee",
      "url": "https://github.com/William-Weng/WWTextMarquee.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWTextMarquee",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "wwtextrasterizer",
          "name": "WWTextRasterizer",
          "url": "https://github.com/William-Weng/WWTextRasterizer",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWTextRasterizer",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/William-Weng/WWTextMarquee.git
[1/99] Fetching wwtextmarquee
Fetched https://github.com/William-Weng/WWTextMarquee.git from cache (0.84s)
Fetching https://github.com/William-Weng/WWTextRasterizer from cache
Fetched https://github.com/William-Weng/WWTextRasterizer from cache (0.44s)
Computing version for https://github.com/William-Weng/WWTextRasterizer
Computed https://github.com/William-Weng/WWTextRasterizer at 1.2.0 (0.50s)
Creating working copy for https://github.com/William-Weng/WWTextMarquee.git
Working copy of https://github.com/William-Weng/WWTextMarquee.git resolved at 1.0.2 (4695a05)
Creating working copy for https://github.com/William-Weng/WWTextRasterizer
Working copy of https://github.com/William-Weng/WWTextRasterizer resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'wwtextmarquee' is not used by any target
Found 1 product dependencies
  - WWTextRasterizer
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/William-Weng/WWTextMarquee.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying Privacy
[4/5] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/11] Emitting module WWTextRasterizer
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
[7/11] Compiling WWTextRasterizer Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
[8/11] Compiling WWTextRasterizer resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
[9/11] Compiling WWTextRasterizer WWTextRasterizer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
[10/11] Compiling WWTextRasterizer Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
[11/11] Compiling WWTextRasterizer Model.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTextRasterizer/Sources/WWTextRasterizer/Utility/Constant.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - typealias
BUILD FAILURE 6.3 macosSpm