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 RomanNumeralKit with Swift 6.0 for iOS using Xcode 16.0.

Build Command

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

Build Log

              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11973:12: note: annotate 'MMMCMLXXXIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11973:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11976:12: warning: let 'MMMCMLXXXIV' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IV])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11976:12: note: annotate 'MMMCMLXXXIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IV])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11976:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IV])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11979:12: warning: let 'MMMCMLXXXV' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11979:12: note: annotate 'MMMCMLXXXV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11979:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11982:12: warning: let 'MMMCMLXXXVI' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11982:12: note: annotate 'MMMCMLXXXVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11982:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11985:12: warning: let 'MMMCMLXXXVII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11985:12: note: annotate 'MMMCMLXXXVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11985:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11988:12: warning: let 'MMMCMLXXXVIII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11988:12: note: annotate 'MMMCMLXXXVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11988:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .V, .I, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11991:12: warning: let 'MMMCMLXXXIX' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMLXXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IX])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11991:12: note: annotate 'MMMCMLXXXIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IX])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11991:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .IX])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11994:12: warning: let 'MMMCMXC' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXC = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11994:12: note: annotate 'MMMCMXC' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXC = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11994:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXC = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11997:12: warning: let 'MMMCMXCI' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11997:12: note: annotate 'MMMCMXCI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11997:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12000:12: warning: let 'MMMCMXCII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12000:12: note: annotate 'MMMCMXCII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12000:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12003:12: warning: let 'MMMCMXCIII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12003:12: note: annotate 'MMMCMXCIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12003:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .I, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12006:12: warning: let 'MMMCMXCIV' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IV])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12006:12: note: annotate 'MMMCMXCIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IV])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12006:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IV])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12009:12: warning: let 'MMMCMXCV' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12009:12: note: annotate 'MMMCMXCV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12009:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12012:12: warning: let 'MMMCMXCVI' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12012:12: note: annotate 'MMMCMXCVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12012:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12015:12: warning: let 'MMMCMXCVII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12015:12: note: annotate 'MMMCMXCVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12015:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12018:12: warning: let 'MMMCMXCVIII' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I, .I])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12018:12: note: annotate 'MMMCMXCVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I, .I])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12018:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .V, .I, .I, .I])
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12021:12: warning: let 'MMMCMXCIX' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
public let MMMCMXCIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
           ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12021:12: note: annotate 'MMMCMXCIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXCIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:12021:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXCIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Int+RomanNumeral.swift,\ RomanNumeral.swift,\ AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.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/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.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/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:67:23: warning: static property 'maximum' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maximum = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:67:23: note: annotate 'maximum' with '@MainActor' if property should only be accessed from the main actor
    public static let maximum = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maximum = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XC, .IX])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:68:23: warning: static property 'minimum' is not concurrency-safe because non-'Sendable' type 'RomanNumeral' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minimum = RomanNumeral(unsafeSymbols: [.I])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:64:15: note: consider making struct 'RomanNumeral' conform to the 'Sendable' protocol
public struct RomanNumeral: SubtractiveRomanNumeralSymbolsConvertible {
              ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:68:23: note: annotate 'minimum' with '@MainActor' if property should only be accessed from the main actor
    public static let minimum = RomanNumeral(unsafeSymbols: [.I])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/RomanNumeral.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minimum = RomanNumeral(unsafeSymbols: [.I])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift:248:23: warning: static property 'allSymbolsDescending' is not concurrency-safe because non-'Sendable' type '[SubtractiveRomanNumeralSymbol]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allSymbolsDescending: [SubtractiveRomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift:26:13: note: consider making enum 'SubtractiveRomanNumeralSymbol' conform to the 'Sendable' protocol
public enum SubtractiveRomanNumeralSymbol: CaseIterable {
            ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift:248:23: note: annotate 'allSymbolsDescending' with '@MainActor' if property should only be accessed from the main actor
    public static let allSymbolsDescending: [SubtractiveRomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift:248:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allSymbolsDescending: [SubtractiveRomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: warning: static property 'nulla' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: annotate 'nulla' with '@MainActor' if property should only be accessed from the main actor
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Int+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolsConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ RomanNumeralSymbol.swift,\ RomanNumeralSymbolError.swift,\ RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: warning: static property 'allSymbolsAscending' is not concurrency-safe because non-'Sendable' type '[RomanNumeralSymbol]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:37:13: note: consider making enum 'RomanNumeralSymbol' conform to the 'Sendable' protocol
public enum RomanNumeralSymbol: CaseIterable {
            ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: note: annotate 'allSymbolsAscending' with '@MainActor' if property should only be accessed from the main actor
    public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: warning: static property 'allSymbolsDescending' is not concurrency-safe because non-'Sendable' type '[RomanNumeralSymbol]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:37:13: note: consider making enum 'RomanNumeralSymbol' conform to the 'Sendable' protocol
public enum RomanNumeralSymbol: CaseIterable {
            ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: note: annotate 'allSymbolsDescending' with '@MainActor' if property should only be accessed from the main actor
    public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.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/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: warning: static property 'nulla' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: annotate 'nulla' with '@MainActor' if property should only be accessed from the main actor
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
    public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: warning: static property 'five' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: note: annotate 'five' with '@MainActor' if property should only be accessed from the main actor
    public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: warning: static property 'ten' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: note: annotate 'ten' with '@MainActor' if property should only be accessed from the main actor
    public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: warning: static property 'fifty' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: note: annotate 'fifty' with '@MainActor' if property should only be accessed from the main actor
    public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: warning: static property 'oneHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: note: annotate 'oneHundred' with '@MainActor' if property should only be accessed from the main actor
    public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: warning: static property 'fiveHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: note: annotate 'fiveHundred' with '@MainActor' if property should only be accessed from the main actor
    public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: warning: static property 'oneThousand' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: note: annotate 'oneThousand' with '@MainActor' if property should only be accessed from the main actor
    public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: warning: static property 'four' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: note: annotate 'four' with '@MainActor' if property should only be accessed from the main actor
    public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: warning: static property 'nine' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: note: annotate 'nine' with '@MainActor' if property should only be accessed from the main actor
    public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: warning: static property 'forty' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: note: annotate 'forty' with '@MainActor' if property should only be accessed from the main actor
    public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: warning: static property 'ninety' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: note: annotate 'ninety' with '@MainActor' if property should only be accessed from the main actor
    public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: warning: static property 'fourHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: note: annotate 'fourHundred' with '@MainActor' if property should only be accessed from the main actor
    public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: warning: static property 'nineHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: note: annotate 'nineHundred' with '@MainActor' if property should only be accessed from the main actor
    public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DateComponents+RomanNumeral.swift,\ RomanNumeralConvertible.swift,\ Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.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/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.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/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.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/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Sequence+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralArithmeticError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/String+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Int+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -import-underlying-module -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 DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -enable-bare-slash-regex -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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/DateComponents+RomanNumeral.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/Calendar+RomanNumeral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolProtocol.swift, SubtractiveRomanNumeralSymbolsConvertible.swift, Sequence+Sorting.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolsConvertible.swift, AdditiveRomanNumeralConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling AdditiveRomanNumeral.swift, RomanNumeralProtocol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling Int+RomanNumeral.swift, RomanNumeral.swift, AdditiveRomanNumeralSymbolsConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling AdditiveRomanNumeralSymbolCondenser.swift, SubtractiveRomanNumeralSymbol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling SubtractiveRomanNumeralSymbolConvertible.swift, RomanNumeralArithmeticError.swift, String+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolConvertible.swift, RomanNumeralError.swift, AdditiveRomanNumeralSymbolConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling DateComponents+RomanNumeral.swift, RomanNumeralConvertible.swift, Calendar+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbol.swift, RomanNumeralSymbolError.swift, RomanNumeralTallyMarkGroup.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralTallyMark.swift, RomanNumerals.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for RomanNumeralKit (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriver\ Compilation\ Requirements RomanNumeralKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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 RomanNumeralKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios10.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation RomanNumeralKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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 RomanNumeralKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios10.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Headers/RomanNumeralKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-Swift.h (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Headers/RomanNumeralKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.abi.json (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftmodule (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftsourceinfo (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftdoc (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-ios.swiftdoc
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/RomanNumeralKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/RomanNumeralKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit normal (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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-ios10.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.LinkFileList -install_name @rpath/RomanNumeralKit.framework/RomanNumeralKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fprofile-instr-generate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftmodule -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit normal (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
(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 RomanNumeralKit -destination generic/platform=ios "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'RomanNumeralKit' in project 'RomanNumeralKit' (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 'RomanNumeralKit' from project 'RomanNumeralKit')
/Users/admin/builder/spi-builder-workspace/RomanNumeralKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 17.4.99. (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit normal (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
    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-ios10.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.LinkFileList -install_name @rpath/RomanNumeralKit.framework/RomanNumeralKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fprofile-instr-generate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftmodule -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit normal (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
(1 failure)
BUILD FAILURE 6.0 iOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.