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

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build MediaUtilities with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/media-utilities.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iankoex/media-utilities
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d84f59d trying sth
Cloned https://github.com/iankoex/media-utilities.git
Revision (git rev-parse @):
d84f59daedf8c696ee4cbb54ff32317b2e1084d7
SUCCESS checkout https://github.com/iankoex/media-utilities.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/iankoex/media-utilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: compile command failed due to signal 6 (use -v to see invocation)
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/RangeSliderOptions.swift:7:23: warning: static property 'defaultOptions' is not concurrency-safe because non-'Sendable' type 'RangeSliderOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import SwiftUI
 2 |
 3 | public struct RangeSliderOptions: OptionSet {
   |               `- note: consider making struct 'RangeSliderOptions' conform to the 'Sendable' protocol
 4 |     public let rawValue: Int
 5 |
 6 |     public static let forceAdjacentValue = RangeSliderOptions(rawValue: 1 << 0)
 7 |     public static let defaultOptions: RangeSliderOptions = .forceAdjacentValue
   |                       |- warning: static property 'defaultOptions' is not concurrency-safe because non-'Sendable' type 'RangeSliderOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultOptions' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     public init(rawValue: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/RangeSliderOptions.swift:6:23: warning: static property 'forceAdjacentValue' is not concurrency-safe because non-'Sendable' type 'RangeSliderOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import SwiftUI
 2 |
 3 | public struct RangeSliderOptions: OptionSet {
   |               `- note: consider making struct 'RangeSliderOptions' conform to the 'Sendable' protocol
 4 |     public let rawValue: Int
 5 |
 6 |     public static let forceAdjacentValue = RangeSliderOptions(rawValue: 1 << 0)
   |                       |- warning: static property 'forceAdjacentValue' is not concurrency-safe because non-'Sendable' type 'RangeSliderOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'forceAdjacentValue' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |     public static let defaultOptions: RangeSliderOptions = .forceAdjacentValue
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/EnvironmentValues+RangeTrackConfiguration.swift:17:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'RangeTrackConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
15 | @available(iOS 13.0, macOS 10.15, *)
16 | struct RangeTrackConfigurationKey: EnvironmentKey {
17 |     static let defaultValue: RangeTrackConfiguration = .defaultConfiguration
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'RangeTrackConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15: note: consider making struct 'RangeTrackConfiguration' conform to the 'Sendable' protocol
 1 | import SwiftUI
 2 |
 3 | public struct RangeTrackConfiguration {
   |               `- note: consider making struct 'RangeTrackConfiguration' conform to the 'Sendable' protocol
 4 |     public static let defaultConfiguration = RangeTrackConfiguration()
 5 |
Failed to reconstruct type for $s7SwiftUI4ViewPAAE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AkA9AlignmentVtFQOyAA6ZStackVyAA05TupleC0VyAcAE11accentColoryQrAA0O0VSgFQOyAcAE11environmentyQrs15WritableKeyPathCyAA17EnvironmentValuesVqd__G_qd__tlFQOyAcAEAVyQrA__qd__tlFQOyx_SNyAJGQo__14MediaUtilities23RangeTrackConfigurationVQo__Qo__AcAE8position1x1yQrAJ_AJtFQOyq0__Qo_AcAE7gesture_9includingQrqd___AA11GestureMaskVtAA7GestureRd__lFQOyAcAEA7_A8_A9_QrAJ_AJtFQOyAcAEAD8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAGQrAK_A5kMtFQOyAOyAcAEAdefGQrAK_AkMtFQOyq1__Qo_G_Qo__Qo__AA13_EndedGestureVyAA15_ChangedGestureVyAA11DragGestureVGGQo_AcAEA11__A12_Qrqd___A14_tAAA15_Rd__lFQOyAcAEA7_A8_A9_QrAJ_AJtFQOyAcAEADA16_A17_A18_A19_A20_A21_AGQrAK_A5kMtFQOyAOyAcAEAdefGQrAK_AkMtFQOyq2__Qo_G_Qo__Qo__A33_Qo_AcAEA11__A12_Qrqd___A14_tAAA15_Rd__lFQOyAcAEA7_A8_A9_QrAJ_AJtFQOyAcAEADA16_A17_A18_A19_A20_A21_AGQrAK_A5kMtFQOyAOyAcAEAdefGQrAK_AkMtFQOyq__Qo_G_Qo__Qo__A33_Qo_tGG_Qo_D
Original type:
(opaque_type address=0x1530d3148 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
  (interface_type=generic_type_param_type depth=1 index=0)
  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
    (substitution τ_0_0 ->
      (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
        (bound_generic_struct_type decl="SwiftUI.(file).TupleView"
          (tuple_type num_elements=5
            (tuple_type_elt
              (opaque_type address=0x1530c7e90 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.accentColor"
                (interface_type=generic_type_param_type depth=1 index=0)
                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                  (substitution τ_0_0 ->
                    (opaque_type address=0x1530c7de0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                      (interface_type=generic_type_param_type depth=2 index=0)
                      (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                        (substitution τ_0_0 ->
                          (opaque_type address=0x1530c7cf8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                              (substitution τ_0_0 ->
                                (generic_type_param_type depth=0 index=0))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="Swift.(file).ClosedRange"
                                  (struct_type decl="CoreFoundation.(file).CGFloat")))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (builtin_conformance type="ClosedRange<CGFloat>" protocol="Copyable"))
                              (conformance type="\xCF\x84_1_0"
                                (builtin_conformance type="ClosedRange<CGFloat>" protocol="Escapable")))))
                        (substitution τ_1_0 ->
                          (struct_type decl="MediaUtilities.(file).RangeTrackConfiguration@/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15"))
                        (conformance type="\xCF\x84_0_0"
                          (abstract_conformance protocol="View"))
                        (conformance type="\xCF\x84_1_0"
                          (builtin_conformance type="RangeTrackConfiguration" protocol="Copyable"))
                        (conformance type="\xCF\x84_1_0"
                          (builtin_conformance type="RangeTrackConfiguration" protocol="Escapable")))))
                  (conformance type="\xCF\x84_0_0"
                    (abstract_conformance protocol="View")))))
            (tuple_type_elt
              (opaque_type address=0x1530c9408 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                (interface_type=generic_type_param_type depth=1 index=0)
                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                  (substitution τ_0_0 ->
                    (generic_type_param_type depth=0 index=2))
                  (conformance type="\xCF\x84_0_0"
                    (abstract_conformance protocol="View")))))
            (tuple_type_elt
              (opaque_type address=0x1530cc3f0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                (interface_type=generic_type_param_type depth=2 index=0)
                (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                  (substitution τ_0_0 ->
                    (opaque_type address=0x1530cc318 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                      (interface_type=generic_type_param_type depth=1 index=0)
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                        (substitution τ_0_0 ->
                          (opaque_type address=0x1530cc268 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                  (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (generic_type_param_type depth=0 index=3))
                                      (conformance type="\xCF\x84_0_0"
                                        (abstract_conformance protocol="View"))))))
                              (conformance type="\xCF\x84_0_0"
                                (specialized_conformance type="ZStack<some View>" protocol="View"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=3))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View")))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                        (conformance type="\xCF\x84_0_0"
                          (abstract_conformance protocol="View")))))
                  (substitution τ_1_0 ->
                    (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                        (struct_type decl="SwiftUI.(file).DragGesture"))))
                  (conformance type="\xCF\x84_0_0"
                    (abstract_conformance protocol="View"))
                  (conformance type="\xCF\x84_1_0"
                    (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                        (substitution τ_0_0 ->
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture")))
                        (conformance type="\xCF\x84_0_0"
                          (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                              (substitution τ_0_0 ->
                                (struct_type decl="SwiftUI.(file).DragGesture"))
                              (conformance type="\xCF\x84_0_0"
                                (normal_conformance type="DragGesture" protocol="Gesture"
                                  (assoc_type req="Value" type="DragGesture.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="DragGesture" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="DragGesture" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" lazy))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                              (conformance type="\xCF\x84_0_0.Value"
                                (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                            (<conditional requirements unable to be computed>)
                            (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                              (assoc_type req="Value" type="Content.Value")
                              (assoc_type req="Body" type="Never")
                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                              (value req="body" dynamic_witness)
                              (assoc_conformance type="Self" proto="Copyable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                              (assoc_conformance type="Self" proto="Escapable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                              (assoc_conformance type="Self.Body" proto="Gesture"
                                (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                              (assoc_conformance type="Self.Value" proto="Copyable"
                                (abstract_conformance protocol="Copyable"))
                              (assoc_conformance type="Self.Value" proto="Escapable"
                                (abstract_conformance protocol="Escapable"))))))
                      (<conditional requirements unable to be computed>)
                      (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
            (tuple_type_elt
              (opaque_type address=0x1530cf1c0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                (interface_type=generic_type_param_type depth=2 index=0)
                (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                  (substitution τ_0_0 ->
                    (opaque_type address=0x1530cf0e8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                      (interface_type=generic_type_param_type depth=1 index=0)
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                        (substitution τ_0_0 ->
                          (opaque_type address=0x1530cf038 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                  (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (generic_type_param_type depth=0 index=4))
                                      (conformance type="\xCF\x84_0_0"
                                        (abstract_conformance protocol="View"))))))
                              (conformance type="\xCF\x84_0_0"
                                (specialized_conformance type="ZStack<some View>" protocol="View"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=4))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View")))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                        (conformance type="\xCF\x84_0_0"
                          (abstract_conformance protocol="View")))))
                  (substitution τ_1_0 ->
                    (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                        (struct_type decl="SwiftUI.(file).DragGesture"))))
                  (conformance type="\xCF\x84_0_0"
                    (abstract_conformance protocol="View"))
                  (conformance type="\xCF\x84_1_0"
                    (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                        (substitution τ_0_0 ->
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture")))
                        (conformance type="\xCF\x84_0_0"
                          (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                              (substitution τ_0_0 ->
                                (struct_type decl="SwiftUI.(file).DragGesture"))
                              (conformance type="\xCF\x84_0_0"
                                (normal_conformance type="DragGesture" protocol="Gesture"
                                  (assoc_type req="Value" type="DragGesture.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="DragGesture" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="DragGesture" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" lazy))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                              (conformance type="\xCF\x84_0_0.Value"
                                (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                            (<conditional requirements unable to be computed>)
                            (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                              (assoc_type req="Value" type="Content.Value")
                              (assoc_type req="Body" type="Never")
                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                              (value req="body" dynamic_witness)
                              (assoc_conformance type="Self" proto="Copyable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                              (assoc_conformance type="Self" proto="Escapable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                              (assoc_conformance type="Self.Body" proto="Gesture"
                                (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                              (assoc_conformance type="Self.Value" proto="Copyable"
                                (abstract_conformance protocol="Copyable"))
                              (assoc_conformance type="Self.Value" proto="Escapable"
                                (abstract_conformance protocol="Escapable"))))))
                      (<conditional requirements unable to be computed>)
                      (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
            (tuple_type_elt
              (opaque_type address=0x1530d1fc8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                (interface_type=generic_type_param_type depth=2 index=0)
                (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                  (substitution τ_0_0 ->
                    (opaque_type address=0x1530d1ef0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                      (interface_type=generic_type_param_type depth=1 index=0)
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                        (substitution τ_0_0 ->
                          (opaque_type address=0x1530d1e40 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                  (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (generic_type_param_type depth=0 index=1))
                                      (conformance type="\xCF\x84_0_0"
                                        (abstract_conformance protocol="View"))))))
                              (conformance type="\xCF\x84_0_0"
                                (specialized_conformance type="ZStack<some View>" protocol="View"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=1))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View")))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                        (conformance type="\xCF\x84_0_0"
                          (abstract_conformance protocol="View")))))
                  (substitution τ_1_0 ->
                    (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                        (struct_type decl="SwiftUI.(file).DragGesture"))))
                  (conformance type="\xCF\x84_0_0"
                    (abstract_conformance protocol="View"))
                  (conformance type="\xCF\x84_1_0"
                    (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                        (substitution τ_0_0 ->
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture")))
                        (conformance type="\xCF\x84_0_0"
                          (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                              (substitution τ_0_0 ->
                                (struct_type decl="SwiftUI.(file).DragGesture"))
                              (conformance type="\xCF\x84_0_0"
                                (normal_conformance type="DragGesture" protocol="Gesture"
                                  (assoc_type req="Value" type="DragGesture.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="DragGesture" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="DragGesture" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" lazy))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                              (conformance type="\xCF\x84_0_0.Value"
                                (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                            (<conditional requirements unable to be computed>)
                            (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                              (assoc_type req="Value" type="Content.Value")
                              (assoc_type req="Body" type="Never")
                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                              (value req="body" dynamic_witness)
                              (assoc_conformance type="Self" proto="Copyable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                              (assoc_conformance type="Self" proto="Escapable"
                                (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                              (assoc_conformance type="Self.Body" proto="Gesture"
                                (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                              (assoc_conformance type="Self.Value" proto="Copyable"
                                (abstract_conformance protocol="Copyable"))
                              (assoc_conformance type="Self.Value" proto="Escapable"
                                (abstract_conformance protocol="Escapable"))))))
                      (<conditional requirements unable to be computed>)
                      (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))))))
    (conformance type="\xCF\x84_0_0"
      (specialized_conformance type="ZStack<TupleView<(some View, some View, some View, some View, some View)>>" protocol="View"
        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
          (substitution τ_0_0 ->
            (bound_generic_struct_type decl="SwiftUI.(file).TupleView"
              (tuple_type num_elements=5
                (tuple_type_elt
                  (opaque_type address=0x1530c7e90 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.accentColor"
                    (interface_type=generic_type_param_type depth=1 index=0)
                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                      (substitution τ_0_0 ->
                        (opaque_type address=0x1530c7de0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                          (interface_type=generic_type_param_type depth=2 index=0)
                          (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                            (substitution τ_0_0 ->
                              (opaque_type address=0x1530c7cf8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                (interface_type=generic_type_param_type depth=2 index=0)
                                (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                  (substitution τ_0_0 ->
                                    (generic_type_param_type depth=0 index=0))
                                  (substitution τ_1_0 ->
                                    (bound_generic_struct_type decl="Swift.(file).ClosedRange"
                                      (struct_type decl="CoreFoundation.(file).CGFloat")))
                                  (conformance type="\xCF\x84_0_0"
                                    (abstract_conformance protocol="View"))
                                  (conformance type="\xCF\x84_1_0"
                                    (builtin_conformance type="ClosedRange<CGFloat>" protocol="Copyable"))
                                  (conformance type="\xCF\x84_1_0"
                                    (builtin_conformance type="ClosedRange<CGFloat>" protocol="Escapable")))))
                            (substitution τ_1_0 ->
                              (struct_type decl="MediaUtilities.(file).RangeTrackConfiguration@/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15"))
                            (conformance type="\xCF\x84_0_0"
                              (abstract_conformance protocol="View"))
                            (conformance type="\xCF\x84_1_0"
                              (builtin_conformance type="RangeTrackConfiguration" protocol="Copyable"))
                            (conformance type="\xCF\x84_1_0"
                              (builtin_conformance type="RangeTrackConfiguration" protocol="Escapable")))))
                      (conformance type="\xCF\x84_0_0"
                        (abstract_conformance protocol="View")))))
                (tuple_type_elt
                  (opaque_type address=0x1530c9408 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                    (interface_type=generic_type_param_type depth=1 index=0)
                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                      (substitution τ_0_0 ->
                        (generic_type_param_type depth=0 index=2))
                      (conformance type="\xCF\x84_0_0"
                        (abstract_conformance protocol="View")))))
                (tuple_type_elt
                  (opaque_type address=0x1530cc3f0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                    (interface_type=generic_type_param_type depth=2 index=0)
                    (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                      (substitution τ_0_0 ->
                        (opaque_type address=0x1530cc318 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                          (interface_type=generic_type_param_type depth=1 index=0)
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                            (substitution τ_0_0 ->
                              (opaque_type address=0x1530cc268 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                (interface_type=generic_type_param_type depth=1 index=0)
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                  (substitution τ_0_0 ->
                                    (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                      (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=3))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View"))))))
                                  (conformance type="\xCF\x84_0_0"
                                    (specialized_conformance type="ZStack<some View>" protocol="View"
                                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                        (substitution τ_0_0 ->
                                          (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=3))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View")))))
                                        (conformance type="\xCF\x84_0_0"
                                          (abstract_conformance protocol="View")))
                                      (<conditional requirements unable to be computed>)
                                      (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                            (conformance type="\xCF\x84_0_0"
                              (abstract_conformance protocol="View")))))
                      (substitution τ_1_0 ->
                        (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture"))))
                      (conformance type="\xCF\x84_0_0"
                        (abstract_conformance protocol="View"))
                      (conformance type="\xCF\x84_1_0"
                        (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                            (substitution τ_0_0 ->
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture")))
                            (conformance type="\xCF\x84_0_0"
                              (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                  (substitution τ_0_0 ->
                                    (struct_type decl="SwiftUI.(file).DragGesture"))
                                  (conformance type="\xCF\x84_0_0"
                                    (normal_conformance type="DragGesture" protocol="Gesture"
                                      (assoc_type req="Value" type="DragGesture.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="DragGesture" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="DragGesture" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" lazy))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                  (conformance type="\xCF\x84_0_0.Value"
                                    (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                (<conditional requirements unable to be computed>)
                                (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                  (assoc_type req="Value" type="Content.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (abstract_conformance protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (abstract_conformance protocol="Escapable"))))))
                          (<conditional requirements unable to be computed>)
                          (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
                (tuple_type_elt
                  (opaque_type address=0x1530cf1c0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                    (interface_type=generic_type_param_type depth=2 index=0)
                    (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                      (substitution τ_0_0 ->
                        (opaque_type address=0x1530cf0e8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                          (interface_type=generic_type_param_type depth=1 index=0)
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                            (substitution τ_0_0 ->
                              (opaque_type address=0x1530cf038 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                (interface_type=generic_type_param_type depth=1 index=0)
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                  (substitution τ_0_0 ->
                                    (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                      (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=4))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View"))))))
                                  (conformance type="\xCF\x84_0_0"
                                    (specialized_conformance type="ZStack<some View>" protocol="View"
                                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                        (substitution τ_0_0 ->
                                          (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=4))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View")))))
                                        (conformance type="\xCF\x84_0_0"
                                          (abstract_conformance protocol="View")))
                                      (<conditional requirements unable to be computed>)
                                      (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                            (conformance type="\xCF\x84_0_0"
                              (abstract_conformance protocol="View")))))
                      (substitution τ_1_0 ->
                        (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture"))))
                      (conformance type="\xCF\x84_0_0"
                        (abstract_conformance protocol="View"))
                      (conformance type="\xCF\x84_1_0"
                        (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                            (substitution τ_0_0 ->
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture")))
                            (conformance type="\xCF\x84_0_0"
                              (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                  (substitution τ_0_0 ->
                                    (struct_type decl="SwiftUI.(file).DragGesture"))
                                  (conformance type="\xCF\x84_0_0"
                                    (normal_conformance type="DragGesture" protocol="Gesture"
                                      (assoc_type req="Value" type="DragGesture.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="DragGesture" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="DragGesture" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" lazy))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                  (conformance type="\xCF\x84_0_0.Value"
                                    (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                (<conditional requirements unable to be computed>)
                                (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                  (assoc_type req="Value" type="Content.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (abstract_conformance protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (abstract_conformance protocol="Escapable"))))))
                          (<conditional requirements unable to be computed>)
                          (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
                (tuple_type_elt
                  (opaque_type address=0x1530d1fc8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                    (interface_type=generic_type_param_type depth=2 index=0)
                    (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                      (substitution τ_0_0 ->
                        (opaque_type address=0x1530d1ef0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                          (interface_type=generic_type_param_type depth=1 index=0)
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                            (substitution τ_0_0 ->
                              (opaque_type address=0x1530d1e40 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                (interface_type=generic_type_param_type depth=1 index=0)
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                  (substitution τ_0_0 ->
                                    (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                      (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=1))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View"))))))
                                  (conformance type="\xCF\x84_0_0"
                                    (specialized_conformance type="ZStack<some View>" protocol="View"
                                      (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                        (substitution τ_0_0 ->
                                          (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=1))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View")))))
                                        (conformance type="\xCF\x84_0_0"
                                          (abstract_conformance protocol="View")))
                                      (<conditional requirements unable to be computed>)
                                      (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                            (conformance type="\xCF\x84_0_0"
                              (abstract_conformance protocol="View")))))
                      (substitution τ_1_0 ->
                        (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                          (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                            (struct_type decl="SwiftUI.(file).DragGesture"))))
                      (conformance type="\xCF\x84_0_0"
                        (abstract_conformance protocol="View"))
                      (conformance type="\xCF\x84_1_0"
                        (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                            (substitution τ_0_0 ->
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture")))
                            (conformance type="\xCF\x84_0_0"
                              (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                  (substitution τ_0_0 ->
                                    (struct_type decl="SwiftUI.(file).DragGesture"))
                                  (conformance type="\xCF\x84_0_0"
                                    (normal_conformance type="DragGesture" protocol="Gesture"
                                      (assoc_type req="Value" type="DragGesture.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="DragGesture" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="DragGesture" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" lazy))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                  (conformance type="\xCF\x84_0_0.Value"
                                    (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                (<conditional requirements unable to be computed>)
                                (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                  (assoc_type req="Value" type="Content.Value")
                                  (assoc_type req="Body" type="Never")
                                  (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                  (value req="body" dynamic_witness)
                                  (assoc_conformance type="Self" proto="Copyable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                  (assoc_conformance type="Self" proto="Escapable"
                                    (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                  (assoc_conformance type="Self.Body" proto="Gesture"
                                    (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                  (assoc_conformance type="Self.Value" proto="Copyable"
                                    (abstract_conformance protocol="Copyable"))
                                  (assoc_conformance type="Self.Value" proto="Escapable"
                                    (abstract_conformance protocol="Escapable"))))))
                          (<conditional requirements unable to be computed>)
                          (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))))))
          (conformance type="\xCF\x84_0_0"
            (specialized_conformance type="TupleView<(some View, some View, some View, some View, some View)>" protocol="View"
              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Copyable, τ_0_0 : Escapable>
                (substitution τ_0_0 ->
                  (tuple_type num_elements=5
                    (tuple_type_elt
                      (opaque_type address=0x1530c7e90 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.accentColor"
                        (interface_type=generic_type_param_type depth=1 index=0)
                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                          (substitution τ_0_0 ->
                            (opaque_type address=0x1530c7de0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                              (interface_type=generic_type_param_type depth=2 index=0)
                              (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                (substitution τ_0_0 ->
                                  (opaque_type address=0x1530c7cf8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                    (interface_type=generic_type_param_type depth=2 index=0)
                                    (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                      (substitution τ_0_0 ->
                                        (generic_type_param_type depth=0 index=0))
                                      (substitution τ_1_0 ->
                                        (bound_generic_struct_type decl="Swift.(file).ClosedRange"
                                          (struct_type decl="CoreFoundation.(file).CGFloat")))
                                      (conformance type="\xCF\x84_0_0"
                                        (abstract_conformance protocol="View"))
                                      (conformance type="\xCF\x84_1_0"
                                        (builtin_conformance type="ClosedRange<CGFloat>" protocol="Copyable"))
                                      (conformance type="\xCF\x84_1_0"
                                        (builtin_conformance type="ClosedRange<CGFloat>" protocol="Escapable")))))
                                (substitution τ_1_0 ->
                                  (struct_type decl="MediaUtilities.(file).RangeTrackConfiguration@/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15"))
                                (conformance type="\xCF\x84_0_0"
                                  (abstract_conformance protocol="View"))
                                (conformance type="\xCF\x84_1_0"
                                  (builtin_conformance type="RangeTrackConfiguration" protocol="Copyable"))
                                (conformance type="\xCF\x84_1_0"
                                  (builtin_conformance type="RangeTrackConfiguration" protocol="Escapable")))))
                          (conformance type="\xCF\x84_0_0"
                            (abstract_conformance protocol="View")))))
                    (tuple_type_elt
                      (opaque_type address=0x1530c9408 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                        (interface_type=generic_type_param_type depth=1 index=0)
                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                          (substitution τ_0_0 ->
                            (generic_type_param_type depth=0 index=2))
                          (conformance type="\xCF\x84_0_0"
                            (abstract_conformance protocol="View")))))
                    (tuple_type_elt
                      (opaque_type address=0x1530cc3f0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                        (interface_type=generic_type_param_type depth=2 index=0)
                        (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                          (substitution τ_0_0 ->
                            (opaque_type address=0x1530cc318 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                              (interface_type=generic_type_param_type depth=1 index=0)
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                (substitution τ_0_0 ->
                                  (opaque_type address=0x1530cc268 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                          (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=3))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View"))))))
                                      (conformance type="\xCF\x84_0_0"
                                        (specialized_conformance type="ZStack<some View>" protocol="View"
                                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                            (substitution τ_0_0 ->
                                              (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=3))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View")))))
                                            (conformance type="\xCF\x84_0_0"
                                              (abstract_conformance protocol="View")))
                                          (<conditional requirements unable to be computed>)
                                          (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                (conformance type="\xCF\x84_0_0"
                                  (abstract_conformance protocol="View")))))
                          (substitution τ_1_0 ->
                            (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture"))))
                          (conformance type="\xCF\x84_0_0"
                            (abstract_conformance protocol="View"))
                          (conformance type="\xCF\x84_1_0"
                            (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                (substitution τ_0_0 ->
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture")))
                                (conformance type="\xCF\x84_0_0"
                                  (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                      (substitution τ_0_0 ->
                                        (struct_type decl="SwiftUI.(file).DragGesture"))
                                      (conformance type="\xCF\x84_0_0"
                                        (normal_conformance type="DragGesture" protocol="Gesture"
                                          (assoc_type req="Value" type="DragGesture.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="DragGesture" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="DragGesture" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" lazy))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                      (conformance type="\xCF\x84_0_0.Value"
                                        (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                    (<conditional requirements unable to be computed>)
                                    (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                      (assoc_type req="Value" type="Content.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (abstract_conformance protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (abstract_conformance protocol="Escapable"))))))
                              (<conditional requirements unable to be computed>)
                              (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
                    (tuple_type_elt
                      (opaque_type address=0x1530cf1c0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                        (interface_type=generic_type_param_type depth=2 index=0)
                        (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                          (substitution τ_0_0 ->
                            (opaque_type address=0x1530cf0e8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                              (interface_type=generic_type_param_type depth=1 index=0)
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                (substitution τ_0_0 ->
                                  (opaque_type address=0x1530cf038 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                          (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=4))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View"))))))
                                      (conformance type="\xCF\x84_0_0"
                                        (specialized_conformance type="ZStack<some View>" protocol="View"
                                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                            (substitution τ_0_0 ->
                                              (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=4))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View")))))
                                            (conformance type="\xCF\x84_0_0"
                                              (abstract_conformance protocol="View")))
                                          (<conditional requirements unable to be computed>)
                                          (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                (conformance type="\xCF\x84_0_0"
                                  (abstract_conformance protocol="View")))))
                          (substitution τ_1_0 ->
                            (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture"))))
                          (conformance type="\xCF\x84_0_0"
                            (abstract_conformance protocol="View"))
                          (conformance type="\xCF\x84_1_0"
                            (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                (substitution τ_0_0 ->
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture")))
                                (conformance type="\xCF\x84_0_0"
                                  (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                      (substitution τ_0_0 ->
                                        (struct_type decl="SwiftUI.(file).DragGesture"))
                                      (conformance type="\xCF\x84_0_0"
                                        (normal_conformance type="DragGesture" protocol="Gesture"
                                          (assoc_type req="Value" type="DragGesture.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="DragGesture" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="DragGesture" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" lazy))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                      (conformance type="\xCF\x84_0_0.Value"
                                        (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                    (<conditional requirements unable to be computed>)
                                    (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                      (assoc_type req="Value" type="Content.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (abstract_conformance protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (abstract_conformance protocol="Escapable"))))))
                              (<conditional requirements unable to be computed>)
                              (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))
                    (tuple_type_elt
                      (opaque_type address=0x1530d1fc8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                        (interface_type=generic_type_param_type depth=2 index=0)
                        (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                          (substitution τ_0_0 ->
                            (opaque_type address=0x1530d1ef0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                              (interface_type=generic_type_param_type depth=1 index=0)
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                (substitution τ_0_0 ->
                                  (opaque_type address=0x1530d1e40 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                    (interface_type=generic_type_param_type depth=1 index=0)
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                      (substitution τ_0_0 ->
                                        (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                          (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                            (interface_type=generic_type_param_type depth=1 index=0)
                                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                              (substitution τ_0_0 ->
                                                (generic_type_param_type depth=0 index=1))
                                              (conformance type="\xCF\x84_0_0"
                                                (abstract_conformance protocol="View"))))))
                                      (conformance type="\xCF\x84_0_0"
                                        (specialized_conformance type="ZStack<some View>" protocol="View"
                                          (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                            (substitution τ_0_0 ->
                                              (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=1))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View")))))
                                            (conformance type="\xCF\x84_0_0"
                                              (abstract_conformance protocol="View")))
                                          (<conditional requirements unable to be computed>)
                                          (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                (conformance type="\xCF\x84_0_0"
                                  (abstract_conformance protocol="View")))))
                          (substitution τ_1_0 ->
                            (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                              (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                (struct_type decl="SwiftUI.(file).DragGesture"))))
                          (conformance type="\xCF\x84_0_0"
                            (abstract_conformance protocol="View"))
                          (conformance type="\xCF\x84_1_0"
                            (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                (substitution τ_0_0 ->
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture")))
                                (conformance type="\xCF\x84_0_0"
                                  (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                      (substitution τ_0_0 ->
                                        (struct_type decl="SwiftUI.(file).DragGesture"))
                                      (conformance type="\xCF\x84_0_0"
                                        (normal_conformance type="DragGesture" protocol="Gesture"
                                          (assoc_type req="Value" type="DragGesture.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="DragGesture" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="DragGesture" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" lazy))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                      (conformance type="\xCF\x84_0_0.Value"
                                        (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                    (<conditional requirements unable to be computed>)
                                    (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                      (assoc_type req="Value" type="Content.Value")
                                      (assoc_type req="Body" type="Never")
                                      (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                      (value req="body" dynamic_witness)
                                      (assoc_conformance type="Self" proto="Copyable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                      (assoc_conformance type="Self" proto="Escapable"
                                        (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                      (assoc_conformance type="Self.Body" proto="Gesture"
                                        (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                      (assoc_conformance type="Self.Value" proto="Copyable"
                                        (abstract_conformance protocol="Copyable"))
                                      (assoc_conformance type="Self.Value" proto="Escapable"
                                        (abstract_conformance protocol="Escapable"))))))
                              (<conditional requirements unable to be computed>)
                              (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy))))))))
                (conformance type="\xCF\x84_0_0"
                  (specialized_conformance type="(some View, some View, some View, some View, some View)" protocol="Copyable"
                    (substitution_map generic_signature=<each τ_0_0 where repeat each τ_0_0 : Copyable>
                      (substitution each τ_0_0 ->
                        (pack_type num_elements=5
                          (opaque_type address=0x1530c7e90 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.accentColor"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530c7de0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                  (interface_type=generic_type_param_type depth=2 index=0)
                                  (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530c7cf8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                        (interface_type=generic_type_param_type depth=2 index=0)
                                        (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=0))
                                          (substitution τ_1_0 ->
                                            (bound_generic_struct_type decl="Swift.(file).ClosedRange"
                                              (struct_type decl="CoreFoundation.(file).CGFloat")))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View"))
                                          (conformance type="\xCF\x84_1_0"
                                            (builtin_conformance type="ClosedRange<CGFloat>" protocol="Copyable"))
                                          (conformance type="\xCF\x84_1_0"
                                            (builtin_conformance type="ClosedRange<CGFloat>" protocol="Escapable")))))
                                    (substitution τ_1_0 ->
                                      (struct_type decl="MediaUtilities.(file).RangeTrackConfiguration@/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15"))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View"))
                                    (conformance type="\xCF\x84_1_0"
                                      (builtin_conformance type="RangeTrackConfiguration" protocol="Copyable"))
                                    (conformance type="\xCF\x84_1_0"
                                      (builtin_conformance type="RangeTrackConfiguration" protocol="Escapable")))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))))
                          (opaque_type address=0x1530c9408 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (generic_type_param_type depth=0 index=2))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))))
                          (opaque_type address=0x1530cc3f0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530cc318 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530cc268 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=3))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=3))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))
                          (opaque_type address=0x1530cf1c0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530cf0e8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530cf038 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=4))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=4))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))
                          (opaque_type address=0x1530d1fc8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530d1ef0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530d1e40 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=1))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=1))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))))
                      (conformance type="each \xCF\x84_0_0"
                        (pack_conformance type="Pack{some View, some View, some View, some View, some View}" protocol="Copyable"
                          (abstract_conformance protocol="Copyable")
                          (abstract_conformance protocol="Copyable")
                          (abstract_conformance protocol="Copyable")
                          (abstract_conformance protocol="Copyable")
                          (abstract_conformance protocol="Copyable"))))
                    (<conditional requirements unable to be computed>)
                    (normal_conformance type="(repeat each Element)" protocol="Copyable"
                      (requirement "each Element" conforms_to "Copyable"))))
                (conformance type="\xCF\x84_0_0"
                  (specialized_conformance type="(some View, some View, some View, some View, some View)" protocol="Escapable"
                    (substitution_map generic_signature=<each τ_0_0 where repeat each τ_0_0 : Escapable>
                      (substitution each τ_0_0 ->
                        (pack_type num_elements=5
                          (opaque_type address=0x1530c7e90 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.accentColor"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530c7de0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                  (interface_type=generic_type_param_type depth=2 index=0)
                                  (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530c7cf8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.environment"
                                        (interface_type=generic_type_param_type depth=2 index=0)
                                        (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Copyable, τ_1_0 : Escapable>
                                          (substitution τ_0_0 ->
                                            (generic_type_param_type depth=0 index=0))
                                          (substitution τ_1_0 ->
                                            (bound_generic_struct_type decl="Swift.(file).ClosedRange"
                                              (struct_type decl="CoreFoundation.(file).CGFloat")))
                                          (conformance type="\xCF\x84_0_0"
                                            (abstract_conformance protocol="View"))
                                          (conformance type="\xCF\x84_1_0"
                                            (builtin_conformance type="ClosedRange<CGFloat>" protocol="Copyable"))
                                          (conformance type="\xCF\x84_1_0"
                                            (builtin_conformance type="ClosedRange<CGFloat>" protocol="Escapable")))))
                                    (substitution τ_1_0 ->
                                      (struct_type decl="MediaUtilities.(file).RangeTrackConfiguration@/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift:3:15"))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View"))
                                    (conformance type="\xCF\x84_1_0"
                                      (builtin_conformance type="RangeTrackConfiguration" protocol="Copyable"))
                                    (conformance type="\xCF\x84_1_0"
                                      (builtin_conformance type="RangeTrackConfiguration" protocol="Escapable")))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))))
                          (opaque_type address=0x1530c9408 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                            (interface_type=generic_type_param_type depth=1 index=0)
                            (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                              (substitution τ_0_0 ->
                                (generic_type_param_type depth=0 index=2))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))))
                          (opaque_type address=0x1530cc3f0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530cc318 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530cc268 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=3))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530c9fe8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=3))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))
                          (opaque_type address=0x1530cf1c0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530cf0e8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530cf038 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=4))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530ccfd0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=4))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))
                          (opaque_type address=0x1530d1fc8 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.gesture(_:including:)"
                            (interface_type=generic_type_param_type depth=2 index=0)
                            (substitution_map generic_signature=<τ_0_0, τ_1_0 where τ_0_0 : View, τ_1_0 : Gesture>
                              (substitution τ_0_0 ->
                                (opaque_type address=0x1530d1ef0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.position(x:y:)"
                                  (interface_type=generic_type_param_type depth=1 index=0)
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                    (substitution τ_0_0 ->
                                      (opaque_type address=0x1530d1e40 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)"
                                        (interface_type=generic_type_param_type depth=1 index=0)
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                          (substitution τ_0_0 ->
                                            (bound_generic_struct_type decl="SwiftUI.(file).ZStack"
                                              (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                (interface_type=generic_type_param_type depth=1 index=0)
                                                (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                  (substitution τ_0_0 ->
                                                    (generic_type_param_type depth=0 index=1))
                                                  (conformance type="\xCF\x84_0_0"
                                                    (abstract_conformance protocol="View"))))))
                                          (conformance type="\xCF\x84_0_0"
                                            (specialized_conformance type="ZStack<some View>" protocol="View"
                                              (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                (substitution τ_0_0 ->
                                                  (opaque_type address=0x1530cfda0 conforms_to="SwiftUI.(file).View" decl="SwiftUI.(file).View extension.frame(width:height:alignment:)"
                                                    (interface_type=generic_type_param_type depth=1 index=0)
                                                    (substitution_map generic_signature=<τ_0_0 where τ_0_0 : View>
                                                      (substitution τ_0_0 ->
                                                        (generic_type_param_type depth=0 index=1))
                                                      (conformance type="\xCF\x84_0_0"
                                                        (abstract_conformance protocol="View")))))
                                                (conformance type="\xCF\x84_0_0"
                                                  (abstract_conformance protocol="View")))
                                              (<conditional requirements unable to be computed>)
                                              (normal_conformance type="ZStack<Content>" protocol="View" lazy))))))
                                    (conformance type="\xCF\x84_0_0"
                                      (abstract_conformance protocol="View")))))
                              (substitution τ_1_0 ->
                                (bound_generic_struct_type decl="SwiftUI.(file)._EndedGesture"
                                  (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                    (struct_type decl="SwiftUI.(file).DragGesture"))))
                              (conformance type="\xCF\x84_0_0"
                                (abstract_conformance protocol="View"))
                              (conformance type="\xCF\x84_1_0"
                                (specialized_conformance type="_EndedGesture<_ChangedGesture<DragGesture>>" protocol="Gesture"
                                  (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture>
                                    (substitution τ_0_0 ->
                                      (bound_generic_struct_type decl="SwiftUI.(file)._ChangedGesture"
                                        (struct_type decl="SwiftUI.(file).DragGesture")))
                                    (conformance type="\xCF\x84_0_0"
                                      (specialized_conformance type="_ChangedGesture<DragGesture>" protocol="Gesture"
                                        (substitution_map generic_signature=<τ_0_0 where τ_0_0 : Gesture, τ_0_0.Value : Equatable>
                                          (substitution τ_0_0 ->
                                            (struct_type decl="SwiftUI.(file).DragGesture"))
                                          (conformance type="\xCF\x84_0_0"
                                            (normal_conformance type="DragGesture" protocol="Gesture"
                                              (assoc_type req="Value" type="DragGesture.Value")
                                              (assoc_type req="Body" type="Never")
                                              (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file).DragGesture._makeGesture(gesture:inputs:)")
                                              (value req="body" dynamic_witness)
                                              (assoc_conformance type="Self" proto="Copyable"
                                                (builtin_conformance type="DragGesture" protocol="Copyable"))
                                              (assoc_conformance type="Self" proto="Escapable"
                                                (builtin_conformance type="DragGesture" protocol="Escapable"))
                                              (assoc_conformance type="Self.Body" proto="Gesture"
                                                (normal_conformance type="Never" protocol="Gesture" lazy))
                                              (assoc_conformance type="Self.Value" proto="Copyable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Copyable"))
                                              (assoc_conformance type="Self.Value" proto="Escapable"
                                                (builtin_conformance type="DragGesture.Value" protocol="Escapable"))))
                                          (conformance type="\xCF\x84_0_0.Value"
                                            (normal_conformance type="DragGesture.Value" protocol="Equatable" lazy)))
                                        (<conditional requirements unable to be computed>)
                                        (normal_conformance type="_ChangedGesture<Content>" protocol="Gesture"
                                          (assoc_type req="Value" type="Content.Value")
                                          (assoc_type req="Body" type="Never")
                                          (value req="_makeGesture(gesture:inputs:)" witness="SwiftUI.(file)._ChangedGesture._makeGesture(gesture:inputs:)")
                                          (value req="body" dynamic_witness)
                                          (assoc_conformance type="Self" proto="Copyable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Copyable"))
                                          (assoc_conformance type="Self" proto="Escapable"
                                            (builtin_conformance type="_ChangedGesture<Content>" protocol="Escapable"))
                                          (assoc_conformance type="Self.Body" proto="Gesture"
                                            (normal_conformance type="Never" protocol="Gesture" <details printed above>))
                                          (assoc_conformance type="Self.Value" proto="Copyable"
                                            (abstract_conformance protocol="Copyable"))
                                          (assoc_conformance type="Self.Value" proto="Escapable"
                                            (abstract_conformance protocol="Escapable"))))))
                                  (<conditional requirements unable to be computed>)
                                  (normal_conformance type="_EndedGesture<Content>" protocol="Gesture" lazy)))))))
                      (conformance type="each \xCF\x84_0_0"
                        (pack_conformance type="Pack{some View, some View, some View, some View, some View}" protocol="Escapable"
                          (abstract_conformance protocol="Escapable")
                          (abstract_conformance protocol="Escapable")
                          (abstract_conformance protocol="Escapable")
                          (abstract_conformance protocol="Escapable")
                          (abstract_conformance protocol="Escapable"))))
                    (<conditional requirements unable to be computed>)
                    (normal_conformance type="(repeat each Element)" protocol="Escapable"
                      (requirement "each Element" conforms_to "Escapable")))))
              (<conditional requirements unable to be computed>)
              (normal_conformance type="TupleView<T>" protocol="View" lazy))))
        (<conditional requirements unable to be computed>)
        (normal_conformance type="ZStack<Content>" protocol="View" lazy)))))
Generic signature: <τ_0_0, τ_0_1, τ_0_2, τ_0_3, τ_0_4 where τ_0_0 : View, τ_0_1 : View, τ_0_2 : View, τ_0_3 : View, τ_0_4 : View>
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Pass '-Xfrontend -disable-round-trip-debug-types' to disable this assertion.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /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/MediaUtilities/DropDelegate/DropDelegateService.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/DropDelegate/ImageDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/DropDelegate/VideoDropDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/ImagePicker.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Holistic/VideoPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/ImageEditor/CropImageView.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/ImageEditor/HoleShapeMask.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/ImageEditor/ImageEditor.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/ImageEditor/WhiteGridOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaPicker/MediaOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaPicker/MediaPicker-iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaPicker/MediaPicker-macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaPicker/MediaPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/MediaUtilities.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Modifiers/GrayBackgroundRound.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Modifiers/OnTapModifier.swift "/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Modifiers/Shake Modifier.swift" /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Modifiers/SwiftUI+Extentions.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Shared/EditorControlButton.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Shared/MediaUtilitiesError.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Shared/SpinnerView.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/Shared/UnifiedImage.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/Base/DefaultHorizontalValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/Base/DefaultThumb.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/Base/DefaultVerticalValueView.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/Base/LinearRangeMath.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/Base/LinearValueMath.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/RangeSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Style/AnyRangeSliderStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Style/EnvironmentValues+RangeSliderStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Style/RangeSliderStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Style/RangeSliderStyleConfiguration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/HorizontalRangeSliderStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/RangeSliderOptions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/EnvironmentValues+RangeTrackConfiguration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/EnvironmentValues+TrackRange.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/Horizontal/HorizontalRangeTrack.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeTrack/RangeTrackConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoEditor.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoSliderView.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/VideoUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoPlayer/CustomVideoPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoPlayer/PlayerViewModel.swift -supplementary-output-file-map /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.zdgWjm/supplementaryOutputs-8 -target arm64-apple-macosx10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -isysroot -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Xcc -F -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -fPIC -Xcc -g -module-name MediaUtilities -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 -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/MediaUtilities.build/HorizontalRangeSliderStyle.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/MediaUtilities.build/RangeSliderOptions.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/MediaUtilities.build/EnvironmentValues+RangeTrackConfiguration.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/MediaUtilities.build/EnvironmentValues+TrackRange.swift.o -index-store-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/index/store -index-system-modules
1.	Apple Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2.	Compiling with effective version 5.10
3.	While evaluating request IRGenRequest(IR Generation for file "/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/HorizontalRangeSliderStyle.swift")
4.	While emitting IR SIL function "@$s14MediaUtilities26HorizontalRangeSliderStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF7SwiftUI4ViewPAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArH9AlignmentVtFQOyAH6ZStackVyAH05TupleM0VyAjHE11accentColoryQrAH0Y0VSgFQOyAjHE11environmentyQrs15WritableKeyPathCyAH17EnvironmentValuesVqd__G_qd__tlFQOyAjHEA1_yQrA6__qd__tlFQOyx_SNyAQGQo__AA0d5TrackJ0VQo__Qo__AjHE8position1x1yQrAQ_AQtFQOyq0__Qo_AjHE7gesture_9includingQrqd___AH11GestureMaskVtAH7GestureRd__lFQOyAjHEA13_A14_A15_QrAQ_AQtFQOyAjHEAK8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrAR_A5rTtFQOyAVyAjHEAklmNQrAR_ArTtFQOyq1__Qo_G_Qo__Qo__AH13_EndedGestureVyAH15_ChangedGestureVyAH11DragGestureVGGQo_AjHEA17__A18_Qrqd___A20_tAHA21_Rd__lFQOyAjHEA13_A14_A15_QrAQ_AQtFQOyAjHEAKA22_A23_A24_A25_A26_A27_ANQrAR_A5rTtFQOyAVyAjHEAklmNQrAR_ArTtFQOyq2__Qo_G_Qo__Qo__A39_Qo_AjHEA17__A18_Qrqd___A20_tAHA21_Rd__lFQOyAjHEA13_A14_A15_QrAQ_AQtFQOyAjHEAKA22_A23_A24_A25_A26_A27_ANQrAR_A5rTtFQOyAVyAjHEAklmNQrAR_ArTtFQOyq__Qo_G_Qo__Qo__A39_Qo_tGG_Qo_AH13GeometryProxyVcfU_".
 for expression at [/Users/admin/builder/spi-builder-workspace/Sources/MediaUtilities/VideoEditor/Sliders/RangeSlider/Styles/HorizontalRangeSliderStyle.swift:22:24 - line:207:9] RangeText="{ geometry in
            ZStack {
                self.track
                    .environment(\.trackRange, configuration.range.wrappedValue)
                    .environment(\.rangeTrackConfiguration, RangeTrackConfiguration(
                        bounds: configuration.bounds,
                        lowerLeadingOffset: self.lowerThumbSize.width / 2,
                        lowerTrailingOffset: self.lowerThumbSize.width / 2 + self.upperThumbSize.width,
                        upperLeadingOffset: self.lowerThumbSize.width + self.upperThumbSize.width / 2,
                        upperTrailingOffset: self.upperThumbSize.width / 2
                    ))
                    .accentColor(Color.accentColor)
                self.thumbOverlay
                    .position(
                        x: distanceFrom(
                            value: configuration.value.wrappedValue,
                            availableDistance: geometry.size.width,
                            bounds: configuration.bounds,
                            leadingOffset: self.lowerThumbSize.width + self.thumbSize.width / 2,
                            trailingOffset: self.upperThumbSize.width + self.thumbSize.width / 2
                        ),
                        y: -(geometry.size.height / 2)
                    )
                ZStack {
                    self.lowerThumb
                        .frame(width: self.lowerThumbSize.width, height: self.lowerThumbSize.height)
                }
                .frame(minWidth: self.lowerThumbInteractiveSize.width, minHeight: self.lowerThumbInteractiveSize.height)
                .position(
                    x: distanceFrom(
                        value: configuration.range.wrappedValue.lowerBound,
                        availableDistance: geometry.size.width,
                        bounds: configuration.bounds,
                        leadingOffset: self.lowerThumbSize.width / 2,
                        trailingOffset: self.upperThumbSize.width + self.thumbSize.width + self.lowerThumbSize.width / 2
                    ),
                    y: geometry.size.height / 2
                )
                .gesture(
                    DragGesture()
                        .onChanged { gestureValue in
                            configuration.onEditingChanged(true)
                            if configuration.dragOffset.wrappedValue == nil {
                                configuration.dragOffset.wrappedValue = gestureValue.startLocation.x - distanceFrom(
                                    value: configuration.range.wrappedValue.lowerBound,
                                    availableDistance: geometry.size.width - self.upperThumbSize.width - self.thumbSize.width,
                                    bounds: configuration.bounds,
                                    leadingOffset: self.lowerThumbSize.width / 2,
                                    trailingOffset: self.lowerThumbSize.width / 2
                                )
                            }
                            let computedLowerBound = valueFrom(
                                distance: gestureValue.location.x - (configuration.dragOffset.wrappedValue ?? 0),
                                availableDistance: geometry.size.width - self.upperThumbSize.width - self.thumbSize.width,
                                bounds: configuration.bounds,
                                step: configuration.step,
                                leadingOffset: self.lowerThumbSize.width / 2,
                                trailingOffset: self.lowerThumbSize.width / 2
                            )
                            configuration.range.wrappedValue = rangeFrom(
                                updatedLowerBound: computedLowerBound,
                                upperBound: configuration.range.wrappedValue.upperBound,
                                bounds: configuration.bounds,
                                distance: configuration.distance,
                                forceAdjacent: options.contains(.forceAdjacentValue)
                            )
                            configuration.value.wrappedValue = configuration.range.wrappedValue.lowerBound
                        }
                        .onEnded { _ in
                            configuration.dragOffset.wrappedValue = nil
                            configuration.onEditingChanged(false)
                        }
                )
                ZStack {
                    self.upperThumb
                        .frame(width: self.upperThumbSize.width, height: self.upperThumbSize.height)
                }
                .frame(minWidth: self.upperThumbInteractiveSize.width, minHeight: self.upperThumbInteractiveSize.height)
                .position(
                    x: distanceFrom(
                        value: configuration.range.wrappedValue.upperBound,
                        availableDistance: geometry.size.width,
                        bounds: configuration.bounds,
                        leadingOffset: self.lowerThumbSize.width + self.thumbSize.width + self.upperThumbSize.width / 2,
                        trailingOffset: self.upperThumbSize.width / 2
                    ),
                    y: geometry.size.height / 2
                )
                .gesture(
                    DragGesture()
                        .onChanged { gestureValue in
                            configuration.onEditingChanged(true)
                            if configuration.dragOffset.wrappedValue == nil {
                                configuration.dragOffset.wrappedValue = gestureValue.startLocation.x - distanceFrom(
                                    value: configuration.range.wrappedValue.upperBound,
                                    availableDistance: geometry.size.width - self.thumbSize.width,
                                    bounds: configuration.bounds,
                                    leadingOffset: self.lowerThumbSize.width + self.upperThumbSize.width / 2,
                                    trailingOffset: self.upperThumbSize.width / 2
                                )
                            }
                            let computedUpperBound = valueFrom(
                                distance: gestureValue.location.x - (configuration.dragOffset.wrappedValue ?? 0),
                                availableDistance: geometry.size.width - self.thumbSize.width,
                                bounds: configuration.bounds,
                                step: configuration.step,
                                leadingOffset: self.lowerThumbSize.width + self.upperThumbSize.width / 2,
                                trailingOffset: self.upperThumbSize.width / 2
                            )
                            configuration.range.wrappedValue = rangeFrom(
                                lowerBound: configuration.range.wrappedValue.lowerBound,
                                updatedUpperBound: computedUpperBound,
                                bounds: configuration.bounds,
                                distance: configuration.distance,
                                forceAdjacent: options.contains(.forceAdjacentValue)
                            )
                            configuration.value.wrappedValue = configuration.range.wrappedValue.upperBound
                        }
                        .onEnded { _ in
                            configuration.dragOffset.wrappedValue = nil
                            configuration.onEditingChanged(false)
                        }
                )
                ZStack {
                    self.thumb
                        .frame(width: self.thumbSize.width, height: self.thumbSize.height)
                }
                .frame(minWidth: self.thumbInteractiveSize.width, minHeight: self.thumbInteractiveSize.height)
                .position(
                    x: distanceFrom(
                        value: configuration.value.wrappedValue,
                        availableDistance: geometry.size.width,
                        bounds: configuration.bounds,
                        leadingOffset: self.lowerThumbSize.width + self.thumbSize.width / 2,
                        trailingOffset: self.upperThumbSize.width + self.thumbSize.width / 2
                    ),
                    y: geometry.size.height / 2
                )
                .gesture(
                    DragGesture()
                        .onChanged { gestureValue in
                            configuration.onEditingChanged(true)
                            if configuration.dragOffset.wrappedValue == nil {
                                configuration.dragOffset.wrappedValue = gestureValue.startLocation.x - distanceFrom(
                                    value: configuration.value.wrappedValue,
                                    availableDistance: geometry.size.width - self.lowerThumbSize.width - self.upperThumbSize.width,
                                    bounds: configuration.bounds,
                                    leadingOffset: self.lowerThumbSize.width + self.thumbSize.width / 2,
                                    trailingOffset: self.upperThumbSize.width + self.thumbSize.width / 2
                                )
                            }
                            let computedValue = valueFrom(
                                distance: gestureValue.location.x - (configuration.dragOffset.wrappedValue ?? 0),
                                availableDistance: geometry.size.width - self.lowerThumbSize.width - self.upperThumbSize.width,
                                bounds: configuration.bounds,
                                step: configuration.step,
                                leadingOffset: self.lowerThumbSize.width + self.thumbSize.width / 2,
                                trailingOffset: self.upperThumbSize.width + self.thumbSize.width / 2
                            )
                            if computedValue > configuration.range.wrappedValue.lowerBound && computedValue < configuration.range.wrappedValue.upperBound {
                                configuration.value.wrappedValue = computedValue
                            }
                        }
                        .onEnded { _ in
                            configuration.dragOffset.wrappedValue = nil
                            configuration.onEditingChanged(false)
                        }
                )
            }
            .frame(height: geometry.size.height)
        "
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend           0x0000000107887bf0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x00000001078863bc llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x0000000107888238 SignalHandler(int) + 304
3  libsystem_platform.dylib 0x000000018054da24 _sigtramp + 56
4  libsystem_pthread.dylib  0x000000018051dcc0 pthread_kill + 288
5  libsystem_c.dylib        0x0000000180429a40 abort + 180
6  swift-frontend           0x000000010793e474 (anonymous namespace)::IRGenDebugInfoImpl::getOrCreateType(swift::irgen::DebugTypeInfo) (.cold.24) + 0
7  swift-frontend           0x0000000102906968 (anonymous namespace)::IRGenDebugInfoImpl::getOrCreateType(swift::irgen::DebugTypeInfo) + 3792
8  swift-frontend           0x0000000102906ce0 (anonymous namespace)::IRGenDebugInfoImpl::createParameterTypes(swift::CanTypeWrapper<swift::SILFunctionType>) + 784
9  swift-frontend           0x00000001028ff67c (anonymous namespace)::IRGenDebugInfoImpl::emitFunction(swift::SILDebugScope const*, llvm::Function*, swift::SILFunctionTypeRepresentation, swift::SILType, swift::DeclContext*, llvm::StringRef) + 2124
10 swift-frontend           0x00000001029401d4 (anonymous namespace)::IRGenSILFunction::emitSILFunction() + 832
11 swift-frontend           0x000000010293f900 swift::irgen::IRGenModule::emitSILFunction(swift::SILFunction*) + 1604
12 swift-frontend           0x00000001027e3b54 swift::irgen::IRGenerator::emitLazyDefinitions() + 1972
13 swift-frontend           0x00000001028f20d8 swift::IRGenRequest::evaluate(swift::Evaluator&, swift::IRGenDescriptor) const + 2632
14 swift-frontend           0x000000010293edb0 swift::GeneratedModule swift::SimpleRequest<swift::IRGenRequest, swift::GeneratedModule (swift::IRGenDescriptor), (swift::RequestFlags)9>::callDerived<0ul>(swift::Evaluator&, std::__1::integer_sequence<unsigned long, 0ul>) const + 200
15 swift-frontend           0x00000001028fa5c0 swift::IRGenRequest::OutputType swift::Evaluator::getResultUncached<swift::IRGenRequest, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()>(swift::IRGenRequest const&, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()) + 212
16 swift-frontend           0x00000001028f3f70 swift::performIRGeneration(swift::FileUnit*, swift::IRGenOptions const&, swift::TBDGenOptions const&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::StringRef, swift::PrimarySpecificPaths const&, llvm::StringRef, llvm::GlobalVariable**) + 208
17 swift-frontend           0x0000000102405824 generateIR(swift::IRGenOptions const&, swift::TBDGenOptions const&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, swift::PrimarySpecificPaths const&, llvm::StringRef, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, llvm::GlobalVariable*&, llvm::ArrayRef<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>) + 156
18 swift-frontend           0x0000000102401ac4 performCompileStepsPostSILGen(swift::CompilerInstance&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::PrimarySpecificPaths const&, int&, swift::FrontendObserver*) + 1416
19 swift-frontend           0x0000000102400f2c swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 648
20 swift-frontend           0x0000000102412248 withSemanticAnalysis(swift::CompilerInstance&, swift::FrontendObserver*, llvm::function_ref<bool (swift::CompilerInstance&)>, bool) + 160
21 swift-frontend           0x0000000102403590 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 708
22 swift-frontend           0x00000001024024fc swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 2388
23 swift-frontend           0x000000010221c3b0 swift::mainEntry(int, char const**) + 3096
24 dyld                     0x000000018019d0e0 start + 2360
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.