The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ObservedOptionalObject, reference main (74aa40), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 02:49:10 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/fourplusone/observed-optional-object.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fourplusone/observed-optional-object
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74aa40a [PACKAGE] specify minimum iOS requirement
Cloned https://github.com/fourplusone/observed-optional-object.git
Revision (git rev-parse @):
74aa40a398688b90ee7724797861185e5a696aca
SUCCESS checkout https://github.com/fourplusone/observed-optional-object.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fourplusone/observed-optional-object.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling ObservedOptionalObject ObservedOptionalObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/ObservedOptionalObject/ObservedOptionalObject.swift:92:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |
 91 |             return Binding {
 92 |                 wrappedObject[keyPath: keyPath]
    |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |             } set: { value in
 94 |                 wrappedObject[keyPath: keyPath] = value
/Users/admin/builder/spi-builder-workspace/Sources/ObservedOptionalObject/ObservedOptionalObject.swift:89:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 87 |         /// - Returns: A new binding .
 88 |         public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<T, Subject>) -> Binding<Subject>? {
 89 |             guard let wrappedObject = wrappedObject else { return nil }
    |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |
 91 |             return Binding {
/Users/admin/builder/spi-builder-workspace/Sources/ObservedOptionalObject/ObservedOptionalObject.swift:94:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 92 |                 wrappedObject[keyPath: keyPath]
 93 |             } set: { value in
 94 |                 wrappedObject[keyPath: keyPath] = value
    |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 95 |             }
 96 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ObservedOptionalObject/ObservedOptionalObject.swift:89:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 87 |         /// - Returns: A new binding .
 88 |         public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<T, Subject>) -> Binding<Subject>? {
 89 |             guard let wrappedObject = wrappedObject else { return nil }
    |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |
 91 |             return Binding {
[4/4] Emitting module ObservedOptionalObject
Build complete! (7.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ObservedOptionalObject",
  "name" : "ObservedOptionalObject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ObservedOptionalObject",
      "targets" : [
        "ObservedOptionalObject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObservedOptionalObjectTests",
      "module_type" : "SwiftTarget",
      "name" : "ObservedOptionalObjectTests",
      "path" : "Tests/ObservedOptionalObjectTests",
      "sources" : [
        "ObservedOptionalObjectTests.swift"
      ],
      "target_dependencies" : [
        "ObservedOptionalObject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObservedOptionalObject",
      "module_type" : "SwiftTarget",
      "name" : "ObservedOptionalObject",
      "path" : "Sources/ObservedOptionalObject",
      "product_memberships" : [
        "ObservedOptionalObject"
      ],
      "sources" : [
        "ObservedOptionalObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.