The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyRedis, reference main (58e813), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 04:45:15 UTC.

Swift 6 data race errors: 73

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyRedis -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9772:15: note: consider making struct 'MigrateOptions' conform to the 'Sendable' protocol
public struct MigrateOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9775:23: note: add '@MainActor' to make static property 'COPY' part of global actor 'MainActor'
    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9775:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'MigrateOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9772:15: note: consider making struct 'MigrateOptions' conform to the 'Sendable' protocol
public struct MigrateOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'RestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9834:15: note: consider making struct 'RestoreOptions' conform to the 'Sendable' protocol
public struct RestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: warning: static property 'ABSTTL' is not concurrency-safe because non-'Sendable' type 'RestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9834:15: note: consider making struct 'RestoreOptions' conform to the 'Sendable' protocol
public struct RestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: note: add '@MainActor' to make static property 'ABSTTL' part of global actor 'MainActor'
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'RestoreAskingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9844:15: note: consider making struct 'RestoreAskingOptions' conform to the 'Sendable' protocol
public struct RestoreAskingOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: warning: static property 'ABSTTL' is not concurrency-safe because non-'Sendable' type 'RestoreAskingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9844:15: note: consider making struct 'RestoreAskingOptions' conform to the 'Sendable' protocol
public struct RestoreAskingOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: note: add '@MainActor' to make static property 'ABSTTL' part of global actor 'MainActor'
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: warning: static property 'GET' is not concurrency-safe because non-'Sendable' type 'SetOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9888:15: note: consider making struct 'SetOptions' conform to the 'Sendable' protocol
public struct SetOptions: OptionSet, ToRedisArgs {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: note: add '@MainActor' to make static property 'GET' part of global actor 'MainActor'
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: warning: static property 'NOW' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: note: add '@MainActor' to make static property 'NOW' part of global actor 'MainActor'
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: warning: static property 'FORCE' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: note: add '@MainActor' to make static property 'FORCE' part of global actor 'MainActor'
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: warning: static property 'ABORT' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: note: add '@MainActor' to make static property 'ABORT' part of global actor 'MainActor'
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: warning: static property 'ALPHA' is not concurrency-safe because non-'Sendable' type 'SortOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9938:15: note: consider making struct 'SortOptions' conform to the 'Sendable' protocol
public struct SortOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: note: add '@MainActor' to make static property 'ALPHA' part of global actor 'MainActor'
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: warning: static property 'ALPHA' is not concurrency-safe because non-'Sendable' type 'SortRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9968:15: note: consider making struct 'SortRoOptions' conform to the 'Sendable' protocol
public struct SortRoOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: note: add '@MainActor' to make static property 'ALPHA' part of global actor 'MainActor'
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: warning: static property 'NOMKSTREAM' is not concurrency-safe because non-'Sendable' type 'XaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10037:15: note: consider making struct 'XaddOptions' conform to the 'Sendable' protocol
public struct XaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: note: add '@MainActor' to make static property 'NOMKSTREAM' part of global actor 'MainActor'
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: warning: static property 'JUSTID' is not concurrency-safe because non-'Sendable' type 'XautoclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10045:15: note: consider making struct 'XautoclaimOptions' conform to the 'Sendable' protocol
public struct XautoclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: note: add '@MainActor' to make static property 'JUSTID' part of global actor 'MainActor'
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: warning: static property 'FORCE' is not concurrency-safe because non-'Sendable' type 'XclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10053:15: note: consider making struct 'XclaimOptions' conform to the 'Sendable' protocol
public struct XclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: note: add '@MainActor' to make static property 'FORCE' part of global actor 'MainActor'
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: warning: static property 'JUSTID' is not concurrency-safe because non-'Sendable' type 'XclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10053:15: note: consider making struct 'XclaimOptions' conform to the 'Sendable' protocol
public struct XclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: note: add '@MainActor' to make static property 'JUSTID' part of global actor 'MainActor'
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: warning: static property 'NOACK' is not concurrency-safe because non-'Sendable' type 'XreadgroupOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10121:15: note: consider making struct 'XreadgroupOptions' conform to the 'Sendable' protocol
public struct XreadgroupOptions: OptionSet, ToRedisArgs {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: note: add '@MainActor' to make static property 'NOACK' part of global actor 'MainActor'
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: warning: static property 'CH' is not concurrency-safe because non-'Sendable' type 'ZaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10200:15: note: consider making struct 'ZaddOptions' conform to the 'Sendable' protocol
public struct ZaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: note: add '@MainActor' to make static property 'CH' part of global actor 'MainActor'
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: warning: static property 'INCR' is not concurrency-safe because non-'Sendable' type 'ZaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10200:15: note: consider making struct 'ZaddOptions' conform to the 'Sendable' protocol
public struct ZaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: note: add '@MainActor' to make static property 'INCR' part of global actor 'MainActor'
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZdiffOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10210:15: note: consider making struct 'ZdiffOptions' conform to the 'Sendable' protocol
public struct ZdiffOptions: OptionSet, ToRedisArgs {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZinterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10230:15: note: consider making struct 'ZinterOptions' conform to the 'Sendable' protocol
public struct ZinterOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrandmemberOptions.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10271:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: warning: static property 'REV' is not concurrency-safe because non-'Sendable' type 'ZrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10302:15: note: consider making struct 'ZrangeOptions' conform to the 'Sendable' protocol
public struct ZrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: note: add '@MainActor' to make static property 'REV' part of global actor 'MainActor'
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10302:15: note: consider making struct 'ZrangeOptions' conform to the 'Sendable' protocol
public struct ZrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrangebyscoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10336:15: note: consider making struct 'ZrangebyscoreOptions' conform to the 'Sendable' protocol
public struct ZrangebyscoreOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: warning: static property 'REV' is not concurrency-safe because non-'Sendable' type 'ZrangestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10366:15: note: consider making struct 'ZrangestoreOptions' conform to the 'Sendable' protocol
public struct ZrangestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: note: add '@MainActor' to make static property 'REV' part of global actor 'MainActor'
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: warning: static property 'WITHSCORE' is not concurrency-safe because non-'Sendable' type 'ZrankOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10372:15: note: consider making struct 'ZrankOptions' conform to the 'Sendable' protocol
public struct ZrankOptions: OptionSet, ToRedisArgs {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: note: add '@MainActor' to make static property 'WITHSCORE' part of global actor 'MainActor'
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrevrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10380:15: note: consider making struct 'ZrevrangeOptions' conform to the 'Sendable' protocol
public struct ZrevrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrevrangebyscoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10412:15: note: consider making struct 'ZrevrangebyscoreOptions' conform to the 'Sendable' protocol
public struct ZrevrangebyscoreOptions: OptionSet, ToRedisArgs {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: warning: static property 'WITHSCORE' is not concurrency-safe because non-'Sendable' type 'ZrevrankOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10420:15: note: consider making struct 'ZrevrankOptions' conform to the 'Sendable' protocol
public struct ZrevrankOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: note: add '@MainActor' to make static property 'WITHSCORE' part of global actor 'MainActor'
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZunionOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10440:15: note: consider making struct 'ZunionOptions' conform to the 'Sendable' protocol
public struct ZunionOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: warning: static property 'WITHCODE' is not concurrency-safe because non-'Sendable' type 'FunctionListOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:331:15: note: consider making struct 'FunctionListOptions' conform to the 'Sendable' protocol
public struct FunctionListOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: note: add '@MainActor' to make static property 'WITHCODE' part of global actor 'MainActor'
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'FunctionLoadOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:351:15: note: consider making struct 'FunctionLoadOptions' conform to the 'Sendable' protocol
public struct FunctionLoadOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/latency.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ pubsub.swift,\ script.swift,\ sentinel.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/pubsub.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/script.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/sentinel.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/pubsub.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/script.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/sentinel.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ memory.swift,\ module.swift,\ object.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/memory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/module.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/object.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/memory.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/module.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/object.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ client.swift,\ cluster.swift,\ command.swift,\ config.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/cluster.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/command.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/config.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: warning: static property 'BCAST' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: note: add '@MainActor' to make static property 'BCAST' part of global actor 'MainActor'
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: warning: static property 'OPTIN' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: note: add '@MainActor' to make static property 'OPTIN' part of global actor 'MainActor'
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: warning: static property 'OPTOUT' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: note: add '@MainActor' to make static property 'OPTOUT' part of global actor 'MainActor'
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: warning: static property 'NOLOOP' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: note: add '@MainActor' to make static property 'NOLOOP' part of global actor 'MainActor'
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/cluster.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/command.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/config.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncNetworking.swift,\ Client.swift,\ Cmd.swift,\ acl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Cmd.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/acl.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/AsyncNetworking.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: warning: static property 'LOCAL' is not concurrency-safe because non-'Sendable' type 'RedisClient' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:21:14: note: class 'RedisClient' does not conform to the 'Sendable' protocol
public class RedisClient {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: note: add '@MainActor' to make static property 'LOCAL' part of global actor 'MainActor'
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:87:16: warning: sending 'redis_connection' risks causing data races; this is an error in the Swift 6 language mode
        return PubSubConnection(con: redis_connection)
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:87:16: note: sending task-isolated 'redis_connection' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        return PubSubConnection(con: redis_connection)
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Cmd.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/acl.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Connection.swift,\ Errors.swift,\ FromRedisValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/FromRedisValue.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Connection.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:24:10: warning: associated value 'WithDescription' of 'Sendable'-conforming enum 'RedisError' has non-sendable type 'ErrorKind'; this is an error in the Swift 6 language mode
    case WithDescription(ErrorKind, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:76:13: note: consider making enum 'ErrorKind' conform to the 'Sendable' protocol
public enum ErrorKind: Equatable {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:28:10: warning: associated value 'WithDescriptionAndDetail' of 'Sendable'-conforming enum 'RedisError' has non-sendable type 'ErrorKind'; this is an error in the Swift 6 language mode
    case WithDescriptionAndDetail(ErrorKind, String, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:76:13: note: consider making enum 'ErrorKind' conform to the 'Sendable' protocol
public enum ErrorKind: Equatable {
            ^
                                , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/FromRedisValue.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PubSub.swift,\ ResponseValueParser.swift,\ Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ResponseValueParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Stream.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:52:48: warning: non-sendable type 'RedisConnection' of property 'con' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
                    let value = try await self.con.receive_response()
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Connection.swift:19:14: note: class 'RedisConnection' does not conform to the 'Sendable' protocol
public class RedisConnection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:55:36: warning: sending value of non-Sendable type 'Result<PubSubMessage, RedisError>' risks causing data races; this is an error in the Swift 6 language mode
                        subscriber.yield(.success(pubsub_message))
                        ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:55:36: note: Passing task-isolated value of non-Sendable type 'Result<PubSubMessage, RedisError>' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        subscriber.yield(.success(pubsub_message))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:203:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:203:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:215:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:215:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:227:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:227:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:239:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:239:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:251:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:251:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:263:23: warning: sending 'self.con' risks causing data races; this is an error in the Swift 6 language mode
        try await con.send_packed_command(cmd.pack_command())
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/PubSub.swift:263:23: note: sending 'self'-isolated 'self.con' to nonisolated instance method 'send_packed_command' risks causing data races between nonisolated and 'self'-isolated uses
        try await con.send_packed_command(cmd.pack_command())
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ResponseValueParser.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Stream.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftyRedis (in target 'SwiftyRedis' from project 'SwiftyRedis')
EmitSwiftModule normal arm64 (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: warning: static property 'LOCAL' is not concurrency-safe because non-'Sendable' type 'RedisClient' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:21:14: note: class 'RedisClient' does not conform to the 'Sendable' protocol
public class RedisClient {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: note: add '@MainActor' to make static property 'LOCAL' part of global actor 'MainActor'
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Client.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let LOCAL = RedisClient(.init("localhost"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: warning: static property 'BCAST' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: note: add '@MainActor' to make static property 'BCAST' part of global actor 'MainActor'
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:845:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let BCAST = ClientTrackingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: warning: static property 'OPTIN' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: note: add '@MainActor' to make static property 'OPTIN' part of global actor 'MainActor'
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:846:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let OPTIN = ClientTrackingOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: warning: static property 'OPTOUT' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: note: add '@MainActor' to make static property 'OPTOUT' part of global actor 'MainActor'
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:847:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let OPTOUT = ClientTrackingOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: warning: static property 'NOLOOP' is not concurrency-safe because non-'Sendable' type 'ClientTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:842:15: note: consider making struct 'ClientTrackingOptions' conform to the 'Sendable' protocol
public struct ClientTrackingOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: note: add '@MainActor' to make static property 'NOLOOP' part of global actor 'MainActor'
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/client.swift:848:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOLOOP = ClientTrackingOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8708:23: warning: static property 'SCHEDULE' is not concurrency-safe because non-'Sendable' type 'BgsaveOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let SCHEDULE = BgsaveOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8705:15: note: consider making struct 'BgsaveOptions' conform to the 'Sendable' protocol
public struct BgsaveOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8708:23: note: add '@MainActor' to make static property 'SCHEDULE' part of global actor 'MainActor'
    public static let SCHEDULE = BgsaveOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8708:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let SCHEDULE = BgsaveOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8934:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'CopyOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = CopyOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8931:15: note: consider making struct 'CopyOptions' conform to the 'Sendable' protocol
public struct CopyOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8934:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = CopyOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8934:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = CopyOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8984:27: warning: static property 'FORCE' is not concurrency-safe because non-'Sendable' type 'FailoverTarget.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let FORCE = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8981:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8984:27: note: add '@MainActor' to make static property 'FORCE' part of global actor 'MainActor'
        public static let FORCE = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8984:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let FORCE = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8993:23: warning: static property 'ABORT' is not concurrency-safe because non-'Sendable' type 'FailoverOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABORT = FailoverOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8990:15: note: consider making struct 'FailoverOptions' conform to the 'Sendable' protocol
public struct FailoverOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8993:23: note: add '@MainActor' to make static property 'ABORT' part of global actor 'MainActor'
    public static let ABORT = FailoverOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:8993:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABORT = FailoverOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9046:23: warning: static property 'CH' is not concurrency-safe because non-'Sendable' type 'GeoaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let CH = GeoaddOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9043:15: note: consider making struct 'GeoaddOptions' conform to the 'Sendable' protocol
public struct GeoaddOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9046:23: note: add '@MainActor' to make static property 'CH' part of global actor 'MainActor'
    public static let CH = GeoaddOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9046:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let CH = GeoaddOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9092:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeoradiusCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9089:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9092:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9092:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9125:23: warning: static property 'WITHCOORD' is not concurrency-safe because non-'Sendable' type 'GeoradiusOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCOORD = GeoradiusOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9122:15: note: consider making struct 'GeoradiusOptions' conform to the 'Sendable' protocol
public struct GeoradiusOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9125:23: note: add '@MainActor' to make static property 'WITHCOORD' part of global actor 'MainActor'
    public static let WITHCOORD = GeoradiusOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCOORD = GeoradiusOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9126:23: warning: static property 'WITHDIST' is not concurrency-safe because non-'Sendable' type 'GeoradiusOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHDIST = GeoradiusOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9122:15: note: consider making struct 'GeoradiusOptions' conform to the 'Sendable' protocol
public struct GeoradiusOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9126:23: note: add '@MainActor' to make static property 'WITHDIST' part of global actor 'MainActor'
    public static let WITHDIST = GeoradiusOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHDIST = GeoradiusOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9127:23: warning: static property 'WITHHASH' is not concurrency-safe because non-'Sendable' type 'GeoradiusOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHHASH = GeoradiusOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9122:15: note: consider making struct 'GeoradiusOptions' conform to the 'Sendable' protocol
public struct GeoradiusOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9127:23: note: add '@MainActor' to make static property 'WITHHASH' part of global actor 'MainActor'
    public static let WITHHASH = GeoradiusOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHHASH = GeoradiusOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9163:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9160:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9163:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9163:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9196:23: warning: static property 'WITHCOORD' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCOORD = GeoradiusbymemberOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9193:15: note: consider making struct 'GeoradiusbymemberOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberOptions: OptionSet, ToRedisArgs {
              ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9196:23: note: add '@MainActor' to make static property 'WITHCOORD' part of global actor 'MainActor'
    public static let WITHCOORD = GeoradiusbymemberOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9196:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCOORD = GeoradiusbymemberOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9197:23: warning: static property 'WITHDIST' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHDIST = GeoradiusbymemberOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9193:15: note: consider making struct 'GeoradiusbymemberOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberOptions: OptionSet, ToRedisArgs {
              ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9197:23: note: add '@MainActor' to make static property 'WITHDIST' part of global actor 'MainActor'
    public static let WITHDIST = GeoradiusbymemberOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9197:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHDIST = GeoradiusbymemberOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9198:23: warning: static property 'WITHHASH' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHHASH = GeoradiusbymemberOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9193:15: note: consider making struct 'GeoradiusbymemberOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberOptions: OptionSet, ToRedisArgs {
              ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9198:23: note: add '@MainActor' to make static property 'WITHHASH' part of global actor 'MainActor'
    public static let WITHHASH = GeoradiusbymemberOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9198:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHHASH = GeoradiusbymemberOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9234:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberRoCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9231:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9234:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9234:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9253:23: warning: static property 'WITHCOORD' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCOORD = GeoradiusbymemberRoOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9250:15: note: consider making struct 'GeoradiusbymemberRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberRoOptions: OptionSet, ToRedisArgs {
              ^
                                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9253:23: note: add '@MainActor' to make static property 'WITHCOORD' part of global actor 'MainActor'
    public static let WITHCOORD = GeoradiusbymemberRoOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9253:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCOORD = GeoradiusbymemberRoOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9254:23: warning: static property 'WITHDIST' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHDIST = GeoradiusbymemberRoOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9250:15: note: consider making struct 'GeoradiusbymemberRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberRoOptions: OptionSet, ToRedisArgs {
              ^
                                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9254:23: note: add '@MainActor' to make static property 'WITHDIST' part of global actor 'MainActor'
    public static let WITHDIST = GeoradiusbymemberRoOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9254:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHDIST = GeoradiusbymemberRoOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9255:23: warning: static property 'WITHHASH' is not concurrency-safe because non-'Sendable' type 'GeoradiusbymemberRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHHASH = GeoradiusbymemberRoOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9250:15: note: consider making struct 'GeoradiusbymemberRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusbymemberRoOptions: OptionSet, ToRedisArgs {
              ^
                                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9255:23: note: add '@MainActor' to make static property 'WITHHASH' part of global actor 'MainActor'
    public static let WITHHASH = GeoradiusbymemberRoOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9255:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHHASH = GeoradiusbymemberRoOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9291:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeoradiusRoCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9288:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9291:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9291:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9310:23: warning: static property 'WITHCOORD' is not concurrency-safe because non-'Sendable' type 'GeoradiusRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCOORD = GeoradiusRoOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9307:15: note: consider making struct 'GeoradiusRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusRoOptions: OptionSet, ToRedisArgs {
              ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9310:23: note: add '@MainActor' to make static property 'WITHCOORD' part of global actor 'MainActor'
    public static let WITHCOORD = GeoradiusRoOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9310:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCOORD = GeoradiusRoOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9311:23: warning: static property 'WITHDIST' is not concurrency-safe because non-'Sendable' type 'GeoradiusRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHDIST = GeoradiusRoOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9307:15: note: consider making struct 'GeoradiusRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusRoOptions: OptionSet, ToRedisArgs {
              ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9311:23: note: add '@MainActor' to make static property 'WITHDIST' part of global actor 'MainActor'
    public static let WITHDIST = GeoradiusRoOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9311:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHDIST = GeoradiusRoOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9312:23: warning: static property 'WITHHASH' is not concurrency-safe because non-'Sendable' type 'GeoradiusRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHHASH = GeoradiusRoOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9307:15: note: consider making struct 'GeoradiusRoOptions' conform to the 'Sendable' protocol
public struct GeoradiusRoOptions: OptionSet, ToRedisArgs {
              ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9312:23: note: add '@MainActor' to make static property 'WITHHASH' part of global actor 'MainActor'
    public static let WITHHASH = GeoradiusRoOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9312:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHHASH = GeoradiusRoOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9437:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeosearchCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9434:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9437:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9437:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9446:23: warning: static property 'WITHCOORD' is not concurrency-safe because non-'Sendable' type 'GeosearchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCOORD = GeosearchOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9443:15: note: consider making struct 'GeosearchOptions' conform to the 'Sendable' protocol
public struct GeosearchOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9446:23: note: add '@MainActor' to make static property 'WITHCOORD' part of global actor 'MainActor'
    public static let WITHCOORD = GeosearchOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9446:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCOORD = GeosearchOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9447:23: warning: static property 'WITHDIST' is not concurrency-safe because non-'Sendable' type 'GeosearchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHDIST = GeosearchOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9443:15: note: consider making struct 'GeosearchOptions' conform to the 'Sendable' protocol
public struct GeosearchOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9447:23: note: add '@MainActor' to make static property 'WITHDIST' part of global actor 'MainActor'
    public static let WITHDIST = GeosearchOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9447:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHDIST = GeosearchOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9448:23: warning: static property 'WITHHASH' is not concurrency-safe because non-'Sendable' type 'GeosearchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHHASH = GeosearchOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9443:15: note: consider making struct 'GeosearchOptions' conform to the 'Sendable' protocol
public struct GeosearchOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9448:23: note: add '@MainActor' to make static property 'WITHHASH' part of global actor 'MainActor'
    public static let WITHHASH = GeosearchOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9448:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHHASH = GeosearchOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9573:27: warning: static property 'ANY' is not concurrency-safe because non-'Sendable' type 'GeosearchstoreCountblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9570:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9573:27: note: add '@MainActor' to make static property 'ANY' part of global actor 'MainActor'
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9573:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ANY = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9582:23: warning: static property 'STOREDIST' is not concurrency-safe because non-'Sendable' type 'GeosearchstoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let STOREDIST = GeosearchstoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9579:15: note: consider making struct 'GeosearchstoreOptions' conform to the 'Sendable' protocol
public struct GeosearchstoreOptions: OptionSet, ToRedisArgs {
              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9582:23: note: add '@MainActor' to make static property 'STOREDIST' part of global actor 'MainActor'
    public static let STOREDIST = GeosearchstoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9582:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let STOREDIST = GeosearchstoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9666:27: warning: static property 'WITHVALUES' is not concurrency-safe because non-'Sendable' type 'HrandfieldOptions.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let WITHVALUES = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9663:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9666:27: note: add '@MainActor' to make static property 'WITHVALUES' part of global actor 'MainActor'
        public static let WITHVALUES = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9666:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let WITHVALUES = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9687:23: warning: static property 'LEN' is not concurrency-safe because non-'Sendable' type 'LcsOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let LEN = LcsOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9684:15: note: consider making struct 'LcsOptions' conform to the 'Sendable' protocol
public struct LcsOptions: OptionSet, ToRedisArgs {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9687:23: note: add '@MainActor' to make static property 'LEN' part of global actor 'MainActor'
    public static let LEN = LcsOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9687:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let LEN = LcsOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9688:23: warning: static property 'IDX' is not concurrency-safe because non-'Sendable' type 'LcsOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let IDX = LcsOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9684:15: note: consider making struct 'LcsOptions' conform to the 'Sendable' protocol
public struct LcsOptions: OptionSet, ToRedisArgs {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9688:23: note: add '@MainActor' to make static property 'IDX' part of global actor 'MainActor'
    public static let IDX = LcsOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9688:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let IDX = LcsOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9689:23: warning: static property 'WITHMATCHLEN' is not concurrency-safe because non-'Sendable' type 'LcsOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHMATCHLEN = LcsOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9684:15: note: consider making struct 'LcsOptions' conform to the 'Sendable' protocol
public struct LcsOptions: OptionSet, ToRedisArgs {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9689:23: note: add '@MainActor' to make static property 'WITHMATCHLEN' part of global actor 'MainActor'
    public static let WITHMATCHLEN = LcsOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9689:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHMATCHLEN = LcsOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9775:23: warning: static property 'COPY' is not concurrency-safe because non-'Sendable' type 'MigrateOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9772:15: note: consider making struct 'MigrateOptions' conform to the 'Sendable' protocol
public struct MigrateOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9775:23: note: add '@MainActor' to make static property 'COPY' part of global actor 'MainActor'
    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9775:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let COPY = MigrateOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'MigrateOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9772:15: note: consider making struct 'MigrateOptions' conform to the 'Sendable' protocol
public struct MigrateOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9776:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = MigrateOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'RestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9834:15: note: consider making struct 'RestoreOptions' conform to the 'Sendable' protocol
public struct RestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9837:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = RestoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: warning: static property 'ABSTTL' is not concurrency-safe because non-'Sendable' type 'RestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9834:15: note: consider making struct 'RestoreOptions' conform to the 'Sendable' protocol
public struct RestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: note: add '@MainActor' to make static property 'ABSTTL' part of global actor 'MainActor'
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9838:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABSTTL = RestoreOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'RestoreAskingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9844:15: note: consider making struct 'RestoreAskingOptions' conform to the 'Sendable' protocol
public struct RestoreAskingOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9847:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = RestoreAskingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: warning: static property 'ABSTTL' is not concurrency-safe because non-'Sendable' type 'RestoreAskingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9844:15: note: consider making struct 'RestoreAskingOptions' conform to the 'Sendable' protocol
public struct RestoreAskingOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: note: add '@MainActor' to make static property 'ABSTTL' part of global actor 'MainActor'
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9848:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABSTTL = RestoreAskingOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: warning: static property 'GET' is not concurrency-safe because non-'Sendable' type 'SetOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9888:15: note: consider making struct 'SetOptions' conform to the 'Sendable' protocol
public struct SetOptions: OptionSet, ToRedisArgs {
              ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: note: add '@MainActor' to make static property 'GET' part of global actor 'MainActor'
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9891:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let GET = SetOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: warning: static property 'NOW' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: note: add '@MainActor' to make static property 'NOW' part of global actor 'MainActor'
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9907:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOW = ShutdownOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: warning: static property 'FORCE' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: note: add '@MainActor' to make static property 'FORCE' part of global actor 'MainActor'
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9908:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FORCE = ShutdownOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: warning: static property 'ABORT' is not concurrency-safe because non-'Sendable' type 'ShutdownOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9904:15: note: consider making struct 'ShutdownOptions' conform to the 'Sendable' protocol
public struct ShutdownOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: note: add '@MainActor' to make static property 'ABORT' part of global actor 'MainActor'
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9909:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ABORT = ShutdownOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: warning: static property 'ALPHA' is not concurrency-safe because non-'Sendable' type 'SortOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9938:15: note: consider making struct 'SortOptions' conform to the 'Sendable' protocol
public struct SortOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: note: add '@MainActor' to make static property 'ALPHA' part of global actor 'MainActor'
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9941:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ALPHA = SortOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: warning: static property 'ALPHA' is not concurrency-safe because non-'Sendable' type 'SortRoOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9968:15: note: consider making struct 'SortRoOptions' conform to the 'Sendable' protocol
public struct SortRoOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: note: add '@MainActor' to make static property 'ALPHA' part of global actor 'MainActor'
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:9971:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ALPHA = SortRoOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: warning: static property 'NOMKSTREAM' is not concurrency-safe because non-'Sendable' type 'XaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10037:15: note: consider making struct 'XaddOptions' conform to the 'Sendable' protocol
public struct XaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: note: add '@MainActor' to make static property 'NOMKSTREAM' part of global actor 'MainActor'
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10040:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOMKSTREAM = XaddOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: warning: static property 'JUSTID' is not concurrency-safe because non-'Sendable' type 'XautoclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10045:15: note: consider making struct 'XautoclaimOptions' conform to the 'Sendable' protocol
public struct XautoclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: note: add '@MainActor' to make static property 'JUSTID' part of global actor 'MainActor'
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10048:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let JUSTID = XautoclaimOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: warning: static property 'FORCE' is not concurrency-safe because non-'Sendable' type 'XclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10053:15: note: consider making struct 'XclaimOptions' conform to the 'Sendable' protocol
public struct XclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: note: add '@MainActor' to make static property 'FORCE' part of global actor 'MainActor'
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10056:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FORCE = XclaimOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: warning: static property 'JUSTID' is not concurrency-safe because non-'Sendable' type 'XclaimOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10053:15: note: consider making struct 'XclaimOptions' conform to the 'Sendable' protocol
public struct XclaimOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: note: add '@MainActor' to make static property 'JUSTID' part of global actor 'MainActor'
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10057:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let JUSTID = XclaimOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: warning: static property 'NOACK' is not concurrency-safe because non-'Sendable' type 'XreadgroupOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10121:15: note: consider making struct 'XreadgroupOptions' conform to the 'Sendable' protocol
public struct XreadgroupOptions: OptionSet, ToRedisArgs {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: note: add '@MainActor' to make static property 'NOACK' part of global actor 'MainActor'
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10124:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NOACK = XreadgroupOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: warning: static property 'CH' is not concurrency-safe because non-'Sendable' type 'ZaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10200:15: note: consider making struct 'ZaddOptions' conform to the 'Sendable' protocol
public struct ZaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: note: add '@MainActor' to make static property 'CH' part of global actor 'MainActor'
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10203:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let CH = ZaddOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: warning: static property 'INCR' is not concurrency-safe because non-'Sendable' type 'ZaddOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10200:15: note: consider making struct 'ZaddOptions' conform to the 'Sendable' protocol
public struct ZaddOptions: OptionSet, ToRedisArgs {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: note: add '@MainActor' to make static property 'INCR' part of global actor 'MainActor'
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10204:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let INCR = ZaddOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZdiffOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10210:15: note: consider making struct 'ZdiffOptions' conform to the 'Sendable' protocol
public struct ZdiffOptions: OptionSet, ToRedisArgs {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10213:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZdiffOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZinterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10230:15: note: consider making struct 'ZinterOptions' conform to the 'Sendable' protocol
public struct ZinterOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10233:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZinterOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrandmemberOptions.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10271:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10274:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let WITHSCORES = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: warning: static property 'REV' is not concurrency-safe because non-'Sendable' type 'ZrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10302:15: note: consider making struct 'ZrangeOptions' conform to the 'Sendable' protocol
public struct ZrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: note: add '@MainActor' to make static property 'REV' part of global actor 'MainActor'
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10305:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REV = ZrangeOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10302:15: note: consider making struct 'ZrangeOptions' conform to the 'Sendable' protocol
public struct ZrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10306:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrangeOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrangebyscoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10336:15: note: consider making struct 'ZrangebyscoreOptions' conform to the 'Sendable' protocol
public struct ZrangebyscoreOptions: OptionSet, ToRedisArgs {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10339:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: warning: static property 'REV' is not concurrency-safe because non-'Sendable' type 'ZrangestoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10366:15: note: consider making struct 'ZrangestoreOptions' conform to the 'Sendable' protocol
public struct ZrangestoreOptions: OptionSet, ToRedisArgs {
              ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: note: add '@MainActor' to make static property 'REV' part of global actor 'MainActor'
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REV = ZrangestoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: warning: static property 'WITHSCORE' is not concurrency-safe because non-'Sendable' type 'ZrankOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10372:15: note: consider making struct 'ZrankOptions' conform to the 'Sendable' protocol
public struct ZrankOptions: OptionSet, ToRedisArgs {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: note: add '@MainActor' to make static property 'WITHSCORE' part of global actor 'MainActor'
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORE = ZrankOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrevrangeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10380:15: note: consider making struct 'ZrevrangeOptions' conform to the 'Sendable' protocol
public struct ZrevrangeOptions: OptionSet, ToRedisArgs {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrevrangeOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZrevrangebyscoreOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10412:15: note: consider making struct 'ZrevrangebyscoreOptions' conform to the 'Sendable' protocol
public struct ZrevrangebyscoreOptions: OptionSet, ToRedisArgs {
              ^
                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10415:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZrevrangebyscoreOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: warning: static property 'WITHSCORE' is not concurrency-safe because non-'Sendable' type 'ZrevrankOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10420:15: note: consider making struct 'ZrevrankOptions' conform to the 'Sendable' protocol
public struct ZrevrankOptions: OptionSet, ToRedisArgs {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: note: add '@MainActor' to make static property 'WITHSCORE' part of global actor 'MainActor'
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10423:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORE = ZrevrankOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: warning: static property 'WITHSCORES' is not concurrency-safe because non-'Sendable' type 'ZunionOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10440:15: note: consider making struct 'ZunionOptions' conform to the 'Sendable' protocol
public struct ZunionOptions: OptionSet, ToRedisArgs {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: note: add '@MainActor' to make static property 'WITHSCORES' part of global actor 'MainActor'
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/containerless.swift:10443:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHSCORES = ZunionOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: warning: static property 'WITHCODE' is not concurrency-safe because non-'Sendable' type 'FunctionListOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:331:15: note: consider making struct 'FunctionListOptions' conform to the 'Sendable' protocol
public struct FunctionListOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: note: add '@MainActor' to make static property 'WITHCODE' part of global actor 'MainActor'
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:334:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let WITHCODE = FunctionListOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: warning: static property 'REPLACE' is not concurrency-safe because non-'Sendable' type 'FunctionLoadOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:351:15: note: consider making struct 'FunctionLoadOptions' conform to the 'Sendable' protocol
public struct FunctionLoadOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: note: add '@MainActor' to make static property 'REPLACE' part of global actor 'MainActor'
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/function.swift:354:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let REPLACE = FunctionLoadOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: warning: static property 'MKSTREAM' is not concurrency-safe because non-'Sendable' type 'XgroupCreateOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:263:15: note: consider making struct 'XgroupCreateOptions' conform to the 'Sendable' protocol
public struct XgroupCreateOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: note: add '@MainActor' to make static property 'MKSTREAM' part of global actor 'MainActor'
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: warning: static property 'FULL' is not concurrency-safe because non-'Sendable' type 'XinfoStreamFullblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:182:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: note: add '@MainActor' to make static property 'FULL' part of global actor 'MainActor'
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:24:10: warning: associated value 'WithDescription' of 'Sendable'-conforming enum 'RedisError' has non-sendable type 'ErrorKind'; this is an error in the Swift 6 language mode
    case WithDescription(ErrorKind, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:76:13: note: consider making enum 'ErrorKind' conform to the 'Sendable' protocol
public enum ErrorKind: Equatable {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:28:10: warning: associated value 'WithDescriptionAndDetail' of 'Sendable'-conforming enum 'RedisError' has non-sendable type 'ErrorKind'; this is an error in the Swift 6 language mode
    case WithDescriptionAndDetail(ErrorKind, String, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Errors.swift:76:13: note: consider making enum 'ErrorKind' conform to the 'Sendable' protocol
public enum ErrorKind: Equatable {
            ^
                                , Sendable
SwiftCompile normal arm64 Compiling\ JSONValue.swift,\ Pipeline.swift,\ ProtocolSpec.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/JSONValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Pipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ProtocolSpec.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/JSONValue.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Pipeline.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ProtocolSpec.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ slowlog.swift,\ xgroup.swift,\ xinfo.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/slowlog.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/slowlog.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: warning: static property 'MKSTREAM' is not concurrency-safe because non-'Sendable' type 'XgroupCreateOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:263:15: note: consider making struct 'XgroupCreateOptions' conform to the 'Sendable' protocol
public struct XgroupCreateOptions: OptionSet, ToRedisArgs {
              ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: note: add '@MainActor' to make static property 'MKSTREAM' part of global actor 'MainActor'
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xgroup.swift:266:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let MKSTREAM = XgroupCreateOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: warning: static property 'FULL' is not concurrency-safe because non-'Sendable' type 'XinfoStreamFullblock.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:182:19: note: consider making struct 'Options' conform to the 'Sendable' protocol
    public struct Options: OptionSet, ToRedisArgs {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: note: add '@MainActor' to make static property 'FULL' part of global actor 'MainActor'
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/CodeGen/Commands/xinfo.swift:185:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let FULL = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftyRedis (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriver\ Compilation\ Requirements SwiftyRedis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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 SwiftyRedis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling slowlog.swift, xgroup.swift, xinfo.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 Compiling\ ToRedisArgs.swift,\ Transaction.swift,\ Value.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ToRedisArgs.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Transaction.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Value.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/ToRedisArgs.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Transaction.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyRedis/Value.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling memory.swift, module.swift, object.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriverJobDiscovery normal arm64 Compiling pubsub.swift, script.swift, sentinel.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftyRedis-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-Swift.h (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftyRedis-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSemaphore.swift (in target 'Semaphore' from project 'Semaphore')
SwiftDriverJobDiscovery normal arm64 Compiling PubSub.swift, ResponseValueParser.swift, Stream.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriver\ Compilation Semaphore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Semaphore' from project 'Semaphore')
    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 Semaphore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore-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/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name semaphore -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.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/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONValue.swift, Pipeline.swift, ProtocolSpec.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriverJobDiscovery normal arm64 Compiling client.swift, cluster.swift, command.swift, config.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftdoc (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.swiftdoc
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.o normal (in target 'Semaphore' from project 'Semaphore')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Semaphore
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftmodule (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.abi.json (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftsourceinfo (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'Semaphore' from project 'Semaphore')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Semaphore
    /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 Semaphore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier semaphore.Semaphore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Semaphore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Semaphore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Semaphore.build/Debug/Semaphore.build/Objects-normal/arm64/Semaphore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 21:45:12.621 appintentsmetadataprocessor[1206:7038] Starting appintentsmetadataprocessor export
2025-04-27 21:45:12.664 appintentsmetadataprocessor[1206:7038] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AsyncNetworking.swift, Client.swift, Cmd.swift, acl.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriverJobDiscovery normal arm64 Compiling Connection.swift, Errors.swift, FromRedisValue.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.o (in target 'Semaphore' from project 'Semaphore')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Semaphore
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Semaphore.o
SwiftDriverJobDiscovery normal arm64 Compiling ToRedisArgs.swift, Transaction.swift, Value.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriverJobDiscovery normal arm64 Compiling containerless.swift, function.swift, latency.swift (in target 'SwiftyRedis' from project 'SwiftyRedis')
SwiftDriver\ Compilation SwiftyRedis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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 SwiftyRedis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.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/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis-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/Products/Debug/SwiftyRedis.o normal (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.o
ExtractAppIntentsMetadata (in target 'SwiftyRedis' from project 'SwiftyRedis')
    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 SwiftyRedis --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.SwiftyRedis --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/SwiftyRedis.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/SwiftyRedis.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyRedis.build/Debug/SwiftyRedis.build/Objects-normal/arm64/SwiftyRedis.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 21:45:14.281 appintentsmetadataprocessor[1209:7062] Starting appintentsmetadataprocessor export
2025-04-27 21:45:14.317 appintentsmetadataprocessor[1209:7062] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.o (in target 'SwiftyRedis' from project 'SwiftyRedis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftyRedis.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:a272d202a0680f2900824ba013e936ec46ced487, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a272d202a0680f2900824ba013e936ec46ced487, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:a272d202a0680f2900824ba013e936ec46ced487, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a272d202a0680f2900824ba013e936ec46ced487, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    }
  ],
  "manifest_display_name" : "SwiftyRedis",
  "name" : "SwiftyRedis",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyRedis",
      "targets" : [
        "SwiftyRedis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyRedisTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRedisTests",
      "path" : "Tests/SwiftyRedisTests",
      "sources" : [
        "ConnectionTests.swift",
        "PubSubConnectionTests.swift",
        "ResponseValueParserTests.swift",
        "TransactionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyRedis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyRedis",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRedis",
      "path" : "Sources/SwiftyRedis",
      "product_dependencies" : [
        "Semaphore"
      ],
      "product_memberships" : [
        "SwiftyRedis"
      ],
      "sources" : [
        "AsyncNetworking.swift",
        "Client.swift",
        "Cmd.swift",
        "CodeGen/Commands/acl.swift",
        "CodeGen/Commands/client.swift",
        "CodeGen/Commands/cluster.swift",
        "CodeGen/Commands/command.swift",
        "CodeGen/Commands/config.swift",
        "CodeGen/Commands/containerless.swift",
        "CodeGen/Commands/function.swift",
        "CodeGen/Commands/latency.swift",
        "CodeGen/Commands/memory.swift",
        "CodeGen/Commands/module.swift",
        "CodeGen/Commands/object.swift",
        "CodeGen/Commands/pubsub.swift",
        "CodeGen/Commands/script.swift",
        "CodeGen/Commands/sentinel.swift",
        "CodeGen/Commands/slowlog.swift",
        "CodeGen/Commands/xgroup.swift",
        "CodeGen/Commands/xinfo.swift",
        "Connection.swift",
        "Errors.swift",
        "FromRedisValue.swift",
        "JSONValue.swift",
        "Pipeline.swift",
        "ProtocolSpec.swift",
        "PubSub.swift",
        "ResponseValueParser.swift",
        "Stream.swift",
        "ToRedisArgs.swift",
        "Transaction.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.