The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CurrencyText, reference main (03d08a), with Swift 5.9 for macOS (SPM) on 1 Jan 2025 22:29:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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 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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/marinofelipe/CurrencyText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling CurrencyFormatter String.swift
[2/6] Compiling CurrencyFormatter NumberFormatter.swift
[3/6] Emitting module CurrencyFormatter
[4/6] Compiling CurrencyFormatter CurrencyFormatter.swift
[5/6] Compiling CurrencyFormatter CurrencyLocale.swift
[6/6] Compiling CurrencyFormatter Currency.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module CurrencyUITextFieldDelegate
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/9] Compiling CurrencyUITextFieldDelegate CurrencyUITextFieldDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/9] Compiling CurrencyUITextFieldDelegate UITextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/UITextFieldDelegate/CurrencyUITextFieldDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/825] Fetching swift-concurrency-extras
[133/13289] Fetching swift-concurrency-extras, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-concurrency-extras (2.75s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing (2.75s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.35s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.9.0 (0.45s)
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.1
BUILD FAILURE 5.9 macosSpm