Build Information
Successful build of SwiftRuleEngine, reference 1.5.1 (095706), with Swift 6.1 for watchOS using Xcode 16.3 on 15 Jun 2025 03:21:25 UTC.
Swift 6 data race errors: 54
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftRuleEngine -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 InferSendableFromCapturesBuild Log
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "in")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than_inclusive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains_regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_equal")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_in")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "startswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_startswith")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ Dictionary+StringSubscriptable.swift,\ JSONPath.swift,\ MultiCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Dictionary+StringSubscriptable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/JSONPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Dictionary+StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/JSONPath.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ NotIn.swift,\ NotRegex.swift,\ Operator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_in")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_regex")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftRuleEngine (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64_32 (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains_regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "endswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_endswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "equal")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "in")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than_inclusive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains_regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_equal")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_in")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "regex")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "startswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_startswith")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AnyCodable.swift,\ CodableExtension.swift,\ Condition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Regex.swift,\ StartsWith.swift,\ Rule.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "startswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_startswith")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NotIn.swift,\ NotRegex.swift,\ Operator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_in")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ In.swift,\ LessThan.swift,\ LessThanInclusive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "in")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than_inclusive")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SwiftRuleEngine (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation\ Requirements SwiftRuleEngine normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ SimpleCondition.swift,\ StringSubscriptable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for SwiftRuleEngine (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 Compiling\ RuleDecoder.swift,\ RuleEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift:22:59: warning: type 'OperatorID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
self.decoder.userInfo[operatorsUserInfoKey] = try generateOperatorsDict(operators)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftRuleEngine (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation\ Requirements SwiftRuleEngine normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling In.swift, LessThan.swift, LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation\ Requirements SwiftRuleEngine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftmodule (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftRuleEngine-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-Swift.h (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftRuleEngine-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftdoc (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.abi.json (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift, CodableExtension.swift, Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftmodule (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftdoc (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.abi.json (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftmodule (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftdoc (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Regex.swift, StartsWith.swift, Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.abi.json (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftsourceinfo (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftsourceinfo (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftsourceinfo (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ NotContains.swift,\ NotContainsRegex.swift,\ NotEqual.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_equal")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ Equal.swift,\ GreaterThan.swift,\ GreaterThanInclusive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "equal")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Equal.swift,\ GreaterThan.swift,\ GreaterThanInclusive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Equal.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "equal")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/GreaterThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "greater_than_inclusive")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Contains.swift,\ ContainsRegex.swift,\ EndsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "endswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_endswith")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling NotIn.swift, NotRegex.swift, Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 Compiling\ In.swift,\ LessThan.swift,\ LessThanInclusive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "in")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than_inclusive")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ AnyCodable.swift,\ CodableExtension.swift,\ Condition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ SimpleCondition.swift,\ StringSubscriptable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal armv7k Compiling NotIn.swift, NotRegex.swift, Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal armv7k Compiling Dictionary+StringSubscriptable.swift, JSONPath.swift, MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal armv7k Compiling Equal.swift, GreaterThan.swift, GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k Compiling\ NotContains.swift,\ NotContainsRegex.swift,\ NotEqual.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_equal")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling RuleDecoder.swift, RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k Compiling\ Regex.swift,\ StartsWith.swift,\ Rule.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "regex")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "startswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_startswith")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling SimpleCondition.swift, StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 Compiling\ NotIn.swift,\ NotRegex.swift,\ Operator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotIn.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_in")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Dictionary+StringSubscriptable.swift, JSONPath.swift, MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 Compiling\ SimpleCondition.swift,\ StringSubscriptable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/SimpleCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal arm64_32 Compiling Equal.swift, GreaterThan.swift, GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 Compiling\ In.swift,\ LessThan.swift,\ LessThanInclusive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "in")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "in")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/In.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "in")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThan.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "less_than_inclusive")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "less_than_inclusive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/LessThanInclusive.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "less_than_inclusive")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Equal.swift, GreaterThan.swift, GreaterThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k Compiling\ Contains.swift,\ ContainsRegex.swift,\ EndsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "endswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_endswith")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling In.swift, LessThan.swift, LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k Compiling\ AnyCodable.swift,\ CodableExtension.swift,\ Condition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/AnyCodable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/CodableExtension.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Contains.swift, ContainsRegex.swift, EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 Compiling\ Regex.swift,\ StartsWith.swift,\ Rule.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Regex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "startswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_startswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_startswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/StartsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_startswith")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCodable.swift, CodableExtension.swift, Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 Compiling\ RuleDecoder.swift,\ RuleEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift:22:59: warning: type 'OperatorID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
self.decoder.userInfo[operatorsUserInfoKey] = try generateOperatorsDict(operators)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Contains.swift,\ ContainsRegex.swift,\ EndsWith.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Contains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/ContainsRegex.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "endswith")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_endswith")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_endswith")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/EndsWith.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_endswith")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling NotContains.swift, NotContainsRegex.swift, NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64_32 Compiling NotContains.swift, NotContainsRegex.swift, NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 Compiling\ NotContains.swift,\ NotContainsRegex.swift,\ NotEqual.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_contains_regex")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_contains_regex")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotContainsRegex.swift:11:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_contains_regex")
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: warning: static property 'id' is not concurrency-safe because non-'Sendable' type 'OperatorID' may have shared mutable state; this is an error in the Swift 6 language mode
static let id = OperatorID(rawValue: "not_equal")
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: add '@MainActor' to make static property 'id' part of global actor 'MainActor'
static let id = OperatorID(rawValue: "not_equal")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/NotEqual.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let id = OperatorID(rawValue: "not_equal")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling SimpleCondition.swift, StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 Compiling\ Dictionary+StringSubscriptable.swift,\ JSONPath.swift,\ MultiCondition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Dictionary+StringSubscriptable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/JSONPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Dictionary+StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/JSONPath.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling NotIn.swift, NotRegex.swift, Operator.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k Compiling\ RuleDecoder.swift,\ RuleEngine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleDecoder.swift:22:59: warning: type 'OperatorID' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
self.decoder.userInfo[operatorsUserInfoKey] = try generateOperatorsDict(operators)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/Operators/Operator.swift:20:15: note: consider making struct 'OperatorID' conform to the 'Sendable' protocol
public struct OperatorID: RawRepresentable, Hashable, Equatable, Decodable {
^
, Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftRuleEngine/RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Regex.swift, StartsWith.swift, Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64 Compiling In.swift, LessThan.swift, LessThanInclusive.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal armv7k Compiling Contains.swift, ContainsRegex.swift, EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64 Compiling SimpleCondition.swift, StringSubscriptable.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal armv7k Compiling AnyCodable.swift, CodableExtension.swift, Condition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64_32 Compiling Contains.swift, ContainsRegex.swift, EndsWith.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64 Compiling NotContains.swift, NotContainsRegex.swift, NotEqual.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64_32 Compiling Regex.swift, StartsWith.swift, Rule.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriverJobDiscovery normal arm64_32 Compiling RuleDecoder.swift, RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation SwiftRuleEngine normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/Binary/SwiftRuleEngine.o normal arm64_32 (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/Binary/SwiftRuleEngine.o
SwiftDriverJobDiscovery normal armv7k Compiling RuleDecoder.swift, RuleEngine.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation SwiftRuleEngine normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/Binary/SwiftRuleEngine.o normal armv7k (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/Binary/SwiftRuleEngine.o
SwiftDriverJobDiscovery normal arm64 Compiling Dictionary+StringSubscriptable.swift, JSONPath.swift, MultiCondition.swift (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
SwiftDriver\ Compilation SwiftRuleEngine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.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 -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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftRuleEngineMacros\#SwiftRuleEngineMacros -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine-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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/Binary/SwiftRuleEngine.o normal arm64 (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 -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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine_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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/Binary/SwiftRuleEngine.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.o normal arm64\ armv7k\ arm64_32 (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/Binary/SwiftRuleEngine.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/Binary/SwiftRuleEngine.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/Binary/SwiftRuleEngine.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.o
ExtractAppIntentsMetadata (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
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 SwiftRuleEngine --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.SwiftRuleEngine --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.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/SwiftRuleEngine.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/SwiftRuleEngine.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/SwiftRuleEngine.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64/SwiftRuleEngine.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/armv7k/SwiftRuleEngine.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftRuleEngine.build/Debug-watchos/SwiftRuleEngine.build/Objects-normal/arm64_32/SwiftRuleEngine.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-14 20:21:24.116 appintentsmetadataprocessor[1132:6367] Starting appintentsmetadataprocessor export
2025-06-14 20:21:24.152 appintentsmetadataprocessor[1132:6367] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.o (in target 'SwiftRuleEngine' from project 'SwiftRuleEngine')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftRuleEngine.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0-prerelease-2024-06-12",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftRuleEngine",
"name" : "SwiftRuleEngine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftRuleEngine",
"targets" : [
"SwiftRuleEngine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftRuleEngineMacros",
"targets" : [
"SwiftRuleEngineMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftRuleEngineTests",
"module_type" : "SwiftTarget",
"name" : "SwiftRuleEngineTests",
"path" : "Tests/SwiftRuleEngineTests",
"sources" : [
"JSONPathTests.swift",
"OperatorTests/ContainsOperatorTests.swift",
"OperatorTests/ContainsRegexOperatorTests.swift",
"OperatorTests/EndsWithOperatorTests.swift",
"OperatorTests/EqualOperatorTests.swift",
"OperatorTests/GreaterThanInclusiveOperatorTests.swift",
"OperatorTests/GreaterThanOperatorTests.swift",
"OperatorTests/InOperatorTests.swift",
"OperatorTests/LessThanInclusiveOperatorTests.swift",
"OperatorTests/LessThanOperatorTests.swift",
"OperatorTests/NotContainsOperatorTests.swift",
"OperatorTests/NotContainsRegexOperatorTests.swift",
"OperatorTests/NotEndsWithOperatorTests.swift",
"OperatorTests/NotEqualOperatorTests.swift",
"OperatorTests/NotInOperatorTests.swift",
"OperatorTests/NotRegexOperatorTests.swift",
"OperatorTests/NotStartsWithOperatorTests.swift",
"OperatorTests/RegexOperatorTests.swift",
"OperatorTests/StartsWithOperatorTests.swift",
"RuleDecoderTests.swift",
"RuleEnginePerformanceTests.swift",
"RuleEngineTests/RuleEngineDictionaryTests.swift",
"RuleEngineTests/RuleEngineSubscriptableTests.swift",
"SimpleConditionTests.swift"
],
"target_dependencies" : [
"SwiftRuleEngine"
],
"type" : "test"
},
{
"c99name" : "SwiftRuleEngineMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftRuleEngineMacrosTests",
"path" : "Tests/SwiftRuleEngineMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"StringSubscriptableMacroTests.swift"
],
"target_dependencies" : [
"SwiftRuleEngineMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftRuleEngineMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftRuleEngineMacros",
"path" : "Sources/SwiftRuleEngineMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftRuleEngine",
"SwiftRuleEngineMacros"
],
"sources" : [
"CompilerPluginMain.swift",
"StringSubscriptableMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftRuleEngine",
"module_type" : "SwiftTarget",
"name" : "SwiftRuleEngine",
"path" : "Sources/SwiftRuleEngine",
"product_memberships" : [
"SwiftRuleEngine"
],
"sources" : [
"AnyCodable.swift",
"CodableExtension.swift",
"Condition.swift",
"Dictionary+StringSubscriptable.swift",
"JSONPath.swift",
"MultiCondition.swift",
"Operators/Contains.swift",
"Operators/ContainsRegex.swift",
"Operators/EndsWith.swift",
"Operators/Equal.swift",
"Operators/GreaterThan.swift",
"Operators/GreaterThanInclusive.swift",
"Operators/In.swift",
"Operators/LessThan.swift",
"Operators/LessThanInclusive.swift",
"Operators/NotContains.swift",
"Operators/NotContainsRegex.swift",
"Operators/NotEqual.swift",
"Operators/NotIn.swift",
"Operators/NotRegex.swift",
"Operators/Operator.swift",
"Operators/Regex.swift",
"Operators/StartsWith.swift",
"Rule.swift",
"RuleDecoder.swift",
"RuleEngine.swift",
"SimpleCondition.swift",
"StringSubscriptable.swift"
],
"target_dependencies" : [
"SwiftRuleEngineMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.