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 DSFStepperView, reference main (9db5b3), with Swift 6.0 for iOS using Xcode 16.0 on 5 Nov 2024 12:53:22 UTC.

Swift 6 data race errors: 7

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFStepperView-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: warning: static property '__demoConfig' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.DisplaySettings' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:79:17: note: consider making struct 'DisplaySettings' conform to the 'Sendable' protocol
                public struct DisplaySettings {
                              ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: note: annotate '__demoConfig' with '@MainActor' if property should only be accessed from the main actor
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: warning: static property '__demoStyle' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: note: annotate '__demoStyle' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: warning: static property '__demoStyle1' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: note: annotate '__demoStyle1' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: warning: static property '__demoStyle2' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: note: annotate '__demoStyle2' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: warning: static property '__demoStyle3' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: note: annotate '__demoStyle3' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: warning: static property '__demoStyle4' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: note: annotate '__demoStyle4' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: warning: static property '__demoStyle5' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: note: annotate '__demoStyle5' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/ClampedValue.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFDelayedRepeatingButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DSFAppearanceManager+Listeners.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+iOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DSFAppearanceCache.swift, DSFAppearanceManager+ChangeDetector.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+macOS.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/resource_bundle_accessor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DSFAppearanceManager.swift, NSView+Appearance.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+textfield.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling WeakBox.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+localization.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DSFSimpleLock.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+Delegate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling WeakBag.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftCompile normal arm64 Compiling\ DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+SwiftUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: warning: static property '__demoConfig' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.DisplaySettings' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:79:17: note: consider making struct 'DisplaySettings' conform to the 'Sendable' protocol
                public struct DisplaySettings {
                              ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: note: annotate '__demoConfig' with '@MainActor' if property should only be accessed from the main actor
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:311:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoConfig = DSFStepperView.SwiftUI.DisplaySettings(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: warning: static property '__demoStyle' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: note: annotate '__demoStyle' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:315:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: warning: static property '__demoStyle1' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: note: annotate '__demoStyle1' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:319:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle1 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: warning: static property '__demoStyle2' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: note: annotate '__demoStyle2' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:323:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle2 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: warning: static property '__demoStyle3' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: note: annotate '__demoStyle3' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:328:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle3 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: warning: static property '__demoStyle4' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: note: annotate '__demoStyle4' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:333:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle4 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: warning: static property '__demoStyle5' is not concurrency-safe because non-'Sendable' type 'DSFStepperView.SwiftUI.Style' may have shared mutable state; this is an error in the Swift 6 language mode
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:44:17: note: consider making struct 'Style' conform to the 'Sendable' protocol
                public struct Style {
                              ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: note: annotate '__demoStyle5' with '@MainActor' if property should only be accessed from the main actor
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:339:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let __demoStyle5 = DSFStepperView.SwiftUI.Style(
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:296:21: warning: capture of 'self' with non-sendable type 'DSFStepperView.SwiftUI.Coordinator?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                                if let parent = self?.parent {
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:274:15: note: class 'Coordinator' does not conform to the 'Sendable' protocol
        public class Coordinator: NSObject, DSFStepperViewDelegateProtocol {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:297:26: warning: reference to captured var 'newValue' in concurrently-executing code; this is an error in the Swift 6 language mode
                                        parent.floatValue = newValue
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:298:28: warning: reference to captured var 'newValue' in concurrently-executing code; this is an error in the Swift 6 language mode
                                        parent.onValueChange?(newValue)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:296:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                                if let parent = self?.parent {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift:296:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                                if let parent = self?.parent {
                                                ^~~~
SwiftDriverJobDiscovery normal arm64 Compiling DSFDebounce.swift (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+localization.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftCompile normal arm64 Compiling\ DSFStepperView+utils.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/DSFStepperView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/ClampedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+localization.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+textfield.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/private/DSFStepperView+utils.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFStepperView -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.o -index-unit-output-path /DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView+utils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+macOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriver\ Compilation DSFAppearanceManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFAppearanceManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager-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/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager.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/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.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/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager-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-iphoneos/DSFAppearanceManager.o normal (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DSFAppearanceManager
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFAppearanceManager.o
SwiftDriverJobDiscovery normal arm64 Compiling ClampedValue.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+Delegate.swift (in target 'DSFStepperView' from project 'DSFStepperView')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFAppearanceManager.o (in target 'DSFAppearanceManager' from project 'DSFAppearanceManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DSFAppearanceManager
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFAppearanceManager.o
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+textfield.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Emitting module for DSFStepperView (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriver\ Compilation\ Requirements DSFStepperView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFStepperView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DSFStepperView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-Swift.h (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DSFStepperView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftmodule (in target 'DSFStepperView' from project 'DSFStepperView')
    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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftdoc (in target 'DSFStepperView' from project 'DSFStepperView')
    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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.abi.json (in target 'DSFStepperView' from project 'DSFStepperView')
    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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftsourceinfo (in target 'DSFStepperView' from project 'DSFStepperView')
    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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DSFDelayedRepeatingButton.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+iOS.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+utils.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriverJobDiscovery normal arm64 Compiling DSFStepperView+SwiftUI.swift (in target 'DSFStepperView' from project 'DSFStepperView')
SwiftDriver\ Compilation DSFStepperView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DSFStepperView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.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/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView-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-iphoneos/DSFStepperView.o normal (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.o (in target 'DSFStepperView' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DSFStepperView.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView-shared\ product.build/empty-DSFStepperView-shared.plist (in target 'DSFStepperView-shared' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView-shared\ product.build/empty-DSFStepperView-shared.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework/DSFStepperView-shared normal (in target 'DSFStepperView-shared' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView-shared\ product.build/Objects-normal/arm64/DSFStepperView-shared.LinkFileList -install_name @rpath/DSFStepperView-shared.framework/DSFStepperView-shared -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView-shared\ product.build/Objects-normal/arm64/DSFStepperView-shared_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView-shared\ product.build/Objects-normal/arm64/DSFStepperView-shared_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework/DSFStepperView-shared -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFStepperView.build/Debug-iphoneos/DSFStepperView.build/Objects-normal/arm64/DSFStepperView.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFAppearanceManager.build/Debug-iphoneos/DSFAppearanceManager.build/Objects-normal/arm64/DSFAppearanceManager.swiftmodule
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/DSFStepperView-shared.framework/DSFStepperView-shared.tbd (in target 'DSFStepperView-shared' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework/DSFStepperView-shared -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/DSFStepperView-shared.framework/DSFStepperView-shared.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework (in target 'DSFStepperView-shared' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework (in target 'DSFStepperView-shared' from project 'DSFStepperView')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/DSFStepperView-shared.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dsfappearancemanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFAppearanceManager"
    }
  ],
  "manifest_display_name" : "DSFStepperView",
  "name" : "DSFStepperView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DSFStepperView",
      "targets" : [
        "DSFStepperView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFStepperView-static",
      "targets" : [
        "DSFStepperView"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFStepperView-shared",
      "targets" : [
        "DSFStepperView"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFStepperViewTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFStepperViewTests",
      "path" : "Tests/DSFStepperViewTests",
      "sources" : [
        "DSFStepperViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DSFStepperView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFStepperView",
      "module_type" : "SwiftTarget",
      "name" : "DSFStepperView",
      "path" : "Sources/DSFStepperView",
      "product_dependencies" : [
        "DSFAppearanceManager"
      ],
      "product_memberships" : [
        "DSFStepperView",
        "DSFStepperView-static",
        "DSFStepperView-shared"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DSFStepperView/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DSFStepperView+Delegate.swift",
        "DSFStepperView+SwiftUI.swift",
        "DSFStepperView+iOS.swift",
        "DSFStepperView+macOS.swift",
        "private/ClampedValue.swift",
        "private/DSFDelayedRepeatingButton.swift",
        "private/DSFStepperView+localization.swift",
        "private/DSFStepperView+textfield.swift",
        "private/DSFStepperView+utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.