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 AdvancedList, reference 8.0.0 (a1d3da), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 17:38:52 UTC.

Swift 6 data race errors: 1

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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/AdvancedList.git
Reference: 8.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/AdvancedList
 * tag               8.0.0      -> FETCH_HEAD
HEAD is now at a1d3dad tests(): fixed tests
Cloned https://github.com/chris-swift-dev/AdvancedList.git
Revision (git rev-parse @):
a1d3dad7fa5f7cb5967307bd083a656cf6d598af
SUCCESS checkout https://github.com/chris-swift-dev/AdvancedList.git at 8.0.0
Fetching https://github.com/crelies/ListPagination
Fetching https://github.com/nalexn/ViewInspector.git
[1/83] Fetching listpagination
[58/12406] Fetching listpagination, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.13s)
Fetched https://github.com/crelies/ListPagination from cache (1.13s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.3.8 (1.74s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.55s)
Creating working copy for https://github.com/crelies/ListPagination
Working copy of https://github.com/crelies/ListPagination resolved at 0.1.1
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.3.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "advancedlist",
      "name": "AdvancedList",
      "url": "https://github.com/chris-swift-dev/AdvancedList.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AdvancedList",
      "dependencies": [
        {
          "identity": "listpagination",
          "name": "ListPagination",
          "url": "https://github.com/crelies/ListPagination",
          "version": "0.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ListPagination",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/chris-swift-dev/AdvancedList.git
[1/697] Fetching advancedlist
Fetched https://github.com/chris-swift-dev/AdvancedList.git from cache (1.17s)
Fetching https://github.com/crelies/ListPagination from cache
Fetched https://github.com/crelies/ListPagination from cache (0.44s)
Computing version for https://github.com/crelies/ListPagination
Computed https://github.com/crelies/ListPagination at 0.1.1 (0.49s)
Creating working copy for https://github.com/crelies/ListPagination
Working copy of https://github.com/crelies/ListPagination resolved at 0.1.1
Creating working copy for https://github.com/chris-swift-dev/AdvancedList.git
Working copy of https://github.com/chris-swift-dev/AdvancedList.git resolved at 8.0.0 (a1d3dad)
warning: '.resolve-product-dependencies': dependency 'advancedlist' is not used by any target
Found 1 product dependencies
  - ListPagination
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/chris-swift-dev/AdvancedList.git
https://github.com/chris-swift-dev/AdvancedList.git
{
  "dependencies" : [
    {
      "identity" : "listpagination",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crelies/ListPagination"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "AdvancedList",
  "name" : "AdvancedList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedList",
      "targets" : [
        "AdvancedList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AdvancedListTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedListTests",
      "path" : "Tests/AdvancedListTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AdvancedListPaginationStateTests.swift",
        "AdvancedListTests.swift",
        "Extensions/AdvancedList+Inspectable.swift",
        "Extensions/AnyDynamicViewContent+Inspectable.swift",
        "Extensions/String+Identifiable.swift",
        "ListStateTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AdvancedList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedList",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedList",
      "path" : "Sources/AdvancedList",
      "product_dependencies" : [
        "ListPagination"
      ],
      "product_memberships" : [
        "AdvancedList"
      ],
      "sources" : [
        "private/Models/AdvancedListType.swift",
        "private/Models/AnyAdvancedListPagination.swift",
        "private/Models/ListState+error.swift",
        "public/Models/AdvancedListPagination.swift",
        "public/Models/AdvancedListPaginationState.swift",
        "public/Models/AdvancedListPaginationType.swift",
        "public/Models/AnyDynamicViewContent.swift",
        "public/Models/AnyIdentifiable.swift",
        "public/Models/ListState.swift",
        "public/Views/AdvancedList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling ListPagination RandomAccessCollection+isLastItem.swift
[5/5] Emitting module ListPagination
[6/15] Compiling AdvancedList ListState.swift
[7/16] Compiling AdvancedList AdvancedListPaginationType.swift
[8/16] Compiling AdvancedList AnyIdentifiable.swift
[9/16] Compiling AdvancedList AnyAdvancedListPagination.swift
[10/16] Compiling AdvancedList ListState+error.swift
[11/16] Compiling AdvancedList AdvancedListType.swift
[12/16] Emitting module AdvancedList
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedList/public/Models/AnyDynamicViewContent.swift:14:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
 9 |
10 | /// Type erased dynamic view content that generates views from an underlying collection of data.
11 | public struct AnyDynamicViewContent: DynamicViewContent {
   |                                      `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
12 |     private let view: AnyView
13 |
14 |     public let data: AnyCollection<Any>
   |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
15 |
16 |     public var body: some View { view }
[13/16] Compiling AdvancedList AnyDynamicViewContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdvancedList/public/Models/AnyDynamicViewContent.swift:14:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
 9 |
10 | /// Type erased dynamic view content that generates views from an underlying collection of data.
11 | public struct AnyDynamicViewContent: DynamicViewContent {
   |                                      `- note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
12 |     private let view: AnyView
13 |
14 |     public let data: AnyCollection<Any>
   |                `- warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
15 |
16 |     public var body: some View { view }
[14/16] Compiling AdvancedList AdvancedListPagination.swift
[15/16] Compiling AdvancedList AdvancedListPaginationState.swift
[16/16] Compiling AdvancedList AdvancedList.swift
Build complete! (11.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "listpagination",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crelies/ListPagination"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "AdvancedList",
  "name" : "AdvancedList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AdvancedList",
      "targets" : [
        "AdvancedList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AdvancedListTests",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedListTests",
      "path" : "Tests/AdvancedListTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AdvancedListPaginationStateTests.swift",
        "AdvancedListTests.swift",
        "Extensions/AdvancedList+Inspectable.swift",
        "Extensions/AnyDynamicViewContent+Inspectable.swift",
        "Extensions/String+Identifiable.swift",
        "ListStateTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AdvancedList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdvancedList",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedList",
      "path" : "Sources/AdvancedList",
      "product_dependencies" : [
        "ListPagination"
      ],
      "product_memberships" : [
        "AdvancedList"
      ],
      "sources" : [
        "private/Models/AdvancedListType.swift",
        "private/Models/AnyAdvancedListPagination.swift",
        "private/Models/ListState+error.swift",
        "public/Models/AdvancedListPagination.swift",
        "public/Models/AdvancedListPaginationState.swift",
        "public/Models/AdvancedListPaginationType.swift",
        "public/Models/AnyDynamicViewContent.swift",
        "public/Models/AnyIdentifiable.swift",
        "public/Models/ListState.swift",
        "public/Views/AdvancedList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.