The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EffectView, reference main (ae63be), with Swift 6.3 for macOS (SPM) on 14 May 2026 13:26:08 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/couchdeveloper/EffectView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/couchdeveloper/EffectView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae63bef feat: add Output type parameter and request dispatch strategy (#7)
Cloned https://github.com/couchdeveloper/EffectView.git
Revision (git rev-parse @):
ae63bef21a7f3bd9574dbda351cacbaad3f94075
SUCCESS checkout https://github.com/couchdeveloper/EffectView.git at main
Fetching https://github.com/swhitty/swift-mutex.git
[1/324] Fetching swift-mutex
Fetched https://github.com/swhitty/swift-mutex.git from cache (0.68s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (1.26s)
Creating working copy for https://github.com/swhitty/swift-mutex.git
Working copy of https://github.com/swhitty/swift-mutex.git resolved at 0.0.6
========================================
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": "effectview",
      "name": "EffectView",
      "url": "https://github.com/couchdeveloper/EffectView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EffectView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/couchdeveloper/EffectView.git
[1/162] Fetching effectview
Fetched https://github.com/couchdeveloper/EffectView.git from cache (0.73s)
Creating working copy for https://github.com/couchdeveloper/EffectView.git
Working copy of https://github.com/couchdeveloper/EffectView.git resolved at main (ae63bef)
warning: '.resolve-product-dependencies': dependency 'effectview' 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/couchdeveloper/EffectView.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/8] Compiling EffectView ObservationHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[4/8] Compiling EffectView Input.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[5/8] Compiling EffectView Effect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[6/8] Emitting module EffectView
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[7/8] Compiling EffectView EffectView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[8/8] Compiling EffectView EnvReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Build complete! (8.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-mutex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swhitty/swift-mutex.git"
    }
  ],
  "manifest_display_name" : "EffectView",
  "name" : "EffectView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "EffectView",
      "targets" : [
        "EffectView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "EffectViewTests",
      "module_type" : "SwiftTarget",
      "name" : "EffectViewTests",
      "path" : "Tests/EffectViewTests",
      "product_dependencies" : [
        "Mutex"
      ],
      "sources" : [
        "EffectViewTests.swift",
        "Utilities/Expectation.swift",
        "Utilities/TestGlobalActor.swift"
      ],
      "target_dependencies" : [
        "EffectView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EffectView",
      "module_type" : "SwiftTarget",
      "name" : "EffectView",
      "path" : "Sources/EffectView",
      "product_memberships" : [
        "EffectView"
      ],
      "sources" : [
        "Effect.swift",
        "EffectView.swift",
        "EnvReader.swift",
        "Input.swift",
        "ObservationHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.