Build Information
Successful build of MonetaryAmount, reference master (344205
), with Swift 6.1 for visionOS using Xcode 16.3 on 24 Apr 2025 20:03:53 UTC.
Swift 6 data race errors: 157
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: add '@MainActor' to make static property 'MVR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MWK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MXN' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MYR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MZN' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NAD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NGN' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NIO' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NOK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NPR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'NZD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'OMR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PAB' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PEN' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PGK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PHP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PKR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PLN' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'PYG' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'QAR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'RON' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'RSD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'RUB' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'RWF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SAR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SBD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SCR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SDG' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SEK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SGD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SHP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SLL' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SOS' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SRD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SSP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'STD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SVC' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SYP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'SZL' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'THB' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TJS' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TMT' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TND' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TOP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TRY' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TTD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'TZS' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'UAH' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'UGX' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'USD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'UYU' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'UZS' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'VEF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'VND' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'VUV' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'WST' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'XAF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'XCD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'XOF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'XPF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'YER' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ZAR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ZMW' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ZWL' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'currencyTable' part of global actor 'MainActor'
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)
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftDriverJobDiscovery normal arm64 Emitting module for PathKit (in target 'PathKit' from project 'PathKit')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-16.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
SwiftDriverJobDiscovery normal arm64 Emitting module for MonetaryAmount (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PathKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-Swift.h (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PathKit-Swift.h
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/PathKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
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/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftdoc (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
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/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.abi.json (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
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/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftsourceinfo (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
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/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
SwiftCompile normal arm64 Compiling\ Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftCompile normal arm64 Compiling\ NumberFormatter+Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
SwiftDriverJobDiscovery normal arm64 Compiling Currencies+Generated.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling PathKit.swift (in target 'PathKit' from project 'PathKit')
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
SwiftDriverJobDiscovery normal arm64 Compiling Consolidatable.swift (in target 'Consolidate' from project 'Consolidate')
SwiftDriver\ Compilation Consolidate normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Consolidate' from project 'Consolidate')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Consolidate -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate-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/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.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/Consolidate.build/Debug-xros/Consolidate.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate_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/Consolidate.build/Debug-xros/Consolidate.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.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/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RoundedDecimal.swift (in target 'RoundedDecimal' from project 'RoundedDecimal')
SwiftDriverJobDiscovery normal arm64 Compiling DecimalTypes.swift (in target 'RoundedDecimal' from project 'RoundedDecimal')
SwiftDriverJobDiscovery normal arm64 Compiling Decimal+Rounding.swift (in target 'RoundedDecimal' from project 'RoundedDecimal')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicRoundedDecimal.swift (in target 'RoundedDecimal' from project 'RoundedDecimal')
SwiftDriver\ Compilation RoundedDecimal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RoundedDecimal' from project 'RoundedDecimal')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RoundedDecimal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal-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/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.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/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal_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/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.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/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal-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/PathKit.o normal (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.o normal (in target 'Consolidate' from project 'Consolidate')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.o
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/RoundedDecimal.o normal (in target 'RoundedDecimal' from project 'RoundedDecimal')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RoundedDecimal
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RoundedDecimal.o
SwiftCompile normal arm64 Compiling\ Context.swift,\ DynamicMemberLookup.swift,\ Environment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Context.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/DynamicMemberLookup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Environment.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Context.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/DynamicMemberLookup.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Environment.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FilterTag.swift,\ Filters.swift,\ ForTag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/FilterTag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Filters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/ForTag.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/FilterTag.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Filters.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/ForTag.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Stencil (in target 'Stencil' from project 'Stencil')
EmitSwiftModule normal arm64 (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TrimBehaviour.swift,\ Variable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/TrimBehaviour.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Variable.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/TrimBehaviour.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Variable.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyValueWrapper.swift,\ Lexer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/LazyValueWrapper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Lexer.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/LazyValueWrapper.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Lexer.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NowTag.swift,\ Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/NowTag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Parser.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/NowTag.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Parser.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Loader.swift,\ Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Loader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Node.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Loader.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Node.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ Inheritance.swift,\ KeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Inheritance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/KeyPath.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Inheritance.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/KeyPath.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ IfTag.swift,\ Include.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/IfTag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Include.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/IfTag.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Include.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ Template.swift,\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Template.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Tokenizer.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Template.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Tokenizer.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ Errors.swift,\ Expression.swift,\ Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Extension.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Errors.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Expression.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil/Sources/Stencil/Extension.swift (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift, DynamicMemberLookup.swift, Environment.swift (in target 'Stencil' from project 'Stencil')
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
SwiftDriverJobDiscovery normal arm64 Emitting module for Stencil (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-16.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
ExtractAppIntentsMetadata (in target 'RoundedDecimal' from project 'RoundedDecimal')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RoundedDecimal
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RoundedDecimal --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier roundeddecimal.RoundedDecimal --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RoundedDecimal.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/RoundedDecimal.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/RoundedDecimal.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/RoundedDecimal.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug-xros/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:52.520 appintentsmetadataprocessor[976:5118] Starting appintentsmetadataprocessor export
2025-04-24 13:03:52.572 appintentsmetadataprocessor[976:5118] Extracted no relevant App Intents symbols, skipping writing output
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Stencil-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil-Swift.h (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Stencil-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling NowTag.swift, Parser.swift (in target 'Stencil' from project 'Stencil')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
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/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftdoc (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
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/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.abi.json (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
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/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftsourceinfo (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
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/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PathKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier pathkit.PathKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PathKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/PathKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/PathKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:52.549 appintentsmetadataprocessor[977:5129] Starting appintentsmetadataprocessor export
2025-04-24 13:03:52.588 appintentsmetadataprocessor[977:5129] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Consolidate' from project 'Consolidate')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Consolidate --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier consolidate.Consolidate --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Consolidate.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Consolidate.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Consolidate.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-xros/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:52.560 appintentsmetadataprocessor[978:5132] Starting appintentsmetadataprocessor export
2025-04-24 13:03:52.599 appintentsmetadataprocessor[978:5132] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Inheritance.swift, KeyPath.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling LazyValueWrapper.swift, Lexer.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver 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-SwiftDriver -- /Applications/Xcode-16.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
SwiftEmitModule normal arm64 Emitting\ module\ for\ CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
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
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
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
SwiftDriverJobDiscovery normal arm64 Compiling Loader.swift, Node.swift (in target 'Stencil' from project 'Stencil')
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
SwiftDriverJobDiscovery normal arm64 Compiling IfTag.swift, Include.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling TrimBehaviour.swift, Variable.swift (in target 'Stencil' from project 'Stencil')
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
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
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o
ExtractAppIntentsMetadata (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MonetaryAmount --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.MonetaryAmount --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MonetaryAmount.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/MonetaryAmount.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/MonetaryAmount.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-xros/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:52.655 appintentsmetadataprocessor[989:5167] Starting appintentsmetadataprocessor export
2025-04-24 13:03:52.691 appintentsmetadataprocessor[989:5167] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling FilterTag.swift, Filters.swift, ForTag.swift (in target 'Stencil' from project 'Stencil')
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/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
SwiftDriverJobDiscovery normal arm64 Emitting module for CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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
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/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/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
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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')
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.3.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o
ExtractAppIntentsMetadata (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Stencil --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier stencil.Stencil --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Stencil.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Stencil.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Stencil.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-xros/Stencil.build/Objects-normal/arm64/Stencil.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:52.847 appintentsmetadataprocessor[992:5186] Starting appintentsmetadataprocessor export
2025-04-24 13:03:52.879 appintentsmetadataprocessor[992:5186] Extracted no relevant App Intents symbols, skipping writing output
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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.3.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.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.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 -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
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.