Build Information
Successful build of RomanNumeralKit, reference mainline (8a5bd8
), with Swift 6.0 for tvOS using Xcode 16.0 on 1 Nov 2024 18:02:33 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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
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-1730484126077657-swift-frontend-RomanNumeralKit-RomanNumeralTallyMark.swift-arm64_apple_tvos10.0-o-Onone-2212757357.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 83.1863 seconds (87.3623 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.5207 ( 12.1%) 9.1761 ( 14.7%) 11.6968 ( 14.1%) 11.8365 ( 13.5%) perform-sema
2.5207 ( 12.1%) 9.1760 ( 14.7%) 11.6967 ( 14.1%) 11.8364 ( 13.5%) TypeCheckSourceFileRequest
2.5196 ( 12.1%) 9.1737 ( 14.7%) 11.6933 ( 14.1%) 11.8330 ( 13.5%) Type checking and Semantic analysis
2.4904 ( 12.0%) 8.8945 ( 14.3%) 11.3848 ( 13.7%) 11.5205 ( 13.2%) typecheck-decl
1.8622 ( 8.9%) 7.2845 ( 11.7%) 9.1467 ( 11.0%) 9.2600 ( 10.6%) PatternBindingEntryRequest
1.7919 ( 8.6%) 7.0081 ( 11.2%) 8.8000 ( 10.6%) 8.9106 ( 10.2%) typecheck-expr
2.2430 ( 10.8%) 3.3947 ( 5.4%) 5.6376 ( 6.8%) 5.6394 ( 6.5%) ExecuteSILPipelineRequest
0.5708 ( 2.7%) 4.6984 ( 7.5%) 5.2692 ( 6.3%) 5.3230 ( 6.1%) QualifiedLookupRequest
1.0351 ( 5.0%) 1.2797 ( 2.1%) 2.3148 ( 2.8%) 2.3161 ( 2.7%) LookupConformanceInModuleRequest
0.0303 ( 0.1%) 0.0440 ( 0.1%) 0.0743 ( 0.1%) 1.6901 ( 1.9%) parse-and-resolve-imports
0.0284 ( 0.1%) 0.0403 ( 0.1%) 0.0687 ( 0.1%) 1.6844 ( 1.9%) Import resolution
0.6423 ( 3.1%) 0.1522 ( 0.2%) 0.7945 ( 1.0%) 0.7948 ( 0.9%) ASTLoweringRequest
0.6316 ( 3.0%) 0.1382 ( 0.2%) 0.7698 ( 0.9%) 0.7700 ( 0.9%) SILgen-decl
0.5440 ( 2.6%) 0.0818 ( 0.1%) 0.6258 ( 0.8%) 0.6259 ( 0.7%) SILGen-function
0.1224 ( 0.6%) 0.3933 ( 0.6%) 0.5157 ( 0.6%) 0.5209 ( 0.6%) ActorIsolationRequest
0.2040 ( 1.0%) 0.0417 ( 0.1%) 0.2457 ( 0.3%) 0.2459 ( 0.3%) IRGenRequest
0.0384 ( 0.2%) 0.1664 ( 0.3%) 0.2048 ( 0.2%) 0.2087 ( 0.2%) precheck-expr
0.1296 ( 0.6%) 0.0727 ( 0.1%) 0.2023 ( 0.2%) 0.2056 ( 0.2%) DirectLookupRequest
0.0230 ( 0.1%) 0.1659 ( 0.3%) 0.1889 ( 0.2%) 0.1927 ( 0.2%) IsGetterMutatingRequest
0.1536 ( 0.7%) 0.0361 ( 0.1%) 0.1898 ( 0.2%) 0.1899 ( 0.2%) IRGen
0.0184 ( 0.1%) 0.1668 ( 0.3%) 0.1852 ( 0.2%) 0.1881 ( 0.2%) RequiresOpaqueAccessorsRequest
0.1721 ( 0.8%) 0.0043 ( 0.0%) 0.1764 ( 0.2%) 0.1765 ( 0.2%) SIL optimization
0.0238 ( 0.1%) 0.1241 ( 0.2%) 0.1480 ( 0.2%) 0.1508 ( 0.2%) UnqualifiedLookupRequest
0.1471 ( 0.7%) 0.0017 ( 0.0%) 0.1489 ( 0.2%) 0.1502 ( 0.2%) PatternBindingCheckedAndContextualizedInitRequest
0.1352 ( 0.6%) 0.0014 ( 0.0%) 0.1366 ( 0.2%) 0.1372 ( 0.2%) DefaultInitializerIsolation
0.0101 ( 0.0%) 0.0598 ( 0.1%) 0.0699 ( 0.1%) 0.0902 ( 0.1%) ResolveImplicitMemberRequest
0.0183 ( 0.1%) 0.0673 ( 0.1%) 0.0857 ( 0.1%) 0.0884 ( 0.1%) performUnqualifiedLookup
0.0085 ( 0.0%) 0.0646 ( 0.1%) 0.0731 ( 0.1%) 0.0739 ( 0.1%) AttachedPropertyWrappersRequest
0.0099 ( 0.0%) 0.0559 ( 0.1%) 0.0658 ( 0.1%) 0.0689 ( 0.1%) StorageImplInfoRequest
0.0101 ( 0.0%) 0.0580 ( 0.1%) 0.0681 ( 0.1%) 0.0684 ( 0.1%) ExpandPeerMacroRequest
0.0067 ( 0.0%) 0.0551 ( 0.1%) 0.0618 ( 0.1%) 0.0637 ( 0.1%) IsDynamicRequest
0.0020 ( 0.0%) 0.0116 ( 0.0%) 0.0135 ( 0.0%) 0.0629 ( 0.1%) load-stdlib
0.0116 ( 0.1%) 0.0432 ( 0.1%) 0.0548 ( 0.1%) 0.0552 ( 0.1%) ResolveValueWitnessesRequest
0.0068 ( 0.0%) 0.0324 ( 0.1%) 0.0392 ( 0.0%) 0.0394 ( 0.0%) InterfaceTypeRequest
0.0061 ( 0.0%) 0.0292 ( 0.0%) 0.0353 ( 0.0%) 0.0359 ( 0.0%) ValueWitnessRequest
0.0042 ( 0.0%) 0.0217 ( 0.0%) 0.0259 ( 0.0%) 0.0264 ( 0.0%) TypeWitnessRequest
0.0041 ( 0.0%) 0.0198 ( 0.0%) 0.0238 ( 0.0%) 0.0243 ( 0.0%) ResolveTypeWitnessesRequest
0.0107 ( 0.1%) 0.0087 ( 0.0%) 0.0195 ( 0.0%) 0.0196 ( 0.0%) ParseTopLevelDeclsRequest
0.0107 ( 0.1%) 0.0082 ( 0.0%) 0.0189 ( 0.0%) 0.0190 ( 0.0%) ParseSourceFileRequest
0.0103 ( 0.0%) 0.0078 ( 0.0%) 0.0181 ( 0.0%) 0.0184 ( 0.0%) LookupInModuleRequest
0.0059 ( 0.0%) 0.0101 ( 0.0%) 0.0160 ( 0.0%) 0.0164 ( 0.0%) build-rewrite-system
0.0063 ( 0.0%) 0.0093 ( 0.0%) 0.0156 ( 0.0%) 0.0156 ( 0.0%) GenericSignatureRequest
0.0058 ( 0.0%) 0.0065 ( 0.0%) 0.0123 ( 0.0%) 0.0125 ( 0.0%) CollectOverriddenDeclsRequest
0.0053 ( 0.0%) 0.0061 ( 0.0%) 0.0114 ( 0.0%) 0.0115 ( 0.0%) ResolveTypeRequest
0.0086 ( 0.0%) 0.0010 ( 0.0%) 0.0096 ( 0.0%) 0.0097 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0055 ( 0.0%) 0.0007 ( 0.0%) 0.0062 ( 0.0%) 0.0062 ( 0.0%) USRGenerationRequest
0.0006 ( 0.0%) 0.0054 ( 0.0%) 0.0060 ( 0.0%) 0.0061 ( 0.0%) PotentialMacroExpansionsInContextRequest
0.0048 ( 0.0%) 0.0009 ( 0.0%) 0.0056 ( 0.0%) 0.0059 ( 0.0%) CheckRedeclarationRequest
0.0012 ( 0.0%) 0.0043 ( 0.0%) 0.0055 ( 0.0%) 0.0055 ( 0.0%) InheritedDeclsReferencedRequest
0.0038 ( 0.0%) 0.0016 ( 0.0%) 0.0054 ( 0.0%) 0.0054 ( 0.0%) ExpandMemberAttributeMacros
0.0016 ( 0.0%) 0.0031 ( 0.0%) 0.0047 ( 0.0%) 0.0048 ( 0.0%) ExtendedNominalRequest
0.0040 ( 0.0%) 0.0007 ( 0.0%) 0.0048 ( 0.0%) 0.0047 ( 0.0%) SemanticDeclAttrsRequest
0.0015 ( 0.0%) 0.0025 ( 0.0%) 0.0040 ( 0.0%) 0.0041 ( 0.0%) ModuleQualifiedLookupRequest
0.0026 ( 0.0%) 0.0015 ( 0.0%) 0.0040 ( 0.0%) 0.0039 ( 0.0%) GlobalActorAttributeRequest
0.0019 ( 0.0%) 0.0010 ( 0.0%) 0.0029 ( 0.0%) 0.0038 ( 0.0%) ResolvePatternRequest
0.0004 ( 0.0%) 0.0029 ( 0.0%) 0.0033 ( 0.0%) 0.0033 ( 0.0%) ProtocolDependenciesRequest
0.0009 ( 0.0%) 0.0022 ( 0.0%) 0.0031 ( 0.0%) 0.0031 ( 0.0%) TypeCheckFunctionBodyRequest
0.0015 ( 0.0%) 0.0012 ( 0.0%) 0.0027 ( 0.0%) 0.0031 ( 0.0%) RequirementSignatureRequest
0.0021 ( 0.0%) 0.0007 ( 0.0%) 0.0028 ( 0.0%) 0.0028 ( 0.0%) ExpandAccessorMacros
0.0020 ( 0.0%) 0.0007 ( 0.0%) 0.0027 ( 0.0%) 0.0028 ( 0.0%) RawCommentRequest
0.0003 ( 0.0%) 0.0024 ( 0.0%) 0.0026 ( 0.0%) 0.0026 ( 0.0%) StructuralRequirementsRequest
0.0017 ( 0.0%) 0.0008 ( 0.0%) 0.0025 ( 0.0%) 0.0026 ( 0.0%) FragileFunctionKindRequest
0.0014 ( 0.0%) 0.0011 ( 0.0%) 0.0025 ( 0.0%) 0.0025 ( 0.0%) PatternTypeRequest
0.0019 ( 0.0%) 0.0007 ( 0.0%) 0.0026 ( 0.0%) 0.0025 ( 0.0%) PropertyWrapperMutabilityRequest
0.0016 ( 0.0%) 0.0008 ( 0.0%) 0.0024 ( 0.0%) 0.0024 ( 0.0%) IsObjCRequest
0.0017 ( 0.0%) 0.0007 ( 0.0%) 0.0024 ( 0.0%) 0.0024 ( 0.0%) HasStorageRequest
0.0014 ( 0.0%) 0.0009 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) SPIGroupsRequest
0.0015 ( 0.0%) 0.0007 ( 0.0%) 0.0022 ( 0.0%) 0.0023 ( 0.0%) IsSetterMutatingRequest
0.0015 ( 0.0%) 0.0008 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) ApplyAccessNoteRequest
0.0014 ( 0.0%) 0.0008 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) OverriddenDeclsRequest
0.0007 ( 0.0%) 0.0014 ( 0.0%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) typecheck-stmt
0.0014 ( 0.0%) 0.0007 ( 0.0%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0010 ( 0.0%) 0.0010 ( 0.0%) 0.0020 ( 0.0%) 0.0021 ( 0.0%) HasIsolatedSelfRequest
0.0013 ( 0.0%) 0.0007 ( 0.0%) 0.0020 ( 0.0%) 0.0021 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0012 ( 0.0%) 0.0008 ( 0.0%) 0.0020 ( 0.0%) 0.0020 ( 0.0%) GenericParamListRequest
0.0012 ( 0.0%) 0.0007 ( 0.0%) 0.0019 ( 0.0%) 0.0020 ( 0.0%) DynamicallyReplacedDeclRequest
0.0011 ( 0.0%) 0.0008 ( 0.0%) 0.0019 ( 0.0%) 0.0020 ( 0.0%) AccessLevelRequest
0.0008 ( 0.0%) 0.0011 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) StoredPropertiesRequest
0.0012 ( 0.0%) 0.0007 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) SemanticUnavailableAttrRequest
0.0011 ( 0.0%) 0.0007 ( 0.0%) 0.0017 ( 0.0%) 0.0018 ( 0.0%) IsFinalRequest
0.0002 ( 0.0%) 0.0015 ( 0.0%) 0.0017 ( 0.0%) 0.0017 ( 0.0%) SuperclassDeclRequest
0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0016 ( 0.0%) 0.0017 ( 0.0%) HasMemberwiseInitRequest
0.0001 ( 0.0%) 0.0015 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) ProtocolRequirementsRequest
0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0015 ( 0.0%) 0.0016 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0002 ( 0.0%) 0.0014 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) ABIMembersRequest
0.0009 ( 0.0%) 0.0007 ( 0.0%) 0.0017 ( 0.0%) 0.0015 ( 0.0%) ProvideDefaultImplForRequest
0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) InheritedProtocolsRequest
0.0005 ( 0.0%) 0.0009 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) import-clang-decl
0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) InheritedTypeRequest
0.0005 ( 0.0%) 0.0004 ( 0.0%) 0.0009 ( 0.0%) 0.0010 ( 0.0%) module-populate-cache
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ParseMembersRequest
0.0008 ( 0.0%) 0.0000 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) PublicSymbolsRequest
0.0008 ( 0.0%) 0.0000 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) LocalTypeDeclsRequest
0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) OpaqueReadOwnershipRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) InferredGenericSignatureRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) AbstractGenericSignatureRequest
0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ExtendedTypeRequest
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) TypeAliasRequirementsRequest
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) associated-type-inference
0.0005 ( 0.0%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) PreCheckFunctionBodyRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) DefaultTypeRequest
0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResultBuilderTypeRequest
0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) HasInitAccessorRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) AssociatedConformanceRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) RequirementRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) EnumRawTypeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) LifetimeDependenceInfoRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandExtensionMacros
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsActorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ConditionalRequirementsRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllInheritedProtocolsRequest
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%) CheckInconsistentSPIOnlyImportsRequest
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%) AllMembersRequest
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%) LookupAllConformancesInContextRequest
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%) ModuleImplicitImportsRequest
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%) IsImplicitlyUnwrappedOptionalRequest
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%) SelfBoundsFromWhereClauseRequest
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%) ReferencedAssociatedTypesRequest
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%) CheckInconsistentAccessLevelOnImportSameFileRequest
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%) ConformanceAccessScopeRequest
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%) ObjCInterfaceAndImplementationRequest
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%) HasCircularInheritedProtocolsRequest
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%) ExpandSynthesizedMemberMacroRequest
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%) PrimaryAssociatedTypesRequest
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%) PreCheckReturnStmtRequest
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%) IsStaticRequest
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%) ExpandBodyMacroRequest
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%) StoredPropertiesAndMissingMembersRequest
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%) SimpleDidSetRequest
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%) ParseAbstractFunctionBodyRequest
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%) ResultTypeRequest
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%) SelfBoundsFromGenericSignatureRequest
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%) ExpandPreambleMacroRequest
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%) BodyInitKindRequest
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%) PolymorphicEffectKindRequest
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%) AST verification
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%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
20.8289 (100.0%) 62.3575 (100.0%) 83.1863 (100.0%) 87.3623 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 19.7184 seconds (21.5458 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
6.7268 (100.0%) 12.9916 (100.0%) 19.7184 (100.0%) 21.5458 (100.0%) Building Target
6.7268 (100.0%) 12.9916 (100.0%) 19.7184 (100.0%) 21.5458 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolsConvertible.swift, AdditiveRomanNumeralConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftCompile normal arm64 Compiling\ RomanNumeralSymbol.swift,\ RomanNumeralSymbolError.swift,\ RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.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-1730484137178028-swift-frontend-RomanNumeralKit-RomanNumeralSymbol.swift-arm64_apple_tvos10.0-o-Onone-2003477248.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.5393 seconds (4.5658 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1493 ( 10.9%) 0.5941 ( 18.8%) 0.7434 ( 16.4%) 0.7443 ( 16.3%) SemanticDeclAttrsRequest
0.0848 ( 6.2%) 0.3161 ( 10.0%) 0.4009 ( 8.8%) 0.4020 ( 8.8%) ActorIsolationRequest
0.1057 ( 7.7%) 0.1754 ( 5.5%) 0.2811 ( 6.2%) 0.2814 ( 6.2%) USRGenerationRequest
0.0834 ( 6.1%) 0.1951 ( 6.2%) 0.2785 ( 6.1%) 0.2811 ( 6.2%) perform-sema
0.0834 ( 6.1%) 0.1950 ( 6.2%) 0.2784 ( 6.1%) 0.2810 ( 6.2%) TypeCheckSourceFileRequest
0.0831 ( 6.0%) 0.1946 ( 6.2%) 0.2777 ( 6.1%) 0.2803 ( 6.1%) Type checking and Semantic analysis
0.0526 ( 3.8%) 0.1462 ( 4.6%) 0.1988 ( 4.4%) 0.1991 ( 4.4%) InterfaceTypeRequest
0.0502 ( 3.6%) 0.1109 ( 3.5%) 0.1611 ( 3.5%) 0.1631 ( 3.6%) TypeCheckFunctionBodyRequest
0.0432 ( 3.1%) 0.1078 ( 3.4%) 0.1510 ( 3.3%) 0.1521 ( 3.3%) typecheck-decl
0.0452 ( 3.3%) 0.1044 ( 3.3%) 0.1496 ( 3.3%) 0.1506 ( 3.3%) typecheck-stmt
0.0344 ( 2.5%) 0.0802 ( 2.5%) 0.1146 ( 2.5%) 0.1146 ( 2.5%) ExecuteSILPipelineRequest
0.0319 ( 2.3%) 0.0727 ( 2.3%) 0.1046 ( 2.3%) 0.1047 ( 2.3%) CollectOverriddenDeclsRequest
0.0216 ( 1.6%) 0.0767 ( 2.4%) 0.0983 ( 2.2%) 0.0985 ( 2.2%) QualifiedLookupRequest
0.0492 ( 3.6%) 0.0417 ( 1.3%) 0.0909 ( 2.0%) 0.0921 ( 2.0%) build-rewrite-system
0.0231 ( 1.7%) 0.0532 ( 1.7%) 0.0763 ( 1.7%) 0.0771 ( 1.7%) typecheck-expr
0.0232 ( 1.7%) 0.0484 ( 1.5%) 0.0716 ( 1.6%) 0.0719 ( 1.6%) ResolveValueWitnessesRequest
0.0254 ( 1.8%) 0.0380 ( 1.2%) 0.0634 ( 1.4%) 0.0667 ( 1.5%) parse-and-resolve-imports
0.0240 ( 1.7%) 0.0354 ( 1.1%) 0.0594 ( 1.3%) 0.0627 ( 1.4%) Import resolution
0.0165 ( 1.2%) 0.0420 ( 1.3%) 0.0585 ( 1.3%) 0.0592 ( 1.3%) PatternBindingEntryRequest
0.0206 ( 1.5%) 0.0334 ( 1.1%) 0.0540 ( 1.2%) 0.0542 ( 1.2%) LookupConformanceInModuleRequest
0.0193 ( 1.4%) 0.0278 ( 0.9%) 0.0471 ( 1.0%) 0.0471 ( 1.0%) ProvideDefaultImplForRequest
0.0105 ( 0.8%) 0.0319 ( 1.0%) 0.0424 ( 0.9%) 0.0425 ( 0.9%) IsDynamicRequest
0.0093 ( 0.7%) 0.0311 ( 1.0%) 0.0405 ( 0.9%) 0.0406 ( 0.9%) AttachedPropertyWrappersRequest
0.0138 ( 1.0%) 0.0261 ( 0.8%) 0.0399 ( 0.9%) 0.0401 ( 0.9%) precheck-expr
0.0147 ( 1.1%) 0.0239 ( 0.8%) 0.0386 ( 0.8%) 0.0387 ( 0.8%) ASTLoweringRequest
0.0143 ( 1.0%) 0.0237 ( 0.7%) 0.0381 ( 0.8%) 0.0382 ( 0.8%) SILgen-decl
0.0135 ( 1.0%) 0.0170 ( 0.5%) 0.0306 ( 0.7%) 0.0306 ( 0.7%) IRGenRequest
0.0125 ( 0.9%) 0.0180 ( 0.6%) 0.0306 ( 0.7%) 0.0305 ( 0.7%) DirectLookupRequest
0.0117 ( 0.8%) 0.0186 ( 0.6%) 0.0302 ( 0.7%) 0.0303 ( 0.7%) UnqualifiedLookupRequest
0.0163 ( 1.2%) 0.0126 ( 0.4%) 0.0289 ( 0.6%) 0.0290 ( 0.6%) LookupInModuleRequest
0.0095 ( 0.7%) 0.0184 ( 0.6%) 0.0279 ( 0.6%) 0.0281 ( 0.6%) ExpandPeerMacroRequest
0.0133 ( 1.0%) 0.0140 ( 0.4%) 0.0273 ( 0.6%) 0.0278 ( 0.6%) LookupAllConformancesInContextRequest
0.0111 ( 0.8%) 0.0156 ( 0.5%) 0.0267 ( 0.6%) 0.0268 ( 0.6%) performUnqualifiedLookup
0.0082 ( 0.6%) 0.0178 ( 0.6%) 0.0259 ( 0.6%) 0.0260 ( 0.6%) NamingPatternRequest
0.0103 ( 0.8%) 0.0141 ( 0.4%) 0.0244 ( 0.5%) 0.0244 ( 0.5%) ModuleQualifiedLookupRequest
0.0092 ( 0.7%) 0.0129 ( 0.4%) 0.0221 ( 0.5%) 0.0222 ( 0.5%) SILGen-function
0.0080 ( 0.6%) 0.0138 ( 0.4%) 0.0218 ( 0.5%) 0.0218 ( 0.5%) import-clang-decl
0.0093 ( 0.7%) 0.0106 ( 0.3%) 0.0199 ( 0.4%) 0.0199 ( 0.4%) IRGen
0.0042 ( 0.3%) 0.0125 ( 0.4%) 0.0167 ( 0.4%) 0.0168 ( 0.4%) HasInitAccessorRequest
0.0070 ( 0.5%) 0.0096 ( 0.3%) 0.0166 ( 0.4%) 0.0167 ( 0.4%) HasIsolatedSelfRequest
0.0037 ( 0.3%) 0.0095 ( 0.3%) 0.0132 ( 0.3%) 0.0133 ( 0.3%) ValueWitnessRequest
0.0078 ( 0.6%) 0.0045 ( 0.1%) 0.0122 ( 0.3%) 0.0123 ( 0.3%) ParseTopLevelDeclsRequest
0.0077 ( 0.6%) 0.0042 ( 0.1%) 0.0119 ( 0.3%) 0.0119 ( 0.3%) ParseSourceFileRequest
0.0035 ( 0.3%) 0.0074 ( 0.2%) 0.0109 ( 0.2%) 0.0110 ( 0.2%) ResolveTypeRequest
0.0062 ( 0.5%) 0.0037 ( 0.1%) 0.0100 ( 0.2%) 0.0100 ( 0.2%) ExpandMemberAttributeMacros
0.0024 ( 0.2%) 0.0072 ( 0.2%) 0.0096 ( 0.2%) 0.0096 ( 0.2%) StoredPropertiesRequest
0.0019 ( 0.1%) 0.0076 ( 0.2%) 0.0095 ( 0.2%) 0.0095 ( 0.2%) PotentialMacroExpansionsInContextRequest
0.0022 ( 0.2%) 0.0069 ( 0.2%) 0.0090 ( 0.2%) 0.0091 ( 0.2%) ResolveTypeWitnessesRequest
0.0061 ( 0.4%) 0.0029 ( 0.1%) 0.0090 ( 0.2%) 0.0090 ( 0.2%) AbstractGenericSignatureRequest
0.0026 ( 0.2%) 0.0054 ( 0.2%) 0.0080 ( 0.2%) 0.0081 ( 0.2%) typecheck-expr-pattern
0.0019 ( 0.1%) 0.0057 ( 0.2%) 0.0076 ( 0.2%) 0.0077 ( 0.2%) TypeWitnessRequest
0.0026 ( 0.2%) 0.0048 ( 0.2%) 0.0074 ( 0.2%) 0.0074 ( 0.2%) InheritedDeclsReferencedRequest
0.0042 ( 0.3%) 0.0028 ( 0.1%) 0.0070 ( 0.2%) 0.0069 ( 0.2%) GlobalActorAttributeRequest
0.0063 ( 0.5%) 0.0005 ( 0.0%) 0.0068 ( 0.2%) 0.0068 ( 0.1%) SIL optimization
0.0036 ( 0.3%) 0.0026 ( 0.1%) 0.0061 ( 0.1%) 0.0062 ( 0.1%) IsFinalRequest
0.0030 ( 0.2%) 0.0022 ( 0.1%) 0.0052 ( 0.1%) 0.0053 ( 0.1%) DynamicallyReplacedDeclRequest
0.0008 ( 0.1%) 0.0043 ( 0.1%) 0.0051 ( 0.1%) 0.0051 ( 0.1%) load-all-members
0.0014 ( 0.1%) 0.0033 ( 0.1%) 0.0047 ( 0.1%) 0.0047 ( 0.1%) PatternTypeRequest
0.0023 ( 0.2%) 0.0018 ( 0.1%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) RequirementSignatureRequest
0.0021 ( 0.2%) 0.0019 ( 0.1%) 0.0040 ( 0.1%) 0.0039 ( 0.1%) OverriddenDeclsRequest
0.0011 ( 0.1%) 0.0023 ( 0.1%) 0.0034 ( 0.1%) 0.0035 ( 0.1%) load-stdlib
0.0011 ( 0.1%) 0.0023 ( 0.1%) 0.0035 ( 0.1%) 0.0035 ( 0.1%) GenericSignatureRequest
0.0012 ( 0.1%) 0.0020 ( 0.1%) 0.0032 ( 0.1%) 0.0033 ( 0.1%) ExtendedNominalRequest
0.0005 ( 0.0%) 0.0025 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) LookupInfixOperatorRequest
0.0008 ( 0.1%) 0.0021 ( 0.1%) 0.0029 ( 0.1%) 0.0029 ( 0.1%) ProtocolDependenciesRequest
0.0010 ( 0.1%) 0.0017 ( 0.1%) 0.0027 ( 0.1%) 0.0027 ( 0.1%) ResultTypeRequest
0.0004 ( 0.0%) 0.0021 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) FunctionOperatorRequest
0.0013 ( 0.1%) 0.0010 ( 0.0%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) AccessLevelRequest
0.0006 ( 0.0%) 0.0017 ( 0.1%) 0.0023 ( 0.1%) 0.0023 ( 0.0%) ABIMembersRequest
0.0014 ( 0.1%) 0.0010 ( 0.0%) 0.0024 ( 0.1%) 0.0023 ( 0.0%) LifetimeDependenceInfoRequest
0.0012 ( 0.1%) 0.0010 ( 0.0%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) HasStorageRequest
0.0006 ( 0.0%) 0.0014 ( 0.0%) 0.0020 ( 0.0%) 0.0020 ( 0.0%) ResolveImplicitMemberRequest
0.0005 ( 0.0%) 0.0015 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) StructuralRequirementsRequest
0.0004 ( 0.0%) 0.0012 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) IsGetterMutatingRequest
0.0006 ( 0.0%) 0.0009 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) OpaqueReadOwnershipRequest
0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) InheritedTypeRequest
0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) ValidatePrecedenceGroupRequest
0.0003 ( 0.0%) 0.0010 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) ProtocolRequirementsRequest
0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) LookupPrecedenceGroupRequest
0.0005 ( 0.0%) 0.0007 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) SPIGroupsRequest
0.0006 ( 0.0%) 0.0007 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) IsActorRequest
0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) StorageImplInfoRequest
0.0009 ( 0.1%) 0.0001 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) ParseMembersRequest
0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) InheritedProtocolsRequest
0.0004 ( 0.0%) 0.0005 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) IsDeclRefinementOfRequest
0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) ExtendedTypeRequest
0.0006 ( 0.0%) 0.0004 ( 0.0%) 0.0010 ( 0.0%) 0.0009 ( 0.0%) SimpleDidSetRequest
0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) PreCheckFunctionBodyRequest
0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) CheckRedeclarationRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) GenericParamListRequest
0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ExpandExtensionMacros
0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) HasMemberwiseInitRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) AllInheritedProtocolsRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) CompareDeclSpecializationRequest
0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0006 ( 0.0%) DefaultTypeRequest
0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) IsObjCRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) SuperclassDeclRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ResultBuilderTypeRequest
0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ProtocolRequiresClassRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) InferredGenericSignatureRequest
0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) AssociatedConformanceRequest
0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) SemanticUnavailableAttrRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsDistributedActorRequest
0.0001 ( 0.0%) 0.0002 ( 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%) RequirementRequest
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.0003 ( 0.0%) 0.0003 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) DirectOperatorLookupRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsSingleValueStmtRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) UnderlyingTypeRequest
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%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) EnumRawTypeRequest
0.0000 ( 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%) LocalDiscriminatorsRequest
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%) ParamSpecifierRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SynthesizeAccessorRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0000 ( 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%) IsImplicitlyUnwrappedOptionalRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ResolvePatternRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DefaultInitializerIsolation
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PropertyWrapperMutabilityRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsNonUserModuleRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ApplyAccessNoteRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DirectPrecedenceGroupLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
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%) IsStaticRequest
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%) HasImportsMatchingFlagRequest
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%) ExpandAccessorMacros
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%) SelfAccessKindRequest
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%) SelfBoundsFromWhereClauseRequest
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%) DefaultAndMaxAccessLevelRequest
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%) ReferencedAssociatedTypesRequest
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%) 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%) IsSetterMutatingRequest
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%) ExpandSynthesizedMemberMacroRequest
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%) PropertyWrapperAuxiliaryVariablesRequest
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%) InitAccessorPropertiesRequest
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%) ExpandBodyMacroRequest
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%) PublicSymbolsRequest
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%) ExpandPreambleMacroRequest
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%) SetterAccessLevelRequest
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%) HasDefaultInitRequest
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%) SIL verification, post-optimization
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%) SelfBoundsFromGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExprPatternMatchRequest
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%) StoredPropertiesAndMissingMembersRequest
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%) CheckInconsistentSPIOnlyImportsRequest
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%) InitKindRequest
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%) ClosureEffectsRequest
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%) PreCheckClosureBodyRequest
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%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SpecializeAttrTargetDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeDeclsFromWhereClauseRequest
1.3752 (100.0%) 3.1640 (100.0%) 4.5393 (100.0%) 4.5658 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3454 seconds (2.3542 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6865 (100.0%) 1.6589 (100.0%) 2.3454 (100.0%) 2.3542 (100.0%) Building Target
0.6865 (100.0%) 1.6589 (100.0%) 2.3454 (100.0%) 2.3542 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: warning: static property 'allSymbolsAscending' is not concurrency-safe because non-'Sendable' type '[RomanNumeralSymbol]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:37:13: note: consider making enum 'RomanNumeralSymbol' conform to the 'Sendable' protocol
public enum RomanNumeralSymbol: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: note: annotate 'allSymbolsAscending' with '@MainActor' if property should only be accessed from the main actor
public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:308:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let allSymbolsAscending: [RomanNumeralSymbol] = [.I, .V, .X, .L, .C, .D, .M]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: warning: static property 'allSymbolsDescending' is not concurrency-safe because non-'Sendable' type '[RomanNumeralSymbol]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:37:13: note: consider making enum 'RomanNumeralSymbol' conform to the 'Sendable' protocol
public enum RomanNumeralSymbol: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: note: annotate 'allSymbolsDescending' with '@MainActor' if property should only be accessed from the main actor
public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralSymbol.swift:310:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let allSymbolsDescending: [RomanNumeralSymbol] = allSymbolsAscending.reversed()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
cd /Users/admin/builder/spi-builder-workspace
/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMarkGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/DateComponents+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/RomanNumeralConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Extensions/Foundation/Calendar+RomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralError.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralSymbolCondenser.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Subtractive\ Notation/SubtractiveRomanNumeralSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralTallyMark.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeral.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/RomanNumeralSymbolsConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric\ System/Additive\ Notation/AdditiveRomanNumeralConvertible.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-tvos10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/unextended-module-overlay.yaml -module-name RomanNumeralKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbol.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralSymbolError.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralTallyMarkGroup.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: warning: static property 'nulla' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: annotate 'nulla' with '@MainActor' if property should only be accessed from the main actor
public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nulla = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: warning: static property 'one' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: note: annotate 'one' with '@MainActor' if property should only be accessed from the main actor
public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let one = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: warning: static property 'five' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: note: annotate 'five' with '@MainActor' if property should only be accessed from the main actor
public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let five = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: warning: static property 'ten' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: note: annotate 'ten' with '@MainActor' if property should only be accessed from the main actor
public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ten = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 10)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: warning: static property 'fifty' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: note: annotate 'fifty' with '@MainActor' if property should only be accessed from the main actor
public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fifty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 50)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: warning: static property 'oneHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: note: annotate 'oneHundred' with '@MainActor' if property should only be accessed from the main actor
public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oneHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 100)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: warning: static property 'fiveHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: note: annotate 'fiveHundred' with '@MainActor' if property should only be accessed from the main actor
public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fiveHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 500)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: warning: static property 'oneThousand' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: note: annotate 'oneThousand' with '@MainActor' if property should only be accessed from the main actor
public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oneThousand = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 1000)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: warning: static property 'four' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: note: annotate 'four' with '@MainActor' if property should only be accessed from the main actor
public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let four = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: warning: static property 'nine' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: note: annotate 'nine' with '@MainActor' if property should only be accessed from the main actor
public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nine = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: warning: static property 'forty' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: note: annotate 'forty' with '@MainActor' if property should only be accessed from the main actor
public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let forty = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 40)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: warning: static property 'ninety' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: note: annotate 'ninety' with '@MainActor' if property should only be accessed from the main actor
public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ninety = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 90)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: warning: static property 'fourHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: note: annotate 'fourHundred' with '@MainActor' if property should only be accessed from the main actor
public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fourHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 400)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: warning: static property 'nineHundred' is not concurrency-safe because non-'Sendable' type 'RomanNumeralTallyMarkGroup' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
^
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:31:15: note: consider making struct 'RomanNumeralTallyMarkGroup' conform to the 'Sendable' protocol
public struct RomanNumeralTallyMarkGroup: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: note: annotate 'nineHundred' with '@MainActor' if property should only be accessed from the main actor
public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RomanNumeralKit/Numeric System/RomanNumeralTallyMarkGroup.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nineHundred = RomanNumeralTallyMarkGroup(numberOfTallyMarks: 900)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AdditiveRomanNumeral.swift, RomanNumeralProtocol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling Int+RomanNumeral.swift, RomanNumeral.swift, AdditiveRomanNumeralSymbolsConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolProtocol.swift, SubtractiveRomanNumeralSymbolsConvertible.swift, Sequence+Sorting.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling AdditiveRomanNumeralSymbolCondenser.swift, SubtractiveRomanNumeralSymbol.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling SubtractiveRomanNumeralSymbolConvertible.swift, RomanNumeralArithmeticError.swift, String+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling DateComponents+RomanNumeral.swift, RomanNumeralConvertible.swift, Calendar+RomanNumeral.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbolConvertible.swift, RomanNumeralError.swift, AdditiveRomanNumeralSymbolConvertible.swift (in target 'RomanNumeralKit' from project 'RomanNumeralKit')
SwiftDriverJobDiscovery normal arm64 Compiling RomanNumeralSymbol.swift, RomanNumeralSymbolError.swift, RomanNumeralTallyMarkGroup.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos10.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/RomanNumeralKit.framework/Headers/RomanNumeralKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Headers/RomanNumeralKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/RomanNumeralKit.swiftmodule/arm64-apple-tvos.abi.json
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.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-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/RomanNumeralKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.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-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/RomanNumeralKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -index-unit-output-path /RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_vers.o -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-tvos10.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-all-non-framework-target-headers.hmap -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -target arm64-apple-tvos10.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/RomanNumeralKit.build/RomanNumeralKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit-e5206b779544a562c6f89adcb314dc93-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-tvos10.0 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk --xcode-version 16B40 --platform-family tvOS --deployment-target 10.0 --bundle-identifier es.kylehugh.RomanNumeralKit --target-triple arm64-apple-tvos10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/RomanNumeralKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/Objects-normal/arm64/RomanNumeralKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/RomanNumeralKit.build/RomanNumeralKit.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RomanNumeralKit.build/Debug-appletvos/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')
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/RomanNumeralKit.framework/RomanNumeralKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/RomanNumeralKit.framework/RomanNumeralKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/RomanNumeralKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/RomanNumeralKit.framework
/Users/admin/builder/spi-builder-workspace/RomanNumeralKit.xcodeproj: warning: The tvOS deployment target 'TVOS_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.