The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CurrencyText, reference main (295090), with Swift 6.0 for macOS (SPM) on 27 Nov 2025 20:41:03 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/marinofelipe/CurrencyText.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/CurrencyText
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2950908 Merge pull request #103 from marinofelipe/dependabot/bundler/rexml-3.4.2
Cloned https://github.com/marinofelipe/CurrencyText.git
Revision (git rev-parse @):
295090893cc4aaa904cae5f3d1403b6b681ff860
SUCCESS checkout https://github.com/marinofelipe/CurrencyText.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/marinofelipe/CurrencyText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/11] Compiling CurrencyFormatter Currency.swift
[7/11] Compiling CurrencyFormatter String.swift
[8/11] Compiling CurrencyFormatter CurrencyFormatter.swift
[9/11] Emitting module CurrencyFormatter
[10/11] Compiling CurrencyFormatter CurrencyLocale.swift
[11/11] Compiling CurrencyFormatter NumberFormatter.swift
[12/14] Compiling CurrencyUITextFieldDelegate UITextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if canImport(CurrencyFormatter)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/14] Emitting module CurrencyUITextFieldDelegate
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if canImport(CurrencyFormatter)
[14/14] Compiling CurrencyUITextFieldDelegate CurrencyUITextFieldDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | #if canImport(CurrencyFormatter)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
[887/16519] Fetching swift-concurrency-extras, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.06s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.06s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.9.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
BUILD FAILURE 6.0 macosSpm