The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Glur, reference main (35ae7c), with Swift 6.0 for macOS (SPM) on 9 Oct 2025 19:02:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/joogps/Glur.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joogps/Glur
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35ae7c2 Update README.md
Cloned https://github.com/joogps/Glur.git
Revision (git rev-parse @):
35ae7c26fe4ef9b348547c4a1489893e38ca134f
SUCCESS checkout https://github.com/joogps/Glur.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/joogps/Glur.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying blur.metal
[0/4] Copying noise.metal
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/10] Compiling Glur resource_bundle_accessor.swift
[6/10] Emitting module Glur
[7/10] Compiling Glur Glur.swift
[8/10] Compiling Glur BlurDirection.swift
[9/10] Compiling Glur CompatibilityModifier.swift
[10/10] Compiling Glur GlurModifier.swift
Build complete! (8.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glur",
  "name" : "Glur",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Glur",
      "targets" : [
        "Glur"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Glur",
      "module_type" : "SwiftTarget",
      "name" : "Glur",
      "path" : "Sources/Glur",
      "product_memberships" : [
        "Glur"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Glur/Resources/blur.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Glur/Resources/noise.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BlurDirection.swift",
        "CompatibilityModifier.swift",
        "Glur.swift",
        "GlurModifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.