The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CurrencyText, reference 3.0.1 (03d08a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 13:37:32 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/marinofelipe/CurrencyText.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/CurrencyText
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 03d08a0 Merge pull request #92 from Andrewangeta/swiftui-fix
Cloned https://github.com/marinofelipe/CurrencyText.git
Revision (git rev-parse @):
03d08a028a32547e26f50751660c7c0b3cfa3279
SUCCESS checkout https://github.com/marinofelipe/CurrencyText.git at 3.0.1
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/956] Fetching swift-concurrency-extras
[460/17002] Fetching swift-concurrency-extras, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (35.12s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (35.12s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.9.0 (36.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.79s)
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
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
========================================
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": "currencytext",
      "name": "CurrencyText",
      "url": "https://github.com/marinofelipe/CurrencyText.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CurrencyText",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/marinofelipe/CurrencyText.git
[1/1987] Fetching currencytext
Fetched https://github.com/marinofelipe/CurrencyText.git from cache (0.96s)
Creating working copy for https://github.com/marinofelipe/CurrencyText.git
Working copy of https://github.com/marinofelipe/CurrencyText.git resolved at 3.0.1 (03d08a0)
warning: '.resolve-product-dependencies': dependency 'currencytext' 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/marinofelipe/CurrencyText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/11] Compiling CurrencyFormatter String.swift
[7/11] Compiling CurrencyFormatter NumberFormatter.swift
[8/11] Compiling CurrencyFormatter CurrencyFormatter.swift
[9/11] Compiling CurrencyFormatter Currency.swift
[10/11] Emitting module CurrencyFormatter
[11/11] Compiling CurrencyFormatter CurrencyLocale.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)
BUILD FAILURE 6.3 macosSpm