The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StableView, reference main (25c7f2), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 04:17:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "stableview",
      "name": "StableView",
      "url": "https://github.com/mattmassicotte/StableView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StableView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattmassicotte/StableView.git
[1/183] Fetching stableview
Fetched https://github.com/mattmassicotte/StableView.git from cache (0.68s)
Creating working copy for https://github.com/mattmassicotte/StableView.git
Working copy of https://github.com/mattmassicotte/StableView.git resolved at main (25c7f20)
warning: '.resolve-product-dependencies': dependency 'stableview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mattmassicotte/StableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Emitting module StableView
[4/8] Compiling StableView AnchoredList.swift
[5/8] Compiling StableView Platform.swift
[6/8] Compiling StableView TableViewController.swift
[7/8] Compiling StableView ScrollView+Extensions.swift
[8/8] Compiling StableView TableView+Extensions.swift
Build complete! (9.00s)
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.