The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RubberBanding, reference main (f2dbd0), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:51:51 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/FluidGroup/swift-rubber-banding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swift-rubber-banding
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f2dbd09 Create README.md
Cloned https://github.com/FluidGroup/swift-rubber-banding.git
Revision (git rev-parse @):
f2dbd09829c6267db0a769e7c37fe332dab0b675
SUCCESS checkout https://github.com/FluidGroup/swift-rubber-banding.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": "swift-rubber-banding",
      "name": "RubberBanding",
      "url": "https://github.com/FluidGroup/swift-rubber-banding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-rubber-banding",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FluidGroup/swift-rubber-banding.git
[1/13] Fetching swift-rubber-banding
Fetched https://github.com/FluidGroup/swift-rubber-banding.git from cache (0.59s)
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding.git
Working copy of https://github.com/FluidGroup/swift-rubber-banding.git resolved at main (f2dbd09)
warning: '.resolve-product-dependencies': dependency 'swift-rubber-banding' 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/FluidGroup/swift-rubber-banding.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/4] Emitting module RubberBanding
[4/4] Compiling RubberBanding rubberBand.swift
Build complete! (0.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RubberBanding",
  "name" : "RubberBanding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubberBanding",
      "targets" : [
        "RubberBanding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RubberBandingTests",
      "module_type" : "SwiftTarget",
      "name" : "RubberBandingTests",
      "path" : "Tests/RubberBandingTests",
      "sources" : [
        "swift_rubber_bandingTests.swift"
      ],
      "target_dependencies" : [
        "RubberBanding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RubberBanding",
      "module_type" : "SwiftTarget",
      "name" : "RubberBanding",
      "path" : "Sources/RubberBanding",
      "product_memberships" : [
        "RubberBanding"
      ],
      "sources" : [
        "rubberBand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.