The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CompactSlider, reference 2.0.9 (f07c7a), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 11:42:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/CompactSlider.git
Reference: 2.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/CompactSlider
 * tag               2.0.9      -> FETCH_HEAD
HEAD is now at f07c7a5 Show the handler also at 100%
Cloned https://github.com/buh/CompactSlider.git
Revision (git rev-parse @):
f07c7a5d03a2d9541aae1b7ebff861b77561ee31
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buh/CompactSlider.git at 2.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/buh/CompactSlider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/67] Emitting module CompactSlider
[5/74] Compiling CompactSlider EnvironmentBackgroundViewKey.swift
[6/74] Compiling CompactSlider GridBackgroundView.swift
[7/74] Compiling CompactSlider GridView.swift
[8/74] Compiling CompactSlider CompactSliderVisibility.swift
[9/74] Compiling CompactSlider GaugeStyle.swift
[10/74] Compiling CompactSlider GaugeView.swift
[11/74] Compiling CompactSlider Grid.swift
[12/74] Compiling CompactSlider CompactSlider+Dragging.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[13/74] Compiling CompactSlider CompactSlider+OnChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[14/74] Compiling CompactSlider CompactSlider+ScrollWheel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[15/74] Compiling CompactSlider CompactSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[16/74] Compiling CompactSlider CompactSliderAnimations.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[17/74] Compiling CompactSlider CompactSliderOnChangeAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[18/74] Compiling CompactSlider CompactSliderOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:15:17: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
13 |         defer {
14 |             Task { @MainActor in
15 |                 isValueChangingInternally = false
   |                 `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
16 |             }
17 |         }
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/CompactSlider+OnChange.swift:9:10: warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
 7 |
 8 | extension CompactSlider {
 9 |     func onProgressesChange(_ newValue: Progress) {
   |          `- warning: capture of non-sendable type 'Point.Type' in an isolated closure; this is an error in the Swift 6 language mode
10 |         guard !newValue.progresses.isEmpty else { return }
11 |
[19/74] Compiling CompactSlider DefaultCompactSliderStyle+Init.swift
[20/74] Compiling CompactSlider DefaultCompactSliderStyle.swift
[21/74] Compiling CompactSlider HandleViewWrapper.swift
[22/74] Compiling CompactSlider ProgressViewWrapper.swift
[23/74] Compiling CompactSlider ScaleViewWrapper.swift
[24/74] Compiling CompactSlider Convertor.swift
[25/74] Compiling CompactSlider EdgeInsets.swift
[26/74] Compiling CompactSlider CompactSliderPoint.swift
[27/74] Compiling CompactSlider CompactSliderPolarPoint.swift
[28/74] Compiling CompactSlider CompactSliderStep.swift
[29/74] Compiling CompactSlider CompactSliderStyleConfiguration.swift
[30/74] Compiling CompactSlider CompactSliderType.swift
[31/74] Compiling CompactSlider BackgroundContainerView.swift
[32/74] Compiling CompactSlider DefaultBackgroundView.swift
[33/74] Compiling CompactSlider Functions.swift
[34/74] Compiling CompactSlider HapticFeedback.swift
[35/74] Compiling CompactSlider ScreenScaleFactor.swift
[36/74] Compiling CompactSlider ScrollWheelModifier.swift
[37/74] Compiling CompactSlider View.swift
[38/74] Compiling CompactSlider WatchOSFillMaterial.swift
[39/74] Compiling CompactSlider resource_bundle_accessor.swift
[40/74] Compiling CompactSlider ProgressContainerView.swift
[41/74] Compiling CompactSlider ProgressView.swift
[42/74] Compiling CompactSlider DefaultScaleView.swift
[43/74] Compiling CompactSlider EnvironmentScaleViewKey.swift
[44/74] Compiling CompactSlider ScaleContainerView.swift
[45/74] Compiling CompactSlider ScaleShapeStyle.swift
[46/74] Compiling CompactSlider ScaleView.swift
[47/74] Compiling CompactSlider EnvironmentHandleStyleKey.swift
[48/74] Compiling CompactSlider EnvironmentHandleViewKey.swift
[49/74] Compiling CompactSlider HandleStyle.swift
[50/74] Compiling CompactSlider HandleView.swift
[51/74] Compiling CompactSlider HandleViewContainerView.swift
[52/74] Compiling CompactSlider EnvironmentProgressViewKey.swift
[53/74] Compiling CompactSlider Progress.swift
[54/74] Compiling CompactSlider GradientMask.swift
[55/74] Compiling CompactSlider OptionalCGSize.swift
[56/74] Compiling CompactSlider ReversedMask.swift
[57/74] Compiling CompactSlider EnvironmentSystemSliderStyleKey.swift
[58/74] Compiling CompactSlider HandleStyle+SystemSlider.swift
[59/74] Compiling CompactSlider SystemSlider+ViewFrame.swift
[60/74] Compiling CompactSlider SystemSlider.swift
[61/74] Compiling CompactSlider ScaleZStackView.swift
[62/74] Compiling CompactSlider CircularScaleShape.swift
[63/74] Compiling CompactSlider LinearScaleShape.swift
[64/74] Compiling CompactSlider ScaleLabels.swift
[65/74] Compiling CompactSlider BackgroundViewWrapper.swift
[66/74] Compiling CompactSlider ClipShapeStyle.swift
[67/74] Compiling CompactSlider CompactSliderStyle.swift
[68/74] Compiling CompactSlider SystemSliderBackgroundView.swift
[69/74] Compiling CompactSlider SystemSliderHandleView.swift
[70/74] Compiling CompactSlider SystemSliderProgressView.swift
[71/74] Compiling CompactSlider SystemSliderType.swift
[72/74] Compiling CompactSlider ClosedRange.swift
[73/74] Compiling CompactSlider CoreGraphics.swift
[74/74] Compiling CompactSlider Defaults.swift
Build complete! (10.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CompactSlider",
  "name" : "CompactSlider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CompactSlider",
      "targets" : [
        "CompactSlider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CompactSlider",
      "module_type" : "SwiftTarget",
      "name" : "CompactSlider",
      "path" : "Sources/CompactSlider",
      "product_memberships" : [
        "CompactSlider"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CompactSlider/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CompactSlider+Dragging.swift",
        "CompactSlider+OnChange.swift",
        "CompactSlider+ScrollWheel.swift",
        "CompactSlider.swift",
        "CompactSliderAnimations.swift",
        "CompactSliderOnChangeAction.swift",
        "CompactSliderOption.swift",
        "CompactSliderPoint.swift",
        "CompactSliderPolarPoint.swift",
        "CompactSliderStep.swift",
        "CompactSliderStyleConfiguration.swift",
        "CompactSliderType.swift",
        "Components/Background/BackgroundContainerView.swift",
        "Components/Background/DefaultBackgroundView.swift",
        "Components/Background/EnvironmentBackgroundViewKey.swift",
        "Components/Background/GridBackgroundView.swift",
        "Components/Background/GridView.swift",
        "Components/CompactSliderVisibility.swift",
        "Components/Gauge/GaugeStyle.swift",
        "Components/Gauge/GaugeView.swift",
        "Components/Grid/Grid.swift",
        "Components/Handle/EnvironmentHandleStyleKey.swift",
        "Components/Handle/EnvironmentHandleViewKey.swift",
        "Components/Handle/HandleStyle.swift",
        "Components/Handle/HandleView.swift",
        "Components/Handle/HandleViewContainerView.swift",
        "Components/Progress/EnvironmentProgressViewKey.swift",
        "Components/Progress/Progress.swift",
        "Components/Progress/ProgressContainerView.swift",
        "Components/Progress/ProgressView.swift",
        "Components/Scale/DefaultScaleView.swift",
        "Components/Scale/EnvironmentScaleViewKey.swift",
        "Components/Scale/ScaleContainerView.swift",
        "Components/Scale/ScaleShapeStyle.swift",
        "Components/Scale/ScaleView.swift",
        "Components/Scale/ScaleZStackView.swift",
        "Components/Scale/Scales/CircularScaleShape.swift",
        "Components/Scale/Scales/LinearScaleShape.swift",
        "Components/Scale/Scales/ScaleLabels.swift",
        "Styles/BackgroundViewWrapper.swift",
        "Styles/ClipShapeStyle.swift",
        "Styles/CompactSliderStyle.swift",
        "Styles/DefaultCompactSliderStyle+Init.swift",
        "Styles/DefaultCompactSliderStyle.swift",
        "Styles/HandleViewWrapper.swift",
        "Styles/ProgressViewWrapper.swift",
        "Styles/ScaleViewWrapper.swift",
        "Treats/Convertor.swift",
        "Treats/EdgeInsets.swift",
        "Treats/GradientMask.swift",
        "Treats/OptionalCGSize.swift",
        "Treats/ReversedMask.swift",
        "Treats/SystemSlider/EnvironmentSystemSliderStyleKey.swift",
        "Treats/SystemSlider/HandleStyle+SystemSlider.swift",
        "Treats/SystemSlider/SystemSlider+ViewFrame.swift",
        "Treats/SystemSlider/SystemSlider.swift",
        "Treats/SystemSlider/SystemSliderBackgroundView.swift",
        "Treats/SystemSlider/SystemSliderHandleView.swift",
        "Treats/SystemSlider/SystemSliderProgressView.swift",
        "Treats/SystemSlider/SystemSliderType.swift",
        "Utils/ClosedRange.swift",
        "Utils/CoreGraphics.swift",
        "Utils/Defaults.swift",
        "Utils/Functions.swift",
        "Utils/HapticFeedback.swift",
        "Utils/ScreenScaleFactor.swift",
        "Utils/ScrollWheelModifier.swift",
        "Utils/View.swift",
        "Utils/WatchOSFillMaterial.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.