The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFValueBinders, reference main (8bbcac), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 22:15:41 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/dagronf/DSFValueBinders.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFValueBinders
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8bbcacd Fix issue where the binding value wasn't set correctly when first created
Cloned https://github.com/dagronf/DSFValueBinders.git
Revision (git rev-parse @):
8bbcacda087d1f0da384c8ad2fda061faabda3f1
SUCCESS checkout https://github.com/dagronf/DSFValueBinders.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFValueBinders.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/17] Compiling DSFValueBinders ValueBinder+transformers.swift
[4/17] Compiling DSFValueBinders WrappedPublisher.swift
[5/18] Compiling DSFValueBinders ValueBinder+Binding.swift
[6/18] Compiling DSFValueBinders ValueBinder+transform.swift
[7/18] Compiling DSFValueBinders PropertyWrapper.swift
[8/18] Compiling DSFValueBinders CombiningValueBinder.swift
[9/18] Compiling DSFValueBinders DSFValueBinders.swift
[10/18] Compiling DSFValueBinders ValueBinder.swift
[11/18] Emitting module DSFValueBinders
[12/18] Compiling DSFValueBinders KeyPathBinder.swift
[13/18] Compiling DSFValueBinders EnumKeyPathBinder.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFValueBinders/EnumKeyPathBinder.swift:92:20: warning: capture of non-sendable type 'ValueType.Type' in an isolated closure
 90 | 			if
 91 | 				let raw = obj.value(forKeyPath: stringKeyPath) as? ValueType.RawValue,
 92 | 				let newValue = ValueType(rawValue: raw)
    |                    `- warning: capture of non-sendable type 'ValueType.Type' in an isolated closure
 93 | 			{
 94 | 				self?.kvoUpdate(newValue)
/Users/admin/builder/spi-builder-workspace/Sources/DSFValueBinders/EnumKeyPathBinder.swift:89:74: warning: capture of non-sendable type 'ValueType.Type' in an isolated closure
 87 |
 88 | 		// Start listening for kvo changes
 89 | 		self.kvoObservation = object.observe(keyPath, options: [.new]) { [weak self] obj, value in
    |                                                                          `- warning: capture of non-sendable type 'ValueType.Type' in an isolated closure
 90 | 			if
 91 | 				let raw = obj.value(forKeyPath: stringKeyPath) as? ValueType.RawValue,
[14/18] Compiling DSFValueBinders SemLock.swift
[14/18] Write Objects.LinkFileList
[16/18] Archiving libDSFValueBinders-static.a
[17/18] Linking libDSFValueBinders-shared.dylib
Build complete! (4.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFValueBinders",
  "name" : "DSFValueBinders",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DSFValueBinders",
      "targets" : [
        "DSFValueBinders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFValueBinders-static",
      "targets" : [
        "DSFValueBinders"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFValueBinders-shared",
      "targets" : [
        "DSFValueBinders"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFValueBindersTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFValueBindersTests",
      "path" : "Tests/DSFValueBindersTests",
      "sources" : [
        "DSFValueBindersTests.swift",
        "DSFValueBindersTransformTests.swift",
        "PropertyWrapperTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "DSFValueBinders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFValueBinders",
      "module_type" : "SwiftTarget",
      "name" : "DSFValueBinders",
      "path" : "Sources/DSFValueBinders",
      "product_memberships" : [
        "DSFValueBinders",
        "DSFValueBinders-static",
        "DSFValueBinders-shared"
      ],
      "sources" : [
        "CombiningValueBinder.swift",
        "DSFValueBinders.swift",
        "EnumKeyPathBinder.swift",
        "KeyPathBinder.swift",
        "PropertyWrapper.swift",
        "ValueBinder+transform.swift",
        "ValueBinder+transformers.swift",
        "ValueBinder.swift",
        "private/ValueBinder+Binding.swift",
        "private/WrappedPublisher.swift",
        "utils/SemLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.