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 swiftui-list-support, reference 1.3.0 (01a645), with Swift 6.0 for macOS (SPM) on 27 Oct 2025 23:56:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-list-support.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-list-support
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 01a645b PullingControl (#71)
Cloned https://github.com/FluidGroup/swiftui-list-support.git
Revision (git rev-parse @):
01a645b7a1737b010202dbb115eb25e2ac3ece7b
SUCCESS checkout https://github.com/FluidGroup/swiftui-list-support.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-list-support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-5BDAB9E9C0126B9D.txt
[10/78] Compiling DynamicList DynamicListView.swift
[11/78] Compiling DynamicList swift_dynamic_list.swift
[12/78] Compiling DynamicList DynamicList.swift
[13/78] Emitting module DynamicList
[14/78] Compiling DynamicList Log.swift
[15/78] Compiling DynamicList CustomContentConfiguration.swift
[16/78] Compiling DynamicList ContentPagingTrigger.swift
[17/78] Compiling DynamicList NSDiffableDataSourceSnapshot+Unique.swift
[18/78] Compiling DynamicList VersatileCell.swift
[19/78] Emitting module StickyHeader
[20/78] Compiling StickyHeader StickyHeader.swift
[21/78] Emitting module IndexedCollection
[22/78] Compiling IndexedCollection IndexedCollection.swift
[23/82] Emitting module SwiftUIIntrospect
[24/88] Compiling SwiftUIIntrospect TextField.swift
[25/88] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
[26/88] Compiling SwiftUIIntrospect Toggle.swift
[27/88] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
[28/88] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
[29/88] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
[30/88] Compiling SelectableForEach SelectableForEach.swift
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectableForEach.swift:68:16: warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
 66 |
 67 |   public var selectableForEach_isSelected: Bool {
 68 |     get { self.collectionView_isSelected }
    |                |- warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
    |                `- note: use 'selectableForEach_isSelected' instead
 69 |     set { self.collectionView_isSelected = newValue }
 70 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectableForEach.swift:69:16: warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
 67 |   public var selectableForEach_isSelected: Bool {
 68 |     get { self.collectionView_isSelected }
 69 |     set { self.collectionView_isSelected = newValue }
    |                |- warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
    |                `- note: use 'selectableForEach_isSelected' instead
 70 |   }
 71 | }
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectableForEach.swift:82:16: warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
 80 |
 81 |   public var selectableForEach_updateSelection: UpdateSelectionAction {
 82 |     get { self.collectionView_updateSelection }
    |                |- warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
    |                `- note: use 'selectableForEach_updateSelection' instead
 83 |     set { self.collectionView_updateSelection = newValue }
 84 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectableForEach.swift:83:16: warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
 81 |   public var selectableForEach_updateSelection: UpdateSelectionAction {
 82 |     get { self.collectionView_updateSelection }
 83 |     set { self.collectionView_updateSelection = newValue }
    |                |- warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
    |                `- note: use 'selectableForEach_updateSelection' instead
 84 |   }
 85 | }
[31/88] Compiling SelectableForEach SelectionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectionState.swift:31:22: warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
 29 |     return body
 30 |       .disabled(isDisabled)
 31 |       .environment(\.collectionView_isSelected, isSelected)
    |                      |- warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
    |                      `- note: use 'selectableForEach_isSelected' instead
 32 |       .environment(
 33 |         \.collectionView_updateSelection,
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/SelectionState.swift:33:11: warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
 31 |       .environment(\.collectionView_isSelected, isSelected)
 32 |       .environment(
 33 |         \.collectionView_updateSelection,
    |           |- warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
    |           `- note: use 'selectableForEach_updateSelection' instead
 34 |          .init(handler: { isSelected in
 35 |            self.update(isSelected: isSelected, for: identifier)
[32/88] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.swift
[33/88] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.swift
[34/88] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.swift
[35/88] Compiling SwiftUIIntrospect Form.swift
[36/88] Compiling SwiftUIIntrospect FormWithGroupedStyle.swift
[37/88] Compiling SwiftUIIntrospect FullScreenCover.swift
[38/88] Emitting module SelectableForEach
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/PreviewSupport.swift:20:18: warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
18 |
19 |   @Environment(\.isEnabled) var isEnabled
20 |   @Environment(\.collectionView_isSelected) var isSelected
   |                  |- warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
   |                  `- note: use 'selectableForEach_isSelected' instead
21 |   @Environment(\.collectionView_updateSelection) var updateSelection
22 |
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/PreviewSupport.swift:21:18: warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
19 |   @Environment(\.isEnabled) var isEnabled
20 |   @Environment(\.collectionView_isSelected) var isSelected
21 |   @Environment(\.collectionView_updateSelection) var updateSelection
   |                  |- warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
   |                  `- note: use 'selectableForEach_updateSelection' instead
22 |
23 |   let index: Int
[39/88] Compiling SelectableForEach PreviewSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/PreviewSupport.swift:20:18: warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
18 |
19 |   @Environment(\.isEnabled) var isEnabled
20 |   @Environment(\.collectionView_isSelected) var isSelected
   |                  |- warning: 'collectionView_isSelected' is deprecated: renamed to 'selectableForEach_isSelected'
   |                  `- note: use 'selectableForEach_isSelected' instead
21 |   @Environment(\.collectionView_updateSelection) var updateSelection
22 |
/Users/admin/builder/spi-builder-workspace/Sources/SelectableForEach/PreviewSupport.swift:21:18: warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
19 |   @Environment(\.isEnabled) var isEnabled
20 |   @Environment(\.collectionView_isSelected) var isSelected
21 |   @Environment(\.collectionView_updateSelection) var updateSelection
   |                  |- warning: 'collectionView_updateSelection' is deprecated: renamed to 'selectableForEach_updateSelection'
   |                  `- note: use 'selectableForEach_updateSelection' instead
22 |
23 |   let index: Int
[40/88] Compiling SwiftUIIntrospect Slider.swift
[41/88] Compiling SwiftUIIntrospect Stepper.swift
[42/88] Compiling SwiftUIIntrospect TabView.swift
[43/88] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
[44/88] Compiling SwiftUIIntrospect Table.swift
[45/88] Compiling SwiftUIIntrospect TextEditor.swift
[46/88] Compiling SwiftUIIntrospect Utils.swift
[47/88] Compiling SwiftUIIntrospect Button.swift
[48/88] Compiling SwiftUIIntrospect ColorPicker.swift
[49/88] Compiling SwiftUIIntrospect DatePicker.swift
[50/88] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.swift
[51/88] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.swift
[52/88] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.swift
[53/88] Compiling SwiftUIIntrospect ScrollView.swift
[54/88] Compiling SwiftUIIntrospect SearchField.swift
[55/88] Compiling SwiftUIIntrospect SecureField.swift
[56/88] Compiling SwiftUIIntrospect Sheet.swift
[57/88] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
[58/88] Compiling SwiftUIIntrospect PageControl.swift
[59/88] Compiling SwiftUIIntrospect PickerWithMenuStyle.swift
[60/88] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.swift
[61/88] Compiling SwiftUIIntrospect PickerWithWheelStyle.swift
[62/88] Compiling SwiftUIIntrospect Popover.swift
[63/88] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.swift
[64/88] Compiling SwiftUIIntrospect Introspect.swift
[65/88] Compiling SwiftUIIntrospect IntrospectableViewType.swift
[66/88] Compiling SwiftUIIntrospect IntrospectionSelector.swift
[67/88] Compiling SwiftUIIntrospect IntrospectionView.swift
[68/88] Compiling SwiftUIIntrospect PlatformVersion.swift
[69/88] Compiling SwiftUIIntrospect PlatformView.swift
[70/88] Compiling SwiftUIIntrospect PlatformViewVersion.swift
[71/88] Compiling SwiftUIIntrospect List.swift
[72/88] Compiling SwiftUIIntrospect ListCell.swift
[73/88] Compiling SwiftUIIntrospect ListWithBorderedStyle.swift
[74/88] Compiling SwiftUIIntrospect ListWithGroupedStyle.swift
[75/88] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.swift
[76/88] Compiling SwiftUIIntrospect ListWithInsetStyle.swift
[77/88] Compiling SwiftUIIntrospect ListWithSidebarStyle.swift
[78/88] Compiling SwiftUIIntrospect Map.swift
[79/88] Compiling SwiftUIIntrospect NavigationSplitView.swift
[80/88] Compiling SwiftUIIntrospect NavigationStack.swift
[81/88] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.swift
[82/88] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.swift
[83/88] Compiling SwiftUIIntrospect VideoPlayer.swift
[84/88] Compiling SwiftUIIntrospect View.swift
[85/88] Compiling SwiftUIIntrospect ViewController.swift
[86/88] Compiling SwiftUIIntrospect WebView.swift
[87/88] Compiling SwiftUIIntrospect Window.swift
[88/88] Compiling SwiftUIIntrospect Weak.swift
[89/93] Compiling ScrollTracking ScrollTracking.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollTracking/ScrollTracking.swift:295:8: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
279 |
280 | @available(iOS 15.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *)
281 | private struct _Modifier: ViewModifier {
    |                `- note: enclosing scope here
282 |
283 |   @StateObject var controller: Controller = .init()
    :
293 |   func body(content: Content) -> some View {
294 |
295 |     if #available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0,
    |        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
296 |     *) {
297 |       content.onScrollGeometryChange(for: ScrollGeometry.self) { geometry in
[90/93] Emitting module ScrollTracking
[91/96] Emitting module CollectionView
[92/96] Compiling CollectionView CollectionView.swift
[93/96] Compiling CollectionView CollectionViewLayout.swift
[94/96] Emitting module PullingControl
[95/96] Compiling PullingControl PullingControl.swift
[96/96] Compiling PullingControl RefreshControl.swift
Build complete! (16.65s)
Fetching https://github.com/FluidGroup/swift-indexed-collection
Fetching https://github.com/siteline/swiftui-introspect
[1/82] Fetching swift-indexed-collection
[83/11864] Fetching swift-indexed-collection, swiftui-introspect
Fetched https://github.com/FluidGroup/swift-indexed-collection from cache (1.36s)
Fetched https://github.com/siteline/swiftui-introspect from cache (1.36s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 26.0.0 (0.47s)
Computing version for https://github.com/FluidGroup/swift-indexed-collection
Computed https://github.com/FluidGroup/swift-indexed-collection at 0.2.2 (0.47s)
Creating working copy for https://github.com/FluidGroup/swift-indexed-collection
Working copy of https://github.com/FluidGroup/swift-indexed-collection resolved at 0.2.2
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 26.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-indexed-collection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swift-indexed-collection"
    },
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "26.0.0",
            "upper_bound" : "27.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    }
  ],
  "manifest_display_name" : "swiftui-list-support",
  "name" : "swiftui-list-support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicList",
      "targets" : [
        "DynamicList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CollectionView",
      "targets" : [
        "CollectionView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScrollTracking",
      "targets" : [
        "ScrollTracking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StickyHeader",
      "targets" : [
        "StickyHeader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PullingControl",
      "targets" : [
        "PullingControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SelectableForEach",
      "targets" : [
        "SelectableForEach"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "StickyHeader",
      "module_type" : "SwiftTarget",
      "name" : "StickyHeader",
      "path" : "Sources/StickyHeader",
      "product_memberships" : [
        "StickyHeader"
      ],
      "sources" : [
        "StickyHeader.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectableForEach",
      "module_type" : "SwiftTarget",
      "name" : "SelectableForEach",
      "path" : "Sources/SelectableForEach",
      "product_dependencies" : [
        "IndexedCollection"
      ],
      "product_memberships" : [
        "SelectableForEach"
      ],
      "sources" : [
        "PreviewSupport.swift",
        "SelectableForEach.swift",
        "SelectionState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScrollTracking",
      "module_type" : "SwiftTarget",
      "name" : "ScrollTracking",
      "path" : "Sources/ScrollTracking",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "CollectionView",
        "ScrollTracking"
      ],
      "sources" : [
        "ScrollTracking.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PullingControl",
      "module_type" : "SwiftTarget",
      "name" : "PullingControl",
      "path" : "Sources/PullingControl",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "PullingControl"
      ],
      "sources" : [
        "PullingControl.swift",
        "RefreshControl.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DynamicListTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicListTests",
      "path" : "Tests/DynamicListTests",
      "sources" : [
        "swift_dynamic_listTests.swift"
      ],
      "target_dependencies" : [
        "DynamicList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicList",
      "module_type" : "SwiftTarget",
      "name" : "DynamicList",
      "path" : "Sources/DynamicList",
      "product_memberships" : [
        "DynamicList"
      ],
      "sources" : [
        "ContentPagingTrigger.swift",
        "CustomContentConfiguration.swift",
        "DynamicList.swift",
        "DynamicListView.swift",
        "Log.swift",
        "NSDiffableDataSourceSnapshot+Unique.swift",
        "VersatileCell.swift",
        "swift_dynamic_list.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CollectionView",
      "module_type" : "SwiftTarget",
      "name" : "CollectionView",
      "path" : "Sources/CollectionView",
      "product_memberships" : [
        "CollectionView"
      ],
      "sources" : [
        "CollectionView.swift",
        "CollectionViewLayout.swift"
      ],
      "target_dependencies" : [
        "ScrollTracking"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.