Build Information
Successful build of RomanNumeralKit, reference mainline (8a5bd8
), with Swift 6.0 for iOS using Xcode 16.0 on 1 Nov 2024 18:02:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RomanNumeralKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11850:12: note: annotate 'MMMCMXLII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11850:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11853:12: warning: let 'MMMCMXLIII' 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 MMMCMXLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11853:12: note: annotate 'MMMCMXLIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11853:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11856:12: warning: let 'MMMCMXLIV' 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 MMMCMXLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11856:12: note: annotate 'MMMCMXLIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .IV])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11856:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .IV])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11859:12: warning: let 'MMMCMXLV' 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 MMMCMXLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11859:12: note: annotate 'MMMCMXLV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11859:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11862:12: warning: let 'MMMCMXLVI' 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 MMMCMXLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11862:12: note: annotate 'MMMCMXLVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11862:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11865:12: warning: let 'MMMCMXLVII' 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 MMMCMXLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11865:12: note: annotate 'MMMCMXLVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11865:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11868:12: warning: let 'MMMCMXLVIII' 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 MMMCMXLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11868:12: note: annotate 'MMMCMXLVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11868:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .V, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11871:12: warning: let 'MMMCMXLIX' 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 MMMCMXLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .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:11871:12: note: annotate 'MMMCMXLIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMXLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .IX])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11871:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMXLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .XL, .IX])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11874:12: warning: let 'MMMCML' 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 MMMCML = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L])
^
/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:11874:12: note: annotate 'MMMCML' with '@MainActor' if property should only be accessed from the main actor
public let MMMCML = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11874:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCML = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11877:12: warning: let 'MMMCMLI' 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 MMMCMLI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11877:12: note: annotate 'MMMCMLI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11877:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11880:12: warning: let 'MMMCMLII' 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 MMMCMLII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11880:12: note: annotate 'MMMCMLII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11880:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11883:12: warning: let 'MMMCMLIII' 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 MMMCMLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11883:12: note: annotate 'MMMCMLIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11883:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11886:12: warning: let 'MMMCMLIV' 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 MMMCMLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11886:12: note: annotate 'MMMCMLIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .IV])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11886:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .IV])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11889:12: warning: let 'MMMCMLV' 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 MMMCMLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11889:12: note: annotate 'MMMCMLV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11889:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11892:12: warning: let 'MMMCMLVI' 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 MMMCMLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11892:12: note: annotate 'MMMCMLVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11892:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11895:12: warning: let 'MMMCMLVII' 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 MMMCMLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11895:12: note: annotate 'MMMCMLVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11895:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11898:12: warning: let 'MMMCMLVIII' 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 MMMCMLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11898:12: note: annotate 'MMMCMLVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11898:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .V, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11901:12: warning: let 'MMMCMLIX' 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 MMMCMLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11901:12: note: annotate 'MMMCMLIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .IX])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11901:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .IX])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11904:12: warning: let 'MMMCMLX' 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 MMMCMLX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X])
^
/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:11904:12: note: annotate 'MMMCMLX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11904:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11907:12: warning: let 'MMMCMLXI' 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 MMMCMLXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .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:11907:12: note: annotate 'MMMCMLXI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11907:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11910:12: warning: let 'MMMCMLXII' 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 MMMCMLXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .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:11910:12: note: annotate 'MMMCMLXII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11910:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11913:12: warning: let 'MMMCMLXIII' 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 MMMCMLXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .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:11913:12: note: annotate 'MMMCMLXIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11913:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11916:12: warning: let 'MMMCMLXIV' 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 MMMCMLXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11916:12: note: annotate 'MMMCMLXIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .IV])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11916:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .IV])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11919:12: warning: let 'MMMCMLXV' 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 MMMCMLXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11919:12: note: annotate 'MMMCMLXV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11919:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11922:12: warning: let 'MMMCMLXVI' 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 MMMCMLXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11922:12: note: annotate 'MMMCMLXVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11922:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11925:12: warning: let 'MMMCMLXVII' 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 MMMCMLXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11925:12: note: annotate 'MMMCMLXVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11925:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11928:12: warning: let 'MMMCMLXVIII' 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 MMMCMLXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11928:12: note: annotate 'MMMCMLXVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11928:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .V, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11931:12: warning: let 'MMMCMLXIX' 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 MMMCMLXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11931:12: note: annotate 'MMMCMLXIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .IX])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11931:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .IX])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11934:12: warning: let 'MMMCMLXX' 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 MMMCMLXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X])
^
/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:11934:12: note: annotate 'MMMCMLXX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11934:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11937:12: warning: let 'MMMCMLXXI' 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 MMMCMLXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .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:11937:12: note: annotate 'MMMCMLXXI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11937:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11940:12: warning: let 'MMMCMLXXII' 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 MMMCMLXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .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:11940:12: note: annotate 'MMMCMLXXII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11940:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11943:12: warning: let 'MMMCMLXXIII' 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 MMMCMLXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .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:11943:12: note: annotate 'MMMCMLXXIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11943:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11946:12: warning: let 'MMMCMLXXIV' 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 MMMCMLXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11946:12: note: annotate 'MMMCMLXXIV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .IV])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11946:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXIV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .IV])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11949:12: warning: let 'MMMCMLXXV' 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 MMMCMLXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11949:12: note: annotate 'MMMCMLXXV' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11949:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXV = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11952:12: warning: let 'MMMCMLXXVI' 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 MMMCMLXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11952:12: note: annotate 'MMMCMLXXVI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11952:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXVI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11955:12: warning: let 'MMMCMLXXVII' 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 MMMCMLXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11955:12: note: annotate 'MMMCMLXXVII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11955:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXVII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11958:12: warning: let 'MMMCMLXXVIII' 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 MMMCMLXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11958:12: note: annotate 'MMMCMLXXVIII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11958:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXVIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .V, .I, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11961:12: warning: let 'MMMCMLXXIX' 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 MMMCMLXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .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:11961:12: note: annotate 'MMMCMLXXIX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .IX])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11961:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXIX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .IX])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11964:12: warning: let 'MMMCMLXXX' 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 MMMCMLXXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X])
^
/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:11964:12: note: annotate 'MMMCMLXXX' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11964:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXX = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11967:12: warning: let 'MMMCMLXXXI' 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 MMMCMLXXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .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:11967:12: note: annotate 'MMMCMLXXXI' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11967:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXI = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11970:12: warning: let 'MMMCMLXXXII' 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 MMMCMLXXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .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:11970:12: note: annotate 'MMMCMLXXXII' with '@MainActor' if property should only be accessed from the main actor
public let MMMCMLXXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I, .I])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11970:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let MMMCMLXXXII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .I, .I])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumerals.swift:11973:12: warning: let 'MMMCMLXXXIII' 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 MMMCMLXXXIII = RomanNumeral(unsafeSymbols: [.M, .M, .M, .CM, .L, .X, .X, .X, .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: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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1730484117289953-swift-frontend-RomanNumeralKit-RomanNumeralTallyMark.swift-arm64_apple_ios10.0-o-Onone-2518448341.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 77.3567 seconds (81.7472 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.0873 ( 12.5%) 7.5697 ( 14.4%) 10.6570 ( 13.8%) 10.8926 ( 13.3%) perform-sema
3.0873 ( 12.5%) 7.5696 ( 14.4%) 10.6569 ( 13.8%) 10.8925 ( 13.3%) TypeCheckSourceFileRequest
3.0849 ( 12.5%) 7.5664 ( 14.4%) 10.6513 ( 13.8%) 10.8869 ( 13.3%) Type checking and Semantic analysis
3.0438 ( 12.3%) 7.3365 ( 13.9%) 10.3803 ( 13.4%) 10.5935 ( 13.0%) typecheck-decl
2.2740 ( 9.2%) 6.0285 ( 11.4%) 8.3025 ( 10.7%) 8.4692 ( 10.4%) PatternBindingEntryRequest
2.1883 ( 8.9%) 5.8023 ( 11.0%) 7.9906 ( 10.3%) 8.1507 ( 10.0%) typecheck-expr
2.2784 ( 9.2%) 3.5994 ( 6.8%) 5.8777 ( 7.6%) 5.8839 ( 7.2%) ExecuteSILPipelineRequest
0.7505 ( 3.0%) 3.8763 ( 7.4%) 4.6268 ( 6.0%) 4.6998 ( 5.7%) QualifiedLookupRequest
1.0689 ( 4.3%) 1.3302 ( 2.5%) 2.3991 ( 3.1%) 2.4034 ( 2.9%) LookupConformanceInModuleRequest
0.0455 ( 0.2%) 0.0922 ( 0.2%) 0.1377 ( 0.2%) 1.6157 ( 2.0%) parse-and-resolve-imports
0.0436 ( 0.2%) 0.0897 ( 0.2%) 0.1333 ( 0.2%) 1.6113 ( 2.0%) Import resolution
0.7323 ( 3.0%) 0.1326 ( 0.3%) 0.8649 ( 1.1%) 0.8658 ( 1.1%) ASTLoweringRequest
0.7217 ( 2.9%) 0.1200 ( 0.2%) 0.8417 ( 1.1%) 0.8426 ( 1.0%) SILgen-decl
0.6234 ( 2.5%) 0.0670 ( 0.1%) 0.6904 ( 0.9%) 0.6910 ( 0.8%) SILGen-function
0.1572 ( 0.6%) 0.3221 ( 0.6%) 0.4793 ( 0.6%) 0.4830 ( 0.6%) ActorIsolationRequest
0.2220 ( 0.9%) 0.0526 ( 0.1%) 0.2746 ( 0.4%) 0.2748 ( 0.3%) IRGenRequest
0.1513 ( 0.6%) 0.0859 ( 0.2%) 0.2373 ( 0.3%) 0.2399 ( 0.3%) DirectLookupRequest
0.1699 ( 0.7%) 0.0445 ( 0.1%) 0.2143 ( 0.3%) 0.2144 ( 0.3%) IRGen
0.0503 ( 0.2%) 0.1336 ( 0.3%) 0.1839 ( 0.2%) 0.1856 ( 0.2%) precheck-expr
0.1684 ( 0.7%) 0.0048 ( 0.0%) 0.1731 ( 0.2%) 0.1732 ( 0.2%) SIL optimization
0.1684 ( 0.7%) 0.0019 ( 0.0%) 0.1703 ( 0.2%) 0.1707 ( 0.2%) PatternBindingCheckedAndContextualizedInitRequest
0.0303 ( 0.1%) 0.1361 ( 0.3%) 0.1664 ( 0.2%) 0.1688 ( 0.2%) IsGetterMutatingRequest
0.1528 ( 0.6%) 0.0018 ( 0.0%) 0.1546 ( 0.2%) 0.1655 ( 0.2%) DefaultInitializerIsolation
0.0275 ( 0.1%) 0.1321 ( 0.3%) 0.1596 ( 0.2%) 0.1603 ( 0.2%) RequiresOpaqueAccessorsRequest
0.0323 ( 0.1%) 0.1079 ( 0.2%) 0.1402 ( 0.2%) 0.1445 ( 0.2%) UnqualifiedLookupRequest
0.0247 ( 0.1%) 0.0646 ( 0.1%) 0.0894 ( 0.1%) 0.0932 ( 0.1%) performUnqualifiedLookup
0.0134 ( 0.1%) 0.0478 ( 0.1%) 0.0612 ( 0.1%) 0.0761 ( 0.1%) ExpandPeerMacroRequest
0.0134 ( 0.1%) 0.0491 ( 0.1%) 0.0625 ( 0.1%) 0.0650 ( 0.1%) ResolveImplicitMemberRequest
0.0113 ( 0.0%) 0.0482 ( 0.1%) 0.0595 ( 0.1%) 0.0615 ( 0.1%) AttachedPropertyWrappersRequest
0.0129 ( 0.1%) 0.0458 ( 0.1%) 0.0587 ( 0.1%) 0.0591 ( 0.1%) StorageImplInfoRequest
0.0197 ( 0.1%) 0.0343 ( 0.1%) 0.0539 ( 0.1%) 0.0577 ( 0.1%) ResolveValueWitnessesRequest
0.0118 ( 0.0%) 0.0448 ( 0.1%) 0.0566 ( 0.1%) 0.0568 ( 0.1%) IsDynamicRequest
0.0013 ( 0.0%) 0.0085 ( 0.0%) 0.0099 ( 0.0%) 0.0419 ( 0.1%) load-stdlib
0.0141 ( 0.1%) 0.0176 ( 0.0%) 0.0317 ( 0.0%) 0.0355 ( 0.0%) LookupInModuleRequest
0.0127 ( 0.1%) 0.0117 ( 0.0%) 0.0245 ( 0.0%) 0.0273 ( 0.0%) ParseTopLevelDeclsRequest
0.0126 ( 0.1%) 0.0113 ( 0.0%) 0.0239 ( 0.0%) 0.0266 ( 0.0%) ParseSourceFileRequest
0.0094 ( 0.0%) 0.0133 ( 0.0%) 0.0228 ( 0.0%) 0.0227 ( 0.0%) InterfaceTypeRequest
0.0085 ( 0.0%) 0.0112 ( 0.0%) 0.0197 ( 0.0%) 0.0197 ( 0.0%) ValueWitnessRequest
0.0088 ( 0.0%) 0.0077 ( 0.0%) 0.0165 ( 0.0%) 0.0165 ( 0.0%) build-rewrite-system
0.0068 ( 0.0%) 0.0080 ( 0.0%) 0.0148 ( 0.0%) 0.0149 ( 0.0%) GenericSignatureRequest
0.0056 ( 0.0%) 0.0077 ( 0.0%) 0.0132 ( 0.0%) 0.0133 ( 0.0%) TypeWitnessRequest
0.0053 ( 0.0%) 0.0073 ( 0.0%) 0.0125 ( 0.0%) 0.0126 ( 0.0%) ResolveTypeWitnessesRequest
0.0058 ( 0.0%) 0.0065 ( 0.0%) 0.0123 ( 0.0%) 0.0124 ( 0.0%) CollectOverriddenDeclsRequest
0.0099 ( 0.0%) 0.0010 ( 0.0%) 0.0110 ( 0.0%) 0.0110 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0066 ( 0.0%) 0.0030 ( 0.0%) 0.0097 ( 0.0%) 0.0096 ( 0.0%) ResolveTypeRequest
0.0047 ( 0.0%) 0.0021 ( 0.0%) 0.0068 ( 0.0%) 0.0069 ( 0.0%) ExpandMemberAttributeMacros
0.0056 ( 0.0%) 0.0012 ( 0.0%) 0.0068 ( 0.0%) 0.0068 ( 0.0%) CheckRedeclarationRequest
0.0019 ( 0.0%) 0.0009 ( 0.0%) 0.0029 ( 0.0%) 0.0064 ( 0.0%) IsSetterMutatingRequest
0.0054 ( 0.0%) 0.0007 ( 0.0%) 0.0061 ( 0.0%) 0.0060 ( 0.0%) USRGenerationRequest
0.0037 ( 0.0%) 0.0018 ( 0.0%) 0.0055 ( 0.0%) 0.0056 ( 0.0%) GlobalActorAttributeRequest
0.0025 ( 0.0%) 0.0022 ( 0.0%) 0.0047 ( 0.0%) 0.0047 ( 0.0%) ModuleQualifiedLookupRequest
0.0037 ( 0.0%) 0.0007 ( 0.0%) 0.0044 ( 0.0%) 0.0044 ( 0.0%) SemanticDeclAttrsRequest
0.0016 ( 0.0%) 0.0023 ( 0.0%) 0.0039 ( 0.0%) 0.0039 ( 0.0%) ExtendedNominalRequest
0.0026 ( 0.0%) 0.0009 ( 0.0%) 0.0036 ( 0.0%) 0.0036 ( 0.0%) ExpandAccessorMacros
0.0021 ( 0.0%) 0.0010 ( 0.0%) 0.0031 ( 0.0%) 0.0035 ( 0.0%) ResolvePatternRequest
0.0023 ( 0.0%) 0.0010 ( 0.0%) 0.0033 ( 0.0%) 0.0032 ( 0.0%) FragileFunctionKindRequest
0.0015 ( 0.0%) 0.0018 ( 0.0%) 0.0032 ( 0.0%) 0.0032 ( 0.0%) InheritedDeclsReferencedRequest
0.0021 ( 0.0%) 0.0010 ( 0.0%) 0.0030 ( 0.0%) 0.0031 ( 0.0%) HasStorageRequest
0.0022 ( 0.0%) 0.0009 ( 0.0%) 0.0031 ( 0.0%) 0.0031 ( 0.0%) PropertyWrapperMutabilityRequest
0.0015 ( 0.0%) 0.0013 ( 0.0%) 0.0028 ( 0.0%) 0.0030 ( 0.0%) TypeCheckFunctionBodyRequest
0.0015 ( 0.0%) 0.0010 ( 0.0%) 0.0025 ( 0.0%) 0.0029 ( 0.0%) DynamicallyReplacedDeclRequest
0.0019 ( 0.0%) 0.0011 ( 0.0%) 0.0030 ( 0.0%) 0.0029 ( 0.0%) SPIGroupsRequest
0.0017 ( 0.0%) 0.0010 ( 0.0%) 0.0028 ( 0.0%) 0.0029 ( 0.0%) OverriddenDeclsRequest
0.0018 ( 0.0%) 0.0011 ( 0.0%) 0.0029 ( 0.0%) 0.0028 ( 0.0%) PatternTypeRequest
0.0018 ( 0.0%) 0.0009 ( 0.0%) 0.0028 ( 0.0%) 0.0028 ( 0.0%) IsObjCRequest
0.0020 ( 0.0%) 0.0008 ( 0.0%) 0.0028 ( 0.0%) 0.0028 ( 0.0%) RawCommentRequest
0.0017 ( 0.0%) 0.0009 ( 0.0%) 0.0026 ( 0.0%) 0.0027 ( 0.0%) ApplyAccessNoteRequest
0.0017 ( 0.0%) 0.0009 ( 0.0%) 0.0026 ( 0.0%) 0.0026 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0018 ( 0.0%) 0.0009 ( 0.0%) 0.0026 ( 0.0%) 0.0026 ( 0.0%) RequirementSignatureRequest
0.0017 ( 0.0%) 0.0009 ( 0.0%) 0.0026 ( 0.0%) 0.0025 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0015 ( 0.0%) 0.0010 ( 0.0%) 0.0024 ( 0.0%) 0.0025 ( 0.0%) AccessLevelRequest
0.0008 ( 0.0%) 0.0015 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) PotentialMacroExpansionsInContextRequest
0.0013 ( 0.0%) 0.0010 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) HasIsolatedSelfRequest
0.0014 ( 0.0%) 0.0009 ( 0.0%) 0.0023 ( 0.0%) 0.0022 ( 0.0%) IsFinalRequest
0.0013 ( 0.0%) 0.0008 ( 0.0%) 0.0021 ( 0.0%) 0.0022 ( 0.0%) GenericParamListRequest
0.0012 ( 0.0%) 0.0007 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) SemanticUnavailableAttrRequest
0.0010 ( 0.0%) 0.0008 ( 0.0%) 0.0018 ( 0.0%) 0.0019 ( 0.0%) typecheck-stmt
0.0009 ( 0.0%) 0.0009 ( 0.0%) 0.0017 ( 0.0%) 0.0017 ( 0.0%) import-clang-decl
0.0009 ( 0.0%) 0.0007 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) ProvideDefaultImplForRequest
0.0012 ( 0.0%) 0.0003 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0008 ( 0.0%) 0.0006 ( 0.0%) 0.0014 ( 0.0%) 0.0015 ( 0.0%) StoredPropertiesRequest
0.0006 ( 0.0%) 0.0006 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) HasMemberwiseInitRequest
0.0005 ( 0.0%) 0.0007 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) ProtocolDependenciesRequest
0.0010 ( 0.0%) 0.0001 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) ParseMembersRequest
0.0006 ( 0.0%) 0.0005 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0007 ( 0.0%) 0.0004 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) AbstractGenericSignatureRequest
0.0006 ( 0.0%) 0.0003 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) module-populate-cache
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) OpaqueReadOwnershipRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) InheritedProtocolsRequest
0.0008 ( 0.0%) 0.0000 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) PublicSymbolsRequest
0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) StructuralRequirementsRequest
0.0007 ( 0.0%) 0.0000 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) LocalTypeDeclsRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) InheritedTypeRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) SuperclassDeclRequest
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) InferredGenericSignatureRequest
0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) source-file-populate-cache
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ABIMembersRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) DefaultTypeRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ProtocolRequirementsRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ExtendedTypeRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) LifetimeDependenceInfoRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) TypeAliasRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) PreCheckFunctionBodyRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RequirementRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasInitAccessorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) EnumRawTypeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandExtensionMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ResultBuilderTypeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ConditionalRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) NamingPatternRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllInheritedProtocolsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AssociatedConformanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDistributedActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectOperatorLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsNonUserModuleRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AllMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LookupAllConformancesInContextRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ReferencedAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ConformanceAccessScopeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitAccessorPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasDefaultInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) StoredPropertiesAndMissingMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExistentialConformsToSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) BodyInitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SimpleDidSetRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeDeclsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) MemberwiseInitPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
24.6584 (100.0%) 52.6983 (100.0%) 77.3567 (100.0%) 81.7472 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 19.1152 seconds (20.8973 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
7.4651 (100.0%) 11.6501 (100.0%) 19.1152 (100.0%) 20.8973 (100.0%) Building Target
7.4651 (100.0%) 11.6501 (100.0%) 19.1152 (100.0%) 20.8973 (100.0%) Total
SwiftCompile normal arm64 Compiling\ RomanNumeralSymbolConvertible.swift,\ RomanNumeralError.swift,\ AdditiveRomanNumeralSymbolConvertible.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 (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift -primary-file /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-6 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -debug-info-format\=dwarf -dwarf-version\=4 -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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -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 /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RomanNumeralSymbolConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1730484127319955-swift-frontend-RomanNumeralKit-RomanNumeralSymbolConvertible.swift-arm64_apple_ios10.0-o-Onone-3020144312.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8538 seconds (2.8572 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1648 ( 19.5%) 0.6650 ( 33.1%) 0.8298 ( 29.1%) 0.8302 ( 29.1%) SemanticDeclAttrsRequest
0.0859 ( 10.2%) 0.3241 ( 16.1%) 0.4100 ( 14.4%) 0.4103 ( 14.4%) ActorIsolationRequest
0.1111 ( 13.1%) 0.1832 ( 9.1%) 0.2943 ( 10.3%) 0.2943 ( 10.3%) USRGenerationRequest
0.0412 ( 4.9%) 0.1236 ( 6.2%) 0.1648 ( 5.8%) 0.1648 ( 5.8%) InterfaceTypeRequest
0.0331 ( 3.9%) 0.0777 ( 3.9%) 0.1108 ( 3.9%) 0.1109 ( 3.9%) CollectOverriddenDeclsRequest
0.0446 ( 5.3%) 0.0419 ( 2.1%) 0.0865 ( 3.0%) 0.0865 ( 3.0%) build-rewrite-system
0.0251 ( 3.0%) 0.0365 ( 1.8%) 0.0616 ( 2.2%) 0.0616 ( 2.2%) parse-and-resolve-imports
0.0238 ( 2.8%) 0.0338 ( 1.7%) 0.0577 ( 2.0%) 0.0577 ( 2.0%) Import resolution
0.0155 ( 1.8%) 0.0337 ( 1.7%) 0.0492 ( 1.7%) 0.0492 ( 1.7%) perform-sema
0.0155 ( 1.8%) 0.0336 ( 1.7%) 0.0491 ( 1.7%) 0.0491 ( 1.7%) TypeCheckSourceFileRequest
0.0199 ( 2.3%) 0.0284 ( 1.4%) 0.0483 ( 1.7%) 0.0484 ( 1.7%) ProvideDefaultImplForRequest
0.0151 ( 1.8%) 0.0332 ( 1.7%) 0.0483 ( 1.7%) 0.0483 ( 1.7%) Type checking and Semantic analysis
0.0117 ( 1.4%) 0.0356 ( 1.8%) 0.0473 ( 1.7%) 0.0474 ( 1.7%) IsDynamicRequest
0.0143 ( 1.7%) 0.0313 ( 1.6%) 0.0456 ( 1.6%) 0.0456 ( 1.6%) typecheck-decl
0.0094 ( 1.1%) 0.0304 ( 1.5%) 0.0398 ( 1.4%) 0.0398 ( 1.4%) AttachedPropertyWrappersRequest
0.0108 ( 1.3%) 0.0227 ( 1.1%) 0.0335 ( 1.2%) 0.0335 ( 1.2%) ResolveValueWitnessesRequest
0.0102 ( 1.2%) 0.0201 ( 1.0%) 0.0304 ( 1.1%) 0.0323 ( 1.1%) ExpandPeerMacroRequest
0.0133 ( 1.6%) 0.0156 ( 0.8%) 0.0289 ( 1.0%) 0.0289 ( 1.0%) LookupAllConformancesInContextRequest
0.0117 ( 1.4%) 0.0170 ( 0.8%) 0.0288 ( 1.0%) 0.0288 ( 1.0%) ModuleQualifiedLookupRequest
0.0075 ( 0.9%) 0.0212 ( 1.1%) 0.0287 ( 1.0%) 0.0287 ( 1.0%) QualifiedLookupRequest
0.0136 ( 1.6%) 0.0141 ( 0.7%) 0.0277 ( 1.0%) 0.0278 ( 1.0%) LookupInModuleRequest
0.0102 ( 1.2%) 0.0131 ( 0.7%) 0.0233 ( 0.8%) 0.0232 ( 0.8%) LookupConformanceInModuleRequest
0.0083 ( 1.0%) 0.0118 ( 0.6%) 0.0201 ( 0.7%) 0.0201 ( 0.7%) ExecuteSILPipelineRequest
0.0082 ( 1.0%) 0.0118 ( 0.6%) 0.0201 ( 0.7%) 0.0201 ( 0.7%) import-clang-decl
0.0047 ( 0.6%) 0.0154 ( 0.8%) 0.0201 ( 0.7%) 0.0201 ( 0.7%) HasInitAccessorRequest
0.0078 ( 0.9%) 0.0119 ( 0.6%) 0.0197 ( 0.7%) 0.0197 ( 0.7%) DirectLookupRequest
0.0064 ( 0.8%) 0.0096 ( 0.5%) 0.0160 ( 0.6%) 0.0160 ( 0.6%) IRGenRequest
0.0068 ( 0.8%) 0.0071 ( 0.4%) 0.0139 ( 0.5%) 0.0140 ( 0.5%) HasIsolatedSelfRequest
0.0048 ( 0.6%) 0.0080 ( 0.4%) 0.0128 ( 0.4%) 0.0128 ( 0.4%) ASTLoweringRequest
0.0047 ( 0.6%) 0.0079 ( 0.4%) 0.0126 ( 0.4%) 0.0126 ( 0.4%) SILgen-decl
0.0076 ( 0.9%) 0.0043 ( 0.2%) 0.0118 ( 0.4%) 0.0118 ( 0.4%) ParseTopLevelDeclsRequest
0.0051 ( 0.6%) 0.0065 ( 0.3%) 0.0116 ( 0.4%) 0.0116 ( 0.4%) UnqualifiedLookupRequest
0.0075 ( 0.9%) 0.0040 ( 0.2%) 0.0115 ( 0.4%) 0.0116 ( 0.4%) ParseSourceFileRequest
0.0066 ( 0.8%) 0.0040 ( 0.2%) 0.0106 ( 0.4%) 0.0106 ( 0.4%) ExpandMemberAttributeMacros
0.0049 ( 0.6%) 0.0056 ( 0.3%) 0.0105 ( 0.4%) 0.0105 ( 0.4%) performUnqualifiedLookup
0.0039 ( 0.5%) 0.0045 ( 0.2%) 0.0083 ( 0.3%) 0.0083 ( 0.3%) IRGen
0.0059 ( 0.7%) 0.0024 ( 0.1%) 0.0083 ( 0.3%) 0.0083 ( 0.3%) AbstractGenericSignatureRequest
0.0043 ( 0.5%) 0.0030 ( 0.2%) 0.0073 ( 0.3%) 0.0072 ( 0.3%) GlobalActorAttributeRequest
0.0015 ( 0.2%) 0.0054 ( 0.3%) 0.0069 ( 0.2%) 0.0069 ( 0.2%) PotentialMacroExpansionsInContextRequest
0.0039 ( 0.5%) 0.0028 ( 0.1%) 0.0067 ( 0.2%) 0.0067 ( 0.2%) IsFinalRequest
0.0024 ( 0.3%) 0.0037 ( 0.2%) 0.0061 ( 0.2%) 0.0061 ( 0.2%) SILGen-function
0.0031 ( 0.4%) 0.0023 ( 0.1%) 0.0054 ( 0.2%) 0.0055 ( 0.2%) DynamicallyReplacedDeclRequest
0.0011 ( 0.1%) 0.0037 ( 0.2%) 0.0048 ( 0.2%) 0.0048 ( 0.2%) load-stdlib
0.0017 ( 0.2%) 0.0029 ( 0.1%) 0.0046 ( 0.2%) 0.0046 ( 0.2%) TypeCheckFunctionBodyRequest
0.0012 ( 0.1%) 0.0029 ( 0.1%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) StoredPropertiesRequest
0.0012 ( 0.1%) 0.0021 ( 0.1%) 0.0034 ( 0.1%) 0.0034 ( 0.1%) typecheck-stmt
0.0018 ( 0.2%) 0.0013 ( 0.1%) 0.0031 ( 0.1%) 0.0032 ( 0.1%) OverriddenDeclsRequest
0.0011 ( 0.1%) 0.0020 ( 0.1%) 0.0032 ( 0.1%) 0.0032 ( 0.1%) ExtendedNominalRequest
0.0012 ( 0.1%) 0.0018 ( 0.1%) 0.0030 ( 0.1%) 0.0031 ( 0.1%) InheritedDeclsReferencedRequest
0.0011 ( 0.1%) 0.0019 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) RequirementSignatureRequest
0.0024 ( 0.3%) 0.0001 ( 0.0%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) SIL optimization
0.0014 ( 0.2%) 0.0010 ( 0.1%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) LifetimeDependenceInfoRequest
0.0007 ( 0.1%) 0.0016 ( 0.1%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) ProtocolDependenciesRequest
0.0013 ( 0.2%) 0.0010 ( 0.1%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) AccessLevelRequest
0.0010 ( 0.1%) 0.0011 ( 0.1%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) load-all-members
0.0011 ( 0.1%) 0.0008 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) HasStorageRequest
0.0006 ( 0.1%) 0.0012 ( 0.1%) 0.0018 ( 0.1%) 0.0018 ( 0.1%) ResolveTypeRequest
0.0005 ( 0.1%) 0.0011 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) PatternBindingEntryRequest
0.0004 ( 0.0%) 0.0011 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.1%) StructuralRequirementsRequest
0.0005 ( 0.1%) 0.0010 ( 0.0%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) PatternTypeRequest
0.0004 ( 0.0%) 0.0009 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) GenericSignatureRequest
0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) ABIMembersRequest
0.0005 ( 0.1%) 0.0006 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) IsActorRequest
0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) OpaqueReadOwnershipRequest
0.0006 ( 0.1%) 0.0005 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) SimpleDidSetRequest
0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) ProtocolRequirementsRequest
0.0004 ( 0.1%) 0.0005 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-expr
0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) SPIGroupsRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) GenericParamListRequest
0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ExpandExtensionMacros
0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) InheritedProtocolsRequest
0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) StorageImplInfoRequest
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) module-populate-cache
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) IsSetterMutatingRequest
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) IsGetterMutatingRequest
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ParseMembersRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) InheritedTypeRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) AllInheritedProtocolsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsDistributedActorRequest
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResolveTypeWitnessesRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CompareDeclSpecializationRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ConditionalRequirementsRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) TypeAliasRequirementsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-expr
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) DefaultTypeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) NamingPatternRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) IsObjCRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) PreCheckFunctionBodyRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ResultBuilderTypeRequest
0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ProtocolRequiresClassRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckRedeclarationRequest
0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ResolveImplicitMemberRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) SuperclassDeclRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) EnumRawTypeRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SemanticUnavailableAttrRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularRawValueRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsNonUserModuleRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AssociatedConformanceRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExtendedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) DirectOperatorLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ApplyAccessNoteRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolvePatternRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PublicSymbolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExistentialConformsToSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ConformanceAccessScopeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandAccessorMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawValuesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeDeclsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SetterAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8459 (100.0%) 2.0079 (100.0%) 2.8538 (100.0%) 2.8572 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1299 seconds (2.1324 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5889 (100.0%) 1.5409 (100.0%) 2.1299 (100.0%) 2.1324 (100.0%) Building Target
0.5889 (100.0%) 1.5409 (100.0%) 2.1299 (100.0%) 2.1324 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift -primary-file /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-6 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -debug-info-format\=dwarf -dwarf-version\=4 -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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -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 /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RomanNumeralSymbolConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.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/RomanNumeralError.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift -primary-file /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-6 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -debug-info-format\=dwarf -dwarf-version\=4 -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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -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 /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RomanNumeralSymbolConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.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/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift -primary-file /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-6 -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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 -debug-info-format\=dwarf -dwarf-version\=4 -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-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -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 /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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/RomanNumeralSymbolConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolConvertible.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralError.o -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/AdditiveRomanNumeralSymbolConvertible.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolsConvertible.swift, AdditiveRomanNumeralConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolProtocol.swift, SubtractiveRomanNumeralSymbolsConvertible.swift, Sequence+Sorting.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 AdditiveRomanNumeral.swift, RomanNumeralProtocol.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 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 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 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 -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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 -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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.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/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
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.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
ScanDependencies /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
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o.scan -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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
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
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -disable-free -emit-obj -x c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/RomanNumeralKit_vers.c -target-abi darwinpcs -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon -target-feature +zcm -target-feature +zcz -triple arm64-apple-ios10.0.0 -target-linker-version 1115.7.3 -target-sdk-version\=18.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/local/include -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/all-product-headers.yaml -std\=gnu11 -fmodules -fmodule-name\=RomanNumeralKit -fno-implicit-modules -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace -fcoverage-mapping -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name RomanNumeralKit_vers.c -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.d -skip-unused-modulemap-deps
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralTallyMark.swift, RomanNumerals.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
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 -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -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 -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -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-e5206b779544a562c6f89adcb314dc93-VFS-iphoneos/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
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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios10.0 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.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/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
ExtractAppIntentsMetadata (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework --toolchain-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name RomanNumeralKit --sdk-root /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk --xcode-version 16B40 --platform-family iOS --deployment-target 10.0 --bundle-identifier es.kylehugh.RomanNumeralKit --target-triple arm64-apple-ios10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/RomanNumeralKit.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
AppIntentsSSUTraining (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-iphoneos/RomanNumeralKit.build/ssu --bundle-id es.kylehugh.RomanNumeralKit --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/Metadata.appintents --archive-ssu-assets
2024-11-01 14:02:19.508 appintentsnltrainingprocessor[722:4144] Parsing options for appintentsnltrainingprocessor
2024-11-01 14:02:19.509 appintentsnltrainingprocessor[722:4144] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit.tbd (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/RomanNumeralKit.framework/RomanNumeralKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/RomanNumeralKit.framework
/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 18.1.99. (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RomanNumeralKit",
"name" : "RomanNumeralKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "RomanNumeralKit",
"targets" : [
"RomanNumeralKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RomanNumeralKitTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKitTests",
"path" : "Tests/RomanNumeralKitTests",
"sources" : [
"Extensions/Foundation/CalendarTests+RomanNumeral.swift",
"Extensions/Foundation/DateComponentsTests+RomanNumeral.swift",
"Extensions/Foundation/IntTests+RomanNumeral.swift",
"Extensions/Foundation/StringTests+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralTests.swift",
"Numeric System/RomanNumeralArithmeticErrorTests.swift",
"Numeric System/RomanNumeralErrorTests.swift",
"Numeric System/RomanNumeralSymbolErrorTests.swift",
"Numeric System/RomanNumeralSymbolTests.swift",
"Numeric System/RomanNumeralTallyMarkGroupTests.swift",
"Numeric System/Subtractive Notation/RomanNumeralTests.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolTests.swift"
],
"target_dependencies" : [
"RomanNumeralKit"
],
"type" : "test"
},
{
"c99name" : "RomanNumeralKit",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKit",
"path" : "Sources/RomanNumeralKit",
"product_memberships" : [
"RomanNumeralKit"
],
"sources" : [
"Extensions/Foundation/Calendar+RomanNumeral.swift",
"Extensions/Foundation/DateComponents+RomanNumeral.swift",
"Extensions/Foundation/Int+RomanNumeral.swift",
"Extensions/Foundation/Sequence+Sorting.swift",
"Extensions/Foundation/String+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolCondenser.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralArithmeticError.swift",
"Numeric System/RomanNumeralError.swift",
"Numeric System/RomanNumeralProtocol.swift",
"Numeric System/RomanNumeralSymbol.swift",
"Numeric System/RomanNumeralSymbolConvertible.swift",
"Numeric System/RomanNumeralSymbolError.swift",
"Numeric System/RomanNumeralSymbolProtocol.swift",
"Numeric System/RomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralTallyMark.swift",
"Numeric System/RomanNumeralTallyMarkGroup.swift",
"Numeric System/RomanNumerals.swift",
"Numeric System/Subtractive Notation/RomanNumeral.swift",
"Numeric System/Subtractive Notation/RomanNumeralConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolsConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.