The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EffectView, reference 0.3.0 (ae63be), with Swift 6.2 for macOS (SPM) on 14 May 2026 14:09:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/couchdeveloper/EffectView
 * tag               0.3.0      -> FETCH_HEAD
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 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/couchdeveloper/EffectView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.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 EnvReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[5/8] Compiling EffectView Input.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[6/8] Compiling EffectView Effect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[7/8] Emitting module EffectView
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[8/8] Compiling EffectView EffectView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Build complete! (10.49s)
Fetching https://github.com/swhitty/swift-mutex.git
[1/324] Fetching swift-mutex
Fetched https://github.com/swhitty/swift-mutex.git from cache (1.02s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (1.61s)
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
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.