The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWImageView, reference main (aa0cb4), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 22:03:58 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/WWImageView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWImageView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aa0cb43 - 修正點擊會回到原點的問題
Cloned https://github.com/William-Weng/WWImageView.git
Revision (git rev-parse @):
aa0cb432100902af71e46f21e1ae5ee5ae746d8c
SUCCESS checkout https://github.com/William-Weng/WWImageView.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wwimageview",
      "name": "WWImageView",
      "url": "https://github.com/William-Weng/WWImageView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWImageView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/William-Weng/WWImageView.git
[1/118] Fetching wwimageview
Fetched https://github.com/William-Weng/WWImageView.git from cache (0.98s)
Creating working copy for https://github.com/William-Weng/WWImageView.git
Working copy of https://github.com/William-Weng/WWImageView.git resolved at main (aa0cb43)
warning: '.resolve-product-dependencies': dependency 'wwimageview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/William-Weng/WWImageView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling WWImageView Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
[5/9] Compiling WWImageView WWImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
[6/9] Compiling WWImageView Protocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
[7/9] Compiling WWImageView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module WWImageView
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
[9/9] Compiling WWImageView Constant.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageView/Utility/Extension.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | // MARK: - CGPoint (function)
BUILD FAILURE 6.3 macosSpm