The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PagerKit, reference 1.0 (3b0c1d), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 21:02:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SzpakKamil/PagerKit.git
Reference: 1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SzpakKamil/PagerKit
 * branch            1.0        -> FETCH_HEAD
 * [new branch]      1.0        -> origin/1.0
HEAD is now at 3b0c1db feat: Added HarnessKit support
Cloned https://github.com/SzpakKamil/PagerKit.git
Revision (git rev-parse @):
3b0c1dbb78623c9315a58bc5b881ed99083ad821
SUCCESS checkout https://github.com/SzpakKamil/PagerKit.git at 1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SzpakKamil/PagerKit.git
https://github.com/SzpakKamil/PagerKit.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "harnesskit",
      "requirement" : {
        "branch" : [
          "1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SzpakKamil/HarnessKit.git"
    }
  ],
  "manifest_display_name" : "PagerKit",
  "name" : "PagerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "PagerKit",
      "targets" : [
        "PagerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PagerKitHarness",
      "targets" : [
        "PagerKitHarness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PagerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PagerKitTests",
      "path" : "Tests/PagerKitTests",
      "sources" : [
        "Common/EnumTests.swift",
        "Common/ModelTests.swift",
        "Components/PageBuilderTests.swift",
        "Components/PageControlTests.swift",
        "Components/PageModifiersTests.swift",
        "Components/PagesViewLogicTests.swift",
        "Components/PagesViewModifiersTests.swift",
        "Platform/PagesViewAppKitTests.swift",
        "Platform/PagesViewUIKitTests.swift",
        "Platform/UIKitTests.swift"
      ],
      "target_dependencies" : [
        "PagerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PagerKitHarness",
      "module_type" : "SwiftTarget",
      "name" : "PagerKitHarness",
      "path" : "Sources/PagerKitHarness",
      "product_dependencies" : [
        "HarnessKit"
      ],
      "product_memberships" : [
        "PagerKitHarness"
      ],
      "sources" : [
        "IfExtension.swift",
        "Paths/PagerKit.swift",
        "Paths/PagerKitEnums.swift",
        "Paths/PagerKitPKPage.swift",
        "Paths/PagerKitPKPagesView.swift",
        "Views/Enums/PKPageControlIndicatorBackgroundStyleView.swift",
        "Views/Enums/PKPageControlIndicatorDirectionView.swift",
        "Views/PKPage/PKPageCurrentIndicatorImageView.swift",
        "Views/PKPage/PKPageFooterView.swift",
        "Views/PKPage/PKPageIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlFooterAlignmentView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorAlignmentView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorCurrentIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorCurrentIndicatorTintColorView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorHidesForSignlePageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorPreferredCurrentIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorPreferredIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorTintColorView.swift",
        "Views/PKPagesView/PKPagesViewControlPaddingView.swift"
      ],
      "target_dependencies" : [
        "PagerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PagerKit",
      "module_type" : "SwiftTarget",
      "name" : "PagerKit",
      "path" : "Sources/PagerKit",
      "product_memberships" : [
        "PagerKit",
        "PagerKitHarness"
      ],
      "sources" : [
        "AppKit/ModifiersAppKit.swift",
        "AppKit/PKPagesControlView.swift",
        "AppKit/PKPagesViewAppKit.swift",
        "Shared/Builders & Components/PKForEach.swift",
        "Shared/Builders & Components/PKPage.swift",
        "Shared/Builders & Components/PKPageBuilder.swift",
        "Shared/Enums/PKPageControlIndicatorBackgroundStyle.swift",
        "Shared/Enums/PKPageControlIndicatorDirection.swift",
        "Shared/Enums/PKPageDirection.swift",
        "Shared/Styles & Options/PKPageControlStyle.swift",
        "Shared/Styles & Options/PKPageOptions.swift",
        "UIKit/Controlers/PKPageUIViewControllerUIKit.swift",
        "UIKit/Controlers/PKPagesUIViewControllerUIKit.swift",
        "UIKit/Data & Events/PKPagesUIViewControllerDataSourceUIKit.swift",
        "UIKit/Data & Events/PKPagesUIViewControllerDelegateUIKit.swift",
        "UIKit/ModifiersUIKit.swift",
        "UIKit/PKPagesViewUIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/29] Compiling PagerKit ModifiersUIKit.swift
[6/30] Compiling PagerKit PKPagesUIViewControllerDelegateUIKit.swift
[7/30] Compiling PagerKit PKPagesUIViewControllerUIKit.swift
[8/30] Compiling PagerKit PKPagesUIViewControllerDataSourceUIKit.swift
[9/30] Compiling PagerKit PKPagesViewUIKit.swift
[10/30] Compiling HarnessKit PathComponent.swift
[11/30] Compiling HarnessKit PathResolver.swift
[12/30] Compiling HarnessKit PathProject.swift
[13/30] Compiling PagerKit PKPageDirection.swift
[14/30] Compiling PagerKit PKPageControlStyle.swift
[15/30] Compiling PagerKit PKPageOptions.swift
[16/30] Compiling PagerKit PKPageUIViewControllerUIKit.swift
[17/30] Compiling HarnessKit ResizeWindow.swift
[18/30] Compiling PagerKit PKPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/Shared/Builders & Components/PKPageBuilder.swift:42:17: warning: main actor-isolated property 'components' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 |     @_documentation(visibility: internal)
41 |     public static func buildExpression<Data, ID>(_ forEach: ForEach<Data, ID>) -> [PKPage] where Data: RandomAccessCollection, ID: Hashable {
   |                        `- note: add '@MainActor' to make static method 'buildExpression' part of global actor 'MainActor'
42 |         forEach.components
   |                 `- warning: main actor-isolated property 'components' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
43 |     }
44 |     public static func buildLimitedAvailability(_ component: [PKPage]) -> [PKPage] {
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/Shared/Builders & Components/PKForEach.swift:15:16: note: property declared here
13 |     let content: ((Data.Element) -> [PKPage])?
14 |     @_documentation(visibility: internal)
15 |     public var components: [PKPage] {
   |                `- note: property declared here
16 |         data.flatMap { content?($0) ?? [] }
17 |     }
[19/30] Compiling PagerKit PKPageBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/Shared/Builders & Components/PKPageBuilder.swift:42:17: warning: main actor-isolated property 'components' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 |     @_documentation(visibility: internal)
41 |     public static func buildExpression<Data, ID>(_ forEach: ForEach<Data, ID>) -> [PKPage] where Data: RandomAccessCollection, ID: Hashable {
   |                        `- note: add '@MainActor' to make static method 'buildExpression' part of global actor 'MainActor'
42 |         forEach.components
   |                 `- warning: main actor-isolated property 'components' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
43 |     }
44 |     public static func buildLimitedAvailability(_ component: [PKPage]) -> [PKPage] {
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/Shared/Builders & Components/PKForEach.swift:15:16: note: property declared here
13 |     let content: ((Data.Element) -> [PKPage])?
14 |     @_documentation(visibility: internal)
15 |     public var components: [PKPage] {
   |                `- note: property declared here
16 |         data.flatMap { content?($0) ?? [] }
17 |     }
[20/30] Compiling PagerKit PKPagesViewAppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:126:13: warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 26 |     @State private var timer: Timer? = nil
 27 |     @State private var progressTimer: Timer? = nil
 28 |     @State private var timerProgress: Double = 0.0
    |                        `- note: mutation of this property is only permitted within the actor
 29 |
 30 |     let pages: [PKPage]
    :
124 |         // Auto page timer
125 |         timer = Timer.scheduledTimer(withTimeInterval: duration, repeats: false) { _ in
126 |             timerProgress = 1.0
    |             `- warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
127 |             goToNextPage()
128 |         }
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:127:13: warning: call to main actor-isolated instance method 'goToNextPage()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
125 |         timer = Timer.scheduledTimer(withTimeInterval: duration, repeats: false) { _ in
126 |             timerProgress = 1.0
127 |             goToNextPage()
    |             `- warning: call to main actor-isolated instance method 'goToNextPage()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
128 |         }
129 |
    :
151 |     }
152 |
153 |     func goToNextPage() {
    |          |- note: calls to instance method 'goToNextPage()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from conformance to protocol 'View'
154 |         guard !pages.isEmpty else { return }
155 |         let nextIndex = (selectedIndex.wrappedValue + 1) % pages.count
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:134:13: warning: mutation of captured var 'elapsed' in concurrently-executing code
132 |         var elapsed: Double = 0
133 |         progressTimer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
134 |             elapsed += interval
    |             `- warning: mutation of captured var 'elapsed' in concurrently-executing code
135 |             let progress = min(elapsed / duration, 1.0)
136 |             timerProgress = progress
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:135:32: warning: reference to captured var 'elapsed' in concurrently-executing code
133 |         progressTimer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
134 |             elapsed += interval
135 |             let progress = min(elapsed / duration, 1.0)
    |                                `- warning: reference to captured var 'elapsed' in concurrently-executing code
136 |             timerProgress = progress
137 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:136:13: warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 26 |     @State private var timer: Timer? = nil
 27 |     @State private var progressTimer: Timer? = nil
 28 |     @State private var timerProgress: Double = 0.0
    |                        `- note: mutation of this property is only permitted within the actor
 29 |
 30 |     let pages: [PKPage]
    :
134 |             elapsed += interval
135 |             let progress = min(elapsed / duration, 1.0)
136 |             timerProgress = progress
    |             `- warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
137 |             if progress >= 1.0 {
138 |                 t.invalidate()
[21/30] Emitting module HarnessKit
[22/30] Compiling PagerKit PKForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:126:13: warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 26 |     @State private var timer: Timer? = nil
 27 |     @State private var progressTimer: Timer? = nil
 28 |     @State private var timerProgress: Double = 0.0
    |                        `- note: mutation of this property is only permitted within the actor
 29 |
 30 |     let pages: [PKPage]
    :
124 |         // Auto page timer
125 |         timer = Timer.scheduledTimer(withTimeInterval: duration, repeats: false) { _ in
126 |             timerProgress = 1.0
    |             `- warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
127 |             goToNextPage()
128 |         }
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:127:13: warning: call to main actor-isolated instance method 'goToNextPage()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
125 |         timer = Timer.scheduledTimer(withTimeInterval: duration, repeats: false) { _ in
126 |             timerProgress = 1.0
127 |             goToNextPage()
    |             `- warning: call to main actor-isolated instance method 'goToNextPage()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
128 |         }
129 |
    :
151 |     }
152 |
153 |     func goToNextPage() {
    |          |- note: calls to instance method 'goToNextPage()' from outside of its actor context are implicitly asynchronous
    |          `- note: main actor isolation inferred from conformance to protocol 'View'
154 |         guard !pages.isEmpty else { return }
155 |         let nextIndex = (selectedIndex.wrappedValue + 1) % pages.count
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:134:13: warning: mutation of captured var 'elapsed' in concurrently-executing code
132 |         var elapsed: Double = 0
133 |         progressTimer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
134 |             elapsed += interval
    |             `- warning: mutation of captured var 'elapsed' in concurrently-executing code
135 |             let progress = min(elapsed / duration, 1.0)
136 |             timerProgress = progress
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:135:32: warning: reference to captured var 'elapsed' in concurrently-executing code
133 |         progressTimer = Timer.scheduledTimer(withTimeInterval: interval, repeats: true) { t in
134 |             elapsed += interval
135 |             let progress = min(elapsed / duration, 1.0)
    |                                `- warning: reference to captured var 'elapsed' in concurrently-executing code
136 |             timerProgress = progress
137 |             if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/PagerKit/AppKit/PKPagesViewAppKit.swift:136:13: warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 26 |     @State private var timer: Timer? = nil
 27 |     @State private var progressTimer: Timer? = nil
 28 |     @State private var timerProgress: Double = 0.0
    |                        `- note: mutation of this property is only permitted within the actor
 29 |
 30 |     let pages: [PKPage]
    :
134 |             elapsed += interval
135 |             let progress = min(elapsed / duration, 1.0)
136 |             timerProgress = progress
    |             `- warning: main actor-isolated property 'timerProgress' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
137 |             if progress >= 1.0 {
138 |                 t.invalidate()
[23/30] Compiling PagerKit ModifiersAppKit.swift
[24/30] Compiling PagerKit PKPagesControlView.swift
[25/30] Compiling PagerKit PKPageControlIndicatorBackgroundStyle.swift
[26/30] Compiling PagerKit PKPageControlIndicatorDirection.swift
[27/30] Emitting module PagerKit
[28/30] Compiling HarnessKit HarnessPreview.swift
[29/30] Compiling HarnessKit PathFolder.swift
[30/30] Compiling HarnessKit HarnessView.swift
[31/49] Compiling PagerKitHarness PKPagesViewControlIndicatorCurrentIndicatorImageView.swift
[32/49] Compiling PagerKitHarness PKPagesViewControlIndicatorCurrentIndicatorTintColorView.swift
[33/51] Compiling PagerKitHarness PKPagesViewControlIndicatorPreferredCurrentIndicatorImageView.swift
[34/51] Compiling PagerKitHarness PKPagesViewControlIndicatorPreferredIndicatorImageView.swift
[35/51] Compiling PagerKitHarness PagerKitPKPagesView.swift
[36/51] Compiling PagerKitHarness PKPageControlIndicatorBackgroundStyleView.swift
[37/51] Compiling PagerKitHarness PKPagesViewControlFooterAlignmentView.swift
[38/51] Compiling PagerKitHarness PKPagesViewControlIndicatorAlignmentView.swift
[39/51] Compiling PagerKitHarness PKPageFooterView.swift
[40/51] Compiling PagerKitHarness PKPageIndicatorImageView.swift
[41/51] Compiling PagerKitHarness PKPageControlIndicatorDirectionView.swift
[42/51] Compiling PagerKitHarness PKPageCurrentIndicatorImageView.swift
[43/51] Compiling PagerKitHarness IfExtension.swift
[44/51] Compiling PagerKitHarness PagerKit.swift
[45/51] Compiling PagerKitHarness PagerKitEnums.swift
[46/51] Compiling PagerKitHarness PagerKitPKPage.swift
[47/51] Emitting module PagerKitHarness
[48/51] Compiling PagerKitHarness PKPagesViewControlIndicatorHidesForSignlePageView.swift
[49/51] Compiling PagerKitHarness PKPagesViewControlIndicatorImageView.swift
[50/51] Compiling PagerKitHarness PKPagesViewControlIndicatorTintColorView.swift
[51/51] Compiling PagerKitHarness PKPagesViewControlPaddingView.swift
Build complete! (26.32s)
Fetching https://github.com/SzpakKamil/HarnessKit.git
[1/704] Fetching harnesskit
Fetched https://github.com/SzpakKamil/HarnessKit.git from cache (6.67s)
Creating working copy for https://github.com/SzpakKamil/HarnessKit.git
Working copy of https://github.com/SzpakKamil/HarnessKit.git resolved at 1.0 (f5f7a67)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "harnesskit",
      "requirement" : {
        "branch" : [
          "1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SzpakKamil/HarnessKit.git"
    }
  ],
  "manifest_display_name" : "PagerKit",
  "name" : "PagerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "PagerKit",
      "targets" : [
        "PagerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PagerKitHarness",
      "targets" : [
        "PagerKitHarness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PagerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PagerKitTests",
      "path" : "Tests/PagerKitTests",
      "sources" : [
        "Common/EnumTests.swift",
        "Common/ModelTests.swift",
        "Components/PageBuilderTests.swift",
        "Components/PageControlTests.swift",
        "Components/PageModifiersTests.swift",
        "Components/PagesViewLogicTests.swift",
        "Components/PagesViewModifiersTests.swift",
        "Platform/PagesViewAppKitTests.swift",
        "Platform/PagesViewUIKitTests.swift",
        "Platform/UIKitTests.swift"
      ],
      "target_dependencies" : [
        "PagerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PagerKitHarness",
      "module_type" : "SwiftTarget",
      "name" : "PagerKitHarness",
      "path" : "Sources/PagerKitHarness",
      "product_dependencies" : [
        "HarnessKit"
      ],
      "product_memberships" : [
        "PagerKitHarness"
      ],
      "sources" : [
        "IfExtension.swift",
        "Paths/PagerKit.swift",
        "Paths/PagerKitEnums.swift",
        "Paths/PagerKitPKPage.swift",
        "Paths/PagerKitPKPagesView.swift",
        "Views/Enums/PKPageControlIndicatorBackgroundStyleView.swift",
        "Views/Enums/PKPageControlIndicatorDirectionView.swift",
        "Views/PKPage/PKPageCurrentIndicatorImageView.swift",
        "Views/PKPage/PKPageFooterView.swift",
        "Views/PKPage/PKPageIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlFooterAlignmentView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorAlignmentView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorCurrentIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorCurrentIndicatorTintColorView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorHidesForSignlePageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorPreferredCurrentIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorPreferredIndicatorImageView.swift",
        "Views/PKPagesView/PKPagesViewControlIndicatorTintColorView.swift",
        "Views/PKPagesView/PKPagesViewControlPaddingView.swift"
      ],
      "target_dependencies" : [
        "PagerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PagerKit",
      "module_type" : "SwiftTarget",
      "name" : "PagerKit",
      "path" : "Sources/PagerKit",
      "product_memberships" : [
        "PagerKit",
        "PagerKitHarness"
      ],
      "sources" : [
        "AppKit/ModifiersAppKit.swift",
        "AppKit/PKPagesControlView.swift",
        "AppKit/PKPagesViewAppKit.swift",
        "Shared/Builders & Components/PKForEach.swift",
        "Shared/Builders & Components/PKPage.swift",
        "Shared/Builders & Components/PKPageBuilder.swift",
        "Shared/Enums/PKPageControlIndicatorBackgroundStyle.swift",
        "Shared/Enums/PKPageControlIndicatorDirection.swift",
        "Shared/Enums/PKPageDirection.swift",
        "Shared/Styles & Options/PKPageControlStyle.swift",
        "Shared/Styles & Options/PKPageOptions.swift",
        "UIKit/Controlers/PKPageUIViewControllerUIKit.swift",
        "UIKit/Controlers/PKPagesUIViewControllerUIKit.swift",
        "UIKit/Data & Events/PKPagesUIViewControllerDataSourceUIKit.swift",
        "UIKit/Data & Events/PKPagesUIViewControllerDelegateUIKit.swift",
        "UIKit/ModifiersUIKit.swift",
        "UIKit/PKPagesViewUIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.