This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build MonetaryAmount with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MonetaryAmount-Package -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: warning: static property 'PLN' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: annotate 'PLN' with '@MainActor' if property should only be accessed from the main actor
    static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:532:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let PLN = Currency(name: "Zloty", code: "PLN", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: warning: static property 'PYG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: annotate 'PYG' with '@MainActor' if property should only be accessed from the main actor
    static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:535:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let PYG = Currency(name: "Guarani", code: "PYG", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: warning: static property 'QAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: annotate 'QAR' with '@MainActor' if property should only be accessed from the main actor
    static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:538:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let QAR = Currency(name: "Qatari Rial", code: "QAR", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: warning: static property 'RON' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: annotate 'RON' with '@MainActor' if property should only be accessed from the main actor
    static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:541:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let RON = Currency(name: "Romanian Leu", code: "RON", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: warning: static property 'RSD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: annotate 'RSD' with '@MainActor' if property should only be accessed from the main actor
    static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:544:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let RSD = Currency(name: "Serbian Dinar", code: "RSD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: warning: static property 'RUB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: annotate 'RUB' with '@MainActor' if property should only be accessed from the main actor
    static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:547:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let RUB = Currency(name: "Russian Ruble", code: "RUB", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: warning: static property 'RWF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: annotate 'RWF' with '@MainActor' if property should only be accessed from the main actor
    static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:550:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let RWF = Currency(name: "Rwanda Franc", code: "RWF", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: warning: static property 'SAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: annotate 'SAR' with '@MainActor' if property should only be accessed from the main actor
    static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:553:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SAR = Currency(name: "Saudi Riyal", code: "SAR", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: warning: static property 'SBD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: annotate 'SBD' with '@MainActor' if property should only be accessed from the main actor
    static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:556:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SBD = Currency(name: "Solomon Islands Dollar", code: "SBD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: warning: static property 'SCR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: annotate 'SCR' with '@MainActor' if property should only be accessed from the main actor
    static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:559:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SCR = Currency(name: "Seychelles Rupee", code: "SCR", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: warning: static property 'SDG' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: annotate 'SDG' with '@MainActor' if property should only be accessed from the main actor
    static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:562:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SDG = Currency(name: "Sudanese Pound", code: "SDG", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: warning: static property 'SEK' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: annotate 'SEK' with '@MainActor' if property should only be accessed from the main actor
    static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:565:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SEK = Currency(name: "Swedish Krona", code: "SEK", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: warning: static property 'SGD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: annotate 'SGD' with '@MainActor' if property should only be accessed from the main actor
    static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:568:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SGD = Currency(name: "Singapore Dollar", code: "SGD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: warning: static property 'SHP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: annotate 'SHP' with '@MainActor' if property should only be accessed from the main actor
    static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SHP = Currency(name: "Saint Helena Pound", code: "SHP", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: warning: static property 'SLL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: annotate 'SLL' with '@MainActor' if property should only be accessed from the main actor
    static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:574:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SLL = Currency(name: "Leone", code: "SLL", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: warning: static property 'SOS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: annotate 'SOS' with '@MainActor' if property should only be accessed from the main actor
    static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:577:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SOS = Currency(name: "Somali Shilling", code: "SOS", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: warning: static property 'SRD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: annotate 'SRD' with '@MainActor' if property should only be accessed from the main actor
    static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:580:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SRD = Currency(name: "Surinam Dollar", code: "SRD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: warning: static property 'SSP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: annotate 'SSP' with '@MainActor' if property should only be accessed from the main actor
    static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:583:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SSP = Currency(name: "South Sudanese Pound", code: "SSP", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: warning: static property 'STD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: annotate 'STD' with '@MainActor' if property should only be accessed from the main actor
    static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:586:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let STD = Currency(name: "Dobra", code: "STD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: warning: static property 'SVC' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: annotate 'SVC' with '@MainActor' if property should only be accessed from the main actor
    static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:589:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SVC = Currency(name: "El Salvador Colon", code: "SVC", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: warning: static property 'SYP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: annotate 'SYP' with '@MainActor' if property should only be accessed from the main actor
    static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:592:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SYP = Currency(name: "Syrian Pound", code: "SYP", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: warning: static property 'SZL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: annotate 'SZL' with '@MainActor' if property should only be accessed from the main actor
    static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:595:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let SZL = Currency(name: "Lilangeni", code: "SZL", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: warning: static property 'THB' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: annotate 'THB' with '@MainActor' if property should only be accessed from the main actor
    static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:598:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let THB = Currency(name: "Baht", code: "THB", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: warning: static property 'TJS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: annotate 'TJS' with '@MainActor' if property should only be accessed from the main actor
    static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:601:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TJS = Currency(name: "Somoni", code: "TJS", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: warning: static property 'TMT' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: annotate 'TMT' with '@MainActor' if property should only be accessed from the main actor
    static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:604:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TMT = Currency(name: "Turkmenistan New Manat", code: "TMT", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: warning: static property 'TND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: annotate 'TND' with '@MainActor' if property should only be accessed from the main actor
    static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:607:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TND = Currency(name: "Tunisian Dinar", code: "TND", minorUnit: 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: warning: static property 'TOP' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: annotate 'TOP' with '@MainActor' if property should only be accessed from the main actor
    static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:610:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TOP = Currency(name: "Pa’anga", code: "TOP", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: warning: static property 'TRY' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: annotate 'TRY' with '@MainActor' if property should only be accessed from the main actor
    static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TRY = Currency(name: "Turkish Lira", code: "TRY", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: warning: static property 'TTD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: annotate 'TTD' with '@MainActor' if property should only be accessed from the main actor
    static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:616:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TTD = Currency(name: "Trinidad and Tobago Dollar", code: "TTD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: warning: static property 'TZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: annotate 'TZS' with '@MainActor' if property should only be accessed from the main actor
    static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:619:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let TZS = Currency(name: "Tanzanian Shilling", code: "TZS", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: warning: static property 'UAH' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: annotate 'UAH' with '@MainActor' if property should only be accessed from the main actor
    static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:622:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UAH = Currency(name: "Hryvnia", code: "UAH", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: warning: static property 'UGX' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: annotate 'UGX' with '@MainActor' if property should only be accessed from the main actor
    static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UGX = Currency(name: "Uganda Shilling", code: "UGX", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: warning: static property 'USD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: annotate 'USD' with '@MainActor' if property should only be accessed from the main actor
    static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:628:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let USD = Currency(name: "US Dollar", code: "USD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: warning: static property 'UYU' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: annotate 'UYU' with '@MainActor' if property should only be accessed from the main actor
    static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:631:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UYU = Currency(name: "Peso Uruguayo", code: "UYU", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: warning: static property 'UZS' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: annotate 'UZS' with '@MainActor' if property should only be accessed from the main actor
    static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:634:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UZS = Currency(name: "Uzbekistan Sum", code: "UZS", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: warning: static property 'VEF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: annotate 'VEF' with '@MainActor' if property should only be accessed from the main actor
    static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:637:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let VEF = Currency(name: "Bolívar", code: "VEF", minorUnit: 2)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: warning: static property 'VND' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: annotate 'VND' with '@MainActor' if property should only be accessed from the main actor
    static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:640:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let VND = Currency(name: "Dong", code: "VND", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: warning: static property 'VUV' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: annotate 'VUV' with '@MainActor' if property should only be accessed from the main actor
    static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:643:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let VUV = Currency(name: "Vatu", code: "VUV", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: warning: static property 'WST' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: annotate 'WST' with '@MainActor' if property should only be accessed from the main actor
    static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:646:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let WST = Currency(name: "Tala", code: "WST", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: warning: static property 'XAF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: annotate 'XAF' with '@MainActor' if property should only be accessed from the main actor
    static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:649:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let XAF = Currency(name: "CFA Franc BEAC", code: "XAF", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: warning: static property 'XCD' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: annotate 'XCD' with '@MainActor' if property should only be accessed from the main actor
    static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:652:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let XCD = Currency(name: "East Caribbean Dollar", code: "XCD", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: warning: static property 'XOF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: annotate 'XOF' with '@MainActor' if property should only be accessed from the main actor
    static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:655:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let XOF = Currency(name: "CFA Franc BCEAO", code: "XOF", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: warning: static property 'XPF' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: annotate 'XPF' with '@MainActor' if property should only be accessed from the main actor
    static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:658:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let XPF = Currency(name: "CFP Franc", code: "XPF", minorUnit: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: warning: static property 'YER' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: annotate 'YER' with '@MainActor' if property should only be accessed from the main actor
    static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:661:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let YER = Currency(name: "Yemeni Rial", code: "YER", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: warning: static property 'ZAR' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: annotate 'ZAR' with '@MainActor' if property should only be accessed from the main actor
    static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:664:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ZAR = Currency(name: "Rand", code: "ZAR", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: warning: static property 'ZMW' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: annotate 'ZMW' with '@MainActor' if property should only be accessed from the main actor
    static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:667:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ZMW = Currency(name: "Zambian Kwacha", code: "ZMW", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: warning: static property 'ZWL' is not concurrency-safe because non-'Sendable' type 'Currency' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: annotate 'ZWL' with '@MainActor' if property should only be accessed from the main actor
    static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:670:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ZWL = Currency(name: "Zimbabwe Dollar", code: "ZWL", minorUnit: 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: warning: static property 'currencyTable' is not concurrency-safe because non-'Sendable' type '[String : Currency]' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let currencyTable: [String: Currency] = [
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift:24:15: note: consider making struct 'Currency' conform to the 'Sendable' protocol
public struct Currency: Equatable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: annotate 'currencyTable' with '@MainActor' if property should only be accessed from the main actor
    static private let currencyTable: [String: Currency] = [
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift:673:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let currencyTable: [String: Currency] = [
                       ^
           nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Negation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for CurrenciesGenerator (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling Filters.swift, ForTag.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation\ Requirements CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling NumberFormatter+Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftCompile normal arm64 Compiling\ Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/Currency.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Negation.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Parser.swift, Template.swift (in target 'Stencil' from project 'Stencil')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Construction.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currencies+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/Currency.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Arithmetic.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Consolidation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Construction.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount+Negation.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/MonetaryAmount.swift /Users/admin/builder/spi-builder-workspace/Sources/MonetaryAmount/NumberFormatter+Currency.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name MonetaryAmount -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount+Arithmetic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Inheritence.swift, KeyPath.swift (in target 'Stencil' from project 'Stencil')
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CurrenciesGenerator/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CurrenciesGenerator -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-unit-output-path /MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift, NowTag.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation Consolidate normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Consolidate' from project 'Consolidate')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Consolidate -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Consolidate.o normal (in target 'Consolidate' from project 'Consolidate')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Consolidate.build/Debug-appletvos/Consolidate.build/Objects-normal/arm64/Consolidate_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Consolidate.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RoundedDecimal.o (in target 'RoundedDecimal' from project 'RoundedDecimal')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/RoundedDecimal
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RoundedDecimal.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PathKit.o (in target 'PathKit' from project 'PathKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PathKit.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList (in target 'Stencil' from project 'Stencil')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling Lexer.swift, Loader.swift (in target 'Stencil' from project 'Stencil')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Consolidate.o (in target 'Consolidate' from project 'Consolidate')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Consolidate
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Consolidate.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Construction.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, Expression.swift (in target 'Stencil' from project 'Stencil')
SwiftDriver\ Compilation Stencil normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stencil' from project 'Stencil')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Stencil -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Stencil.o normal (in target 'Stencil' from project 'Stencil')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Stencil.o
SwiftDriverJobDiscovery normal arm64 Compiling Currency.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Compiling MonetaryAmount+Arithmetic.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriverJobDiscovery normal arm64 Emitting module for MonetaryAmount (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation\ Requirements MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/MonetaryAmount-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/MonetaryAmount-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Stencil.o (in target 'Stencil' from project 'Stencil')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Stencil
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Stencil.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
SwiftDriver\ Compilation CurrenciesGenerator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name CurrenciesGenerator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-appletvos/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
SwiftDriverJobDiscovery normal arm64 Compiling Currencies+Generated.swift (in target 'MonetaryAmount' from project 'MonetaryAmount')
SwiftDriver\ Compilation MonetaryAmount normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name MonetaryAmount -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.o normal (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/MonetaryAmount.build/Objects-normal/arm64/MonetaryAmount_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.o (in target 'MonetaryAmount' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MonetaryAmount.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MonetaryAmount-Package -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  Stencil: https://github.com/stencilproject/Stencil.git @ 0.13.1
  MonetaryAmount: /Users/admin/builder/spi-builder-workspace
  RoundedDecimal: https://github.com/SoftwareEngineerChris/RoundedDecimal.git @ 2.2.2
  Spectre: https://github.com/kylef/Spectre.git @ 0.9.0
  Consolidate: https://github.com/SoftwareEngineerChris/Consolidate.git @ 1.1.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
    Target 'CurrenciesGenerator' in project 'MonetaryAmount'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'MonetaryAmount' in project 'MonetaryAmount'
        ➜ Explicit dependency on target 'MonetaryAmount' in project 'MonetaryAmount'
        ➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
        ➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
    Target 'MonetaryAmount' in project 'MonetaryAmount'
        ➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
        ➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
    Target 'Consolidate' in project 'Consolidate'
        ➜ Explicit dependency on target 'Consolidate' in project 'Consolidate'
    Target 'Consolidate' in project 'Consolidate' (no dependencies)
    Target 'RoundedDecimal' in project 'RoundedDecimal'
        ➜ Explicit dependency on target 'RoundedDecimal' in project 'RoundedDecimal'
    Target 'RoundedDecimal' in project 'RoundedDecimal' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MonetaryAmount.build/Debug-appletvos/CurrenciesGenerator.build/Objects-normal/arm64/CurrenciesGenerator_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stencil.build/Debug-appletvos/Stencil.build/Objects-normal/arm64/Stencil.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-appletvos/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_tvos.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Consolidate' from project 'Consolidate')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'MonetaryAmount' from project 'MonetaryAmount')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RoundedDecimal' from project 'RoundedDecimal')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Stencil' from project 'Stencil')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CurrenciesGenerator normal (in target 'CurrenciesGenerator' from project 'MonetaryAmount')
(1 failure)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.