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 IsScrolling, reference main (f828c0), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 12:16: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/fatbobman/IsScrolling.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatbobman/IsScrolling
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f828c01 Merge pull request #4 from jmonroe/main
Cloned https://github.com/fatbobman/IsScrolling.git
Revision (git rev-parse @):
f828c01e563abe06778e46a6784d46f73cb28deb
SUCCESS checkout https://github.com/fatbobman/IsScrolling.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fatbobman/IsScrolling.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/5] Compiling IsScrolling Key.swift
[4/5] Emitting module IsScrolling
[5/5] Compiling IsScrolling IsScrolling.swift
Build complete! (7.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IsScrolling",
  "name" : "IsScrolling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "IsScrolling",
      "targets" : [
        "IsScrolling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IsScrollingTests",
      "module_type" : "SwiftTarget",
      "name" : "IsScrollingTests",
      "path" : "Tests/IsScrollingTests",
      "sources" : [
        "IsScrollingTests.swift"
      ],
      "target_dependencies" : [
        "IsScrolling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IsScrolling",
      "module_type" : "SwiftTarget",
      "name" : "IsScrolling",
      "path" : "Sources/IsScrolling",
      "product_memberships" : [
        "IsScrolling"
      ],
      "sources" : [
        "IsScrolling.swift",
        "Key.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.