The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CLFormat, reference main (de4f1d), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 03:30:43 UTC.

Swift 6 data race errors: 183

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CLFormat-Package -destination generic/platform=iOS 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 static let FKP = currency("Falkland Islands Pound", "FKP", 238, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:163:21: 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
  public static let FJD = currency("Fiji Dollar", "FJD", 242, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:163:21: note: add '@MainActor' to make static property 'FJD' part of global actor 'MainActor'
  public static let FJD = currency("Fiji Dollar", "FJD", 242, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:163:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let FJD = currency("Fiji Dollar", "FJD", 242, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:164:21: 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
  public static let XPF = currency("CFP Franc", "XPF", 953, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:164:21: note: add '@MainActor' to make static property 'XPF' part of global actor 'MainActor'
  public static let XPF = currency("CFP Franc", "XPF", 953, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:164:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let XPF = currency("CFP Franc", "XPF", 953, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:165:21: 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
  public static let GMD = currency("Dalasi", "GMD", 270, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:165:21: note: add '@MainActor' to make static property 'GMD' part of global actor 'MainActor'
  public static let GMD = currency("Dalasi", "GMD", 270, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:165:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GMD = currency("Dalasi", "GMD", 270, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:166:21: 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
  public static let GEL = currency("Lari", "GEL", 981, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:166:21: note: add '@MainActor' to make static property 'GEL' part of global actor 'MainActor'
  public static let GEL = currency("Lari", "GEL", 981, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:166:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GEL = currency("Lari", "GEL", 981, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:167:21: 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
  public static let GHS = currency("Ghana Cedi", "GHS", 936, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:167:21: note: add '@MainActor' to make static property 'GHS' part of global actor 'MainActor'
  public static let GHS = currency("Ghana Cedi", "GHS", 936, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:167:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GHS = currency("Ghana Cedi", "GHS", 936, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:168:21: 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
  public static let GIP = currency("Gibraltar Pound", "GIP", 292, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:168:21: note: add '@MainActor' to make static property 'GIP' part of global actor 'MainActor'
  public static let GIP = currency("Gibraltar Pound", "GIP", 292, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:168:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GIP = currency("Gibraltar Pound", "GIP", 292, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:169:21: 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
  public static let GTQ = currency("Quetzal", "GTQ", 320, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:169:21: note: add '@MainActor' to make static property 'GTQ' part of global actor 'MainActor'
  public static let GTQ = currency("Quetzal", "GTQ", 320, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:169:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GTQ = currency("Quetzal", "GTQ", 320, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:170:21: 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
  public static let GBP = currency("Pound Sterling", "GBP", 826, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:170:21: note: add '@MainActor' to make static property 'GBP' part of global actor 'MainActor'
  public static let GBP = currency("Pound Sterling", "GBP", 826, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:170:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GBP = currency("Pound Sterling", "GBP", 826, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:171:21: 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
  public static let GNF = currency("Guinean Franc", "GNF", 324, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:171:21: note: add '@MainActor' to make static property 'GNF' part of global actor 'MainActor'
  public static let GNF = currency("Guinean Franc", "GNF", 324, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:171:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GNF = currency("Guinean Franc", "GNF", 324, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:172:21: 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
  public static let GYD = currency("Guyana Dollar", "GYD", 328, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:172:21: note: add '@MainActor' to make static property 'GYD' part of global actor 'MainActor'
  public static let GYD = currency("Guyana Dollar", "GYD", 328, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:172:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let GYD = currency("Guyana Dollar", "GYD", 328, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:173:21: 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
  public static let HTG = currency("Gourde", "HTG", 332, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:173:21: note: add '@MainActor' to make static property 'HTG' part of global actor 'MainActor'
  public static let HTG = currency("Gourde", "HTG", 332, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:173:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let HTG = currency("Gourde", "HTG", 332, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:174:21: 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
  public static let HNL = currency("Lempira", "HNL", 340, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:174:21: note: add '@MainActor' to make static property 'HNL' part of global actor 'MainActor'
  public static let HNL = currency("Lempira", "HNL", 340, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:174:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let HNL = currency("Lempira", "HNL", 340, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:175:21: 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
  public static let HKD = currency("Hong Kong Dollar", "HKD", 344, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:175:21: note: add '@MainActor' to make static property 'HKD' part of global actor 'MainActor'
  public static let HKD = currency("Hong Kong Dollar", "HKD", 344, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:175:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let HKD = currency("Hong Kong Dollar", "HKD", 344, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:176:21: 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
  public static let HUF = currency("Forint", "HUF", 348, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:176:21: note: add '@MainActor' to make static property 'HUF' part of global actor 'MainActor'
  public static let HUF = currency("Forint", "HUF", 348, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:176:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let HUF = currency("Forint", "HUF", 348, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:177:21: 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
  public static let ISK = currency("Iceland Krona", "ISK", 352, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:177:21: note: add '@MainActor' to make static property 'ISK' part of global actor 'MainActor'
  public static let ISK = currency("Iceland Krona", "ISK", 352, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:177:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ISK = currency("Iceland Krona", "ISK", 352, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:178:21: 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
  public static let IDR = currency("Rupiah", "IDR", 360, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:178:21: note: add '@MainActor' to make static property 'IDR' part of global actor 'MainActor'
  public static let IDR = currency("Rupiah", "IDR", 360, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:178:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let IDR = currency("Rupiah", "IDR", 360, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:179:21: 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
  public static let IRR = currency("Iranian Rial", "IRR", 364, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:179:21: note: add '@MainActor' to make static property 'IRR' part of global actor 'MainActor'
  public static let IRR = currency("Iranian Rial", "IRR", 364, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:179:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let IRR = currency("Iranian Rial", "IRR", 364, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:180:21: 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
  public static let IQD = currency("Iraqi Dinar", "IQD", 368, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:180:21: note: add '@MainActor' to make static property 'IQD' part of global actor 'MainActor'
  public static let IQD = currency("Iraqi Dinar", "IQD", 368, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:180:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let IQD = currency("Iraqi Dinar", "IQD", 368, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:181:21: 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
  public static let ILS = currency("New Israeli Sheqel", "ILS", 376, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:181:21: note: add '@MainActor' to make static property 'ILS' part of global actor 'MainActor'
  public static let ILS = currency("New Israeli Sheqel", "ILS", 376, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:181:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ILS = currency("New Israeli Sheqel", "ILS", 376, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:182:21: 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
  public static let JMD = currency("Jamaican Dollar", "JMD", 388, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:182:21: note: add '@MainActor' to make static property 'JMD' part of global actor 'MainActor'
  public static let JMD = currency("Jamaican Dollar", "JMD", 388, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:182:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let JMD = currency("Jamaican Dollar", "JMD", 388, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:183:21: 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
  public static let JPY = currency("Yen", "JPY", 392, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:183:21: note: add '@MainActor' to make static property 'JPY' part of global actor 'MainActor'
  public static let JPY = currency("Yen", "JPY", 392, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:183:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let JPY = currency("Yen", "JPY", 392, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:184:21: 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
  public static let JOD = currency("Jordanian Dinar", "JOD", 400, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:184:21: note: add '@MainActor' to make static property 'JOD' part of global actor 'MainActor'
  public static let JOD = currency("Jordanian Dinar", "JOD", 400, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:184:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let JOD = currency("Jordanian Dinar", "JOD", 400, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:185:21: 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
  public static let KZT = currency("Tenge", "KZT", 398, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:185:21: note: add '@MainActor' to make static property 'KZT' part of global actor 'MainActor'
  public static let KZT = currency("Tenge", "KZT", 398, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:185:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KZT = currency("Tenge", "KZT", 398, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:186:21: 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
  public static let KES = currency("Kenyan Shilling", "KES", 404, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:186:21: note: add '@MainActor' to make static property 'KES' part of global actor 'MainActor'
  public static let KES = currency("Kenyan Shilling", "KES", 404, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:186:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KES = currency("Kenyan Shilling", "KES", 404, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:187:21: 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
  public static let KPW = currency("North Korean Won", "KPW", 408, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:187:21: note: add '@MainActor' to make static property 'KPW' part of global actor 'MainActor'
  public static let KPW = currency("North Korean Won", "KPW", 408, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:187:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KPW = currency("North Korean Won", "KPW", 408, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:188:21: 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
  public static let KRW = currency("Won", "KRW", 410, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:188:21: note: add '@MainActor' to make static property 'KRW' part of global actor 'MainActor'
  public static let KRW = currency("Won", "KRW", 410, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:188:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KRW = currency("Won", "KRW", 410, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:189:21: 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
  public static let KWD = currency("Kuwaiti Dinar", "KWD", 414, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:189:21: note: add '@MainActor' to make static property 'KWD' part of global actor 'MainActor'
  public static let KWD = currency("Kuwaiti Dinar", "KWD", 414, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:189:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KWD = currency("Kuwaiti Dinar", "KWD", 414, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:190:21: 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
  public static let KGS = currency("Som", "KGS", 417, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:190:21: note: add '@MainActor' to make static property 'KGS' part of global actor 'MainActor'
  public static let KGS = currency("Som", "KGS", 417, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:190:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let KGS = currency("Som", "KGS", 417, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:191:21: 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
  public static let LAK = currency("Lao Kip", "LAK", 418, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:191:21: note: add '@MainActor' to make static property 'LAK' part of global actor 'MainActor'
  public static let LAK = currency("Lao Kip", "LAK", 418, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:191:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LAK = currency("Lao Kip", "LAK", 418, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:192:21: 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
  public static let LBP = currency("Lebanese Pound", "LBP", 422, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:192:21: note: add '@MainActor' to make static property 'LBP' part of global actor 'MainActor'
  public static let LBP = currency("Lebanese Pound", "LBP", 422, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:192:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LBP = currency("Lebanese Pound", "LBP", 422, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:193:21: 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
  public static let LSL = currency("Loti", "LSL", 426, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:193:21: note: add '@MainActor' to make static property 'LSL' part of global actor 'MainActor'
  public static let LSL = currency("Loti", "LSL", 426, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:193:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LSL = currency("Loti", "LSL", 426, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:194:21: 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
  public static let ZAR = currency("Rand", "ZAR", 710, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:194:21: note: add '@MainActor' to make static property 'ZAR' part of global actor 'MainActor'
  public static let ZAR = currency("Rand", "ZAR", 710, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:194:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ZAR = currency("Rand", "ZAR", 710, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:195:21: 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
  public static let LRD = currency("Liberian Dollar", "LRD", 430, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:195:21: note: add '@MainActor' to make static property 'LRD' part of global actor 'MainActor'
  public static let LRD = currency("Liberian Dollar", "LRD", 430, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:195:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LRD = currency("Liberian Dollar", "LRD", 430, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:196:21: 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
  public static let LYD = currency("Libyan Dinar", "LYD", 434, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:196:21: note: add '@MainActor' to make static property 'LYD' part of global actor 'MainActor'
  public static let LYD = currency("Libyan Dinar", "LYD", 434, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:196:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LYD = currency("Libyan Dinar", "LYD", 434, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:197:21: warning: static property 'CHF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let CHF = currency("Swiss Franc", "CHF", 756, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:197:21: note: add '@MainActor' to make static property 'CHF' part of global actor 'MainActor'
  public static let CHF = currency("Swiss Franc", "CHF", 756, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:197:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let CHF = currency("Swiss Franc", "CHF", 756, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:198:21: 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
  public static let MOP = currency("Pataca", "MOP", 446, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:198:21: note: add '@MainActor' to make static property 'MOP' part of global actor 'MainActor'
  public static let MOP = currency("Pataca", "MOP", 446, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:198:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MOP = currency("Pataca", "MOP", 446, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:199:21: 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
  public static let MKD = currency("Denar", "MKD", 807, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:199:21: note: add '@MainActor' to make static property 'MKD' part of global actor 'MainActor'
  public static let MKD = currency("Denar", "MKD", 807, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:199:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MKD = currency("Denar", "MKD", 807, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:200:21: 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
  public static let MGA = currency("Malagasy Ariary", "MGA", 969, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:200:21: note: add '@MainActor' to make static property 'MGA' part of global actor 'MainActor'
  public static let MGA = currency("Malagasy Ariary", "MGA", 969, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:200:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MGA = currency("Malagasy Ariary", "MGA", 969, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:201:21: 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
  public static let MWK = currency("Malawi Kwacha", "MWK", 454, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:201:21: note: add '@MainActor' to make static property 'MWK' part of global actor 'MainActor'
  public static let MWK = currency("Malawi Kwacha", "MWK", 454, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:201:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MWK = currency("Malawi Kwacha", "MWK", 454, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:202:21: 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
  public static let MYR = currency("Malaysian Ringgit", "MYR", 458, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:202:21: note: add '@MainActor' to make static property 'MYR' part of global actor 'MainActor'
  public static let MYR = currency("Malaysian Ringgit", "MYR", 458, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:202:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MYR = currency("Malaysian Ringgit", "MYR", 458, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:203:21: 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
  public static let MVR = currency("Rufiyaa", "MVR", 462, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:203:21: note: add '@MainActor' to make static property 'MVR' part of global actor 'MainActor'
  public static let MVR = currency("Rufiyaa", "MVR", 462, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:203:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MVR = currency("Rufiyaa", "MVR", 462, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:204:21: warning: static property 'MRU' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let MRU = currency("Ouguiya", "MRU", 929, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:204:21: note: add '@MainActor' to make static property 'MRU' part of global actor 'MainActor'
  public static let MRU = currency("Ouguiya", "MRU", 929, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:204:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MRU = currency("Ouguiya", "MRU", 929, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:205:21: 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
  public static let MUR = currency("Mauritius Rupee", "MUR", 480, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:205:21: note: add '@MainActor' to make static property 'MUR' part of global actor 'MainActor'
  public static let MUR = currency("Mauritius Rupee", "MUR", 480, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:205:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MUR = currency("Mauritius Rupee", "MUR", 480, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:206:21: 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
  public static let MXN = currency("Mexican Peso", "MXN", 484, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:206:21: note: add '@MainActor' to make static property 'MXN' part of global actor 'MainActor'
  public static let MXN = currency("Mexican Peso", "MXN", 484, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:206:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MXN = currency("Mexican Peso", "MXN", 484, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:207:21: warning: static property 'MXV' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let MXV = currency("Mexican Unidad de Inversion (UDI)", "MXV", 979, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:207:21: note: add '@MainActor' to make static property 'MXV' part of global actor 'MainActor'
  public static let MXV = currency("Mexican Unidad de Inversion (UDI)", "MXV", 979, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:207:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MXV = currency("Mexican Unidad de Inversion (UDI)", "MXV", 979, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:208:21: 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
  public static let MDL = currency("Moldovan Leu", "MDL", 498, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:208:21: note: add '@MainActor' to make static property 'MDL' part of global actor 'MainActor'
  public static let MDL = currency("Moldovan Leu", "MDL", 498, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:208:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MDL = currency("Moldovan Leu", "MDL", 498, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:209:21: 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
  public static let MNT = currency("Tugrik", "MNT", 496, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:209:21: note: add '@MainActor' to make static property 'MNT' part of global actor 'MainActor'
  public static let MNT = currency("Tugrik", "MNT", 496, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:209:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MNT = currency("Tugrik", "MNT", 496, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:210:21: 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
  public static let MAD = currency("Moroccan Dirham", "MAD", 504, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:210:21: note: add '@MainActor' to make static property 'MAD' part of global actor 'MainActor'
  public static let MAD = currency("Moroccan Dirham", "MAD", 504, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:210:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MAD = currency("Moroccan Dirham", "MAD", 504, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:211:21: 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
  public static let MZN = currency("Mozambique Metical", "MZN", 943, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:211:21: note: add '@MainActor' to make static property 'MZN' part of global actor 'MainActor'
  public static let MZN = currency("Mozambique Metical", "MZN", 943, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:211:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MZN = currency("Mozambique Metical", "MZN", 943, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:212:21: 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
  public static let MMK = currency("Kyat", "MMK", 104, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:212:21: note: add '@MainActor' to make static property 'MMK' part of global actor 'MainActor'
  public static let MMK = currency("Kyat", "MMK", 104, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:212:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let MMK = currency("Kyat", "MMK", 104, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:213:21: 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
  public static let NAD = currency("Namibia Dollar", "NAD", 516, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:213:21: note: add '@MainActor' to make static property 'NAD' part of global actor 'MainActor'
  public static let NAD = currency("Namibia Dollar", "NAD", 516, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:213:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let NAD = currency("Namibia Dollar", "NAD", 516, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:214:21: 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
  public static let NPR = currency("Nepalese Rupee", "NPR", 524, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:214:21: note: add '@MainActor' to make static property 'NPR' part of global actor 'MainActor'
  public static let NPR = currency("Nepalese Rupee", "NPR", 524, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:214:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let NPR = currency("Nepalese Rupee", "NPR", 524, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:215:21: 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
  public static let NIO = currency("Cordoba Oro", "NIO", 558, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:215:21: note: add '@MainActor' to make static property 'NIO' part of global actor 'MainActor'
  public static let NIO = currency("Cordoba Oro", "NIO", 558, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:215:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let NIO = currency("Cordoba Oro", "NIO", 558, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:216:21: 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
  public static let NGN = currency("Naira", "NGN", 566, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:216:21: note: add '@MainActor' to make static property 'NGN' part of global actor 'MainActor'
  public static let NGN = currency("Naira", "NGN", 566, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:216:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let NGN = currency("Naira", "NGN", 566, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:217:21: 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
  public static let OMR = currency("Rial Omani", "OMR", 512, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:217:21: note: add '@MainActor' to make static property 'OMR' part of global actor 'MainActor'
  public static let OMR = currency("Rial Omani", "OMR", 512, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:217:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let OMR = currency("Rial Omani", "OMR", 512, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:218:21: 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
  public static let PKR = currency("Pakistan Rupee", "PKR", 586, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:218:21: note: add '@MainActor' to make static property 'PKR' part of global actor 'MainActor'
  public static let PKR = currency("Pakistan Rupee", "PKR", 586, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:218:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PKR = currency("Pakistan Rupee", "PKR", 586, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:219:21: 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
  public static let PAB = currency("Balboa", "PAB", 590, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:219:21: note: add '@MainActor' to make static property 'PAB' part of global actor 'MainActor'
  public static let PAB = currency("Balboa", "PAB", 590, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:219:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PAB = currency("Balboa", "PAB", 590, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:220:21: 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
  public static let PGK = currency("Kina", "PGK", 598, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:220:21: note: add '@MainActor' to make static property 'PGK' part of global actor 'MainActor'
  public static let PGK = currency("Kina", "PGK", 598, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:220:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PGK = currency("Kina", "PGK", 598, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:221:21: 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
  public static let PYG = currency("Guarani", "PYG", 600, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:221:21: note: add '@MainActor' to make static property 'PYG' part of global actor 'MainActor'
  public static let PYG = currency("Guarani", "PYG", 600, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:221:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PYG = currency("Guarani", "PYG", 600, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:222:21: 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
  public static let PEN = currency("Sol", "PEN", 604, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:222:21: note: add '@MainActor' to make static property 'PEN' part of global actor 'MainActor'
  public static let PEN = currency("Sol", "PEN", 604, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:222:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PEN = currency("Sol", "PEN", 604, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:223:21: 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
  public static let PHP = currency("Philippine Peso", "PHP", 608, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:223:21: note: add '@MainActor' to make static property 'PHP' part of global actor 'MainActor'
  public static let PHP = currency("Philippine Peso", "PHP", 608, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:223:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PHP = currency("Philippine Peso", "PHP", 608, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:224:21: 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
  public static let PLN = currency("Zloty", "PLN", 985, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:224:21: note: add '@MainActor' to make static property 'PLN' part of global actor 'MainActor'
  public static let PLN = currency("Zloty", "PLN", 985, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:224:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let PLN = currency("Zloty", "PLN", 985, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:225:21: 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
  public static let QAR = currency("Qatari Rial", "QAR", 634, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:225:21: note: add '@MainActor' to make static property 'QAR' part of global actor 'MainActor'
  public static let QAR = currency("Qatari Rial", "QAR", 634, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:225:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let QAR = currency("Qatari Rial", "QAR", 634, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:226:21: 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
  public static let RON = currency("Romanian Leu", "RON", 946, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:226:21: note: add '@MainActor' to make static property 'RON' part of global actor 'MainActor'
  public static let RON = currency("Romanian Leu", "RON", 946, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:226:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RON = currency("Romanian Leu", "RON", 946, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:227:21: 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
  public static let RUB = currency("Russian Ruble", "RUB", 643, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:227:21: note: add '@MainActor' to make static property 'RUB' part of global actor 'MainActor'
  public static let RUB = currency("Russian Ruble", "RUB", 643, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:227:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RUB = currency("Russian Ruble", "RUB", 643, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:228:21: 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
  public static let RWF = currency("Rwanda Franc", "RWF", 646, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:228:21: note: add '@MainActor' to make static property 'RWF' part of global actor 'MainActor'
  public static let RWF = currency("Rwanda Franc", "RWF", 646, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:228:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RWF = currency("Rwanda Franc", "RWF", 646, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:229:21: 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
  public static let SHP = currency("Saint Helena Pound", "SHP", 654, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:229:21: note: add '@MainActor' to make static property 'SHP' part of global actor 'MainActor'
  public static let SHP = currency("Saint Helena Pound", "SHP", 654, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:229:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SHP = currency("Saint Helena Pound", "SHP", 654, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:230:21: 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
  public static let WST = currency("Tala", "WST", 882, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:230:21: note: add '@MainActor' to make static property 'WST' part of global actor 'MainActor'
  public static let WST = currency("Tala", "WST", 882, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:230:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let WST = currency("Tala", "WST", 882, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:231:21: warning: static property 'STN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let STN = currency("Dobra", "STN", 930, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:231:21: note: add '@MainActor' to make static property 'STN' part of global actor 'MainActor'
  public static let STN = currency("Dobra", "STN", 930, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:231:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let STN = currency("Dobra", "STN", 930, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:232:21: 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
  public static let SAR = currency("Saudi Riyal", "SAR", 682, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:232:21: note: add '@MainActor' to make static property 'SAR' part of global actor 'MainActor'
  public static let SAR = currency("Saudi Riyal", "SAR", 682, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:232:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SAR = currency("Saudi Riyal", "SAR", 682, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:233:21: 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
  public static let RSD = currency("Serbian Dinar", "RSD", 941, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:233:21: note: add '@MainActor' to make static property 'RSD' part of global actor 'MainActor'
  public static let RSD = currency("Serbian Dinar", "RSD", 941, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:233:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RSD = currency("Serbian Dinar", "RSD", 941, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:234:21: 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
  public static let SCR = currency("Seychelles Rupee", "SCR", 690, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:234:21: note: add '@MainActor' to make static property 'SCR' part of global actor 'MainActor'
  public static let SCR = currency("Seychelles Rupee", "SCR", 690, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:234:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SCR = currency("Seychelles Rupee", "SCR", 690, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:235:21: 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
  public static let SLL = currency("Leone", "SLL", 694, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:235:21: note: add '@MainActor' to make static property 'SLL' part of global actor 'MainActor'
  public static let SLL = currency("Leone", "SLL", 694, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:235:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SLL = currency("Leone", "SLL", 694, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:236:21: warning: static property 'SLE' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let SLE = currency("Leone", "SLE", 925, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:236:21: note: add '@MainActor' to make static property 'SLE' part of global actor 'MainActor'
  public static let SLE = currency("Leone", "SLE", 925, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:236:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SLE = currency("Leone", "SLE", 925, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:237:21: 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
  public static let SGD = currency("Singapore Dollar", "SGD", 702, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:237:21: note: add '@MainActor' to make static property 'SGD' part of global actor 'MainActor'
  public static let SGD = currency("Singapore Dollar", "SGD", 702, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:237:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SGD = currency("Singapore Dollar", "SGD", 702, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:238:21: 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
  public static let SBD = currency("Solomon Islands Dollar", "SBD", 090, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:238:21: note: add '@MainActor' to make static property 'SBD' part of global actor 'MainActor'
  public static let SBD = currency("Solomon Islands Dollar", "SBD", 090, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:238:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SBD = currency("Solomon Islands Dollar", "SBD", 090, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:239:21: 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
  public static let SOS = currency("Somali Shilling", "SOS", 706, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:239:21: note: add '@MainActor' to make static property 'SOS' part of global actor 'MainActor'
  public static let SOS = currency("Somali Shilling", "SOS", 706, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:239:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SOS = currency("Somali Shilling", "SOS", 706, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:240:21: 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
  public static let SSP = currency("South Sudanese Pound", "SSP", 728, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:240:21: note: add '@MainActor' to make static property 'SSP' part of global actor 'MainActor'
  public static let SSP = currency("South Sudanese Pound", "SSP", 728, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:240:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SSP = currency("South Sudanese Pound", "SSP", 728, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:241:21: 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
  public static let LKR = currency("Sri Lanka Rupee", "LKR", 144, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:241:21: note: add '@MainActor' to make static property 'LKR' part of global actor 'MainActor'
  public static let LKR = currency("Sri Lanka Rupee", "LKR", 144, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:241:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let LKR = currency("Sri Lanka Rupee", "LKR", 144, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:242:21: 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
  public static let SDG = currency("Sudanese Pound", "SDG", 938, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:242:21: note: add '@MainActor' to make static property 'SDG' part of global actor 'MainActor'
  public static let SDG = currency("Sudanese Pound", "SDG", 938, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:242:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SDG = currency("Sudanese Pound", "SDG", 938, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:243:21: 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
  public static let SRD = currency("Surinam Dollar", "SRD", 968, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:243:21: note: add '@MainActor' to make static property 'SRD' part of global actor 'MainActor'
  public static let SRD = currency("Surinam Dollar", "SRD", 968, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:243:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SRD = currency("Surinam Dollar", "SRD", 968, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:244:21: 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
  public static let SEK = currency("Swedish Krona", "SEK", 752, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:244:21: note: add '@MainActor' to make static property 'SEK' part of global actor 'MainActor'
  public static let SEK = currency("Swedish Krona", "SEK", 752, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:244:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SEK = currency("Swedish Krona", "SEK", 752, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:245:21: warning: static property 'CHE' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let CHE = currency("WIR Euro", "CHE", 947, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:245:21: note: add '@MainActor' to make static property 'CHE' part of global actor 'MainActor'
  public static let CHE = currency("WIR Euro", "CHE", 947, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:245:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let CHE = currency("WIR Euro", "CHE", 947, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:246:21: warning: static property 'CHW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let CHW = currency("WIR Franc", "CHW", 948, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:246:21: note: add '@MainActor' to make static property 'CHW' part of global actor 'MainActor'
  public static let CHW = currency("WIR Franc", "CHW", 948, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:246:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let CHW = currency("WIR Franc", "CHW", 948, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:247:21: 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
  public static let SYP = currency("Syrian Pound", "SYP", 760, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:247:21: note: add '@MainActor' to make static property 'SYP' part of global actor 'MainActor'
  public static let SYP = currency("Syrian Pound", "SYP", 760, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:247:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let SYP = currency("Syrian Pound", "SYP", 760, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:248:21: warning: static property 'TWD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let TWD = currency("New Taiwan Dollar", "TWD", 901, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:248:21: note: add '@MainActor' to make static property 'TWD' part of global actor 'MainActor'
  public static let TWD = currency("New Taiwan Dollar", "TWD", 901, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:248:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TWD = currency("New Taiwan Dollar", "TWD", 901, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:249:21: 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
  public static let TJS = currency("Somoni", "TJS", 972, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:249:21: note: add '@MainActor' to make static property 'TJS' part of global actor 'MainActor'
  public static let TJS = currency("Somoni", "TJS", 972, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:249:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TJS = currency("Somoni", "TJS", 972, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:250:21: 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
  public static let TZS = currency("Tanzanian Shilling", "TZS", 834, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:250:21: note: add '@MainActor' to make static property 'TZS' part of global actor 'MainActor'
  public static let TZS = currency("Tanzanian Shilling", "TZS", 834, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:250:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TZS = currency("Tanzanian Shilling", "TZS", 834, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:251:21: 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
  public static let THB = currency("Baht", "THB", 764, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:251:21: note: add '@MainActor' to make static property 'THB' part of global actor 'MainActor'
  public static let THB = currency("Baht", "THB", 764, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:251:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let THB = currency("Baht", "THB", 764, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:252:21: 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
  public static let TOP = currency("Pa’anga", "TOP", 776, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:252:21: note: add '@MainActor' to make static property 'TOP' part of global actor 'MainActor'
  public static let TOP = currency("Pa’anga", "TOP", 776, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:252:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TOP = currency("Pa’anga", "TOP", 776, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:253:21: 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
  public static let TTD = currency("Trinidad and Tobago Dollar", "TTD", 780, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:253:21: note: add '@MainActor' to make static property 'TTD' part of global actor 'MainActor'
  public static let TTD = currency("Trinidad and Tobago Dollar", "TTD", 780, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:253:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TTD = currency("Trinidad and Tobago Dollar", "TTD", 780, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:254:21: 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
  public static let TND = currency("Tunisian Dinar", "TND", 788, 3)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:254:21: note: add '@MainActor' to make static property 'TND' part of global actor 'MainActor'
  public static let TND = currency("Tunisian Dinar", "TND", 788, 3)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:254:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TND = currency("Tunisian Dinar", "TND", 788, 3)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:255:21: 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
  public static let TRY = currency("Turkish Lira", "TRY", 949, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:255:21: note: add '@MainActor' to make static property 'TRY' part of global actor 'MainActor'
  public static let TRY = currency("Turkish Lira", "TRY", 949, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:255:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TRY = currency("Turkish Lira", "TRY", 949, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:256:21: 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
  public static let TMT = currency("Turkmenistan New Manat", "TMT", 934, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:256:21: note: add '@MainActor' to make static property 'TMT' part of global actor 'MainActor'
  public static let TMT = currency("Turkmenistan New Manat", "TMT", 934, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:256:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let TMT = currency("Turkmenistan New Manat", "TMT", 934, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:257:21: 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
  public static let UGX = currency("Uganda Shilling", "UGX", 800, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:257:21: note: add '@MainActor' to make static property 'UGX' part of global actor 'MainActor'
  public static let UGX = currency("Uganda Shilling", "UGX", 800, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:257:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UGX = currency("Uganda Shilling", "UGX", 800, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:258:21: 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
  public static let UAH = currency("Hryvnia", "UAH", 980, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:258:21: note: add '@MainActor' to make static property 'UAH' part of global actor 'MainActor'
  public static let UAH = currency("Hryvnia", "UAH", 980, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:258:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UAH = currency("Hryvnia", "UAH", 980, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:259:21: warning: static property 'AED' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let AED = currency("UAE Dirham", "AED", 784, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:259:21: note: add '@MainActor' to make static property 'AED' part of global actor 'MainActor'
  public static let AED = currency("UAE Dirham", "AED", 784, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:259:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let AED = currency("UAE Dirham", "AED", 784, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:260:21: warning: static property 'USN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let USN = currency("US Dollar (Next day)", "USN", 997, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:260:21: note: add '@MainActor' to make static property 'USN' part of global actor 'MainActor'
  public static let USN = currency("US Dollar (Next day)", "USN", 997, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:260:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let USN = currency("US Dollar (Next day)", "USN", 997, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:261:21: 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
  public static let UYU = currency("Peso Uruguayo", "UYU", 858, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:261:21: note: add '@MainActor' to make static property 'UYU' part of global actor 'MainActor'
  public static let UYU = currency("Peso Uruguayo", "UYU", 858, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:261:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UYU = currency("Peso Uruguayo", "UYU", 858, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:262:21: warning: static property 'UYI' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let UYI = currency("Uruguay Peso en Unidades Indexadas", "UYI", 940, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:262:21: note: add '@MainActor' to make static property 'UYI' part of global actor 'MainActor'
  public static let UYI = currency("Uruguay Peso en Unidades Indexadas", "UYI", 940, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:262:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UYI = currency("Uruguay Peso en Unidades Indexadas", "UYI", 940, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:263:21: warning: static property 'UYW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let UYW = currency("Unidad Previsional", "UYW", 927, 4)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:263:21: note: add '@MainActor' to make static property 'UYW' part of global actor 'MainActor'
  public static let UYW = currency("Unidad Previsional", "UYW", 927, 4)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:263:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UYW = currency("Unidad Previsional", "UYW", 927, 4)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:264:21: 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
  public static let UZS = currency("Uzbekistan Sum", "UZS", 860, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:264:21: note: add '@MainActor' to make static property 'UZS' part of global actor 'MainActor'
  public static let UZS = currency("Uzbekistan Sum", "UZS", 860, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:264:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let UZS = currency("Uzbekistan Sum", "UZS", 860, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:265:21: 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
  public static let VUV = currency("Vatu", "VUV", 548, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:265:21: note: add '@MainActor' to make static property 'VUV' part of global actor 'MainActor'
  public static let VUV = currency("Vatu", "VUV", 548, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:265:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let VUV = currency("Vatu", "VUV", 548, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:266:21: warning: static property 'VES' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let VES = currency("Bolívar Soberano", "VES", 928, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:266:21: note: add '@MainActor' to make static property 'VES' part of global actor 'MainActor'
  public static let VES = currency("Bolívar Soberano", "VES", 928, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:266:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let VES = currency("Bolívar Soberano", "VES", 928, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:267:21: warning: static property 'VED' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let VED = currency("Bolívar Soberano", "VED", 926, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:267:21: note: add '@MainActor' to make static property 'VED' part of global actor 'MainActor'
  public static let VED = currency("Bolívar Soberano", "VED", 926, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:267:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let VED = currency("Bolívar Soberano", "VED", 926, 2)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:268:21: 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
  public static let VND = currency("Dong", "VND", 704, 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:268:21: note: add '@MainActor' to make static property 'VND' part of global actor 'MainActor'
  public static let VND = currency("Dong", "VND", 704, 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:268:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let VND = currency("Dong", "VND", 704, 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:269:21: 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
  public static let YER = currency("Yemeni Rial", "YER", 886, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:269:21: note: add '@MainActor' to make static property 'YER' part of global actor 'MainActor'
  public static let YER = currency("Yemeni Rial", "YER", 886, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:269:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let YER = currency("Yemeni Rial", "YER", 886, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:270:21: 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
  public static let ZMW = currency("Zambian Kwacha", "ZMW", 967, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:270:21: note: add '@MainActor' to make static property 'ZMW' part of global actor 'MainActor'
  public static let ZMW = currency("Zambian Kwacha", "ZMW", 967, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:270:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ZMW = currency("Zambian Kwacha", "ZMW", 967, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:271:21: 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
  public static let ZWL = currency("Zimbabwe Dollar", "ZWL", 932, 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:271:21: note: add '@MainActor' to make static property 'ZWL' part of global actor 'MainActor'
  public static let ZWL = currency("Zimbabwe Dollar", "ZWL", 932, 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:271:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let ZWL = currency("Zimbabwe Dollar", "ZWL", 932, 2)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:273:21: warning: static property 'available' is not concurrency-safe because non-'Sendable' type '[Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let available: [Currency] = [
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:273:21: note: add '@MainActor' to make static property 'available' part of global actor 'MainActor'
  public static let available: [Currency] = [
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:273:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let available: [Currency] = [
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:288:22: warning: static property 'alphabeticMap' 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
  private static let alphabeticMap: [String : Currency] = [
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:288:22: note: add '@MainActor' to make static property 'alphabeticMap' part of global actor 'MainActor'
  private static let alphabeticMap: [String : Currency] = [
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:288:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let alphabeticMap: [String : Currency] = [
                     ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:458:22: warning: static property 'numericMap' is not concurrency-safe because non-'Sendable' type '[UInt16 : Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let numericMap: [UInt16 : Currency] = [
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:36:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Hashable, Codable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:458:22: note: add '@MainActor' to make static property 'numericMap' part of global actor 'MainActor'
  private static let numericMap: [UInt16 : Currency] = [
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Currency.swift:458:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let numericMap: [UInt16 : Currency] = [
                     ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NumberFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/NumberFormat.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/NumberFormat.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CLControlError.swift,\ CLControlParser.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLControlError.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLControlParser.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLControlError.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLControlParser.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Parameters.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Parameters.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Parameters.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ParserUtil.swift, SetextHeadingParser.swift, TableParser.swift (in target 'MarkdownKit' from project 'MarkdownKit')
SwiftCompile normal arm64 Compiling\ Directive.swift,\ Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Directive.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Directive.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:30:21: warning: static property 'colon' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let colon = Modifiers(rawValue: 1 << 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:28:15: note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
public struct Modifiers: OptionSet, CustomStringConvertible {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:30:21: note: add '@MainActor' to make static property 'colon' part of global actor 'MainActor'
  public static let colon = Modifiers(rawValue: 1 << 0)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:30:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let colon = Modifiers(rawValue: 1 << 0)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:31:21: warning: static property 'at' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let at = Modifiers(rawValue: 1 << 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:28:15: note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
public struct Modifiers: OptionSet, CustomStringConvertible {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:31:21: note: add '@MainActor' to make static property 'at' part of global actor 'MainActor'
  public static let at = Modifiers(rawValue: 1 << 1)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let at = Modifiers(rawValue: 1 << 1)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:32:21: warning: static property 'plus' is not concurrency-safe because non-'Sendable' type 'Modifiers' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let plus = Modifiers(rawValue: 1 << 2)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:28:15: note: consider making struct 'Modifiers' conform to the 'Sendable' protocol
public struct Modifiers: OptionSet, CustomStringConvertible {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:32:21: note: add '@MainActor' to make static property 'plus' part of global actor 'MainActor'
  public static let plus = Modifiers(rawValue: 1 << 2)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Modifiers.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let plus = Modifiers(rawValue: 1 << 2)
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AttributedStringGenerator.swift, Color.swift, Block.swift, Blocks.swift (in target 'MarkdownKit' from project 'MarkdownKit')
SwiftCompile normal arm64 Compiling\ CLFormat.swift,\ CLFormatConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormat.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:101:21: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'CLFormatConfig' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let standard: CLFormatConfig = {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:31:15: note: consider making struct 'CLFormatConfig' conform to the 'Sendable' protocol
public struct CLFormatConfig {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:101:21: note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
  public static let standard: CLFormatConfig = {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:101:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let standard: CLFormatConfig = {
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:264:21: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var `default`: CLFormatConfig = CLFormatConfig.standard
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:264:21: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
  public static var `default`: CLFormatConfig = CLFormatConfig.standard
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:264:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
  public static var `default`: CLFormatConfig = CLFormatConfig.standard
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CLFormat/CLFormatConfig.swift:264:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var `default`: CLFormatConfig = CLFormatConfig.standard
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Optional.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 Compiling\ Number.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Number.swift (in target 'CLFormat' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormat/Number.swift (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Parameters.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Emitting module for CLFormat (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling Directive.swift, Modifiers.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriver\ Compilation\ Requirements CLFormat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CLFormat' from project 'CLFormat')
    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 CLFormat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.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/CLFormat.build/Debug-iphoneos/CLFormat.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CLFormat-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-Swift.h (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CLFormat-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftmodule (in target 'CLFormat' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftdoc (in target 'CLFormat' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.abi.json (in target 'CLFormat' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftsourceinfo (in target 'CLFormat' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver CLFormatTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CLFormatTool' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CLFormatTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool-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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CLFormatTool (in target 'CLFormatTool' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormatTool/main.swift (in target 'CLFormatTool' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CLFormatTool/main.swift (in target 'CLFormatTool' from project 'CLFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CLFormatTool/main.swift (in target 'CLFormatTool' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Arguments.swift, CLControl.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling CLControlError.swift, CLControlParser.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Emitting module for CLFormatTool (in target 'CLFormatTool' from project 'CLFormat')
SwiftDriver\ Compilation\ Requirements CLFormatTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CLFormatTool' from project 'CLFormat')
    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 CLFormatTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool-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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftmodule (in target 'CLFormatTool' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftdoc (in target 'CLFormatTool' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.abi.json (in target 'CLFormatTool' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftsourceinfo (in target 'CLFormatTool' from project 'CLFormat')
    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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CLFormat.swift, CLFormatConfig.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormat.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'CLFormatTool' from project 'CLFormat')
SwiftDriver\ Compilation CLFormatTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CLFormatTool' from project 'CLFormat')
    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 CLFormatTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool-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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.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/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.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 CLFormatError.swift, Currency.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling Number.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriverJobDiscovery normal arm64 Compiling StandardDirectiveSpecifier.swift (in target 'CLFormat' from project 'CLFormat')
SwiftDriver\ Compilation CLFormat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CLFormat' from project 'CLFormat')
    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 CLFormat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.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/CLFormat.build/Debug-iphoneos/CLFormat.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.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/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CustomBlock.swift, CustomTextFragment.swift, HtmlGenerator.swift, NamedCharacters.swift (in target 'MarkdownKit' from project 'MarkdownKit')
SwiftDriver\ Compilation MarkdownKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MarkdownKit' from project 'MarkdownKit')
    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 MarkdownKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit-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/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.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/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.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/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit-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-iphoneos/MarkdownKit.o normal (in target 'MarkdownKit' from project 'MarkdownKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-markdownkit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MarkdownKit.o
ExtractAppIntentsMetadata (in target 'MarkdownKit' from project 'MarkdownKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-markdownkit
    /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 MarkdownKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-markdownkit.MarkdownKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MarkdownKit.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MarkdownKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/MarkdownKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/MarkdownKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:30:42.600 appintentsmetadataprocessor[776:4420] Starting appintentsmetadataprocessor export
2025-04-30 20:30:42.637 appintentsmetadataprocessor[776:4420] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MarkdownKit.o (in target 'MarkdownKit' from project 'MarkdownKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-markdownkit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MarkdownKit.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.o normal (in target 'CLFormat' from project 'CLFormat')
    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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.o
ExtractAppIntentsMetadata (in target 'CLFormat' from project 'CLFormat')
    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 CLFormat --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.CLFormat --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/CLFormat.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/CLFormat.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 20:30:42.691 appintentsmetadataprocessor[779:4437] Starting appintentsmetadataprocessor export
2025-04-30 20:30:42.723 appintentsmetadataprocessor[779:4437] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.o (in target 'CLFormat' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormat.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool normal (in target 'CLFormatTool' from project 'CLFormat')
    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-ios14.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormatTool.build/Objects-normal/arm64/CLFormatTool.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MarkdownKit.build/Debug-iphoneos/MarkdownKit.build/Objects-normal/arm64/MarkdownKit.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLFormat.build/Debug-iphoneos/CLFormat.build/Objects-normal/arm64/CLFormat.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool (in target 'CLFormatTool' from project 'CLFormat')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CLFormatTool
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-markdownkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/objecthub/swift-markdownkit.git"
    }
  ],
  "manifest_display_name" : "CLFormat",
  "name" : "CLFormat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "CLFormat",
      "targets" : [
        "CLFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLFormatTool",
      "targets" : [
        "CLFormatTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLFormatTool",
      "module_type" : "SwiftTarget",
      "name" : "CLFormatTool",
      "path" : "Sources/CLFormatTool",
      "product_memberships" : [
        "CLFormatTool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CLFormat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CLFormatTests",
      "module_type" : "SwiftTarget",
      "name" : "CLFormatTests",
      "path" : "Tests/CLFormatTests",
      "sources" : [
        "CLFormatTests.swift"
      ],
      "target_dependencies" : [
        "CLFormat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLFormat",
      "module_type" : "SwiftTarget",
      "name" : "CLFormat",
      "path" : "Sources/CLFormat",
      "product_dependencies" : [
        "MarkdownKit"
      ],
      "product_memberships" : [
        "CLFormat",
        "CLFormatTool"
      ],
      "sources" : [
        "Arguments.swift",
        "CLControl.swift",
        "CLControlError.swift",
        "CLControlParser.swift",
        "CLFormat.swift",
        "CLFormatConfig.swift",
        "CLFormatError.swift",
        "Currency.swift",
        "Directive.swift",
        "Modifiers.swift",
        "Number.swift",
        "NumberFormat.swift",
        "Optional.swift",
        "Parameters.swift",
        "StandardDirectiveSpecifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.