Build Information
Successful build of MonetaryAmount, reference master (344205
), with Swift 6.0 for visionOS using Xcode 16.0 on 31 Oct 2024 08:07:43 UTC.
Swift 6 data race errors: 157
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MonetaryAmount-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
static let MUR = Currency(name: "Mauritius Rupee", code: "MUR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: warning: static property 'MVR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: annotate 'MVR' with '@MainActor' if property should only be accessed from the main actor
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: warning: static property 'MWK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: annotate 'MWK' with '@MainActor' if property should only be accessed from the main actor
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: warning: static property 'MXN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: annotate 'MXN' with '@MainActor' if property should only be accessed from the main actor
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: warning: static property 'MYR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: annotate 'MYR' with '@MainActor' if property should only be accessed from the main actor
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: warning: static property 'MZN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: annotate 'MZN' with '@MainActor' if property should only be accessed from the main actor
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: warning: static property 'NAD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: annotate 'NAD' with '@MainActor' if property should only be accessed from the main actor
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: warning: static property 'NGN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: annotate 'NGN' with '@MainActor' if property should only be accessed from the main actor
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: warning: static property 'NIO' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: annotate 'NIO' with '@MainActor' if property should only be accessed from the main actor
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: warning: static property 'NOK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: annotate 'NOK' with '@MainActor' if property should only be accessed from the main actor
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: warning: static property 'NPR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: annotate 'NPR' with '@MainActor' if property should only be accessed from the main actor
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: warning: static property 'NZD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: annotate 'NZD' with '@MainActor' if property should only be accessed from the main actor
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: warning: static property 'OMR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: annotate 'OMR' with '@MainActor' if property should only be accessed from the main actor
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: warning: static property 'PAB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: annotate 'PAB' with '@MainActor' if property should only be accessed from the main actor
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: warning: static property 'PEN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: annotate 'PEN' with '@MainActor' if property should only be accessed from the main actor
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: warning: static property 'PGK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: annotate 'PGK' with '@MainActor' if property should only be accessed from the main actor
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: warning: static property 'PHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: annotate 'PHP' with '@MainActor' if property should only be accessed from the main actor
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: warning: static property 'PKR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: annotate 'PKR' with '@MainActor' if property should only be accessed from the main actor
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: warning: static property 'PLN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: annotate 'PLN' with '@MainActor' if property should only be accessed from the main actor
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: warning: static property 'PYG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: annotate 'PYG' with '@MainActor' if property should only be accessed from the main actor
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: warning: static property 'QAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: annotate 'QAR' with '@MainActor' if property should only be accessed from the main actor
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: warning: static property 'RON' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: annotate 'RON' with '@MainActor' if property should only be accessed from the main actor
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: warning: static property 'RSD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: annotate 'RSD' with '@MainActor' if property should only be accessed from the main actor
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: warning: static property 'RUB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: annotate 'RUB' with '@MainActor' if property should only be accessed from the main actor
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: warning: static property 'RWF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: annotate 'RWF' with '@MainActor' if property should only be accessed from the main actor
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: warning: static property 'SAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: annotate 'SAR' with '@MainActor' if property should only be accessed from the main actor
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: warning: static property 'SBD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: annotate 'SBD' with '@MainActor' if property should only be accessed from the main actor
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: warning: static property 'SCR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: annotate 'SCR' with '@MainActor' if property should only be accessed from the main actor
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: warning: static property 'SDG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: annotate 'SDG' with '@MainActor' if property should only be accessed from the main actor
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: warning: static property 'SEK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: annotate 'SEK' with '@MainActor' if property should only be accessed from the main actor
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: warning: static property 'SGD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: annotate 'SGD' with '@MainActor' if property should only be accessed from the main actor
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: warning: static property 'SHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: annotate 'SHP' with '@MainActor' if property should only be accessed from the main actor
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: warning: static property 'SLL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: annotate 'SLL' with '@MainActor' if property should only be accessed from the main actor
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: warning: static property 'SOS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: annotate 'SOS' with '@MainActor' if property should only be accessed from the main actor
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: warning: static property 'SRD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: annotate 'SRD' with '@MainActor' if property should only be accessed from the main actor
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: warning: static property 'SSP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: annotate 'SSP' with '@MainActor' if property should only be accessed from the main actor
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: warning: static property 'STD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: annotate 'STD' with '@MainActor' if property should only be accessed from the main actor
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: warning: static property 'SVC' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: annotate 'SVC' with '@MainActor' if property should only be accessed from the main actor
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: warning: static property 'SYP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: annotate 'SYP' with '@MainActor' if property should only be accessed from the main actor
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: warning: static property 'SZL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: annotate 'SZL' with '@MainActor' if property should only be accessed from the main actor
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: warning: static property 'THB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: annotate 'THB' with '@MainActor' if property should only be accessed from the main actor
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: warning: static property 'TJS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: annotate 'TJS' with '@MainActor' if property should only be accessed from the main actor
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: warning: static property 'TMT' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: annotate 'TMT' with '@MainActor' if property should only be accessed from the main actor
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: warning: static property 'TND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: annotate 'TND' with '@MainActor' if property should only be accessed from the main actor
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: warning: static property 'TOP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: annotate 'TOP' with '@MainActor' if property should only be accessed from the main actor
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: warning: static property 'TRY' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: annotate 'TRY' with '@MainActor' if property should only be accessed from the main actor
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: warning: static property 'TTD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: annotate 'TTD' with '@MainActor' if property should only be accessed from the main actor
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: warning: static property 'TZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: annotate 'TZS' with '@MainActor' if property should only be accessed from the main actor
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: warning: static property 'UAH' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: annotate 'UAH' with '@MainActor' if property should only be accessed from the main actor
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: warning: static property 'UGX' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: annotate 'UGX' with '@MainActor' if property should only be accessed from the main actor
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: warning: static property 'USD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: annotate 'USD' with '@MainActor' if property should only be accessed from the main actor
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: warning: static property 'UYU' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: annotate 'UYU' with '@MainActor' if property should only be accessed from the main actor
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: warning: static property 'UZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: annotate 'UZS' with '@MainActor' if property should only be accessed from the main actor
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: warning: static property 'VEF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: annotate 'VEF' with '@MainActor' if property should only be accessed from the main actor
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: warning: static property 'VND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: annotate 'VND' with '@MainActor' if property should only be accessed from the main actor
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: warning: static property 'VUV' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: annotate 'VUV' with '@MainActor' if property should only be accessed from the main actor
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: warning: static property 'WST' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: annotate 'WST' with '@MainActor' if property should only be accessed from the main actor
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: warning: static property 'XAF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: annotate 'XAF' with '@MainActor' if property should only be accessed from the main actor
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: warning: static property 'XCD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: annotate 'XCD' with '@MainActor' if property should only be accessed from the main actor
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: warning: static property 'XOF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: annotate 'XOF' with '@MainActor' if property should only be accessed from the main actor
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: warning: static property 'XPF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: annotate 'XPF' with '@MainActor' if property should only be accessed from the main actor
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: warning: static property 'YER' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: annotate 'YER' with '@MainActor' if property should only be accessed from the main actor
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: warning: static property 'ZAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: annotate 'ZAR' with '@MainActor' if property should only be accessed from the main actor
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: warning: static property 'ZMW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: annotate 'ZMW' with '@MainActor' if property should only be accessed from the main actor
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: warning: static property 'ZWL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: annotate 'ZWL' with '@MainActor' if property should only be accessed from the main actor
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: warning: static property 'currencyTable' is not concurrency-safe because non-'Sendable' type '[String : Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
static private let currencyTable: [String: Currency] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: annotate 'currencyTable' with '@MainActor' if property should only be accessed from the main actor
static private let currencyTable: [String: Currency] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private let currencyTable: [String: Currency] = [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
SwiftDriver\ Compilation PathKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PathKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o normal (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ NumberFormatter+Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/NumberFormatter+Currency.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RoundedDecimal.o (in target 'RoundedDecimal' from project 'RoundedDecimal')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RoundedDecimal
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RoundedDecimal.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o
SwiftDriverJobDiscovery normal arm64 Compiling Template.swift, Tokenizer.swift (in target 'Stencil' from project 'Stencil')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.o (in target 'Consolidate' from project 'Consolidate')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.o
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling TrimBehaviour.swift, Variable.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
SwiftDriver\ Compilation CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, Expression.swift, Extension.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Emitting module for MonetaryAmount (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation\ Requirements MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MonetaryAmount-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MonetaryAmount-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FilterTag.swift, Filters.swift, ForTag.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation Stencil normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stencil -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o normal (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Currencies+Generated.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o normal (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CurrenciesGenerator
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "roundeddecimal",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SoftwareEngineerChris/RoundedDecimal.git"
},
{
"identity" : "consolidate",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SoftwareEngineerChris/Consolidate.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
}
],
"manifest_display_name" : "MonetaryAmount",
"name" : "MonetaryAmount",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MonetaryAmount",
"targets" : [
"MonetaryAmount"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CurrenciesGenerator",
"targets" : [
"CurrenciesGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MonetaryAmountTests",
"module_type" : "SwiftTarget",
"name" : "MonetaryAmountTests",
"path" : "Tests/MonetaryAmountTests",
"sources" : [
"CurrencyTests.swift",
"MonetaryAmountTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MonetaryAmount"
],
"type" : "test"
},
{
"c99name" : "MonetaryAmount",
"module_type" : "SwiftTarget",
"name" : "MonetaryAmount",
"path" : "Sources/MonetaryAmount",
"product_dependencies" : [
"RoundedDecimal",
"Consolidate"
],
"product_memberships" : [
"MonetaryAmount"
],
"sources" : [
"Currencies+Generated.swift",
"Currency.swift",
"MonetaryAmount+Arithmetic.swift",
"MonetaryAmount+Consolidation.swift",
"MonetaryAmount+Construction.swift",
"MonetaryAmount+Negation.swift",
"MonetaryAmount.swift",
"NumberFormatter+Currency.swift"
],
"type" : "library"
},
{
"c99name" : "CurrenciesGenerator",
"module_type" : "SwiftTarget",
"name" : "CurrenciesGenerator",
"path" : "Sources/CurrenciesGenerator",
"product_dependencies" : [
"Stencil"
],
"product_memberships" : [
"CurrenciesGenerator"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Done.