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 StableView, reference main (25c7f2), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:33:25 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/StableView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/StableView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 25c7f20 Iterating on iOS behaviors
Cloned https://github.com/mattmassicotte/StableView.git
Revision (git rev-parse @):
25c7f207f2b6fb7c2e7a919f5bb01270f9fec860
SUCCESS checkout https://github.com/mattmassicotte/StableView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattmassicotte/StableView.git
https://github.com/mattmassicotte/StableView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StableView",
  "name" : "StableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StableView",
      "targets" : [
        "StableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "StableViewTests",
      "path" : "Tests/StableViewTests",
      "sources" : [
        "StableViewTests.swift"
      ],
      "target_dependencies" : [
        "StableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StableView",
      "module_type" : "SwiftTarget",
      "name" : "StableView",
      "path" : "Sources/StableView",
      "product_memberships" : [
        "StableView"
      ],
      "sources" : [
        "AnchoredList.swift",
        "Platform.swift",
        "ScrollView+Extensions.swift",
        "TableView+Extensions.swift",
        "TableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling StableView TableView+Extensions.swift
[4/8] Compiling StableView TableViewController.swift
[5/8] Compiling StableView ScrollView+Extensions.swift
[6/8] Compiling StableView Platform.swift
[7/8] Emitting module StableView
[8/8] Compiling StableView AnchoredList.swift
Build complete! (8.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StableView",
  "name" : "StableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StableView",
      "targets" : [
        "StableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "StableViewTests",
      "path" : "Tests/StableViewTests",
      "sources" : [
        "StableViewTests.swift"
      ],
      "target_dependencies" : [
        "StableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StableView",
      "module_type" : "SwiftTarget",
      "name" : "StableView",
      "path" : "Sources/StableView",
      "product_memberships" : [
        "StableView"
      ],
      "sources" : [
        "AnchoredList.swift",
        "Platform.swift",
        "ScrollView+Extensions.swift",
        "TableView+Extensions.swift",
        "TableViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.