The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build NextGrowingTextView, reference 2.2.1 (ad2304), with Swift 6.2 for macOS (SPM) on 14 Oct 2025 06:39:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/FluidGroup/NextGrowingTextView.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/NextGrowingTextView
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at ad23041 fix height (#107)
Cloned https://github.com/FluidGroup/NextGrowingTextView.git
Revision (git rev-parse @):
ad23041c01d51c07701415a682eff7e9cf3e6c4f
SUCCESS checkout https://github.com/FluidGroup/NextGrowingTextView.git at 2.2.1
========================================
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",
  "dependencies": [
    {
      "identity": "nextgrowingtextview",
      "name": "NextGrowingTextView",
      "url": "https://github.com/FluidGroup/NextGrowingTextView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NextGrowingTextView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FluidGroup/NextGrowingTextView.git
[1/1008] Fetching nextgrowingtextview
Fetched https://github.com/FluidGroup/NextGrowingTextView.git from cache (1.40s)
Creating working copy for https://github.com/FluidGroup/NextGrowingTextView.git
Working copy of https://github.com/FluidGroup/NextGrowingTextView.git resolved at 2.2.1 (ad23041)
warning: '.resolve-product-dependencies': dependency 'nextgrowingtextview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluidGroup/NextGrowingTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module NextGrowingTextView
/Users/admin/builder/spi-builder-workspace/NextGrowingTextView/InternalTextView.swift:24:8: error: no such module 'UIKit'
 22 |
 23 | import Foundation
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | // MARK: - NextGrowingInternalTextView: UITextView
[4/6] Compiling NextGrowingTextView SizingContainerView.swift
/Users/admin/builder/spi-builder-workspace/NextGrowingTextView/InternalTextView.swift:24:8: error: no such module 'UIKit'
 22 |
 23 | import Foundation
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | // MARK: - NextGrowingInternalTextView: UITextView
[5/6] Compiling NextGrowingTextView InternalTextView.swift
/Users/admin/builder/spi-builder-workspace/NextGrowingTextView/InternalTextView.swift:24:8: error: no such module 'UIKit'
 22 |
 23 | import Foundation
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | // MARK: - NextGrowingInternalTextView: UITextView
[6/6] Compiling NextGrowingTextView NextGrowingTextView.swift
/Users/admin/builder/spi-builder-workspace/NextGrowingTextView/InternalTextView.swift:24:8: error: no such module 'UIKit'
 22 |
 23 | import Foundation
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | // MARK: - NextGrowingInternalTextView: UITextView
BUILD FAILURE 6.2 macosSpm