Build Information
Successful build of TooMuchTheme, reference main (427088
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 23:30:29 UTC.
Swift 6 data race errors: 42
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TooMuchTheme -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ TooMuchTheme (in target 'TooMuchTheme' from project 'TooMuchTheme')
EmitSwiftModule normal arm64 (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:62:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ColorParseError' has non-sendable type 'ColorParseError.Reason'; this is an error in the Swift 6 language mode
public var reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:64:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FootlessParser'
import FootlessParser
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition.Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriver TooMuchTheme normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 Compiling\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Error.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 Compiling\ ScopeSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FootlessParser'
import FootlessParser
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition.Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 Compiling\ ScopeName.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 Compiling\ Scope.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 Compiling\ Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ TooMuchTheme (in target 'TooMuchTheme' from project 'TooMuchTheme')
EmitSwiftModule normal arm64_32 (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:62:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ColorParseError' has non-sendable type 'ColorParseError.Reason'; this is an error in the Swift 6 language mode
public var reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:64:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FootlessParser'
import FootlessParser
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition.Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64_32 Compiling\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Error.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal armv7k Compiling\ Style.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal armv7k Compiling\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:62:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ColorParseError' has non-sendable type 'ColorParseError.Reason'; this is an error in the Swift 6 language mode
public var reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:64:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
SwiftDriverJobDiscovery normal armv7k Emitting module for TooMuchTheme (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation\ Requirements TooMuchTheme normal armv7k com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 Compiling\ AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftmodule (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftdoc (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.abi.json (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftsourceinfo (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ ScopeSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FootlessParser'
import FootlessParser
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition.Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ ScopeName.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for TooMuchTheme (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation\ Requirements TooMuchTheme normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 Compiling\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:62:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ColorParseError' has non-sendable type 'ColorParseError.Reason'; this is an error in the Swift 6 language mode
public var reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:64:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftmodule (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftdoc (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Emitting module for TooMuchTheme (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriverJobDiscovery normal arm64 Compiling ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.abi.json (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftsourceinfo (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Scope.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements TooMuchTheme normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TooMuchTheme-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-Swift.h (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TooMuchTheme-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftmodule (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftdoc (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.abi.json (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftsourceinfo (in target 'TooMuchTheme' from project 'TooMuchTheme')
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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ Scope.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FontProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 Compiling\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:62:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ColorParseError' has non-sendable type 'ColorParseError.Reason'; this is an error in the Swift 6 language mode
public var reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Color.swift:64:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
SwiftDriverJobDiscovery normal armv7k Compiling Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k Compiling\ Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 Compiling\ Style.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k Compiling\ FontProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 Compiling\ Style.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 Compiling\ Theme.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k Compiling\ ScopeSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FootlessParser'
import FootlessParser
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition.Operation>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:57:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Composite.Composition>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:68:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Expression>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:125:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Side>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:155:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter.Term>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:182:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Filter>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:209:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Group>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:276:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent.Selector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:302:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector.Path.Descendent>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:312:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: warning: static property 'parser' is not concurrency-safe because non-'Sendable' type 'Parser<Character, ScopeSelector>' may have shared mutable state; this is an error in the Swift 6 language mode
static let parser: Parser<Character, Self> =
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser/Sources/FootlessParser/Parser.swift:2:15: note: generic struct 'Parser' does not conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: add '@MainActor' to make static property 'parser' part of global actor 'MainActor'
static let parser: Parser<Character, Self> =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeSelector.swift:338:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let parser: Parser<Character, Self> =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling Scope.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 Compiling\ AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 Compiling\ FontProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 Compiling\ ScopeName.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k Compiling\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/TooMuchTheme/Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation FootlessParser normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser-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/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.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/FootlessParser.build/Debug-watchos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation FootlessParser normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser-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/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.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/FootlessParser.build/Debug-watchos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation FootlessParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser-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/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.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/FootlessParser.build/Debug-watchos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/Binary/FootlessParser.o normal armv7k (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/Binary/FootlessParser.o
SwiftDriverJobDiscovery normal arm64_32 Compiling ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/Binary/FootlessParser.o normal arm64_32 (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/Binary/FootlessParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/Binary/FootlessParser.o normal arm64 (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/Binary/FootlessParser.o
SwiftDriverJobDiscovery normal arm64 Compiling FontProvider.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriverJobDiscovery normal arm64_32 Compiling Style.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.o normal arm64\ armv7k\ arm64_32 (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/Binary/FootlessParser.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/Binary/FootlessParser.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/Binary/FootlessParser.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.o
ExtractAppIntentsMetadata (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FootlessParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier footlessparser.FootlessParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/FootlessParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/armv7k/FootlessParser.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64_32/FootlessParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 16:30:28.663 appintentsmetadataprocessor[801:4664] Starting appintentsmetadataprocessor export
2025-04-26 16:30:28.704 appintentsmetadataprocessor[801:4664] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling Theme.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriverJobDiscovery normal armv7k Compiling Context.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriverJobDiscovery normal arm64_32 Compiling ScopeName.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation TooMuchTheme normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AttributedString.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation TooMuchTheme normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.o (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FootlessParser
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/Binary/TooMuchTheme.o normal arm64_32 (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/Binary/TooMuchTheme.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/Binary/TooMuchTheme.o normal arm64 (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/Binary/TooMuchTheme.o
SwiftDriverJobDiscovery normal armv7k Compiling ScopeSelector.swift (in target 'TooMuchTheme' from project 'TooMuchTheme')
SwiftDriver\ Compilation TooMuchTheme normal armv7k com.apple.xcode.tools.swift.compiler (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TooMuchTheme -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.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/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/Binary/TooMuchTheme.o normal armv7k (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/Binary/TooMuchTheme.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.o normal arm64\ armv7k\ arm64_32 (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/Binary/TooMuchTheme.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/Binary/TooMuchTheme.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/Binary/TooMuchTheme.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.o
ExtractAppIntentsMetadata (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TooMuchTheme --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.TooMuchTheme --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/TooMuchTheme.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/TooMuchTheme.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64/TooMuchTheme.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/armv7k/TooMuchTheme.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TooMuchTheme.build/Debug-watchos/TooMuchTheme.build/Objects-normal/arm64_32/TooMuchTheme.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 16:30:28.898 appintentsmetadataprocessor[809:4712] Starting appintentsmetadataprocessor export
2025-04-26 16:30:28.931 appintentsmetadataprocessor[809:4712] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.o (in target 'TooMuchTheme' from project 'TooMuchTheme')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TooMuchTheme.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "footlessparser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/FootlessParser"
}
],
"manifest_display_name" : "TooMuchTheme",
"name" : "TooMuchTheme",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TooMuchTheme",
"targets" : [
"TooMuchTheme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TooMuchThemeTests",
"module_type" : "SwiftTarget",
"name" : "TooMuchThemeTests",
"path" : "Tests/TooMuchThemeTests",
"sources" : [
"ScopeSelectorMatchTests.swift",
"ScopeSelectorParseTests.swift"
],
"target_dependencies" : [
"TooMuchTheme"
],
"type" : "test"
},
{
"c99name" : "TooMuchTheme",
"module_type" : "SwiftTarget",
"name" : "TooMuchTheme",
"path" : "Sources/TooMuchTheme",
"product_dependencies" : [
"FootlessParser"
],
"product_memberships" : [
"TooMuchTheme"
],
"sources" : [
"AttributedString.swift",
"Color.swift",
"Context.swift",
"FontProvider.swift",
"Scope.swift",
"ScopeName.swift",
"ScopeSelector.swift",
"Style.swift",
"Theme.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.