The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Variablur, reference main (37817f), with Swift 6.1 for macOS (SPM) on 21 Nov 2025 12:00:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/Variablur.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daprice/Variablur
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 37817ff Simplify and comment
Cloned https://github.com/daprice/Variablur.git
Revision (git rev-parse @):
37817ff4f7bfc4718df67cc3737cd3557bc959a1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/Variablur.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/daprice/Variablur.git
https://github.com/daprice/Variablur.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[0/3] Copying Blurs.metal
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Variablur resource_bundle_accessor.swift
[5/7] Emitting module Variablur
[6/7] Compiling Variablur VisualEffect+variableBlur.swift
[7/7] Compiling Variablur View+variableBlur.swift
/Users/admin/builder/spi-builder-workspace/Sources/Variablur/View+variableBlur.swift:71:6: warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 69 | 				normalizeEdges: normalizeEdges,
 70 | 				mask: Image(size: geometryProxy.size, renderer: { context in
 71 | 					maskRenderer(geometryProxy, &context)
    |      |- warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 72 | 				})
 73 | 			)
/Users/admin/builder/spi-builder-workspace/Sources/Variablur/View+variableBlur.swift:71:6: warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
 69 | 				normalizeEdges: normalizeEdges,
 70 | 				mask: Image(size: geometryProxy.size, renderer: { context in
 71 | 					maskRenderer(geometryProxy, &context)
    |      |- warning: capture of 'maskRenderer' with non-sendable type '(GeometryProxy, inout GraphicsContext) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
    |      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 72 | 				})
 73 | 			)
Build complete! (8.29s)
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.