Build Information
Failed to build CurrencyText, reference 3.0.1 (03d08a
), with Swift 6.0 for macOS (SPM) on 1 Jan 2025 22:29:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.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: 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
[9/825] Fetching swift-concurrency-extras
[133/13289] Fetching swift-concurrency-extras, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.17s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.17s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.47s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.9.0 (0.59s)
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
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/marinofelipe/CurrencyText.git
[1/1939] 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.0
Building package at path: $PWD
https://github.com/marinofelipe/CurrencyText.git
https://github.com/marinofelipe/CurrencyText.git
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "1.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
}
],
"manifest_display_name" : "CurrencyText",
"name" : "CurrencyText",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CurrencyTextSwiftUI",
"targets" : [
"CurrencyFormatter",
"CurrencyTextField"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CurrencyText",
"targets" : [
"CurrencyFormatter",
"CurrencyUITextFieldDelegate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CurrencyFormatter",
"targets" : [
"CurrencyFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CurrencyUITextFieldDelegateTests",
"module_type" : "SwiftTarget",
"name" : "CurrencyUITextFieldDelegateTests",
"path" : "Tests/UITextFieldDelegate",
"sources" : [
"CurrencyTextFieldDelegateTests.swift",
"Mocks/PassthroughDelegateMock.swift",
"UITextField.swift",
"UITextFieldTests.swift"
],
"target_dependencies" : [
"CurrencyUITextFieldDelegate"
],
"type" : "test"
},
{
"c99name" : "CurrencyUITextFieldDelegate",
"module_type" : "SwiftTarget",
"name" : "CurrencyUITextFieldDelegate",
"path" : "Sources/UITextFieldDelegate",
"product_memberships" : [
"CurrencyTextSwiftUI",
"CurrencyText"
],
"sources" : [
"CurrencyUITextFieldDelegate.swift",
"UITextField.swift"
],
"target_dependencies" : [
"CurrencyFormatter"
],
"type" : "library"
},
{
"c99name" : "CurrencyTextFieldTests",
"module_type" : "SwiftTarget",
"name" : "CurrencyTextFieldTests",
"path" : "Tests/SwiftUI",
"product_dependencies" : [
"ConcurrencyExtras"
],
"sources" : [
"CurrencyTextFieldConfigurationTests.swift",
"WrappedTextFieldTests.swift"
],
"target_dependencies" : [
"CurrencyTextField",
"CurrencyTextFieldTestSupport"
],
"type" : "test"
},
{
"c99name" : "CurrencyTextFieldTestSupport",
"module_type" : "SwiftTarget",
"name" : "CurrencyTextFieldTestSupport",
"path" : "Sources/CurrencyTextFieldTestSupport",
"sources" : [
"Fixtures/Fixtures+CurrencyFormatter.swift",
"Fixtures/Fixtures+CurrencyTextFieldConfiguration.swift"
],
"target_dependencies" : [
"CurrencyTextField",
"CurrencyFormatter"
],
"type" : "library"
},
{
"c99name" : "CurrencyTextFieldSnapshotTests",
"module_type" : "SwiftTarget",
"name" : "CurrencyTextFieldSnapshotTests",
"path" : "Tests/SwiftUISnapshotTests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftUISnapshotTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CurrencyTextFieldSnapshotTests.swift"
],
"target_dependencies" : [
"CurrencyTextField",
"CurrencyTextFieldTestSupport"
],
"type" : "test"
},
{
"c99name" : "CurrencyTextField",
"module_type" : "SwiftTarget",
"name" : "CurrencyTextField",
"path" : "Sources/SwiftUI",
"product_memberships" : [
"CurrencyTextSwiftUI"
],
"sources" : [
"CurrencyTextField.swift",
"CurrencyTextFieldConfiguration.swift",
"OptionalBinding.swift",
"WrappedTextField.swift"
],
"target_dependencies" : [
"CurrencyFormatter",
"CurrencyUITextFieldDelegate"
],
"type" : "library"
},
{
"c99name" : "CurrencyFormatterTests",
"module_type" : "SwiftTarget",
"name" : "CurrencyFormatterTests",
"path" : "Tests/Formatter",
"sources" : [
"CurrencyFormatterTests.swift",
"NumberFormatterTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"CurrencyFormatter"
],
"type" : "test"
},
{
"c99name" : "CurrencyFormatter",
"module_type" : "SwiftTarget",
"name" : "CurrencyFormatter",
"path" : "Sources/Formatter",
"product_memberships" : [
"CurrencyTextSwiftUI",
"CurrencyText",
"CurrencyFormatter"
],
"sources" : [
"Currency.swift",
"CurrencyFormatter.swift",
"CurrencyLocale.swift",
"NumberFormatter.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/11] Compiling CurrencyFormatter String.swift
[7/11] Compiling CurrencyFormatter Currency.swift
[8/11] Compiling CurrencyFormatter NumberFormatter.swift
[9/11] Emitting module CurrencyFormatter
[10/11] Compiling CurrencyFormatter CurrencyLocale.swift
[11/11] Compiling CurrencyFormatter CurrencyFormatter.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] 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)
[14/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)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/7] Compiling CurrencyFormatter String.swift
[3/7] Compiling CurrencyFormatter NumberFormatter.swift
[4/7] Compiling CurrencyFormatter CurrencyFormatter.swift
[5/7] Compiling CurrencyFormatter Currency.swift
[6/7] Emitting module CurrencyFormatter
[7/7] Compiling CurrencyFormatter CurrencyLocale.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] 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)
[9/10] 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)
[10/10] 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)
BUILD FAILURE 6.0 macosSpm