The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWExpandableCell, reference 1.2.2 (ddb1a0), with Swift 6.1 for macOS (SPM) on 9 Mar 2026 07:15:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/William-Weng/WWExpandableCell.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWExpandableCell
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at ddb1a0d - 加上更新時 / 更新後的設定值
Cloned https://github.com/William-Weng/WWExpandableCell.git
Revision (git rev-parse @):
ddb1a0d01df3d23ab8c727e5700442cccc69b868
SUCCESS checkout https://github.com/William-Weng/WWExpandableCell.git at 1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/William-Weng/WWExpandableCell.git
https://github.com/William-Weng/WWExpandableCell.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WWExpandableCell",
  "name" : "WWExpandableCell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "WWExpandableCell",
      "targets" : [
        "WWExpandableCell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWExpandableCell",
      "module_type" : "SwiftTarget",
      "name" : "WWExpandableCell",
      "path" : "Sources/WWExpandableCell",
      "product_memberships" : [
        "WWExpandableCell"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/Privacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "WWExpandableCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module WWExpandableCell
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
[5/6] Compiling WWExpandableCell resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
[6/6] Compiling WWExpandableCell WWExpandableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling WWExpandableCell resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module WWExpandableCell
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
[4/4] Compiling WWExpandableCell WWExpandableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | open class WWExpandView: UIView {}
BUILD FAILURE 6.1 macosSpm