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

Successful build of JKDrawer with Swift 6.0 for iOS using Xcode 16.0.

Swift 6 data race errors: 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 Drawer -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:12:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DrawerPresentable: class {
                                   ^~~~~
                                   AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:21:20: warning: main actor-isolated property 'identifier' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        constraint.identifier = identifier.rawValue
                   ^
UIKit.NSLayoutConstraint:3:25: note: mutation of this property is only permitted within the actor
    @MainActor open var identifier: String? { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:20:19: note: add '@MainActor' to make instance method 'addConstraint(_:for:)' part of global actor 'MainActor'
    internal func addConstraint(_ constraint: NSLayoutConstraint, for identifier: DrawerConstraintIdentifier) {
                  ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:29:24: warning: main actor-isolated property 'constant' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        sizeConstraint.constant = size
                       ^
UIKit.NSLayoutConstraint:25:25: note: mutation of this property is only permitted within the actor
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:25:10: note: add '@MainActor' to make instance method 'adjustConstraintsForOpened(offset:size:)' part of global actor 'MainActor'
    func adjustConstraintsForOpened(offset: CGFloat, size: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:34:24: warning: main actor-isolated property 'constant' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        edgeConstraint.constant = -(offset - size)
                       ^
UIKit.NSLayoutConstraint:25:25: note: mutation of this property is only permitted within the actor
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:25:10: note: add '@MainActor' to make instance method 'adjustConstraintsForOpened(offset:size:)' part of global actor 'MainActor'
    func adjustConstraintsForOpened(offset: CGFloat, size: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:41:60: warning: main actor-isolated property 'constant' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        adjustConstraintsForOpened(offset: -sizeConstraint.constant, size: sizeConstraint.constant)
                                                           ^
UIKit.NSLayoutConstraint:25:25: note: property declared here
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:37:10: note: add '@MainActor' to make instance method 'adjustConstraintsForClosed()' part of global actor 'MainActor'
    func adjustConstraintsForClosed() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:41:91: warning: main actor-isolated property 'constant' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        adjustConstraintsForOpened(offset: -sizeConstraint.constant, size: sizeConstraint.constant)
                                                                                          ^
UIKit.NSLayoutConstraint:25:25: note: property declared here
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:37:10: note: add '@MainActor' to make instance method 'adjustConstraintsForClosed()' part of global actor 'MainActor'
    func adjustConstraintsForClosed() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:48:35: warning: main actor-isolated property 'constant' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        let size = sizeConstraint.constant
                                  ^
UIKit.NSLayoutConstraint:25:25: note: property declared here
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:53:44: warning: main actor-isolated property 'constant' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        let offset = size - edgeConstraint.constant
                                           ^
UIKit.NSLayoutConstraint:25:25: note: property declared here
    @MainActor open var constant: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:62:31: warning: main actor-isolated property 'constant' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        return sizeConstraint.constant
                              ^
UIKit.NSLayoutConstraint:25:25: note: property declared here
    @MainActor open var constant: CGFloat { get set }
                        ^
SwiftCompile normal arm64 Compiling\ UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/UIViewController+Drawer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Offset+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Offset+Clamped.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerPresenting.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:12:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DrawerPresenting: class {
                                  ^~~~~
                                  AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:32:16: warning: main actor-isolated property 'children' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        return children.reversed().first(where: { child in
               ^
UIKit.UIViewController:3:25: note: property declared here
    @MainActor open var children: [UIViewController] { get }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:31:18: note: add '@MainActor' to make instance method 'currentDrawerForGravity' part of global actor 'MainActor'
    private func currentDrawerForGravity(_ gravity: Gravity) -> DrawerPresentable? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:47:23: warning: main actor-isolated property 'children' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        let drawers = children.filter { child in
                      ^
UIKit.UIViewController:3:25: note: property declared here
    @MainActor open var children: [UIViewController] { get }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:40:18: note: add '@MainActor' to make instance method 'drawerBelowDrawer' part of global actor 'MainActor'
    private func drawerBelowDrawer(_ drawer: DrawerPresentable) -> DrawerPresentable? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:68:9: warning: call to main actor-isolated instance method 'addChild' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        addChild(drawerController)
        ^
UIKit.UIViewController:8:15: note: calls to instance method 'addChild' from outside of its actor context are implicitly asynchronous
    open func addChild(_ childController: UIViewController)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:70:14: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view.addSubview(drawerController.view)
             ^
UIKit.UIView:12:26: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
    @MainActor open func addSubview(_ view: UIView)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:70:9: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        view.addSubview(drawerController.view)
        ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:70:42: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        view.addSubview(drawerController.view)
                                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:76:14: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view.layoutIfNeeded()
             ^
UIKit.UIView:36:26: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
    @MainActor open func layoutIfNeeded()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:76:9: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        view.layoutIfNeeded()
        ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:91:23: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                      ^
UIKit.UIView:36:26: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
    @MainActor open func layoutIfNeeded()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:91:18: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                 ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:95:30: warning: call to main actor-isolated instance method 'didMove(toParent:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            drawerController.didMove(toParent: self)
                             ^
UIKit.UIViewController:17:26: note: calls to instance method 'didMove(toParent:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func didMove(toParent parent: UIViewController?)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:98:61: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                self.fade(view: currentDrawerViewController.view, alpha: 0)
                                                            ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:103:20: warning: call to main actor-isolated class method 'animate(withDuration:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.animationDuration, animations: animations, completion: completion)
                   ^
UIKit.UIView:8:32: note: calls to class method 'animate(withDuration:animations:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:59:10: note: add '@MainActor' to make instance method 'openDrawer(_:animated:)' part of global actor 'MainActor'
    func openDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:13:16: warning: static property 'animationDuration' 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 animationDuration = 0.3
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:13:16: note: convert 'animationDuration' to a 'let' constant to make 'Sendable' shared state immutable
    static var animationDuration = 0.3
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:13:16: note: annotate 'animationDuration' with '@MainActor' if property should only be accessed from the main actor
    static var animationDuration = 0.3
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var animationDuration = 0.3
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:113:18: warning: main actor-isolated property 'alpha' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
            view.alpha = alpha
                 ^
UIKit.UIView:11:25: note: mutation of this property is only permitted within the actor
    @MainActor open var alpha: CGFloat { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:115:16: warning: call to main actor-isolated class method 'animate(withDuration:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UIView.animate(withDuration: Values.fadeAnimationDuration, animations: animations, completion: nil)
               ^
UIKit.UIView:8:32: note: calls to class method 'animate(withDuration:animations:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:111:18: note: add '@MainActor' to make instance method 'fade(view:alpha:)' part of global actor 'MainActor'
    private func fade(view: UIView, alpha: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:15:16: warning: static property 'fadeAnimationDuration' 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 fadeAnimationDuration = 0.1
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:15:16: note: convert 'fadeAnimationDuration' to a 'let' constant to make 'Sendable' shared state immutable
    static var fadeAnimationDuration = 0.1
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:15:16: note: annotate 'fadeAnimationDuration' with '@MainActor' if property should only be accessed from the main actor
    static var fadeAnimationDuration = 0.1
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var fadeAnimationDuration = 0.1
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:119:102: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        guard let drawerController = drawer as? UIViewController, let contentView = drawerController.view else {
                                                                                                     ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:123:36: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let panGestureRecognizer = DrawerPanGestureRecognizer()
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift:17:5: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
    init() {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:124:30: warning: call to main actor-isolated instance method 'setDidPan(delegate:callback:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        panGestureRecognizer.setDidPan(delegate: self) { [weak drawer] delegate, recognizer in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift:25:10: note: calls to instance method 'setDidPan(delegate:callback:)' from outside of its actor context are implicitly asynchronous
    func setDidPan<Object: AnyObject>(delegate: Object, callback: @escaping (Object, UIPanGestureRecognizer) -> Void) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:132:30: warning: call to main actor-isolated instance method 'setShouldRecognizeSimultaneously(delegate:callback:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        panGestureRecognizer.setShouldRecognizeSimultaneously(delegate: self) { [weak drawer] delegate, recognizer, other -> Bool in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift:37:10: note: calls to instance method 'setShouldRecognizeSimultaneously(delegate:callback:)' from outside of its actor context are implicitly asynchronous
    func setShouldRecognizeSimultaneously<Object: AnyObject>(delegate: Object, callback: @escaping (Object, UIPanGestureRecognizer, UIGestureRecognizer) -> Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:139:28: warning: main actor-isolated property 'isScrollEnabled' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtRight && recognizer.velocity(in: contentView).x > 0)
                           ^
UIKit.UIScrollView:34:25: note: mutation of this property is only permitted within the actor
    @MainActor open var isScrollEnabled: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:139:59: warning: main actor-isolated property 'isAtRight' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtRight && recognizer.velocity(in: contentView).x > 0)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift:37:9: note: property declared here
    var isAtRight: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:139:83: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtRight && recognizer.velocity(in: contentView).x > 0)
                                                                                  ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:141:28: warning: main actor-isolated property 'isScrollEnabled' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtLeft && recognizer.velocity(in: contentView).x < 0)
                           ^
UIKit.UIScrollView:34:25: note: mutation of this property is only permitted within the actor
    @MainActor open var isScrollEnabled: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:141:59: warning: main actor-isolated property 'isAtLeft' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtLeft && recognizer.velocity(in: contentView).x < 0)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift:33:9: note: property declared here
    var isAtLeft: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:141:82: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtLeft && recognizer.velocity(in: contentView).x < 0)
                                                                                 ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:143:28: warning: main actor-isolated property 'isScrollEnabled' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtBottom && recognizer.velocity(in: contentView).y < 0)
                           ^
UIKit.UIScrollView:34:25: note: mutation of this property is only permitted within the actor
    @MainActor open var isScrollEnabled: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:143:59: warning: main actor-isolated property 'isAtBottom' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtBottom && recognizer.velocity(in: contentView).y < 0)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift:16:9: note: property declared here
    var isAtBottom: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:143:84: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtBottom && recognizer.velocity(in: contentView).y < 0)
                                                                                   ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:145:28: warning: main actor-isolated property 'isScrollEnabled' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtTop && recognizer.velocity(in: contentView).y > 0)
                           ^
UIKit.UIScrollView:34:25: note: mutation of this property is only permitted within the actor
    @MainActor open var isScrollEnabled: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:145:59: warning: main actor-isolated property 'isAtTop' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtTop && recognizer.velocity(in: contentView).y > 0)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift:12:9: note: property declared here
    var isAtTop: Bool {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:145:81: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                scrollView.isScrollEnabled = !(scrollView.isAtTop && recognizer.velocity(in: contentView).y > 0)
                                                                                ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:148:36: warning: main actor-isolated property 'panGestureRecognizer' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            let isPan = scrollView.panGestureRecognizer == other
                                   ^
UIKit.UIScrollView:109:14: note: property declared here
    open var panGestureRecognizer: UIPanGestureRecognizer { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:151:30: warning: main actor-isolated property 'isEnabled' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        panGestureRecognizer.isEnabled = drawer.configuration.isDraggable
                             ^
UIKit.UIGestureRecognizer:10:25: note: mutation of this property is only permitted within the actor
    @MainActor open var isEnabled: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:153:21: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        contentView.addGestureRecognizer(panGestureRecognizer)
                    ^
UIKit.UIView:5:26: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
    @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:118:10: note: add '@MainActor' to make instance method 'setupPanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func setupPanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:157:102: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        guard let drawerController = drawer as? UIViewController, let contentView = drawerController.view else {
                                                                                                     ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:156:10: note: add '@MainActor' to make instance method 'removePanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func removePanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:162:34: warning: call to main actor-isolated instance method 'removeTarget(_:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            panGestureRecognizer.removeTarget(nil, action: nil)
                                 ^
UIKit.UIGestureRecognizer:7:15: note: calls to instance method 'removeTarget(_:action:)' from outside of its actor context are implicitly asynchronous
    open func removeTarget(_ target: Any?, action: Selector?)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:156:10: note: add '@MainActor' to make instance method 'removePanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func removePanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:163:25: warning: call to main actor-isolated instance method 'removeGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            contentView.removeGestureRecognizer(panGestureRecognizer)
                        ^
UIKit.UIView:7:15: note: calls to instance method 'removeGestureRecognizer' from outside of its actor context are implicitly asynchronous
    open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:156:10: note: add '@MainActor' to make instance method 'removePanGestureRecognizer(drawer:)' part of global actor 'MainActor'
    func removePanGestureRecognizer(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:173:45: warning: call to main actor-isolated instance method 'translation(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            translation = gestureRecognizer.translation(in: view).y
                                            ^
UIKit.UIPanGestureRecognizer:5:15: note: calls to instance method 'translation(in:)' from outside of its actor context are implicitly asynchronous
    open func translation(in view: UIView?) -> CGPoint
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:173:61: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            translation = gestureRecognizer.translation(in: view).y
                                                            ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:174:42: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            velocity = gestureRecognizer.velocity(in: view).y
                                         ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:174:55: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            velocity = gestureRecognizer.velocity(in: view).y
                                                      ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:176:46: warning: call to main actor-isolated instance method 'translation(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            translation = -gestureRecognizer.translation(in: view).x
                                             ^
UIKit.UIPanGestureRecognizer:5:15: note: calls to instance method 'translation(in:)' from outside of its actor context are implicitly asynchronous
    open func translation(in view: UIView?) -> CGPoint
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:176:62: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            translation = -gestureRecognizer.translation(in: view).x
                                                             ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:177:43: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            velocity = -gestureRecognizer.velocity(in: view).x
                                          ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:177:56: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            velocity = -gestureRecognizer.velocity(in: view).x
                                                       ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:179:46: warning: call to main actor-isolated instance method 'translation(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            translation = -gestureRecognizer.translation(in: view).y
                                             ^
UIKit.UIPanGestureRecognizer:5:15: note: calls to instance method 'translation(in:)' from outside of its actor context are implicitly asynchronous
    open func translation(in view: UIView?) -> CGPoint
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:179:62: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            translation = -gestureRecognizer.translation(in: view).y
                                                             ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:180:43: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            velocity = -gestureRecognizer.velocity(in: view).y
                                          ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:180:56: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            velocity = -gestureRecognizer.velocity(in: view).y
                                                       ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:182:45: warning: call to main actor-isolated instance method 'translation(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            translation = gestureRecognizer.translation(in: view).x
                                            ^
UIKit.UIPanGestureRecognizer:5:15: note: calls to instance method 'translation(in:)' from outside of its actor context are implicitly asynchronous
    open func translation(in view: UIView?) -> CGPoint
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:182:61: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            translation = gestureRecognizer.translation(in: view).x
                                                            ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:183:42: warning: call to main actor-isolated instance method 'velocity(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            velocity = gestureRecognizer.velocity(in: view).x
                                         ^
UIKit.UIPanGestureRecognizer:11:26: note: calls to instance method 'velocity(in:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func velocity(in view: UIView?) -> CGPoint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:183:55: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            velocity = gestureRecognizer.velocity(in: view).x
                                                      ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:185:27: warning: call to main actor-isolated instance method 'setTranslation(_:in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        gestureRecognizer.setTranslation(.zero, in: view)
                          ^
UIKit.UIPanGestureRecognizer:8:15: note: calls to instance method 'setTranslation(_:in:)' from outside of its actor context are implicitly asynchronous
    open func setTranslation(_ translation: CGPoint, in view: UIView?)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:185:53: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        gestureRecognizer.setTranslation(.zero, in: view)
                                                    ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:189:34: warning: main actor-isolated property 'state' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        switch gestureRecognizer.state {
                                 ^
UIKit.UIGestureRecognizer:8:14: note: property declared here
    open var state: UIGestureRecognizer.State { get set }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:168:18: note: add '@MainActor' to make instance method 'handlePanGestureRecognizer(_:for:)' part of global actor 'MainActor'
    private func handlePanGestureRecognizer(_ gestureRecognizer: UIPanGestureRecognizer, for drawer: DrawerPresentable) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:200:102: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        guard let drawerController = drawer as? UIViewController, let contentView = drawerController.view else {
                                                                                                     ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:204:31: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a non-isolated context; this is an error in the Swift 6 language mode
        drawerController.view.translatesAutoresizingMaskIntoConstraints = false
                              ^
UIKit.UIView:3:25: note: mutation of this property is only permitted within the actor
    @MainActor open var translatesAutoresizingMaskIntoConstraints: Bool { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:204:26: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        drawerController.view.translatesAutoresizingMaskIntoConstraints = false
                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:213:54: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                                     ^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:213:42: warning: main actor-isolated property 'widthAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                         ^
UIKit.UIView:15:25: note: property declared here
    @MainActor open var widthAnchor: NSLayoutDimension { get }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:214:53: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                    ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:214:43: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                          ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:214:78: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                                             ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:214:73: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                                        ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:215:56: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                       ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:215:43: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                          ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:215:81: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                                ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:215:76: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                           ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:216:46: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.leftAnchor.constraint(equalTo: contentView.leftAnchor)
                                             ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:216:35: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.leftAnchor.constraint(equalTo: contentView.leftAnchor)
                                  ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:216:30: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.leftAnchor.constraint(equalTo: contentView.leftAnchor)
                             ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:216:78: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.leftAnchor.constraint(equalTo: contentView.leftAnchor)
                                                                             ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:218:54: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                                     ^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:218:42: warning: main actor-isolated property 'widthAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                         ^
UIKit.UIView:15:25: note: property declared here
    @MainActor open var widthAnchor: NSLayoutDimension { get }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:219:53: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                    ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:219:43: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                          ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:219:78: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                                             ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:219:73: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.topAnchor.constraint(equalTo: view.topAnchor)
                                                                        ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:220:56: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                       ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:220:43: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                          ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:220:81: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                                ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:220:76: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                           ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:221:54: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                     ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:221:42: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                         ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:221:79: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                              ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:221:74: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:223:55: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                                      ^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:223:42: warning: main actor-isolated property 'heightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                         ^
UIKit.UIView:17:14: note: property declared here
    open var heightAnchor: NSLayoutDimension { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:224:54: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                     ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:224:43: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                          ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:224:79: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                                              ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:224:74: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:225:55: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                      ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:225:43: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                          ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:225:80: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                               ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:225:75: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                          ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:226:45: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.topAnchor.constraint(equalTo: contentView.topAnchor)
                                            ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:226:35: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.topAnchor.constraint(equalTo: contentView.topAnchor)
                                  ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:226:30: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.topAnchor.constraint(equalTo: contentView.topAnchor)
                             ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:226:77: warning: main actor-isolated property 'topAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = view.topAnchor.constraint(equalTo: contentView.topAnchor)
                                                                            ^
UIKit.UIView:11:14: note: property declared here
    open var topAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:228:55: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                                      ^
UIKit.NSLayoutDimension:3:26: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:228:42: warning: main actor-isolated property 'heightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                                         ^
UIKit.UIView:17:14: note: property declared here
    open var heightAnchor: NSLayoutDimension { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:229:54: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                     ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:229:43: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                          ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:229:79: warning: main actor-isolated property 'leftAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                                              ^
UIKit.UIView:7:14: note: property declared here
    open var leftAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:229:74: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side1Constraint = contentView.leftAnchor.constraint(equalTo: view.leftAnchor)
                                                                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:230:55: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                      ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:230:43: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                          ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:230:80: warning: main actor-isolated property 'rightAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                               ^
UIKit.UIView:9:14: note: property declared here
    open var rightAnchor: NSLayoutXAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:230:75: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            side2Constraint = contentView.rightAnchor.constraint(equalTo: view.rightAnchor)
                                                                          ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:231:55: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                      ^
UIKit.NSLayoutAnchor:3:26: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
    @MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:231:42: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                         ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:231:80: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                               ^
UIKit.UIView:13:14: note: property declared here
    open var bottomAnchor: NSLayoutYAxisAnchor { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:231:75: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            edgeConstraint = contentView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                                          ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:239:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([sizeConstraint, side1Constraint, side2Constraint, edgeConstraint])
                           ^
UIKit.NSLayoutConstraint:32:32: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
    @MainActor open class func activate(_ constraints: [NSLayoutConstraint])
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:199:10: note: add '@MainActor' to make instance method 'setupConstraints(drawer:)' part of global actor 'MainActor'
    func setupConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:244:28: warning: call to main actor-isolated class method 'deactivate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.deactivate(constraints)
                           ^
UIKit.NSLayoutConstraint:37:21: note: calls to class method 'deactivate' from outside of its actor context are implicitly asynchronous
    open class func deactivate(_ constraints: [NSLayoutConstraint])
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:242:10: note: add '@MainActor' to make instance method 'removeConstraints(drawer:)' part of global actor 'MainActor'
    func removeConstraints(drawer: DrawerPresentable) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:260:58: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
                self.fade(view: nextDrawerViewController.view, alpha: 1)
                                                         ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:248:10: note: add '@MainActor' to make instance method 'closeDrawer(_:animated:)' part of global actor 'MainActor'
    func closeDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:269:23: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                      ^
UIKit.UIView:36:26: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
    @MainActor open func layoutIfNeeded()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:269:18: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                 ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:273:35: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            drawerController.view.removeFromSuperview()
                                  ^
UIKit.UIView:5:15: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
    open func removeFromSuperview()
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:273:30: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            drawerController.view.removeFromSuperview()
                             ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:274:30: warning: call to main actor-isolated instance method 'removeFromParent()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            drawerController.removeFromParent()
                             ^
UIKit.UIViewController:13:15: note: calls to instance method 'removeFromParent()' from outside of its actor context are implicitly asynchronous
    open func removeFromParent()
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:281:20: warning: call to main actor-isolated class method 'animate(withDuration:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.animationDuration, animations: animations, completion: completion)
                   ^
UIKit.UIView:8:32: note: calls to class method 'animate(withDuration:animations:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:248:10: note: add '@MainActor' to make instance method 'closeDrawer(_:animated:)' part of global actor 'MainActor'
    func closeDrawer(_ drawer: DrawerPresentable, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:319:23: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                      ^
UIKit.UIView:36:26: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
    @MainActor open func layoutIfNeeded()
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:319:18: warning: main actor-isolated property 'view' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
            self.view.layoutIfNeeded()
                 ^
UIKit.UIViewController:5:25: note: property declared here
    @MainActor open var view: UIView! { get set }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:327:20: warning: call to main actor-isolated class method 'animate(withDuration:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.snapAnimationDuration, animations: animations, completion: completion)
                   ^
UIKit.UIView:8:32: note: calls to class method 'animate(withDuration:animations:completion:)' from outside of its actor context are implicitly asynchronous
    @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:288:10: note: add '@MainActor' to make instance method 'changeDrawer(_:offset:velocity:clamped:animated:)' part of global actor 'MainActor'
    func changeDrawer(_ drawer: DrawerPresentable, offset: CGFloat, velocity: CGFloat, clamped: Bool, animated: Bool) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:14:16: warning: static property 'snapAnimationDuration' 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 snapAnimationDuration = 0.2
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:14:16: note: convert 'snapAnimationDuration' to a 'let' constant to make 'Sendable' shared state immutable
    static var snapAnimationDuration = 0.2
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:14:16: note: annotate 'snapAnimationDuration' with '@MainActor' if property should only be accessed from the main actor
    static var snapAnimationDuration = 0.2
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var snapAnimationDuration = 0.2
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:124:30: warning: sending task-isolated value of type '(Self, UIPanGestureRecognizer) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
        panGestureRecognizer.setDidPan(delegate: self) { [weak drawer] delegate, recognizer in
        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:132:30: warning: sending task-isolated value of type '(Self, UIPanGestureRecognizer, UIGestureRecognizer) -> Bool' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
        panGestureRecognizer.setShouldRecognizeSimultaneously(delegate: self) { [weak drawer] delegate, recognizer, other -> Bool in
        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:213:54: warning: sending task-isolated value of type 'Offset' (aka 'CGFloat') with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:218:54: warning: sending task-isolated value of type 'Offset' (aka 'CGFloat') with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.widthAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:223:55: warning: sending task-isolated value of type 'Offset' (aka 'CGFloat') with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:228:55: warning: sending task-isolated value of type 'Offset' (aka 'CGFloat') with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            sizeConstraint = contentView.heightAnchor.constraint(equalToConstant: drawer.configuration.initialOffset)
                             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:103:20: warning: sending task-isolated value of type '(Bool) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.animationDuration, animations: animations, completion: completion)
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:281:20: warning: sending task-isolated value of type '(Bool) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.animationDuration, animations: animations, completion: completion)
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift:327:20: warning: sending task-isolated value of type '(Bool) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: Values.snapAnimationDuration, animations: animations, completion: completion)
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift (in target 'Drawer' from project 'Drawer')
    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/JKDrawer/DrawerPresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIViewController+Drawer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresenting.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPanGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/UIScrollView+Position.swift /Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/Offset+Clamped.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.dia -target arm64-apple-ios10.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -enable-bare-slash-regex -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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -module-name Drawer -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/DrawerNavigationController.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift:13:16: warning: main actor-isolated property 'configuration' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public var configuration: DrawerConfiguration
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerNavigationController.swift:11:66: note: add '@preconcurrency' to the 'DrawerPresentable' conformance to defer isolation checking to run time
public class DrawerNavigationController: UINavigationController, DrawerPresentable {
                                                                 ^
                                                                 @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/JKDrawer/DrawerPresentable.swift:14:9: note: 'configuration' declared here
    var configuration: DrawerConfiguration { get set }
        ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Drawer (in target 'Drawer' from project 'Drawer')
SwiftDriver\ Compilation\ Requirements Drawer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Drawer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios10.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Headers/Drawer-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-Swift.h (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Headers/Drawer-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftmodule (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftdoc (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.abi.json (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftsourceinfo (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Modules/Drawer.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/Drawer_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/Drawer_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_vers.o -index-unit-output-path /Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Offset+Clamped.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling DrawerPanGestureRecognizer.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+Drawer.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling DrawerConfiguration.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling UIScrollView+Position.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling DrawerPresentable.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling DrawerNavigationController.swift (in target 'Drawer' from project 'Drawer')
SwiftDriverJobDiscovery normal arm64 Compiling DrawerPresenting.swift (in target 'Drawer' from project 'Drawer')
SwiftDriver\ Compilation Drawer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Drawer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios10.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-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/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.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/Drawer.build/Debug-iphoneos/Drawer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Drawer-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Drawer normal (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios10.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.LinkFileList -install_name @rpath/Drawer.framework/Drawer -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.swiftmodule -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Drawer
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftConstValuesFileList (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftConstValuesFileList
ExtractAppIntentsMetadata (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework --toolchain-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain --module-name Drawer --sdk-root /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk --xcode-version 15E204a --platform-family iOS --deployment-target 10.0 --target-triple arm64-apple-ios10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Drawer --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/Objects-normal/arm64/Drawer.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'Drawer' from project 'Drawer')
AppIntentsSSUTraining (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Drawer.build/Debug-iphoneos/Drawer.build/ssu --bundle-id nl.johankool.Drawer --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Metadata.appintents --archive-ssu-assets
2024-05-31 05:30:43.245 appintentsnltrainingprocessor[691:4258] Parsing options for appintentsnltrainingprocessor
2024-05-31 05:30:43.246 appintentsnltrainingprocessor[691:4258] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Drawer.framework/Drawer.tbd (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework/Drawer -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Drawer.framework/Drawer.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework (in target 'Drawer' from project 'Drawer')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Drawer.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JKDrawer",
  "name" : "JKDrawer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "JKDrawer",
      "targets" : [
        "JKDrawer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JKDrawerTests",
      "module_type" : "SwiftTarget",
      "name" : "JKDrawerTests",
      "path" : "Tests/JKDrawerTests",
      "sources" : [
        "JKDrawerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JKDrawer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JKDrawer",
      "module_type" : "SwiftTarget",
      "name" : "JKDrawer",
      "path" : "Sources/JKDrawer",
      "product_memberships" : [
        "JKDrawer"
      ],
      "sources" : [
        "DrawerConfiguration.swift",
        "DrawerNavigationController.swift",
        "DrawerPanGestureRecognizer.swift",
        "DrawerPresentable.swift",
        "DrawerPresenting.swift",
        "Offset+Clamped.swift",
        "UIScrollView+Position.swift",
        "UIViewController+Drawer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.