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 Variablur, reference v1.1.0 (3fb459), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 19:38:02 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/daprice/Variablur.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daprice/Variablur
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 3fb4592 in depth documentation of the shader; use UV coordinates to sample from the mask (no longer requires mask size to match the view size); add a version of the modifier that takes an `Image` directly
Cloned https://github.com/daprice/Variablur.git
Revision (git rev-parse @):
3fb45923b000353f6391a6f7ff64c68d2ded3e91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/Variablur.git at v1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daprice/Variablur.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Blurs.metal
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling Variablur resource_bundle_accessor.swift
[5/7] Compiling Variablur View+variableBlur.swift
[6/7] Compiling Variablur VisualEffect+variableBlur.swift
[7/7] Emitting module Variablur
Build complete! (7.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Variablur",
  "name" : "Variablur",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Variablur",
      "targets" : [
        "Variablur"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Variablur",
      "module_type" : "SwiftTarget",
      "name" : "Variablur",
      "path" : "Sources/Variablur",
      "product_memberships" : [
        "Variablur"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Variablur/Blurs.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "View+variableBlur.swift",
        "VisualEffect+variableBlur.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.