This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build BetterSheet with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme BetterSheet -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: Value = nil
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: Value = nil
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static var defaultValue: Value = nil
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: Value = nil
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:26:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: Value = []
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:26:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: Value = []
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:26:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static var defaultValue: Value = []
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: Value = []
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ View+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
 9 | import SwiftUI
10 |
11 | internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
   |                                                  `- error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
12 |     private var sheet: BetterSheet?
13 |     private weak var presentingCoordinator: BetterSheetCoordinator?
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
15 |     internal var onDidAttemptToDismiss: [BetterSheetDidAttemptToDismissCallback] = []
16 |
17 |     internal weak var viewController: UIViewController? {
   |                                       `- error: cannot find type 'UIViewController' in scope
18 |         didSet {
19 |             viewController?.presentationController?.delegate = self
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:74:78: error: cannot find type 'UIPresentationController' in scope
72 |     }
73 |
74 |     func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
   |                                                                              `- error: cannot find type 'UIPresentationController' in scope
75 |         for callback in onDidAttemptToDismiss {
76 |             callback.action()
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:80:69: error: cannot find type 'UIPresentationController' in scope
78 |     }
79 |
80 |     func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
   |                                                                     `- error: cannot find type 'UIPresentationController' in scope
81 |         viewController = nil
82 |         dismiss()
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     typealias Value = Bool?
13 |
14 |     static var defaultValue: Value = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 |     typealias Value = BetterSheet?
13 |
14 |     static var defaultValue: Value = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
28 |
29 | private struct BetterSheetPresentationModeEnvironmentKey: EnvironmentKey {
30 |     static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift:26:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
24 |     typealias Value = [BetterSheetDidAttemptToDismissCallback]
25 |
26 |     static var defaultValue: Value = []
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     static func reduce(value: inout Value, nextValue: () -> Value) {
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:11:18: error: cannot find type 'UIHostingController' in scope
 9 | import SwiftUI
10 |
11 | public extension UIHostingController {
   |                  `- error: cannot find type 'UIHostingController' in scope
12 |     static func withBetterSheetSupport(rootView: Content) -> UIViewController {
13 |         let coordinator = BetterSheetCoordinator()
SwiftEmitModule normal armv7k Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.abi.json
Command SwiftEmitModule failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'BetterSheet' from project 'BetterSheet')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
(10 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BetterSheet -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  BetterSheet: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'BetterSheet' in project 'BetterSheet'
        ➜ Explicit dependency on target 'BetterSheet' in project 'BetterSheet'
    Target 'BetterSheet' in project 'BetterSheet' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'BetterSheet' from project 'BetterSheet')
SwiftDriver BetterSheet normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name BetterSheet -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet-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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver BetterSheet normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name BetterSheet -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver BetterSheet normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name BetterSheet -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet-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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.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/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64/BetterSheet-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/OnBetterSheetDidAttemptToDismiss.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ View+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/View+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BetterSheet (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
 9 | import SwiftUI
10 |
11 | internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
   |                                                  `- error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
12 |     private var sheet: BetterSheet?
13 |     private weak var presentingCoordinator: BetterSheetCoordinator?
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
15 |     internal var onDidAttemptToDismiss: [BetterSheetDidAttemptToDismissCallback] = []
16 |
17 |     internal weak var viewController: UIViewController? {
   |                                       `- error: cannot find type 'UIViewController' in scope
18 |         didSet {
19 |             viewController?.presentationController?.delegate = self
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:74:78: error: cannot find type 'UIPresentationController' in scope
72 |     }
73 |
74 |     func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
   |                                                                              `- error: cannot find type 'UIPresentationController' in scope
75 |         for callback in onDidAttemptToDismiss {
76 |             callback.action()
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:80:69: error: cannot find type 'UIPresentationController' in scope
78 |     }
79 |
80 |     func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
   |                                                                     `- error: cannot find type 'UIPresentationController' in scope
81 |         viewController = nil
82 |         dismiss()
SwiftCompile normal arm64_32 Compiling\ BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetCoordinator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:74:78: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:80:69: error: cannot find type 'UIPresentationController' in scope
    func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:46:30: error: cannot find 'UIHostingController' in scope
        let viewController = UIHostingController(rootView: rootView)
                             ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:56:51: error: 'nil' requires a contextual type
            presentedCoordinator.viewController = nil
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:81:26: error: 'nil' requires a contextual type
        viewController = nil
                         ^
SwiftCompile normal arm64_32 Compiling\ BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetIsModalInPresentation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: Value = nil
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: Value = nil
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static var defaultValue: Value = nil
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: Value = nil
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPreferenceKey.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: Value = nil
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift:14:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: Value = nil
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift:14:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static var defaultValue: Value = nil
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: Value = nil
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/UIHostingController+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:11:18: error: cannot find type 'UIHostingController' in scope
public extension UIHostingController {
                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:12:62: error: cannot find type 'UIViewController' in scope
    static func withBetterSheetSupport(rootView: Content) -> UIViewController {
                                                             ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift:12:50: error: cannot find type 'Content' in scope
    static func withBetterSheetSupport(rootView: Content) -> UIViewController {
                                                 ^~~~~~~
SwiftCompile normal arm64_32 Compiling\ BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetSupport.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:11:50: error: cannot find type 'UIAdaptivePresentationControllerDelegate' in scope
internal class BetterSheetCoordinator: NSObject, UIAdaptivePresentationControllerDelegate {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 Compiling\ BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/arm64_32/BetterSheetPresentationMode.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: Binding<BetterSheetPresentationMode> = .constant(BetterSheetPresentationMode())
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift:17:39: error: cannot find type 'UIViewController' in scope
    internal weak var viewController: UIViewController? {
                                      ^~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ View+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetIsModalInPresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/OnBetterSheetDidAttemptToDismiss.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/View+BetterSheet.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/BetterSheet_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BetterSheet -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.o -index-unit-output-path /BetterSheet.build/Debug-watchos/BetterSheet.build/Objects-normal/armv7k/View+BetterSheet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'BetterSheet' from project 'BetterSheet')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetCoordinator.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ UIHostingController+BetterSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/UIHostingController+BetterSheet.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ BetterSheetSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetSupport.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 Compiling\ BetterSheetPresentationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BetterSheet/BetterSheetPresentationMode.swift (in target 'BetterSheet' from project 'BetterSheet')
(7 failures)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.