Build Information
Successful build of MonetaryAmount, reference 1.1.1 (344205
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 20:03:39 UTC.
Swift 6 data race errors: 157
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MonetaryAmount-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:319:16: note: add '@MainActor' to make static property 'DKK' part of global actor 'MainActor'
static let DKK = Currency(name: "Danish Krone", code: "DKK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:319:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DKK = Currency(name: "Danish Krone", code: "DKK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:322:16: warning: static property 'DOP' 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 DOP = Currency(name: "Dominican Peso", code: "DOP", 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:322:16: note: add '@MainActor' to make static property 'DOP' part of global actor 'MainActor'
static let DOP = Currency(name: "Dominican Peso", code: "DOP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:322:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DOP = Currency(name: "Dominican Peso", code: "DOP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:325:16: warning: static property 'DZD' 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 DZD = Currency(name: "Algerian Dinar", code: "DZD", 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:325:16: note: add '@MainActor' to make static property 'DZD' part of global actor 'MainActor'
static let DZD = Currency(name: "Algerian Dinar", code: "DZD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:325:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DZD = Currency(name: "Algerian Dinar", code: "DZD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:328:16: warning: static property 'EGP' 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 EGP = Currency(name: "Egyptian Pound", code: "EGP", 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:328:16: note: add '@MainActor' to make static property 'EGP' part of global actor 'MainActor'
static let EGP = Currency(name: "Egyptian Pound", code: "EGP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:328:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EGP = Currency(name: "Egyptian Pound", code: "EGP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:331:16: warning: static property 'ERN' 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 ERN = Currency(name: "Nakfa", code: "ERN", 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:331:16: note: add '@MainActor' to make static property 'ERN' part of global actor 'MainActor'
static let ERN = Currency(name: "Nakfa", code: "ERN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:331:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ERN = Currency(name: "Nakfa", code: "ERN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:334:16: warning: static property 'ETB' 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 ETB = Currency(name: "Ethiopian Birr", code: "ETB", 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:334:16: note: add '@MainActor' to make static property 'ETB' part of global actor 'MainActor'
static let ETB = Currency(name: "Ethiopian Birr", code: "ETB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:334:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ETB = Currency(name: "Ethiopian Birr", code: "ETB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:337:16: warning: static property 'EUR' 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 EUR = Currency(name: "Euro", code: "EUR", 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:337:16: note: add '@MainActor' to make static property 'EUR' part of global actor 'MainActor'
static let EUR = Currency(name: "Euro", code: "EUR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:337:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EUR = Currency(name: "Euro", code: "EUR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:340:16: warning: static property 'FJD' 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 FJD = Currency(name: "Fiji Dollar", code: "FJD", 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:340:16: note: add '@MainActor' to make static property 'FJD' part of global actor 'MainActor'
static let FJD = Currency(name: "Fiji Dollar", code: "FJD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:340:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let FJD = Currency(name: "Fiji Dollar", code: "FJD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:343:16: warning: static property 'GBP' 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 GBP = Currency(name: "Pound Sterling", code: "GBP", 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:343:16: note: add '@MainActor' to make static property 'GBP' part of global actor 'MainActor'
static let GBP = Currency(name: "Pound Sterling", code: "GBP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:343:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GBP = Currency(name: "Pound Sterling", code: "GBP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:346:16: warning: static property 'GEL' 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 GEL = Currency(name: "Lari", code: "GEL", 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:346:16: note: add '@MainActor' to make static property 'GEL' part of global actor 'MainActor'
static let GEL = Currency(name: "Lari", code: "GEL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:346:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GEL = Currency(name: "Lari", code: "GEL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:349:16: warning: static property 'GHS' 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 GHS = Currency(name: "Ghana Cedi", code: "GHS", 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:349:16: note: add '@MainActor' to make static property 'GHS' part of global actor 'MainActor'
static let GHS = Currency(name: "Ghana Cedi", code: "GHS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:349:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GHS = Currency(name: "Ghana Cedi", code: "GHS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:352:16: warning: static property 'GIP' 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 GIP = Currency(name: "Gibraltar Pound", code: "GIP", 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:352:16: note: add '@MainActor' to make static property 'GIP' part of global actor 'MainActor'
static let GIP = Currency(name: "Gibraltar Pound", code: "GIP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:352:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GIP = Currency(name: "Gibraltar Pound", code: "GIP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:355:16: warning: static property 'GMD' 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 GMD = Currency(name: "Dalasi", code: "GMD", 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:355:16: note: add '@MainActor' to make static property 'GMD' part of global actor 'MainActor'
static let GMD = Currency(name: "Dalasi", code: "GMD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:355:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GMD = Currency(name: "Dalasi", code: "GMD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:358:16: warning: static property 'GNF' 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 GNF = Currency(name: "Guinean Franc", code: "GNF", 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:358:16: note: add '@MainActor' to make static property 'GNF' part of global actor 'MainActor'
static let GNF = Currency(name: "Guinean Franc", code: "GNF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:358:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GNF = Currency(name: "Guinean Franc", code: "GNF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:361:16: warning: static property 'GTQ' 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 GTQ = Currency(name: "Quetzal", code: "GTQ", 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:361:16: note: add '@MainActor' to make static property 'GTQ' part of global actor 'MainActor'
static let GTQ = Currency(name: "Quetzal", code: "GTQ", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:361:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GTQ = Currency(name: "Quetzal", code: "GTQ", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:364:16: warning: static property 'GYD' 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 GYD = Currency(name: "Guyana Dollar", code: "GYD", 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:364:16: note: add '@MainActor' to make static property 'GYD' part of global actor 'MainActor'
static let GYD = Currency(name: "Guyana Dollar", code: "GYD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:364:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GYD = Currency(name: "Guyana Dollar", code: "GYD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:367:16: warning: static property 'HKD' 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 HKD = Currency(name: "Hong Kong Dollar", code: "HKD", 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:367:16: note: add '@MainActor' to make static property 'HKD' part of global actor 'MainActor'
static let HKD = Currency(name: "Hong Kong Dollar", code: "HKD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:367:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HKD = Currency(name: "Hong Kong Dollar", code: "HKD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:370:16: warning: static property 'HNL' 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 HNL = Currency(name: "Lempira", code: "HNL", 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:370:16: note: add '@MainActor' to make static property 'HNL' part of global actor 'MainActor'
static let HNL = Currency(name: "Lempira", code: "HNL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:370:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HNL = Currency(name: "Lempira", code: "HNL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:373:16: warning: static property 'HRK' 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 HRK = Currency(name: "Kuna", code: "HRK", 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:373:16: note: add '@MainActor' to make static property 'HRK' part of global actor 'MainActor'
static let HRK = Currency(name: "Kuna", code: "HRK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:373:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HRK = Currency(name: "Kuna", code: "HRK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:376:16: warning: static property 'HTG' 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 HTG = Currency(name: "Gourde", code: "HTG", 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:376:16: note: add '@MainActor' to make static property 'HTG' part of global actor 'MainActor'
static let HTG = Currency(name: "Gourde", code: "HTG", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:376:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HTG = Currency(name: "Gourde", code: "HTG", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:379:16: warning: static property 'HUF' 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 HUF = Currency(name: "Forint", code: "HUF", 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:379:16: note: add '@MainActor' to make static property 'HUF' part of global actor 'MainActor'
static let HUF = Currency(name: "Forint", code: "HUF", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:379:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HUF = Currency(name: "Forint", code: "HUF", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:382:16: warning: static property 'IDR' 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 IDR = Currency(name: "Rupiah", code: "IDR", 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:382:16: note: add '@MainActor' to make static property 'IDR' part of global actor 'MainActor'
static let IDR = Currency(name: "Rupiah", code: "IDR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:382:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let IDR = Currency(name: "Rupiah", code: "IDR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:385:16: warning: static property 'ILS' 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 ILS = Currency(name: "New Israeli Sheqel", code: "ILS", 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:385:16: note: add '@MainActor' to make static property 'ILS' part of global actor 'MainActor'
static let ILS = Currency(name: "New Israeli Sheqel", code: "ILS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:385:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ILS = Currency(name: "New Israeli Sheqel", code: "ILS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:388:16: warning: static property 'INR' 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 INR = Currency(name: "Indian Rupee", code: "INR", 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:388:16: note: add '@MainActor' to make static property 'INR' part of global actor 'MainActor'
static let INR = Currency(name: "Indian Rupee", code: "INR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:388:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let INR = Currency(name: "Indian Rupee", code: "INR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:391:16: warning: static property 'IQD' 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 IQD = Currency(name: "Iraqi Dinar", code: "IQD", 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:391:16: note: add '@MainActor' to make static property 'IQD' part of global actor 'MainActor'
static let IQD = Currency(name: "Iraqi Dinar", code: "IQD", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:391:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let IQD = Currency(name: "Iraqi Dinar", code: "IQD", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:394:16: warning: static property 'IRR' 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 IRR = Currency(name: "Iranian Rial", code: "IRR", 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:394:16: note: add '@MainActor' to make static property 'IRR' part of global actor 'MainActor'
static let IRR = Currency(name: "Iranian Rial", code: "IRR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:394:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let IRR = Currency(name: "Iranian Rial", code: "IRR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:397:16: warning: static property 'ISK' 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 ISK = Currency(name: "Iceland Krona", code: "ISK", 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:397:16: note: add '@MainActor' to make static property 'ISK' part of global actor 'MainActor'
static let ISK = Currency(name: "Iceland Krona", code: "ISK", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:397:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ISK = Currency(name: "Iceland Krona", code: "ISK", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:400:16: warning: static property 'JMD' 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 JMD = Currency(name: "Jamaican Dollar", code: "JMD", 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:400:16: note: add '@MainActor' to make static property 'JMD' part of global actor 'MainActor'
static let JMD = Currency(name: "Jamaican Dollar", code: "JMD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:400:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let JMD = Currency(name: "Jamaican Dollar", code: "JMD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:403:16: warning: static property 'JOD' 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 JOD = Currency(name: "Jordanian Dinar", code: "JOD", 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:403:16: note: add '@MainActor' to make static property 'JOD' part of global actor 'MainActor'
static let JOD = Currency(name: "Jordanian Dinar", code: "JOD", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:403:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let JOD = Currency(name: "Jordanian Dinar", code: "JOD", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:406:16: warning: static property 'JPY' 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 JPY = Currency(name: "Yen", code: "JPY", 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:406:16: note: add '@MainActor' to make static property 'JPY' part of global actor 'MainActor'
static let JPY = Currency(name: "Yen", code: "JPY", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:406:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let JPY = Currency(name: "Yen", code: "JPY", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:409:16: warning: static property 'KES' 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 KES = Currency(name: "Kenyan Shilling", code: "KES", 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:409:16: note: add '@MainActor' to make static property 'KES' part of global actor 'MainActor'
static let KES = Currency(name: "Kenyan Shilling", code: "KES", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:409:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KES = Currency(name: "Kenyan Shilling", code: "KES", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:412:16: warning: static property 'KGS' 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 KGS = Currency(name: "Som", code: "KGS", 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:412:16: note: add '@MainActor' to make static property 'KGS' part of global actor 'MainActor'
static let KGS = Currency(name: "Som", code: "KGS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:412:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let KGS = Currency(name: "Som", code: "KGS", minorUnit: 2)
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'KHR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KMF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KPW' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KRW' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KWD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KYD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'KZT' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LAK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LBP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LKR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LRD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LSL' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'LYD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MAD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MDL' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MGA' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MKD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MMK' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MNT' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MOP' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MRO' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MUR' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'MVR' part of global actor 'MainActor'
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:481:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MVR = Currency(name: "Rufiyaa", code: "MVR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: warning: static property 'MWK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: add '@MainActor' to make static property 'MWK' part of global actor 'MainActor'
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:484:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MWK = Currency(name: "Malawi Kwacha", code: "MWK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: warning: static property 'MXN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: add '@MainActor' to make static property 'MXN' part of global actor 'MainActor'
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:487:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MXN = Currency(name: "Mexican Peso", code: "MXN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: warning: static property 'MYR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: add '@MainActor' to make static property 'MYR' part of global actor 'MainActor'
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:490:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MYR = Currency(name: "Malaysian Ringgit", code: "MYR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: warning: static property 'MZN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: add '@MainActor' to make static property 'MZN' part of global actor 'MainActor'
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:493:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MZN = Currency(name: "Mozambique Metical", code: "MZN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: warning: static property 'NAD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: add '@MainActor' to make static property 'NAD' part of global actor 'MainActor'
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:496:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NAD = Currency(name: "Namibia Dollar", code: "NAD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: warning: static property 'NGN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: add '@MainActor' to make static property 'NGN' part of global actor 'MainActor'
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:499:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NGN = Currency(name: "Naira", code: "NGN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: warning: static property 'NIO' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: add '@MainActor' to make static property 'NIO' part of global actor 'MainActor'
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:502:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NIO = Currency(name: "Cordoba Oro", code: "NIO", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: warning: static property 'NOK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: add '@MainActor' to make static property 'NOK' part of global actor 'MainActor'
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:505:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NOK = Currency(name: "Norwegian Krone", code: "NOK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: warning: static property 'NPR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: add '@MainActor' to make static property 'NPR' part of global actor 'MainActor'
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:508:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NPR = Currency(name: "Nepalese Rupee", code: "NPR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: warning: static property 'NZD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: add '@MainActor' to make static property 'NZD' part of global actor 'MainActor'
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:511:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NZD = Currency(name: "New Zealand Dollar", code: "NZD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: warning: static property 'OMR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: add '@MainActor' to make static property 'OMR' part of global actor 'MainActor'
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:514:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OMR = Currency(name: "Rial Omani", code: "OMR", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: warning: static property 'PAB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: add '@MainActor' to make static property 'PAB' part of global actor 'MainActor'
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:517:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PAB = Currency(name: "Balboa", code: "PAB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: warning: static property 'PEN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: add '@MainActor' to make static property 'PEN' part of global actor 'MainActor'
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:520:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PEN = Currency(name: "Sol", code: "PEN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: warning: static property 'PGK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: add '@MainActor' to make static property 'PGK' part of global actor 'MainActor'
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:523:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PGK = Currency(name: "Kina", code: "PGK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: warning: static property 'PHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: add '@MainActor' to make static property 'PHP' part of global actor 'MainActor'
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:526:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PHP = Currency(name: "Philippine Piso", code: "PHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: warning: static property 'PKR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: add '@MainActor' to make static property 'PKR' part of global actor 'MainActor'
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:529:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PKR = Currency(name: "Pakistan Rupee", code: "PKR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: warning: static property 'PLN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: add '@MainActor' to make static property 'PLN' part of global actor 'MainActor'
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: warning: static property 'PYG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: add '@MainActor' to make static property 'PYG' part of global actor 'MainActor'
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: warning: static property 'QAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: add '@MainActor' to make static property 'QAR' part of global actor 'MainActor'
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: warning: static property 'RON' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: add '@MainActor' to make static property 'RON' part of global actor 'MainActor'
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: warning: static property 'RSD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: add '@MainActor' to make static property 'RSD' part of global actor 'MainActor'
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: warning: static property 'RUB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: add '@MainActor' to make static property 'RUB' part of global actor 'MainActor'
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: warning: static property 'RWF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: add '@MainActor' to make static property 'RWF' part of global actor 'MainActor'
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: warning: static property 'SAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: add '@MainActor' to make static property 'SAR' part of global actor 'MainActor'
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: warning: static property 'SBD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: add '@MainActor' to make static property 'SBD' part of global actor 'MainActor'
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: warning: static property 'SCR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: add '@MainActor' to make static property 'SCR' part of global actor 'MainActor'
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: warning: static property 'SDG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: add '@MainActor' to make static property 'SDG' part of global actor 'MainActor'
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: warning: static property 'SEK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: add '@MainActor' to make static property 'SEK' part of global actor 'MainActor'
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: warning: static property 'SGD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: add '@MainActor' to make static property 'SGD' part of global actor 'MainActor'
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: warning: static property 'SHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: add '@MainActor' to make static property 'SHP' part of global actor 'MainActor'
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: warning: static property 'SLL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: add '@MainActor' to make static property 'SLL' part of global actor 'MainActor'
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: warning: static property 'SOS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: add '@MainActor' to make static property 'SOS' part of global actor 'MainActor'
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: warning: static property 'SRD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: add '@MainActor' to make static property 'SRD' part of global actor 'MainActor'
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: warning: static property 'SSP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: add '@MainActor' to make static property 'SSP' part of global actor 'MainActor'
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: warning: static property 'STD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: add '@MainActor' to make static property 'STD' part of global actor 'MainActor'
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: warning: static property 'SVC' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: add '@MainActor' to make static property 'SVC' part of global actor 'MainActor'
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: warning: static property 'SYP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: add '@MainActor' to make static property 'SYP' part of global actor 'MainActor'
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: warning: static property 'SZL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: add '@MainActor' to make static property 'SZL' part of global actor 'MainActor'
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: warning: static property 'THB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: add '@MainActor' to make static property 'THB' part of global actor 'MainActor'
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: warning: static property 'TJS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: add '@MainActor' to make static property 'TJS' part of global actor 'MainActor'
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: warning: static property 'TMT' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: add '@MainActor' to make static property 'TMT' part of global actor 'MainActor'
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: warning: static property 'TND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: add '@MainActor' to make static property 'TND' part of global actor 'MainActor'
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: warning: static property 'TOP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: add '@MainActor' to make static property 'TOP' part of global actor 'MainActor'
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: warning: static property 'TRY' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: add '@MainActor' to make static property 'TRY' part of global actor 'MainActor'
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: warning: static property 'TTD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: add '@MainActor' to make static property 'TTD' part of global actor 'MainActor'
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: warning: static property 'TZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: add '@MainActor' to make static property 'TZS' part of global actor 'MainActor'
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: warning: static property 'UAH' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: add '@MainActor' to make static property 'UAH' part of global actor 'MainActor'
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: warning: static property 'UGX' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: add '@MainActor' to make static property 'UGX' part of global actor 'MainActor'
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: warning: static property 'USD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: add '@MainActor' to make static property 'USD' part of global actor 'MainActor'
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: warning: static property 'UYU' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: add '@MainActor' to make static property 'UYU' part of global actor 'MainActor'
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: warning: static property 'UZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: add '@MainActor' to make static property 'UZS' part of global actor 'MainActor'
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: warning: static property 'VEF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: add '@MainActor' to make static property 'VEF' part of global actor 'MainActor'
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: warning: static property 'VND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: add '@MainActor' to make static property 'VND' part of global actor 'MainActor'
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: warning: static property 'VUV' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: add '@MainActor' to make static property 'VUV' part of global actor 'MainActor'
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: warning: static property 'WST' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: add '@MainActor' to make static property 'WST' part of global actor 'MainActor'
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: warning: static property 'XAF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: add '@MainActor' to make static property 'XAF' part of global actor 'MainActor'
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: warning: static property 'XCD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: add '@MainActor' to make static property 'XCD' part of global actor 'MainActor'
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: warning: static property 'XOF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: add '@MainActor' to make static property 'XOF' part of global actor 'MainActor'
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: warning: static property 'XPF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: add '@MainActor' to make static property 'XPF' part of global actor 'MainActor'
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: warning: static property 'YER' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: add '@MainActor' to make static property 'YER' part of global actor 'MainActor'
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: warning: static property 'ZAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: add '@MainActor' to make static property 'ZAR' part of global actor 'MainActor'
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: warning: static property 'ZMW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: add '@MainActor' to make static property 'ZMW' part of global actor 'MainActor'
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: warning: static property 'ZWL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: add '@MainActor' to make static property 'ZWL' part of global actor 'MainActor'
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: warning: static property 'currencyTable' is not concurrency-safe because non-'Sendable' type '[String : Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
static private let currencyTable: [String: Currency] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: add '@MainActor' to make static property 'currencyTable' part of global actor 'MainActor'
static private let currencyTable: [String: Currency] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static private let currencyTable: [String: Currency] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Inheritance.swift, KeyPath.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 Compiling\ Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
SwiftDriver\ Compilation CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/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/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling IfTag.swift, Include.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Emitting module for MonetaryAmount (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation\ Requirements MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/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/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'RoundedDecimal' from project 'RoundedDecimal')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RoundedDecimal
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RoundedDecimal --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier roundeddecimal.RoundedDecimal --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RoundedDecimal.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RoundedDecimal.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/RoundedDecimal.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/RoundedDecimal.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RoundedDecimal.build/Debug/RoundedDecimal.build/Objects-normal/arm64/RoundedDecimal.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:38.325 appintentsmetadataprocessor[936:5055] Starting appintentsmetadataprocessor export
2025-04-24 13:03:38.369 appintentsmetadataprocessor[936:5055] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PathKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier pathkit.PathKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PathKit.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PathKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/Objects-normal/arm64/PathKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/PathKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/PathKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug/PathKit.build/Objects-normal/arm64/PathKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:38.325 appintentsmetadataprocessor[937:5056] Starting appintentsmetadataprocessor export
2025-04-24 13:03:38.369 appintentsmetadataprocessor[937:5056] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Consolidate' from project 'Consolidate')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Consolidate --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier consolidate.Consolidate --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Consolidate.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Consolidate.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Objects-normal/arm64/Consolidate_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Consolidate.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Consolidate.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:38.325 appintentsmetadataprocessor[938:5057] Starting appintentsmetadataprocessor export
2025-04-24 13:03:38.369 appintentsmetadataprocessor[938:5057] Extracted no relevant App Intents symbols, skipping writing output
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MonetaryAmount-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MonetaryAmount-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling LazyValueWrapper.swift, Lexer.swift (in target 'Stencil' from project 'Stencil')
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Consolidation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling Template.swift, Tokenizer.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation Stencil normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stencil -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/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/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/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/Stencil.build/Objects-normal/arm64/Stencil_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/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/Stencil.build/Objects-normal/arm64/Stencil-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PathKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/RoundedDecimal.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Consolidate.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Stencil.o normal (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/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/Stencil.build/Objects-normal/arm64/Stencil_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Stencil.o
ExtractAppIntentsMetadata (in target 'Stencil' from project 'Stencil')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Stencil --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier stencil.Stencil --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Stencil.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Stencil.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Stencil.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Stencil.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/Stencil.build/Objects-normal/arm64/Stencil.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:38.426 appintentsmetadataprocessor[941:5087] Starting appintentsmetadataprocessor export
2025-04-24 13:03:38.462 appintentsmetadataprocessor[941:5087] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Stencil.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug/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/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Currencies+Generated.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/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/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.o normal (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/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/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.o
ExtractAppIntentsMetadata (in target 'MonetaryAmount' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MonetaryAmount --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.MonetaryAmount --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MonetaryAmount.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/MonetaryAmount.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/MonetaryAmount.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 13:03:38.542 appintentsmetadataprocessor[946:5113] Starting appintentsmetadataprocessor export
2025-04-24 13:03:38.580 appintentsmetadataprocessor[946:5113] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MonetaryAmount.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CurrenciesGenerator
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1d1d3bef77a45431fec4308b9cfb95cc44242e6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1d1d3bef77a45431fec4308b9cfb95cc44242e6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1d1d3bef77a45431fec4308b9cfb95cc44242e6e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1d1d3bef77a45431fec4308b9cfb95cc44242e6e, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "roundeddecimal",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SoftwareEngineerChris/RoundedDecimal.git"
},
{
"identity" : "consolidate",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SoftwareEngineerChris/Consolidate.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
}
],
"manifest_display_name" : "MonetaryAmount",
"name" : "MonetaryAmount",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MonetaryAmount",
"targets" : [
"MonetaryAmount"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "CurrenciesGenerator",
"targets" : [
"CurrenciesGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MonetaryAmountTests",
"module_type" : "SwiftTarget",
"name" : "MonetaryAmountTests",
"path" : "Tests/MonetaryAmountTests",
"sources" : [
"CurrencyTests.swift",
"MonetaryAmountTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MonetaryAmount"
],
"type" : "test"
},
{
"c99name" : "MonetaryAmount",
"module_type" : "SwiftTarget",
"name" : "MonetaryAmount",
"path" : "Sources/MonetaryAmount",
"product_dependencies" : [
"RoundedDecimal",
"Consolidate"
],
"product_memberships" : [
"MonetaryAmount"
],
"sources" : [
"Currencies+Generated.swift",
"Currency.swift",
"MonetaryAmount+Arithmetic.swift",
"MonetaryAmount+Consolidation.swift",
"MonetaryAmount+Construction.swift",
"MonetaryAmount+Negation.swift",
"MonetaryAmount.swift",
"NumberFormatter+Currency.swift"
],
"type" : "library"
},
{
"c99name" : "CurrenciesGenerator",
"module_type" : "SwiftTarget",
"name" : "CurrenciesGenerator",
"path" : "Sources/CurrenciesGenerator",
"product_dependencies" : [
"Stencil"
],
"product_memberships" : [
"CurrenciesGenerator"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Done.