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.0 for macOS (SPM) on 14 Oct 2025 06:47:44 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/NextGrowingTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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
[5/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
[6/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
BUILD FAILURE 6.0 macosSpm