Build Information
Failed to build MonetaryAmount with Swift 6.0 for iOS using Xcode 16.0.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MonetaryAmount-Package -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:415:16: warning: static property 'KHR' 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 KHR = Currency(name: "Riel", code: "KHR", 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:415:16: note: annotate 'KHR' with '@MainActor' if property should only be accessed from the main actor
static let KHR = Currency(name: "Riel", code: "KHR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:415:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KHR = Currency(name: "Riel", code: "KHR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:418:16: warning: static property 'KMF' 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 KMF = Currency(name: "Comorian Franc", code: "KMF", 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:418:16: note: annotate 'KMF' with '@MainActor' if property should only be accessed from the main actor
static let KMF = Currency(name: "Comorian Franc", code: "KMF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:418:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KMF = Currency(name: "Comorian Franc", code: "KMF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:421:16: warning: static property 'KPW' 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 KPW = Currency(name: "North Korean Won", code: "KPW", 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:421:16: note: annotate 'KPW' with '@MainActor' if property should only be accessed from the main actor
static let KPW = Currency(name: "North Korean Won", code: "KPW", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:421:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KPW = Currency(name: "North Korean Won", code: "KPW", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:424:16: warning: static property 'KRW' 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 KRW = Currency(name: "Won", code: "KRW", 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:424:16: note: annotate 'KRW' with '@MainActor' if property should only be accessed from the main actor
static let KRW = Currency(name: "Won", code: "KRW", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:424:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KRW = Currency(name: "Won", code: "KRW", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:427:16: warning: static property 'KWD' 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 KWD = Currency(name: "Kuwaiti Dinar", code: "KWD", 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:427:16: note: annotate 'KWD' with '@MainActor' if property should only be accessed from the main actor
static let KWD = Currency(name: "Kuwaiti Dinar", code: "KWD", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:427:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KWD = Currency(name: "Kuwaiti Dinar", code: "KWD", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:430:16: warning: static property 'KYD' 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 KYD = Currency(name: "Cayman Islands Dollar", code: "KYD", 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:430:16: note: annotate 'KYD' with '@MainActor' if property should only be accessed from the main actor
static let KYD = Currency(name: "Cayman Islands Dollar", code: "KYD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:430:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KYD = Currency(name: "Cayman Islands Dollar", code: "KYD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:433:16: warning: static property 'KZT' 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 KZT = Currency(name: "Tenge", code: "KZT", 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:433:16: note: annotate 'KZT' with '@MainActor' if property should only be accessed from the main actor
static let KZT = Currency(name: "Tenge", code: "KZT", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:433:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KZT = Currency(name: "Tenge", code: "KZT", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:436:16: warning: static property 'LAK' 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 LAK = Currency(name: "Lao Kip", code: "LAK", 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:436:16: note: annotate 'LAK' with '@MainActor' if property should only be accessed from the main actor
static let LAK = Currency(name: "Lao Kip", code: "LAK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:436:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LAK = Currency(name: "Lao Kip", code: "LAK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:439:16: warning: static property 'LBP' 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 LBP = Currency(name: "Lebanese Pound", code: "LBP", 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:439:16: note: annotate 'LBP' with '@MainActor' if property should only be accessed from the main actor
static let LBP = Currency(name: "Lebanese Pound", code: "LBP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:439:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LBP = Currency(name: "Lebanese Pound", code: "LBP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:442:16: warning: static property 'LKR' 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 LKR = Currency(name: "Sri Lanka Rupee", code: "LKR", 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:442:16: note: annotate 'LKR' with '@MainActor' if property should only be accessed from the main actor
static let LKR = Currency(name: "Sri Lanka Rupee", code: "LKR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:442:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LKR = Currency(name: "Sri Lanka Rupee", code: "LKR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:445:16: warning: static property 'LRD' 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 LRD = Currency(name: "Liberian Dollar", code: "LRD", 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:445:16: note: annotate 'LRD' with '@MainActor' if property should only be accessed from the main actor
static let LRD = Currency(name: "Liberian Dollar", code: "LRD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:445:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LRD = Currency(name: "Liberian Dollar", code: "LRD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:448:16: warning: static property 'LSL' 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 LSL = Currency(name: "Loti", code: "LSL", 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:448:16: note: annotate 'LSL' with '@MainActor' if property should only be accessed from the main actor
static let LSL = Currency(name: "Loti", code: "LSL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:448:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LSL = Currency(name: "Loti", code: "LSL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:451:16: warning: static property 'LYD' 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 LYD = Currency(name: "Libyan Dinar", code: "LYD", 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:451:16: note: annotate 'LYD' with '@MainActor' if property should only be accessed from the main actor
static let LYD = Currency(name: "Libyan Dinar", code: "LYD", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:451:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LYD = Currency(name: "Libyan Dinar", code: "LYD", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:454:16: warning: static property 'MAD' 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 MAD = Currency(name: "Moroccan Dirham", code: "MAD", 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:454:16: note: annotate 'MAD' with '@MainActor' if property should only be accessed from the main actor
static let MAD = Currency(name: "Moroccan Dirham", code: "MAD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:454:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MAD = Currency(name: "Moroccan Dirham", code: "MAD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:457:16: warning: static property 'MDL' 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 MDL = Currency(name: "Moldovan Leu", code: "MDL", 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:457:16: note: annotate 'MDL' with '@MainActor' if property should only be accessed from the main actor
static let MDL = Currency(name: "Moldovan Leu", code: "MDL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:457:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MDL = Currency(name: "Moldovan Leu", code: "MDL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:460:16: warning: static property 'MGA' 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 MGA = Currency(name: "Malagasy Ariary", code: "MGA", 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:460:16: note: annotate 'MGA' with '@MainActor' if property should only be accessed from the main actor
static let MGA = Currency(name: "Malagasy Ariary", code: "MGA", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:460:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MGA = Currency(name: "Malagasy Ariary", code: "MGA", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:463:16: warning: static property 'MKD' 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 MKD = Currency(name: "Denar", code: "MKD", 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:463:16: note: annotate 'MKD' with '@MainActor' if property should only be accessed from the main actor
static let MKD = Currency(name: "Denar", code: "MKD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:463:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MKD = Currency(name: "Denar", code: "MKD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:466:16: warning: static property 'MMK' 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 MMK = Currency(name: "Kyat", code: "MMK", 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:466:16: note: annotate 'MMK' with '@MainActor' if property should only be accessed from the main actor
static let MMK = Currency(name: "Kyat", code: "MMK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:466:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MMK = Currency(name: "Kyat", code: "MMK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:469:16: warning: static property 'MNT' 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 MNT = Currency(name: "Tugrik", code: "MNT", 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:469:16: note: annotate 'MNT' with '@MainActor' if property should only be accessed from the main actor
static let MNT = Currency(name: "Tugrik", code: "MNT", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:469:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MNT = Currency(name: "Tugrik", code: "MNT", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:472:16: warning: static property 'MOP' 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 MOP = Currency(name: "Pataca", code: "MOP", 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:472:16: note: annotate 'MOP' with '@MainActor' if property should only be accessed from the main actor
static let MOP = Currency(name: "Pataca", code: "MOP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:472:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MOP = Currency(name: "Pataca", code: "MOP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:475:16: warning: static property 'MRO' 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 MRO = Currency(name: "Ouguiya", code: "MRO", 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:475:16: note: annotate 'MRO' with '@MainActor' if property should only be accessed from the main actor
static let MRO = Currency(name: "Ouguiya", code: "MRO", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:475:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MRO = Currency(name: "Ouguiya", code: "MRO", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:478:16: warning: static property 'MUR' 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 MUR = Currency(name: "Mauritius Rupee", code: "MUR", 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:478:16: note: annotate 'MUR' with '@MainActor' if property should only be accessed from the main actor
static let MUR = Currency(name: "Mauritius Rupee", code: "MUR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:478:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MUR = Currency(name: "Mauritius Rupee", code: "MUR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: warning: static property 'MVR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: annotate 'MVR' with '@MainActor' if property should only be accessed from the main actor
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: warning: static property 'MWK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: annotate 'MWK' with '@MainActor' if property should only be accessed from the main actor
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: warning: static property 'MXN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: annotate 'MXN' with '@MainActor' if property should only be accessed from the main actor
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: warning: static property 'MYR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: annotate 'MYR' with '@MainActor' if property should only be accessed from the main actor
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: warning: static property 'MZN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: annotate 'MZN' with '@MainActor' if property should only be accessed from the main actor
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: warning: static property 'NAD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: annotate 'NAD' with '@MainActor' if property should only be accessed from the main actor
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: warning: static property 'NGN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: annotate 'NGN' with '@MainActor' if property should only be accessed from the main actor
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: warning: static property 'NIO' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: annotate 'NIO' with '@MainActor' if property should only be accessed from the main actor
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: warning: static property 'NOK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: annotate 'NOK' with '@MainActor' if property should only be accessed from the main actor
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: warning: static property 'NPR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: annotate 'NPR' with '@MainActor' if property should only be accessed from the main actor
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: warning: static property 'NZD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: annotate 'NZD' with '@MainActor' if property should only be accessed from the main actor
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: warning: static property 'OMR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: annotate 'OMR' with '@MainActor' if property should only be accessed from the main actor
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: warning: static property 'PAB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: annotate 'PAB' with '@MainActor' if property should only be accessed from the main actor
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: warning: static property 'PEN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: annotate 'PEN' with '@MainActor' if property should only be accessed from the main actor
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: warning: static property 'PGK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: annotate 'PGK' with '@MainActor' if property should only be accessed from the main actor
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: warning: static property 'PHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: annotate 'PHP' with '@MainActor' if property should only be accessed from the main actor
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: warning: static property 'PKR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: annotate 'PKR' with '@MainActor' if property should only be accessed from the main actor
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: warning: static property 'PLN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: annotate 'PLN' with '@MainActor' if property should only be accessed from the main actor
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: warning: static property 'PYG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: annotate 'PYG' with '@MainActor' if property should only be accessed from the main actor
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: warning: static property 'QAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: annotate 'QAR' with '@MainActor' if property should only be accessed from the main actor
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: warning: static property 'RON' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: annotate 'RON' with '@MainActor' if property should only be accessed from the main actor
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: warning: static property 'RSD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: annotate 'RSD' with '@MainActor' if property should only be accessed from the main actor
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: warning: static property 'RUB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: annotate 'RUB' with '@MainActor' if property should only be accessed from the main actor
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: warning: static property 'RWF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: annotate 'RWF' with '@MainActor' if property should only be accessed from the main actor
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: warning: static property 'SAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: annotate 'SAR' with '@MainActor' if property should only be accessed from the main actor
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: warning: static property 'SBD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: annotate 'SBD' with '@MainActor' if property should only be accessed from the main actor
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: warning: static property 'SCR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: annotate 'SCR' with '@MainActor' if property should only be accessed from the main actor
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: warning: static property 'SDG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: annotate 'SDG' with '@MainActor' if property should only be accessed from the main actor
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: warning: static property 'SEK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: annotate 'SEK' with '@MainActor' if property should only be accessed from the main actor
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: warning: static property 'SGD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: annotate 'SGD' with '@MainActor' if property should only be accessed from the main actor
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: warning: static property 'SHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: annotate 'SHP' with '@MainActor' if property should only be accessed from the main actor
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: warning: static property 'SLL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: annotate 'SLL' with '@MainActor' if property should only be accessed from the main actor
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: warning: static property 'SOS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: annotate 'SOS' with '@MainActor' if property should only be accessed from the main actor
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: warning: static property 'SRD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: annotate 'SRD' with '@MainActor' if property should only be accessed from the main actor
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: warning: static property 'SSP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: annotate 'SSP' with '@MainActor' if property should only be accessed from the main actor
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: warning: static property 'STD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: annotate 'STD' with '@MainActor' if property should only be accessed from the main actor
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: warning: static property 'SVC' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: annotate 'SVC' with '@MainActor' if property should only be accessed from the main actor
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: warning: static property 'SYP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: annotate 'SYP' with '@MainActor' if property should only be accessed from the main actor
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: warning: static property 'SZL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: annotate 'SZL' with '@MainActor' if property should only be accessed from the main actor
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: warning: static property 'THB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: annotate 'THB' with '@MainActor' if property should only be accessed from the main actor
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: warning: static property 'TJS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: annotate 'TJS' with '@MainActor' if property should only be accessed from the main actor
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: warning: static property 'TMT' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: annotate 'TMT' with '@MainActor' if property should only be accessed from the main actor
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: warning: static property 'TND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: annotate 'TND' with '@MainActor' if property should only be accessed from the main actor
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: warning: static property 'TOP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: annotate 'TOP' with '@MainActor' if property should only be accessed from the main actor
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: warning: static property 'TRY' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: annotate 'TRY' with '@MainActor' if property should only be accessed from the main actor
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: warning: static property 'TTD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: annotate 'TTD' with '@MainActor' if property should only be accessed from the main actor
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: warning: static property 'TZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: annotate 'TZS' with '@MainActor' if property should only be accessed from the main actor
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: warning: static property 'UAH' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: annotate 'UAH' with '@MainActor' if property should only be accessed from the main actor
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: warning: static property 'UGX' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: annotate 'UGX' with '@MainActor' if property should only be accessed from the main actor
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: warning: static property 'USD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: annotate 'USD' with '@MainActor' if property should only be accessed from the main actor
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: warning: static property 'UYU' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: annotate 'UYU' with '@MainActor' if property should only be accessed from the main actor
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: warning: static property 'UZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: annotate 'UZS' with '@MainActor' if property should only be accessed from the main actor
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: warning: static property 'VEF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: annotate 'VEF' with '@MainActor' if property should only be accessed from the main actor
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: warning: static property 'VND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: annotate 'VND' with '@MainActor' if property should only be accessed from the main actor
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: warning: static property 'VUV' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: annotate 'VUV' with '@MainActor' if property should only be accessed from the main actor
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: warning: static property 'WST' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: annotate 'WST' with '@MainActor' if property should only be accessed from the main actor
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: warning: static property 'XAF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: annotate 'XAF' with '@MainActor' if property should only be accessed from the main actor
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: warning: static property 'XCD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: annotate 'XCD' with '@MainActor' if property should only be accessed from the main actor
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: warning: static property 'XOF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: annotate 'XOF' with '@MainActor' if property should only be accessed from the main actor
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: warning: static property 'XPF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: annotate 'XPF' with '@MainActor' if property should only be accessed from the main actor
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: warning: static property 'YER' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: annotate 'YER' with '@MainActor' if property should only be accessed from the main actor
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: warning: static property 'ZAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: annotate 'ZAR' with '@MainActor' if property should only be accessed from the main actor
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: warning: static property 'ZMW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: annotate 'ZMW' with '@MainActor' if property should only be accessed from the main actor
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: warning: static property 'ZWL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: annotate 'ZWL' with '@MainActor' if property should only be accessed from the main actor
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: warning: static property 'currencyTable' is not concurrency-safe because non-'Sendable' type '[String : Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
static private let currencyTable: [String: Currency] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: annotate 'currencyTable' with '@MainActor' if property should only be accessed from the main actor
static private let currencyTable: [String: Currency] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private let currencyTable: [String: Currency] = [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-unit-output-path /MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-unit-output-path /MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Consolidation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling IfTag.swift, Include.swift (in target 'Stencil' from project 'Stencil')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json
SwiftDriver CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/RoundedDecimal.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PathKit.o
SwiftDriverJobDiscovery normal arm64 Compiling Filters.swift, ForTag.swift (in target 'Stencil' from project 'Stencil')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Consolidate.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling Lexer.swift, Loader.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
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
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Tokenizer.swift, Variable.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Emitting module for MonetaryAmount (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation\ Requirements MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation Stencil normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Stencil -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Stencil.build/Objects-normal/arm64/Stencil_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/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-iphoneos/Stencil.build/Objects-normal/arm64/Stencil-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/MonetaryAmount-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/MonetaryAmount-Swift.h
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stencil.o normal (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/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-iphoneos/Stencil.build/Objects-normal/arm64/Stencil_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stencil.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Stencil.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList
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
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/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-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
SwiftDriverJobDiscovery normal arm64 Compiling Currencies+Generated.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.o normal (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/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-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MonetaryAmount.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/MonetaryAmount.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
** BUILD FAILED **
The following build commands failed:
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
(1 failure)
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MonetaryAmount-Package -destination generic/platform=ios "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
MonetaryAmount: /Users/admin/builder/spi-builder-workspace
Spectre: https://github.com/kylef/Spectre.git @ 0.9.0
Consolidate: https://github.com/SoftwareEngineerChris/Consolidate.git @ 1.1.0
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
RoundedDecimal: https://github.com/SoftwareEngineerChris/RoundedDecimal.git @ 2.2.2
Stencil: https://github.com/stencilproject/Stencil.git @ 0.13.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
Target 'CurrenciesGenerator' in project 'MonetaryAmount'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'MonetaryAmount' in project 'MonetaryAmount'
➜ Explicit dependency on target 'MonetaryAmount' in project 'MonetaryAmount'
➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
Target 'MonetaryAmount' in project 'MonetaryAmount'
➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
Target 'Consolidate' in project 'Consolidate'
➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
Target 'Consolidate' in project 'Consolidate' (no dependencies)
Target 'RoundedDecimal' in project 'RoundedDecimal'
➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
Target 'RoundedDecimal' in project 'RoundedDecimal' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-iphoneos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-iphoneos/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-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
** BUILD FAILED **
The following build commands failed:
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
(1 failure)
BUILD FAILURE 6.0 iOS