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

Successful build of PagedLists, reference 1.0.0 (6f20fc), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 00:44:59 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rootstrap/PagedLists.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rootstrap/PagedLists
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 6f20fcc Merge pull request #6 from rootstrap/release/first_official
Cloned https://github.com/rootstrap/PagedLists.git
Revision (git rev-parse @):
6f20fcc9c4dbb7ced76754badf18161b50386cd7
SUCCESS checkout https://github.com/rootstrap/PagedLists.git at 1.0.0
========================================
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": "pagedlists",
      "name": "PagedLists",
      "url": "https://github.com/rootstrap/PagedLists.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PagedLists",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rootstrap/PagedLists.git
[4/160] Fetching pagedlists
Fetched https://github.com/rootstrap/PagedLists.git from cache (0.73s)
Creating working copy for https://github.com/rootstrap/PagedLists.git
Working copy of https://github.com/rootstrap/PagedLists.git resolved at 1.0.0 (6f20fcc)
warning: '.resolve-product-dependencies': dependency 'pagedlists' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rootstrap/PagedLists.git
https://github.com/rootstrap/PagedLists.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PagedLists",
  "name" : "PagedLists",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PagedLists",
      "targets" : [
        "PagedLists"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PagedLists",
      "module_type" : "SwiftTarget",
      "name" : "PagedLists",
      "path" : "Sources",
      "product_memberships" : [
        "PagedLists"
      ],
      "sources" : [
        "PagedCollectionView.swift",
        "PagedTableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling PagedLists PagedCollectionView.swift
[4/5] Compiling PagedLists PagedTableView.swift
[5/5] Emitting module PagedLists
Build complete! (3.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PagedLists",
  "name" : "PagedLists",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PagedLists",
      "targets" : [
        "PagedLists"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PagedLists",
      "module_type" : "SwiftTarget",
      "name" : "PagedLists",
      "path" : "Sources",
      "product_memberships" : [
        "PagedLists"
      ],
      "sources" : [
        "PagedCollectionView.swift",
        "PagedTableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.