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 StableView, reference main (25c7f2), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 22:01:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/mattmassicotte/StableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling StableView TableViewController.swift
[4/8] Compiling StableView AnchoredList.swift
[5/8] Compiling StableView TableView+Extensions.swift
[6/8] Compiling StableView Platform.swift
[7/8] Emitting module StableView
[8/8] Compiling StableView ScrollView+Extensions.swift
Build complete! (7.54s)
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.